@charset "UTF-8";
/*------------------------------------*    #PX-COLORS-DESIGN
\*------------------------------------*/
/**
 * Brand Colors
 */
/**
     * Primary
     */
/**
     * Light
     */
/**
     * Dark
     */
/**
 * Monochromatic (gray10 is darkest, gray1 is lightest)
 */
/**
 * Define grey = gray to avoid dev typos
 */
/**
 * Buttons
 */
/**
 * Selection
 */
/**
 * Alerts
 */
/**
 * Data Visualization
 */
/**
     * Basic
     */
/**
     * Light
     */
/**
     * Dark
     */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  background-color: white;
  font-size: 0.9375em;
  /* [1] */
  line-height: 1.3333333333;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */ }

:host, html {
  color: black;
  text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

/**
 * 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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Margins
   ========================================================================== */
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 1rem; }

/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 2rem; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. Make images shrink from their largest size.
 */
img {
  max-width: 100%;
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Zero margins for figure.
 */
figure {
  margin: 0; }

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

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

/**
 * Sets the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/**
 * the html and :host declarations cannot be adjacent to one other
 * or cssmin will combine them into a single rule, breaking in
 * Safari and Firefox.
 */
:host {
  /*! Comment to prevent cssmin munging this rule with html above and borking Safari */
  box-sizing: border-box; }

/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/*------------------------------------*    #PX-COLORS-DESIGN
\*------------------------------------*/
/**
 * Brand Colors
 */
/**
     * Primary
     */
/**
     * Light
     */
/**
     * Dark
     */
/**
 * Monochromatic (gray10 is darkest, gray1 is lightest)
 */
/**
 * Define grey = gray to avoid dev typos
 */
/**
 * Buttons
 */
/**
 * Selection
 */
/**
 * Alerts
 */
/**
 * Data Visualization
 */
/**
     * Basic
     */
/**
     * Light
     */
/**
     * Dark
     */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  /**
 * Default link colors
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */ }
  a:link, a:visited {
    color: #3e87e8; }
  a:hover {
    color: #3573c5; }
  a:active {
    color: #2b5ea2; }
  a:active, a:hover {
    outline: 0; }

/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

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

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

/**
 * Text alignment
 */
.text--left {
  text-align: left !important; }

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

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

/**
 * Full height element
 */
.full-height {
  height: 100% !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Add a pointer cursor to any element, useful for on-click events
 */
.pointer {
  cursor: pointer !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
 * <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/**
 * Hide content off-screen without resorting to `display:none;`
 */
.a11y,
.visuallyhidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important; }

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

@media screen and (max-width: 44.9375em) {
  .a11y-palm,
  .visuallyhidden-palm {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .a11y-lap,
  .visuallyhidden-lap {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 45em) {
  .a11y-lap-and-up,
  .visuallyhidden-lap-and-up {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (max-width: 63.9375em) {
  .a11y-portable,
  .visuallyhidden-portable {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 64em) {
  .a11y-desk,
  .visuallyhidden-desk {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .a11y-retina,
  .visuallyhidden-retina {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

/**
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden !important; }

.viewport {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; }

.viewport--full-height {
  min-height: 100vh; }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: normal;
  font-style: normal;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Regular-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Regular-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Regular-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Regular-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Regular-v01.svg#GE Inspira Sans") format("svg"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: normal;
  font-style: italic;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Italic-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Italic-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Italic-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Italic-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Italic-v01.svg#GE Inspira Sans") format("svg"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: bold;
  font-style: normal;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Bold-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-Bold-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Bold-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Bold-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-Bold-v01.svg#GE Inspira Sans") format("svg"); }

@font-face {
  font-family: "GE Inspira Sans";
  font-weight: bold;
  font-style: italic;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-BoldItalic-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSans-BoldItalic-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-BoldItalic-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSans-BoldItalic-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSans-BoldItalic-v01.svg#GE Inspira Sans") format("svg"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: normal;
  font-style: normal;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Regular-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Regular-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Regular-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Regular-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Regular-v01.svg#GE Inspira Serif") format("svg"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: normal;
  font-style: italic;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Italic-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Italic-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Italic-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Italic-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Italic-v01.svg#GE Inspira Serif") format("svg"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: bold;
  font-style: normal;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Bold-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-Bold-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Bold-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Bold-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-Bold-v01.svg#GE Inspira Serif") format("svg"); }

@font-face {
  font-family: "GE Inspira Serif";
  font-weight: bold;
  font-style: italic;
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-BoldItalic-v01.eot");
  src: url("./../bower_components/px-typography-design/type/GEInspiraSerif-BoldItalic-v01.eot?#iefix") format("embedded-opentype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-BoldItalic-v01.woff") format("woff"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-BoldItalic-v01.ttf") format("truetype"), url("./../bower_components/px-typography-design/type/GEInspiraSerif-BoldItalic-v01.svg#GE Inspira Serif") format("svg"); }

html {
  font-family: "GE Inspira Sans", sans-serif; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

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

.weight--semibold {
  font-weight: 600 !important; }

/**
 * the html and :host declarations cannot be adjacent to one other
 * or cssmin will combine them into a single rule, breaking in
 * Safari and Firefox.
 */
:host {
  font-family: "GE Inspira Sans", sans-serif; }

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

/**
   * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
   * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
   * over and over in your markup.
   */
.clearfix:after,
.box:after {
  content: '';
  display: table;
  clear: both; }

.box {
  display: block;
  /* [1] */
  padding: 1rem; }
  .box > :last-child {
    margin-bottom: 0; }

/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  /**
 * Default link colors
 */
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */ }
  a:link, a:visited {
    color: #3e87e8; }
  a:hover {
    color: #3573c5; }
  a:active {
    color: #2b5ea2; }
  a:active, a:hover {
    outline: 0; }

/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

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

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

/**
 * Text alignment
 */
.text--left {
  text-align: left !important; }

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

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

/**
 * Full height element
 */
.full-height {
  height: 100% !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Add a pointer cursor to any element, useful for on-click events
 */
.pointer {
  cursor: pointer !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
 * <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/**
 * Hide content off-screen without resorting to `display:none;`
 */
.a11y,
.visuallyhidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important; }

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

@media screen and (max-width: 47.9rem) {
  .a11y-palm,
  .visuallyhidden-palm {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 48rem) and (max-width: 63.9rem) {
  .a11y-lap,
  .visuallyhidden-lap {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 48rem) {
  .a11y-lap-and-up,
  .visuallyhidden-lap-and-up {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (max-width: 63.9rem) {
  .a11y-portable,
  .visuallyhidden-portable {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 63.9rem) {
  .a11y-desk,
  .visuallyhidden-desk {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media screen and (min-width: 100%) {
  .a11y-desk-wide,
  .visuallyhidden-desk-wide {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .a11y-retina,
  .visuallyhidden-retina {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important; } }

/**
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden !important; }

/**
 * Default toggle
 */
.toggle__input {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important; }
  .toggle__input:checked + .toggle__label {
    background-color: #0986a4; }
    .toggle__input:checked + .toggle__label:before {
      background-color: #0a9ec1; }
    .toggle__input:checked + .toggle__label:after {
      margin-left: 2rem; }

.toggle__label {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 2rem;
  padding: 1px;
  cursor: pointer;
  outline: none;
  user-select: none;
  transition: background .4s;
  background-color: #b1b1bc;
  text-indent: -9999rem; }
  .toggle__label:before, .toggle__label:after {
    position: absolute;
    display: block;
    content: ""; }
  .toggle__label:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 2rem;
    transition: background .4s;
    background-color: #d1d0d8; }
  .toggle__label:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: calc(2rem - 6px);
    border: 1px solid #efeff4;
    border-radius: calc(2rem - 6px);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    transition: margin .4s, background .4s; }

/**
   * Small toggle
   */
.toggle__input--small:checked + .toggle__label--small:after {
  margin-left: 1.3333333333rem; }

.toggle__label--small {
  width: 2.6666666667rem;
  height: 1.3333333333rem;
  border-radius: 1.3333333333rem; }
  .toggle__label--small:before {
    border-radius: 1.3333333333rem; }
  .toggle__label--small:after {
    top: 2px;
    bottom: 2px;
    left: 2px;
    width: calc(1.3333333333rem - 4px);
    border-radius: calc(1.3333333333rem - 4px); }

/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`).
 */
.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important;
  flex: none !important; }

.u-1\/3 {
  width: 33.3333333333% !important;
  flex: none !important; }

.u-2\/3 {
  width: 66.6666666667% !important;
  flex: none !important; }

.u-1\/4 {
  width: 25% !important;
  flex: none !important; }

.u-2\/4 {
  width: 50% !important;
  flex: none !important; }

.u-3\/4 {
  width: 75% !important;
  flex: none !important; }

.u-1\/6 {
  width: 16.6666666667% !important;
  flex: none !important; }

.u-2\/6 {
  width: 33.3333333333% !important;
  flex: none !important; }

.u-3\/6 {
  width: 50% !important;
  flex: none !important; }

.u-4\/6 {
  width: 66.6666666667% !important;
  flex: none !important; }

.u-5\/6 {
  width: 83.3333333333% !important;
  flex: none !important; }

@media screen and (max-width: 47.9rem) {
  .u-1\/1-palm {
    width: 100% !important; }
  .u-1\/2-palm {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-palm {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-palm {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-palm {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-palm {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-palm {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-palm {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-palm {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-palm {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-palm {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-palm {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media screen and (min-width: 48rem) and (max-width: 63.9rem) {
  .u-1\/1-lap {
    width: 100% !important; }
  .u-1\/2-lap {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-lap {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-lap {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-lap {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-lap {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-lap {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-lap {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-lap {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-lap {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-lap {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-lap {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media screen and (min-width: 48rem) {
  .u-1\/1-lap-and-up {
    width: 100% !important; }
  .u-1\/2-lap-and-up {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-lap-and-up {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-lap-and-up {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-lap-and-up {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-lap-and-up {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-lap-and-up {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-lap-and-up {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-lap-and-up {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-lap-and-up {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-lap-and-up {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-lap-and-up {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media screen and (max-width: 63.9rem) {
  .u-1\/1-portable {
    width: 100% !important; }
  .u-1\/2-portable {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-portable {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-portable {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-portable {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-portable {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-portable {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-portable {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-portable {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-portable {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-portable {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-portable {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media screen and (min-width: 63.9rem) {
  .u-1\/1-desk {
    width: 100% !important; }
  .u-1\/2-desk {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-desk {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-desk {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-desk {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-desk {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-desk {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-desk {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-desk {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-desk {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-desk {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-desk {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media screen and (min-width: 100%) {
  .u-1\/1-desk-wide {
    width: 100% !important; }
  .u-1\/2-desk-wide {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-desk-wide {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-desk-wide {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-desk-wide {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-desk-wide {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-desk-wide {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-desk-wide {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-desk-wide {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-desk-wide {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-desk-wide {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-desk-wide {
    width: 83.3333333333% !important;
    flex: none !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1\/1-retina {
    width: 100% !important; }
  .u-1\/2-retina {
    width: 50% !important;
    flex: none !important; }
  .u-1\/3-retina {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-2\/3-retina {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-1\/4-retina {
    width: 25% !important;
    flex: none !important; }
  .u-2\/4-retina {
    width: 50% !important;
    flex: none !important; }
  .u-3\/4-retina {
    width: 75% !important;
    flex: none !important; }
  .u-1\/6-retina {
    width: 16.6666666667% !important;
    flex: none !important; }
  .u-2\/6-retina {
    width: 33.3333333333% !important;
    flex: none !important; }
  .u-3\/6-retina {
    width: 50% !important;
    flex: none !important; }
  .u-4\/6-retina {
    width: 66.6666666667% !important;
    flex: none !important; }
  .u-5\/6-retina {
    width: 83.3333333333% !important;
    flex: none !important; } }

/*!
 *  Font Awesome 4.4.0 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("../font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#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.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

[dir=rtl] .fa-chevron-left,
[dir=rtl] .fa-chevron-right,
[dir=rtl] .fa-chevron-circle-left,
[dir=rtl] .fa-chevron-circle-right,
[dir=rtl] .fa-angle-left,
[dir=rtl] .fa-angle-right,
[dir=rtl] .fa-angle-double-left,
[dir=rtl] .fa-angle-double-right,
[dir=rtl] .fa-arrow-circle-left,
[dir=rtl] .fa-arrow-circle-right,
[dir=rtl] .fa-arrow-circle-o-left,
[dir=rtl] .fa-arrow-circle-o-right {
  transform: scale(-1, 1); }

.btn {
  display: inline-block;
  overflow: visible;
  height: 2em;
  margin: 0;
  border: 1px solid var(--px-btn-border-color, #b1b1bc);
  border-radius: 3px;
  padding: 0 1em;
  box-shadow: var(--px-btn-shadow--light, 0 1px 0 rgba(0, 0, 0, 0.1));
  font: inherit;
  line-height: calc(2em - 2px);
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  background-color: var(--px-btn-background, #e4e4ea); }
  .btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
    color: var(--px-btn-color, black); }
  .btn:hover {
    border-color: var(--px-btn-border-color--hover, #9999a3);
    box-shadow: var(--px-btn-shadow, 0 1px 0 rgba(0, 0, 0, 0.15));
    background-color: var(--px-btn-background--hover, #b1b1bc); }
  .btn:active {
    border-color: var(--px-btn-border-color--pressed, #7c7c84);
    box-shadow: none;
    background-color: var(--px-btn-background--pressed, #9999a3); }
  .btn:active {
    outline: none; }

@-moz-document url-prefix() {
  .btn:not(button) {
    line-height: 1.8em; } }

button.btn {
  -webkit-appearance: button; }

.btn + .btn {
  margin-left: 0.6666666667rem; }

.btn--bare {
  height: auto;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: inherit;
  font-size: 1.2rem;
  width: 2.2666666667rem;
  height: 2.2666666667rem;
  box-shadow: none;
  background: none;
  outline: none; }
  .btn--bare, .btn--bare:link, .btn--bare:visited, .btn--bare:hover, .btn--bare:active, .btn--bare:focus {
    box-shadow: none;
    background: none;
    outline: none; }
  .btn--bare, .btn--bare:link, .btn--bare:visited {
    color: var(--px-btn-bare-color--visited, #525156); }
  .btn--bare:hover {
    color: var(--px-btn-bare-color--hover, #3e87e8); }
  .btn--bare:active, .btn--bare:focus {
    color: var(--px-btn-bare-color--pressed, #2b5ea2); }

.btn--primary {
  border-color: var(--px-btn-primary-border-color, #2b5ea2);
  box-shadow: var(--px-btn-shadow, 0 1px 0 rgba(0, 0, 0, 0.15));
  background-color: var(--px-btn-primary-background, #3e87e8); }
  .btn--primary, .btn--primary:link, .btn--primary:visited, .btn--primary:hover, .btn--primary:active {
    color: var(--px-btn-primary-color, white); }
  .btn--primary:hover {
    border-color: transparent;
    background-color: var(--px-btn-primary-background--hover, #3573c5); }
  .btn--primary:active {
    border-color: transparent;
    background-color: var(--px-btn-primary-background--pressed, #2b5ea2); }

.btn--tertiary {
  border-color: var(--px-btn-border-color, #b1b1bc);
  box-shadow: none;
  background-color: var(--px-btn-tertiary-background, white); }
  .btn--tertiary, .btn--tertiary:link, .btn--tertiary:visited, .btn--tertiary:hover, .btn--tertiary:active {
    color: var(--px-btn-tertiary-color, #3e87e8); }
  .btn--tertiary:hover {
    border-color: var(--px-btn-border-color--hover, #9999a3);
    box-shadow: none;
    background-color: var(--px-btn-tertiary-background--hover, #e4e4ea); }
  .btn--tertiary:active {
    border-color: var(--px-btn-border-color--pressed, #7c7c84);
    box-shadow: none;
    background-color: var(--px-btn-tertiary-background--pressed, #b1b1bc); }

.btn--disabled, .btn--disabled:link, .btn--disabled:visited, .btn--disabled:hover, .btn--disabled:active,
.btn[disabled],
.btn[disabled]:link,
.btn[disabled]:visited,
.btn[disabled]:hover,
.btn[disabled]:active {
  border-color: var(--px-btn-disabled-border-color, #d1d0d8);
  box-shadow: none;
  cursor: not-allowed;
  background-color: var(--px-btn-disabled-background, white);
  color: var(--px-btn-disabled-color, #d1d0d8);
  pointer-events: none; }

.btn--small {
  height: 1.6666666667em;
  font-size: 0.8rem;
  line-height: calc(1.6666666667em - 2px); }

/** Workaround for FF since it does not support calc().
    * Other buttons appear ok with the height declaration, but non-button elements do not.
  **/
@-moz-document url-prefix() {
  .btn--small {
    line-height: 1.4em; } }

.btn--large {
  font-size: 1.3333333333rem; }

.btn--huge {
  font-size: 2rem; }

.btn--full {
  width: 100%; }

.btn--icon {
  width: 2em;
  border-radius: 6.6666666667em;
  padding: 1px 0 0 1px; }

/** Workaround for FF since it does not support calc().
  **/
@-moz-document url-prefix() {
  .btn--icon {
    line-height: 1.8em; } }

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

legend {
  margin-bottom: 1.3333333333rem;
  font-weight: bold; }

.form-field {
  margin-bottom: 1.3333333333rem; }
  .form-field:last-child {
    margin-bottom: 2.6666666667rem; }

label {
  display: block;
  margin-bottom: 0.3333333333rem;
  cursor: pointer; }

.label--inline {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1; }
  .label--inline + .text-input {
    margin-left: 0.6666666667rem; }

.text-input,
textarea, select {
  margin: 0;
  border: 1px solid var(--px-input-border-color--outer, #b1b1bc);
  font: inherit;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .text-input:disabled,
  textarea:disabled, select:disabled {
    cursor: not-allowed; }

.text-input,
textarea {
  width: 100%;
  padding: 0 0.6666666667rem;
  box-shadow: inset 0 0 0 1px var(--px-input-border-color--inner, #e4e4ea);
  background-color: var(--px-input-background-color, #efeff4);
  color: var(--px-input-text-color, black); }
  .text-input[readonly], .text-input[disabled],
  textarea[readonly],
  textarea[disabled] {
    box-shadow: none; }
  .text-input[readonly],
  textarea[readonly] {
    border: 1px solid var(--px-input-border-color--readonly, #e4e4ea);
    background-color: var(--px-input-background-color--readonly, white);
    color: var(--px-input-text-color--readonly, #b1b1bc); }
  .text-input:disabled,
  textarea:disabled {
    border: 1px solid var(--px-input-border-color--disabled, #e4e4ea);
    box-shadow: none;
    background-color: var(--px-input-background-color--disabled, #f7f7fc);
    color: var(--px-input-text-color--disabled, #b1b1bc); }
  .text-input:focus,
  textarea:focus {
    border-color: var(--px-input-border-color--outer--focused, #0a9ec1);
    box-shadow: inset 0 0 0 1px var(--px-input-border-color--inner--focused, #d1d0d8); }
  .text-input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--px-input-text-color--placeholder, #b1b1bc); }
  .text-input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: var(--px-input-text-color--placeholder, #b1b1bc); }
  .text-input:disabled::-webkit-input-placeholder,
  textarea:disabled::-webkit-input-placeholder {
    color: var(--px-input-text-color--disabled, #b1b1bc); }
  .text-input:disabled:-moz-placeholder,
  textarea:disabled:-moz-placeholder {
    color: var(--px-input-text-color--disabled, #b1b1bc); }

select {
  border-radius: 3px;
  padding: 0 3em 0 1em;
  box-shadow: 0 1px 0 var(--px-select-shadow-color--light, rgba(0, 0, 0, 0.1));
  line-height: calc(2em - 2px);
  height: calc(2em);
  cursor: pointer;
  background-color: var(--px-select-background-color, #e4e4ea);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20viewBox%3D%220%200%20658%201024%22%3E%3Cpath%20fill%3D%22%233b3b3f%22%20d%3D%22M614.286%20420.571q0%207.429-5.714%2013.143l-266.286%20266.286q-5.714%205.714-13.143%205.714t-13.143-5.714l-266.286-266.286q-5.714-5.714-5.714-13.143t5.714-13.143l28.571-28.571q5.714-5.714%2013.143-5.714t13.143%205.714l224.571%20224.571%20224.571-224.571q5.714-5.714%2013.143-5.714t13.143%205.714l28.571%2028.571q5.714%205.714%205.714%2013.143z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.6666666667rem) 37.5%;
  color: var(--px-select-text-color, #3b3b3f); }
  select:hover, select:focus {
    border: 1px solid var(--px-select-border-color--hover, #9999a3);
    box-shadow: 0 1px 0 var(--px-select-shadow-color--dark, rgba(0, 0, 0, 0.1));
    background-color: var(--px-select-background-color--hover, #b1b1bc); }
  select:active {
    border: 1px solid var(--px-select-border-color--pressed, #7c7c84);
    box-shadow: 0 1px 0 var(--px-select-shadow-color--dark, rgba(0, 0, 0, 0.1));
    background-color: var(--px-select-background-color--pressed, #9999a3); }
  select:disabled {
    border: 1px solid var(--px-select-text-color--disabled, #d1d0d8);
    box-shadow: none;
    background-color: var(--px-select-background-color--disabled, white);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20viewBox%3D%220%200%20658%201024%22%3E%3Cpath%20fill%3D%22%23d1d0d8%22%20d%3D%22M614.286%20420.571q0%207.429-5.714%2013.143l-266.286%20266.286q-5.714%205.714-13.143%205.714t-13.143-5.714l-266.286-266.286q-5.714-5.714-5.714-13.143t5.714-13.143l28.571-28.571q5.714-5.714%2013.143-5.714t13.143%205.714l224.571%20224.571%20224.571-224.571q5.714-5.714%2013.143-5.714t13.143%205.714l28.571%2028.571q5.714%205.714%205.714%2013.143z%22%2F%3E%3C%2Fsvg%3E");
    color: var(--px-select-text-color--disabled, #d1d0d8); }
  select[multiple] {
    border: 1px solid var(--px-input-border-color--outer, #b1b1bc);
    padding: 0.3333333333rem;
    cursor: pointer;
    background: var(--px-multiselect-background-color, #f7f7fc); }

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

@-moz-document url-prefix() {
  select {
    padding-top: .4em;
    padding-bottom: .4em; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select {
    padding-top: .4em;
    padding-bottom: .4em; } }

.text-input {
  height: 2em;
  line-height: 1; }
  .text-input + [type=checkbox], .text-input + [type=radio] {
    margin-left: 1.3333333333rem; }
  .text-input + .label--inline {
    margin-left: 0.6666666667rem; }
  .text-input[type=search] {
    -webkit-appearance: none;
    padding: 0 2rem 0 0.6666666667rem; }
  .text-input::-webkit-input-placeholder {
    padding-top: 1px; }
  .text-input:-moz-placeholder {
    padding-top: 1px; }

.text-input + [type=submit], .text-input [type=cancel],
.label--inline + [type=submit],
.label--inline [type=cancel] {
  margin-left: 1.3333333333rem; }

textarea {
  overflow: auto;
  min-height: calc(120px + 0.6666666667rem);
  padding: 0.3333333333rem 0.6666666667rem;
  resize: vertical; }

[type=checkbox], [type=radio] {
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  cursor: pointer; }
  [type=checkbox][disabled], [type=radio][disabled] {
    cursor: not-allowed; }
    [type=checkbox][disabled] + .label--inline, [type=radio][disabled] + .label--inline {
      cursor: not-allowed; }

[type=checkbox] + .label--inline {
  padding-left: 5px; }

[type=radio] + .label--inline {
  padding-left: 3px; }

.form-field__help {
  display: inline-block;
  margin-top: 0.3333333333rem;
  font-size: 1rem;
  line-height: inherit;
  color: var(--px-input-text-color--help, #7c7c84); }

.input--tiny {
  max-width: 7.0666666667rem; }

.input--small {
  max-width: 14.1333333333rem; }

.input--regular {
  max-width: 21.2rem; }

.input--large {
  max-width: 28.2666666667rem; }

.input--huge {
  max-width: 35.3333333333rem; }

/**
   * Styles for one line forms.
   */
.form-field--inline .text-input {
  margin-bottom: 1.3333333333rem; }

.form-field--inline:last-child {
  margin-bottom: 1.3333333333rem; }

/**
   * Styles for validation states
   */
.validation-warning {
  color: var(--px-validation-warning-text-color, #dd6b1f); }

.validation-error {
  color: var(--px-validation-error-text-color, #e53838); }

.validation-success {
  color: var(--px-validation-success-text-color, #46ad00); }

.text-input.validation-warning {
  border-color: var(--px-validation-warning-text-color, #dd6b1f);
  color: inherit; }

.text-input.validation-error {
  border-color: var(--px-validation-error-text-color, #e53838);
  color: inherit; }

.text-input.validation-success {
  border-color: var(--px-validation-success-text-color, #46ad00);
  color: inherit; }

/**
 * The Predix Experience layout system uses `box-sizing: border-box;` and
 * `display: flex;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. The number of `.layout__items`
 * inside of each `.layout` will flexibly resize if the viewport changes.
 * You do not need to set widths on `.layout__item[s]` for the grid to function.
 * However, if you wish, you can override default grid behavior by assigning
 * widths to layout items with the classes found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  display: flex;
  /* [1] */
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -1rem;
  padding: 0; }
  .layout > {
    /**
       * 1. Space columns apart.
       * 2. Full-width unless told to behave otherwise.
       * 3. Required to combine fluid widths and fixed gutters.
       */ }
    .layout > .layout__item {
      padding-left: 1rem;
      /* [1] */
      flex: 1;
      /* [2] */
      flex-basis: 20rem; }
      .layout > .layout__item:nth-last-child(-n+4):first-child,
      .layout > .layout__item:nth-last-child(-n+4):first-child ~ .layout__item {
        flex-basis: 30rem; }
        @media screen and (min-width: 100%) {
          .layout > .layout__item:nth-last-child(-n+4):first-child,
          .layout > .layout__item:nth-last-child(-n+4):first-child ~ .layout__item {
            flex-basis: 0; } }
      .layout > .layout__item:nth-last-child(-n+3):first-child,
      .layout > .layout__item:nth-last-child(-n+3):first-child ~ .layout__item {
        flex-basis: 40rem; }
        @media screen and (min-width: 100%) {
          .layout > .layout__item:nth-last-child(-n+3):first-child,
          .layout > .layout__item:nth-last-child(-n+3):first-child ~ .layout__item {
            flex-basis: 0; } }
      @media screen and (min-width: 100%) {
        .layout > .layout__item {
          flex-basis: 0; } }

/**
     * Align layout items to the vertical centers of each other.
     */
.layout--middle {
  align-items: center; }

/**
     * Align layout items to all be the same height.
     */
.layout--full > .layout__item {
  display: flex; }

/**
     * Make the layout items fill up from the center outward.
     */
.layout--center {
  justify-content: center; }

/**
     * Make an individual layout item fill up from the center vertically.
     */
.layout__item--center {
  align-self: center; }

px-card {
  min-height: 80vh; }

.footerText {
  font-family: "GE Inspira Sans";
  font-size: 12px; }

.mainFooter {
  position: absolute;
  bottom: 0.3rem;
  right: 0.7rem; }

.boldText {
  font-weight: bold; }

.logoShift {
  position: relative;
  top: 3px;
  left: -12px; }

#homeDiv {
  height: 100%; }

html {
  height: 100%;
  overflow: hidden; }

.helpContainer {
  position: absolute;
  bottom: 0em;
  right: 7em;
  padding: 0.5em;
  padding-bottom: 0em; }

.helpText {
  color: #d1d0d8 !important;
  text-decoration: none;
  padding-left: 0.2em; }

.userContainer {
  position: absolute;
  bottom: -1em;
  right: 10em;
  border: solid;
  border-radius: 0.5em 0.5em 0em 0em;
  padding: 0.5em;
  padding-bottom: 0.2em; }

.helpContainer px-login > div button {
  color: #d1d0d8 !important;
  font-family: "GE Inspira Sans" !important;
  font-size: 1rem !important;
  width: auto !important; }

px-login > div ul {
  z-index: 10 !important;
  bottom: -2.3rem !important;
  width: calc(14.6rem - 8rem) !important;
  padding: 0.1rem 0 !important;
  display: none  !important; }

px-login:hover > div ul, px-login:active > div ul {
  display: block  !important; }

.helpContainer px-login > div button iron-icon:nth-child(3) {
  display: none; }

.helpSubContainer {
  margin-right: 1.7em;
  display: inline-block; }

px-login {
  display: inline-block !important;
  position: static !important; }

#logincontainer {
  position: static !important;
  padding: 0em !important; }

#logincontainer button iron-icon {
  margin-right: 0px !important; }

body {
  overflow: hidden !important; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
#dataCard .cardMain.px-dt-info-card {
  padding-left: 10px;
  padding-right: 5px;
  width: 400px; }
  #dataCard .cardMain.px-dt-info-card .title.px-dt-info-card {
    overflow: hidden; }

#dataCard .innerContent.px-dt-info-card {
  width: 400px; }

#dataCard .dtg-vis-table-wrapper-0 .exterior.dtg-vis-table-wrapper {
  padding: 0 !important; }

#dataCard .filter-collapse-panel {
  margin: 17.550px 0px 17.550px 0px;
  font-size: 1.17em;
  font-weight: bold;
  color: #3b3b3b;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#spinnerContainerRecentFiles {
  display: inline-flex;
  padding-left: 20px;
  text-align: center;
  vertical-align: bottom; }

.centerspinnerText {
  margin: auto;
  padding-left: 10px; }

.relativeSpinnerText {
  position: relative;
  top: -21px;
  left: 35px; }

.hide {
  display: none;
  position: absolute; }

.dataContainer {
  position: relative;
  width: 100%; }

.dataQuality {
  margin-bottom: 30px; }

.dataQuality.imputed {
  position: absolute;
  display: none; }

#fileInfoDiv {
  margin-bottom: 20px; }

.dataSectionTable table {
  border-collapse: collapse;
  font-size: 14px; }

.dataSectionTable td {
  border: 1px solid #b1b1bc;
  padding-left: 5px;
  text-align: left;
  vertical-align: middle; }

.dataSectionTable th {
  text-align: left;
  padding-left: 5px; }

.downloadLink {
  font-size: 11px;
  color: #3e87e8;
  cursor: pointer; }

.hoverIcon {
  height: 15px;
  width: 15px; }

.dataOverlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  display: none; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.recent-files-container {
  margin-bottom: 25px;
  position: inherit;
  width: 100%; }

.visualization-progress-bar {
  padding: 0 40px; }

.data-file-size-limit {
  color: #23527c; }

#datafile1 .cardContainer {
  word-wrap: break-word;
  display: block;
  width: 100%;
  height: auto; }

/* datasource -- new code */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.col-sm-8 {
  width: 66.66666667%; }

.col-sm-4 {
  width: 33.33333333%; }

.col-sm-2 {
  width: 16.66666667%; }

.col-sm-2, .col-sm-4 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px; }

.form-group {
  margin-bottom: 15px; }

.row:after {
  clear: both;
  display: table;
  content: " "; }

select:active, select:focus, select:hover {
  background-color: white; }

.data-source-divider {
  border-bottom: 1px solid #7c7c84;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.dataTabsDisabled, .menuDisabled {
  pointer-events: none;
  opacity: 0.4; }

.dataContainer #divDataQuality input,
.dataContainer #divDataQuality label {
  margin-top: 5px;
  vertical-align: middle; }

.dataContainer #divDataQuality select {
  margin-top: 5px;
  vertical-align: middle; }

.dataContainer #divDataQuality button {
  margin-top: 10px; }

.dataRed {
  color: #fe0000; }

.dataBold {
  font-weight: bold; }

.thresholdText {
  padding: 0px 5px; }

.verticalCentre {
  display: block;
  position: relative;
  margin: 0; }

#cleanseSummaryDiv .aha-table-0 .table--small.aha-table .td.aha-table {
  padding: 5px;
  line-height: initial;
  margin: 0; }

#cleanseSummaryDiv .px-data-table-cell {
  height: auto; }

#summary .pagination {
  display: none; }

#cleanseSummaryDiv .aha-table-0 .scroll-body.aha-table {
  margin-bottom: 0; }

#cleanseSummaryDiv .aha-table-0 .u-m--.aha-table {
  font-weight: bold; }

.summary {
  min-width: 300px;
  max-width: 400px; }

.columnSummary {
  max-width: 700px;
  height: 20%; }

.rowSummary {
  margin-bottom: 30px;
  padding: 0px 5px; }

.sectionBody {
  width: 100%;
  padding: 0 20px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.dataSummaryDiv {
  width: auto; }
  .dataSummaryDiv div.dataSummaryTable {
    background-color: #EEEEEE;
    width: 100%;
    height: 200%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 15px; }
  .dataSummaryDiv .divTable.dataSummaryTable .divTableCell,
  .dataSummaryDiv .divTable.dataSummaryTable .divTableHead {
    border: 0px solid #AAAAAA;
    padding: 3px 2px; }
  .dataSummaryDiv .divTable.dataSummaryTable .divTableRow:nth-child(even) {
    background: #FFFFFF; }
  .dataSummaryDiv .divTable.dataSummaryTable .divTableHeading {
    background: #F2F2F2;
    border-bottom: 1px solid #444444; }
  .dataSummaryDiv .divTable.dataSummaryTable .divTableHeading .divTableHead {
    font-weight: bold;
    color: #464646; }
  .dataSummaryDiv .divTable {
    display: table; }
  .dataSummaryDiv .divTableRow {
    display: table-row; }
  .dataSummaryDiv .divTableHeading {
    display: table-header-group; }
  .dataSummaryDiv .divTableCell,
  .dataSummaryDiv .divTableHead {
    display: table-cell; }
  .dataSummaryDiv .divTableHeading {
    display: table-header-group;
    border-top: 1px solid #444444; }
  .dataSummaryDiv .divTableFoot {
    display: table-footer-group; }
  .dataSummaryDiv .divTableBody {
    display: table-row-group;
    border-bottom: 1px solid #7d7d7d; }
  .dataSummaryDiv .outlierLabelHigh {
    margin-left: 5px; }
  .dataSummaryDiv .outlierLabelLow {
    margin-right: 5px; }
  .dataSummaryDiv .dataSummaryRowColInfo {
    float: right;
    margin-bottom: 7px; }
  .dataSummaryDiv .divTableHead a {
    text-decoration: none; }
  .dataSummaryDiv .divTableHead a:not(:hover) {
    color: #464646 !important; }
  .dataSummaryDiv .px-pagination-0 {
    float: right;
    width: unset; }
  .dataSummaryDiv .px-pagination-0 .btn.px-pagination {
    overflow: visible;
    height: 2em;
    margin: 0;
    border: 1px solid #96a8b2;
    border-radius: 3px;
    padding: 0 1em;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font: inherit;
    line-height: calc(2em - 2px);
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    background-color: #d8e0e5; }
  .dataSummaryDiv .px-pagination-0 .btn--bare.px-pagination {
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    font-size: 1.2rem;
    width: 2.26667rem;
    height: 2.26667rem; }
  .dataSummaryDiv .px-pagination-0 .btn--bare.px-pagination {
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    font-size: 1.2rem;
    width: 2.26667rem;
    height: 2.26667rem; }
  .dataSummaryDiv .px-pagination-0 .btn--bare.px-pagination {
    box-shadow: none;
    background: 0 0;
    outline: 0; }
  .dataSummaryDiv .px-pagination-0 .btn--icon.px-pagination {
    width: 2em;
    border-radius: 6.6666666667em;
    padding: 1px 0 0 1px; }
  .dataSummaryDiv .px-pagination-0 .btn--bare.px-pagination {
    color: #425866; }
  .dataSummaryDiv .px-pagination-0 .btn--disabled.px-pagination {
    border-color: #b6c3cc;
    box-shadow: none;
    cursor: not-allowed;
    background-color: #fff;
    color: #b6c3cc;
    pointer-events: none; }
  .dataSummaryDiv .px-pagination-0 .btn--pagination--number.px-pagination {
    background-color: #0a9ec1;
    color: #fff; }
  .dataSummaryDiv span.no-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
  .dataSummaryDiv span.dropdownList {
    display: block;
    position: absolute;
    z-index: 100;
    border: solid 1px #1E90FF;
    width: 120px;
    border-radius: 3px;
    background-color: #ffffff; }
  .dataSummaryDiv .divTableHead .checkbox, .dataSummaryDiv .divTableCell .checkbox {
    position: relative;
    display: block; }
  .dataSummaryDiv .divTableHead .checkbox input[type="checkbox"], .dataSummaryDiv .divTableCell .checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px; }
  .dataSummaryDiv .divTableHead .helper, .dataSummaryDiv .divTableCell .helper {
    position: absolute;
    top: -4px;
    left: -4px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    user-select: none;
    color: #464646; }
  .dataSummaryDiv .divTableHead .helper:before, .dataSummaryDiv .divTableCell .helper:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #b1b1bc;
    background-color: white; }
  .dataSummaryDiv .divTableHead .helper:after, .dataSummaryDiv .divTableCell .helper:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #464646;
    border-left: 2px solid #464646;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 10px;
    left: 10px; }
  .dataSummaryDiv .divTableHead .checkbox input[type="checkbox"]:checked ~ .helper::before, .dataSummaryDiv .divTableCell .checkbox input[type="checkbox"]:checked ~ .helper::before {
    color: #464646; }
  .dataSummaryDiv .divTableHead .checkbox input[type="checkbox"]:checked ~ .helper::after, .dataSummaryDiv .divTableCell .checkbox input[type="checkbox"]:checked ~ .helper::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  .dataSummaryDiv .divTableHead .checkbox label, .dataSummaryDiv .divTableCell .checkbox label {
    display: unset;
    min-height: 24px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: top; }
  .dataSummaryDiv .divTableHead .checkbox input[type="checkbox"]:focus + label::before, .dataSummaryDiv .divTableCell .checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }
  .dataSummaryDiv .divTableCellCheckbox {
    width: 15px;
    margin-left: 5px; }
  .dataSummaryDiv .imputeCell {
    height: 85px; }
  .dataSummaryDiv .enforceTypeDropdown {
    font-weight: normal;
    padding: 0;
    border: 0;
    width: 100px;
    background-color: transparent;
    color: black;
    box-shadow: none;
    background-image: none;
    position: relative;
    z-index: 1; }
  .dataSummaryDiv .dataSummaryCleanselInfo {
    color: #1E90FF;
    font-weight: bold; }
  .dataSummaryDiv .tab {
    margin-left: 25px; }
  .dataSummaryDiv .float-left {
    float: left; }
  .dataSummaryDiv .dropdown-enforcetype {
    background-color: #f3f3f3;
    color: #1E90FF !important; }
  .dataSummaryDiv .dataSummaryBulkOptions {
    color: #1E90FF;
    margin-left: 25px;
    cursor: pointer; }
  .dataSummaryDiv .dataSummaryBulkOptions:hover, .dataSummaryDiv .dataSummaryBulkOptions:active {
    text-decoration: underline; }
  .dataSummaryDiv .filter-plus {
    color: #1E90FF;
    margin-right: 5px;
    width: 18px;
    height: 18px; }
  .dataSummaryDiv #lname {
    display: inline-block;
    width: 60px;
    position: relative; }
  .dataSummaryDiv #colname, .dataSummaryDiv #formula {
    top: 5px;
    position: relative;
    left: 10px;
    margin-bottom: 10px;
    width: 315px;
    height: 29px;
    padding: 6px 10px; }

.red {
  color: #d00d0d !important; }

.black {
  color: #3b3b3f !important; }

.blue {
  color: #1E90FF !important; }

.dataSummary-status-container {
  color: #525156;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.dataSummary-status-header {
  font-size: 24px;
  padding-right: 5px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.data-visualization-card .contentContainer.style-scope.px-card {
  padding: 0;
  margin-bottom: 5px; }

.explorecontainer {
  width: 100%;
  display: none;
  padding: 0; }

.data-exploration-viz-charts {
  width: 100%;
  display: none;
  padding: 0; }

.data-exploration-header-container {
  border-bottom: 2px solid #e4e4ea;
  padding: 20px 40px; }
  .data-exploration-header-container h2 {
    font-size: 18px;
    margin-top: 0; }
  .data-exploration-header-container h3 {
    font-size: 14px;
    margin: 0 !important; }

.visualizationControls {
  margin-top: 2rem; }

.graphsContainer {
  display: block; }

.ExploratoryContainer {
  position: relative;
  width: 100%; }

.show-filter-button-container {
  padding: 30px;
  float: left; }

.charts-container {
  clear: both; }

.multiselect-control {
  padding-left: 60px;
  width: 450px; }

.toggle-filters-container {
  float: right;
  margin-top: -55px;
  vertical-align: top; }
  .toggle-filters-container label {
    float: left; }
  .toggle-filters-container div#filter-enabler-container {
    float: left;
    margin-left: 10px;
    margin-right: 100px; }

.input-radio-container {
  padding-top: 1px;
  padding-left: 5px; }
  .input-radio-container p {
    color: #7c7c84; }
  .input-radio-container input {
    margin-right: 5px;
    vertical-align: middle; }

.data-visualization-container {
  border-top: 1px solid #e4e4ea; }

.input-text-container {
  margin-left: 25px; }
  .input-text-container p {
    color: #7c7c84; }

.filter-carets {
  height: 17px;
  margin-bottom: 3px; }

.add-chart-dropdown-container {
  display: flex;
  justify-content: flex-end;
  padding: 30px; }
  .add-chart-dropdown-container .add-chart-dropdown {
    color: white;
    background-color: #314855;
    position: relative;
    width: 250px;
    border: none;
    padding: 0;
    outline: none; }
    .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-selected {
      padding: 0 12px;
      margin: 0 !important; }
      .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-selected .fa-bar-chart {
        margin: 0 5px 0 0;
        float: left;
        padding: 5px 0 !important; }
      .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-selected .add-chart-dropdown-selected-text {
        margin: 0 !important;
        float: left;
        padding: 5px 0; }
      .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-selected .fa-angle-down, .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-selected .fa-angle-up {
        margin: 0 0 0 5px;
        float: right;
        padding: 5px 0; }
    .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-list {
      background-color: #ffffff;
      display: none;
      list-style-type: none;
      width: 100%;
      margin: 0 !important;
      padding: 0;
      text-align: left;
      color: #314855;
      box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 100%;
      width: 100%; }
      .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-list li {
        padding: 5px 12px; }
      .add-chart-dropdown-container .add-chart-dropdown .add-chart-dropdown-list li:hover {
        background-color: #357c95;
        color: #ffffff; }

.px-data-table-cell {
  height: 20px; }

.th.aha-table {
  font-weight: 300 !important; }

.aha-table-0 .tr--filter.aha-table {
  background: none !important; }

.text-input.text-input--filter {
  padding: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
  border: 0px solid !important;
  background: none !important; }

.style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
  display: none; }

.style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container {
  width: 160px;
  display: flex;
  MAX-HEIGHT: 30px;
  /* Show the tooltip text when you mouse over the tooltip container */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-histogram {
    width: 70px;
    position: relative;
    display: inline-block; }
  .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart {
    width: 70px;
    position: relative;
    display: inline-block;
    /* Tooltip arrow */ }
    .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart .chart-tooltiptext-box-chart {
      visibility: hidden;
      width: 120px;
      background-color: #26343e;
      color: #fff;
      padding: 6px 6px;
      list-style: none;
      font-size: 11px;
      line-height: 11px;
      /* Position the tooltip text */
      position: absolute;
      left: 45%;
      bottom: 60%;
      z-index: 1;
      margin-left: -60px;
      /* Fade in tooltip */
      opacity: 0;
      transition: opacity 1s; }
      .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart .chart-tooltiptext-box-chart .chart-tooltiptext-header-box-chart {
        float: left; }
      .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart .chart-tooltiptext-box-chart .chart-tooltiptext-value-box-chart {
        float: right; }
    .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart .chart-tooltiptext-box-chart::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #26343e transparent transparent transparent; }
  .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-box-chart:hover .chart-tooltiptext-box-chart {
    visibility: visible;
    opacity: 1; }
  .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar {
    position: relative;
    display: inline-block;
    /* Tooltip arrow */ }
    .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar .chart-tooltiptext-horizontal-bar {
      visibility: hidden;
      width: 140px;
      background-color: #26343e;
      color: #fff;
      padding: 6px 6px;
      list-style: none;
      font-size: 11px;
      line-height: 11px;
      /* Position the tooltip text */
      position: absolute;
      left: 50%;
      bottom: 60%;
      z-index: 1;
      margin-left: -70px;
      /* Fade in tooltip */
      opacity: 0;
      transition: opacity 1s; }
      .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar .chart-tooltiptext-horizontal-bar .chart-tooltiptext-color-horizontal-bar {
        float: left;
        width: 7px;
        height: 7px;
        margin: 1px 2px; }
      .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar .chart-tooltiptext-horizontal-bar .chart-tooltiptext-header-horizontal-bar {
        float: left; }
      .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar .chart-tooltiptext-horizontal-bar .chart-tooltiptext-value-horizontal-bar {
        float: right; }
    .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar .chart-tooltiptext-horizontal-bar::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #26343e transparent transparent transparent; }
  .style-scope.aha-table.td.aha-Graphs-td.x-scope.px-data-table-cell-0 .field-summary-chart-container .tooltip-target-horizontal-bar:hover .chart-tooltiptext-horizontal-bar {
    visibility: visible;
    opacity: 1; }

.show-filter-button {
  color: #007acc;
  background: none;
  border: 1px solid #889aa5;
  outline: none;
  padding: 5px 10px; }
  .show-filter-button i {
    margin: 0 5px 0 0;
    color: #889aa5;
    background-color: white; }

.filter-container {
  clear: both;
  padding: 30px; }

/**
* Viz - Filter Data
**/
#filters .filters .btn-group {
  flex-grow: 1;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 35px; }

#filters .filters .btn {
  padding: 0 5px !important;
  width: 35px;
  margin-left: 0 !important;
  margin-bottom: 5px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #2c404c;
  height: 25px;
  font-size: 18px; }

#filters .filters .textFields {
  display: flex;
  margin-bottom: 15px; }
  #filters .filters .textFields .text-filter {
    flex: 1; }
  #filters .filters .textFields tags-input .tags {
    box-shadow: none;
    border-color: #96a8b2;
    border-radius: 3px; }
    #filters .filters .textFields tags-input .tags .tag-item {
      background: #0a9ec1;
      color: white;
      border: none;
      border-radius: 3px; }
      #filters .filters .textFields tags-input .tags .tag-item .remove-button {
        color: white; }
  #filters .filters .textFields tags-input .autocomplete .suggestion-item.selected {
    background-color: #0a9ec1; }

#filters .filters .timeline {
  display: flex;
  align-items: stretch; }
  #filters .filters .timeline .bar-chart {
    flex-grow: 1;
    overflow-x: hidden; }
  #filters .filters .timeline .from-to {
    position: absolute;
    width: 350px;
    margin-top: -54px;
    display: initial;
    height: 50px;
    max-width: initial;
    background-color: rgba(255, 255, 255, 0.7); }
  #filters .filters .timeline .from-to .input-group {
    width: 50%;
    float: left; }

#filters .filtersInfo {
  margin-top: 20px;
  margin-left: 45px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5; }
  #filters .filtersInfo .filtersSummary span.selected {
    color: black;
    background: none; }
  #filters .filtersInfo .filtersSummary span.total {
    float: right; }
  #filters .filtersInfo .filtersSummary span.value {
    font-size: 18px; }
  #filters .filtersInfo .filtersSummary .progress {
    height: 25px;
    border-radius: 5px;
    background-color: rgba(9, 134, 164, 0.125); }
    #filters .filtersInfo .filtersSummary .progress .progress-bar {
      background-color: #0986a4;
      border-radius: 5px;
      text-align: center;
      color: white; }
  #filters .filtersInfo .filtersSummary .progress .progress-bar i {
    font-size: 14px;
    line-height: 25px; }

#filters .filtersFooter {
  margin-top: 15px;
  text-align: right; }

/**
* Popover
**/
.popover {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  left: 0;
  line-break: auto;
  margin-left: 38px;
  padding: 10px;
  position: absolute;
  text-align: start;
  text-decoration: none;
  z-index: 1060; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover > .arrow {
  border-width: 11px; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.input-group {
  border-collapse: separate;
  display: table;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-break: auto;
  position: relative;
  text-align: start;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-collapse: separate;
  border-right: 0;
  color: #555;
  display: table-cell;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap; }

.input-group .form-control {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #555;
  display: table-cell;
  float: left;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  position: relative;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%;
  z-index: 2; }

/**
* BarChart
**/
.bar-chart .background.bar {
  fill: #ccc; }

.bar-chart .foreground.bar {
  fill: #0986a4; }

.bar-chart .brush rect.extent {
  fill: #0986a4;
  fill-opacity: .125; }

.bar-chart .brush .resize path {
  fill: #eee;
  stroke: #666; }

.bar-chart .brush svg .axis g:first-of-type text, .bar-chart .brush #heatmap .axis g:first-of-type text {
  text-anchor: start !important; }

.bar-chart .brush svg .axis g:last-of-type text, .bar-chart .brush #heatmap .axis g:last-of-type text {
  text-anchor: end !important; }

.field-summary-progress-bar {
  margin-top: 20px;
  padding: 0 40px; }

#filterOverlay {
  width: 100%;
  height: 70px;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  padding-top: 10px;
  padding-right: 50px;
  text-align: right;
  display: block; }

.filterDataSpinnerText {
  margin-right: 75px;
  position: relative;
  top: -21px;
  left: 35px; }

#ExploreFieldSummary, #ExploreDataFilter, #CorrelationMatrix, #PairwisePlot {
  padding: 10px 30px 30px 30px;
  border-top: 1px solid #e4e4ea; }
  #ExploreFieldSummary .filter-collapse-panel, #ExploreDataFilter .filter-collapse-panel, #CorrelationMatrix .filter-collapse-panel, #PairwisePlot .filter-collapse-panel {
    margin: 17.550px 0px 17.550px 0px;
    font-size: 1.17em;
    font-weight: bold;
    color: #3b3b3b;
    cursor: pointer;
    user-select: none; }

#fieldSummaryDataTable {
  position: relative;
  width: 100%; }

#fieldSummaryDataTable .adjustSection {
  margin-top: 100px; }

#fieldSummaryDataTable .adjustTwinCards {
  margin-left: 15px;
  margin-top: 15px; }

#fieldSummaryDataTable .inputcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#fieldSummaryDataTable .adjustInputText {
  padding-bottom: 25px; }

#fieldSummaryDataTable .plusIcon {
  vertical-align: middle;
  width: 15px; }

#fieldSummaryDataTable .mainOverlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  display: none;
  left: 0px; }

#fieldSummaryDataTable .dtsearch-container {
  width: 330px; }

#fieldSummaryDataTable .newdt-button {
  margin: 0px 0px 15px 0px; }

#fieldSummaryDataTable #projectsDataTable div.tr.rows:hover {
  background: #0986a4; }

#fieldSummaryDataTable #projectsDataTable .striped.aha-table:nth-child(even):hover {
  background: #0986a4; }

#fieldSummaryDataTable .aha-table-0 .table.aha-table .td.aha-table {
  border: none;
  border-bottom: 1px solid #96a8b2; }

#fieldSummaryDataTable .px-dropdown-content-0 {
  position: relative;
  z-index: 10; }

#fieldSummaryDataTable .tableDropdownOptions div.px-dropdown:nth-child(2) {
  position: absolute !important; }

#fieldSummaryDataTable div#dropcell {
  width: 100px;
  background: none;
  border: none; }

#fieldSummaryDataTable .px-dropdown-0 .flex.px-dropdown {
  display: -webkit-inline-box;
  border-style: none;
  border-width: 0px;
  background: unset; }

#fieldSummaryDataTable #projectsDataTable span#textWrap {
  display: none; }

#fieldSummaryDataTable .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 {
  padding-top: 10px;
  padding-bottom: 10px; }

#fieldSummaryDataTable .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
  display: none; }

#fieldSummaryDataTable .tableFolderIcon .iron-icon-0 {
  bottom: 2px;
  fill: none;
  stroke: black;
  width: 22px;
  height: 22px;
  padding-right: 5px; }

#fieldSummaryDataTable .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px; }

#fieldSummaryDataTable .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
  display: none; }

#fieldSummaryDataTable .tableFolderIcon:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

#fieldSummaryDataTable .tableDropdownOptions .px-dropdown-0 .px-dropdown .px-dropdown-chevron-0 .iron-icon-0 {
  width: 24px;
  height: 24px; }

#fieldSummaryDataTable #addProjectButtonForm {
  padding-bottom: 20px; }

#fieldSummaryDataTable #addProjectButtonForm.form-field.form-field--infile .newdt-button.pull-left {
  position: absolute;
  padding-left: 40px; }

#fieldSummaryDataTable #addProjectButtonForm.form-field.form-field--infile button {
  border: 0px !important;
  border-radius: 0px !important; }

#fieldSummaryDataTable .addProjectModal .px-modal-0 .modal__content.px-modal {
  text-align: left;
  color: #525156; }

#fieldSummaryDataTable .no-projects-container {
  text-align: center;
  color: #525156;
  margin-top: 200px; }

#fieldSummaryDataTable .no-projects-container .no-projects-header {
  color: black;
  font-size: 22px;
  margin: 3px 0 !important; }

#fieldSummaryDataTable .no-projects-container .no-projects-text {
  color: #7c7c84;
  margin: 3px 0 20px 0 !important; }

#fieldSummaryDataTable .no-projects-container button {
  border: 0px !important;
  border-radius: 0px !important; }

#ExploreEnforceDataType {
  padding: 10px 30px 30px 30px;
  border-top: 1px solid #e4e4ea; }
  #ExploreEnforceDataType .enforce-data-table-collapse-panel {
    margin: 17.550px 0px 17.550px 0px;
    font-size: 1.17em;
    font-weight: bold;
    color: #3b3b3b;
    cursor: pointer;
    user-select: none; }
    #ExploreEnforceDataType .enforce-data-table-collapse-panel .collapsebtn {
      height: 17px; }

#ExploreFeatureSelection {
  padding: 10px 30px 10px 30px;
  border-top: 1px solid #e4e4ea; }
  #ExploreFeatureSelection .feature-data-table-collapse-panel {
    margin: 17.550px 0px 17.550px 0px;
    font-size: 1.17em;
    font-weight: bold;
    color: #3b3b3b;
    cursor: pointer;
    user-select: none; }
    #ExploreFeatureSelection .feature-data-table-collapse-panel .collapsebtn {
      height: 17px; }

.explore-feature-container {
  padding: 0px 60px 30px 60px;
  border-bottom: 1px solid #e4e4ea; }
  .explore-feature-container ol {
    padding: 5px; }
    .explore-feature-container ol li {
      padding: 5px; }

#enforceDataTable {
  position: relative;
  width: 100%;
  padding: 0 40px; }

#enforceDataTable .adjustSection {
  margin-top: 100px; }

#enforceDataTable .adjustTwinCards {
  margin-left: 15px;
  margin-top: 15px; }

#enforceDataTable .inputcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#enforceDataTable .adjustInputText {
  padding-bottom: 25px; }

#enforceDataTable .plusIcon {
  vertical-align: middle;
  width: 15px; }

#enforceDataTable .mainOverlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  display: none;
  left: 0px; }

#enforceDataTable .dtsearch-container {
  width: 330px; }

#enforceDataTable .newdt-button {
  margin: 0px 0px 15px 0px; }

#enforceDataTable #projectsDataTable div.tr.rows:hover {
  background: #0986a4; }

#enforceDataTable #projectsDataTable .striped.aha-table:nth-child(even):hover {
  background: #0986a4; }

#enforceDataTable .aha-table-0 .table.aha-table .td.aha-table {
  border: none;
  border-bottom: 1px solid #96a8b2; }

#enforceDataTable .px-dropdown-content-0 {
  position: relative;
  z-index: 10; }

#enforceDataTable .tableDropdownOptions div.px-dropdown:nth-child(2) {
  position: absolute !important; }

#enforceDataTable div#dropcell {
  width: 100px;
  background: none;
  border: none; }

#enforceDataTable .px-dropdown-0 .flex.px-dropdown {
  display: -webkit-inline-box;
  border-style: none;
  border-width: 0px;
  background: unset; }

#enforceDataTable .px-dropdown-content-0 .px-dropdown--content.px-dropdown-content {
  background-color: #f0f4f7;
  border-radius: 3px;
  border: 1px solid #96a8b2;
  color: #000;
  width: 125px !important; }

#enforceDataTable #projectsDataTable span#textWrap {
  display: none; }

#enforceDataTable .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 {
  padding-top: 10px;
  padding-bottom: 10px; }

#enforceDataTable .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
  display: none; }

#enforceDataTable .tableFolderIcon .iron-icon-0 {
  bottom: 2px;
  fill: none;
  stroke: black;
  width: 22px;
  height: 22px;
  padding-right: 5px; }

#enforceDataTable .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px; }

#enforceDataTable .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
  display: none; }

#enforceDataTable .tableFolderIcon:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

#enforceDataTable .tableDropdownOptions .px-dropdown-0 .px-dropdown .px-dropdown-chevron-0 .iron-icon-0 {
  width: 24px;
  height: 24px; }

#enforceDataTable #addProjectButtonForm {
  padding-bottom: 20px; }

#enforceDataTable #addProjectButtonForm.form-field.form-field--infile .newdt-button.pull-left {
  position: absolute;
  padding-left: 40px; }

#enforceDataTable #addProjectButtonForm.form-field.form-field--infile button {
  border: 0px !important;
  border-radius: 0px !important; }

#enforceDataTable .addProjectModal .px-modal-0 .modal__content.px-modal {
  text-align: left;
  color: #525156; }

#enforceDataTable .no-projects-container {
  text-align: center;
  color: #525156;
  margin-top: 200px; }

#enforceDataTable .no-projects-container .no-projects-header {
  color: black;
  font-size: 22px;
  margin: 3px 0 !important; }

#enforceDataTable .no-projects-container .no-projects-text {
  color: #7c7c84;
  margin: 3px 0 20px 0 !important; }

#enforceDataTable .no-projects-container button {
  border: 0px !important;
  border-radius: 0px !important; }

select.explore-chart-input-settings-single:disabled {
  color: gray; }

.visualization-status-container {
  color: #525156;
  padding: 20px 20px 10px 20px;
  display: flex;
  align-items: center; }
  .visualization-status-container .visualization-status-header {
    font-size: 28px; }
  .visualization-status-container .visualization-status-spinner-container {
    width: 50px;
    margin: 0 15px; }

.visualization-status-options {
  margin-left: 20px;
  padding: 20px 30px; }
  .visualization-status-options p {
    font-size: 20px;
    color: #525156; }
  .visualization-status-options button {
    border-radius: 0px;
    border: 1px solid #e4e4ea;
    font-size: 14px;
    padding: 15px 30px;
    color: #3e87e8;
    cursor: text;
    outline: none; }
  .visualization-status-options button:hover {
    border: 1px solid #d1d0d8;
    color: #3573c5; }

.btn--primary.show-more,
.btn--primary.generate-plot {
  border-color: #2b5ea2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #3e87e8;
  margin-top: 23px !important; }

#ubl-charts-settings .correlation-chart-form-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.correlationPng {
  max-width: 550px !important;
  margin-right: 15px; }

.heatmapPng {
  max-height: 450px !important; }

.correlation-graph {
  width: 550px !important;
  margin-right: 15px; }

.correlationYDropdown {
  overflow-y: auto;
  max-height: 100px;
  height: auto;
  position: absolute;
  z-index: 100;
  border: 1px #ccc solid;
  width: auto;
  min-width: 250px;
  border-radius: 3px;
  overflow-x: hidden;
  margin-left: 10px;
  background-color: white; }

.correlationYAxis {
  position: absolute;
  margin-top: 5px;
  z-index: 100;
  font-family: 'GE Inspira Sans',sans-serif; }

.correlationYColumnName {
  width: 250px;
  border-radius: 4px;
  height: 30px;
  margin-left: 70px; }

.pairwiseCheckbox {
  float: left;
  z-index: 100;
  margin-left: 39px;
  padding: 0 1px 0 1px; }

.columnYCorrelationContent {
  margin: -33px 0 0 29px;
  border: 1px solid #e4e4ea;
  padding: 10px 0 10px 0;
  width: 920px; }

.correlationYAxisPosition {
  position: relative;
  margin-left: 10px; }

.correlationMatrixButton {
  margin-left: 10px; }

.correlationMatrix {
  margin: 22px 0 0 65px; }

.pairwiseCheckboxSpan {
  display: block; }

.showCorrelationDropdown {
  margin-left: 70px; }

.pairwiseplotCheckbox {
  margin: 9px 0 0 37px; }

.explorecontainer .btn--disabled, .explorecontainer .btn--disabled:link, .explorecontainer .btn--disabled:visited, .explorecontainer .btn--disabled:hover, .explorecontainer .btn--disabled:active, .explorecontainer .btn[disabled], .explorecontainer .btn[disabled]:link, .explorecontainer .btn[disabled]:visited, .explorecontainer .btn[disabled]:hover, .explorecontainer .btn[disabled]:active {
  border-color: var(--px-btn-disabled-border-color, #d1d0d8) !important;
  box-shadow: none !important;
  cursor: not-allowed  !important;
  background-color: var(--px-btn-disabled-background, white) !important;
  color: var(--px-btn-disabled-color, #d1d0d8) !important;
  pointer-events: none !important; }

.correlationIncorrelation {
  margin: 9px 0 10px 10px; }

.inCorrelationY {
  width: 55px;
  border-radius: 4px;
  height: 30px;
  margin-left: 6px; }

.correlationSelectedValues {
  margin: 20px 0 0 27px;
  border: 1px solid #e4e4ea;
  width: 920px;
  padding: 8px 0 18px 0; }

.correlationApplyButton {
  margin: -82px 0 0 826px; }

.filterSpan {
  margin: 16px 0 0 14px;
  position: absolute; }

.pxSlider {
  position: relative;
  width: 700px;
  margin-left: 113px; }

.correlationCheckbox {
  width: 16px;
  height: 16px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.dashboardContainer {
  position: relative;
  width: 100%; }
  .dashboardContainer .adjustSection {
    margin-top: 100px; }
  .dashboardContainer .adjustTwinCards {
    margin-left: 15px;
    margin-top: 15px; }
  .dashboardContainer .inputcontainer {
    display: flex; }
  .dashboardContainer .adjustInputText {
    padding-bottom: 25px; }
  .dashboardContainer .plusIcon {
    vertical-align: middle;
    width: 15px; }
  .dashboardContainer .mainOverlay {
    width: 100%;
    height: 100%;
    background-color: #f7f7fc;
    opacity: .6;
    z-index: 1001;
    position: absolute;
    display: none;
    left: 0px; }
  .dashboardContainer .dtsearch-container {
    width: 330px; }
  .dashboardContainer .newdt-button {
    margin: 0px 0px 15px 0px; }
  .dashboardContainer #projectsDataTable div.tr.rows:hover {
    background: #0986a4; }
  .dashboardContainer #projectsDataTable .striped.aha-table:nth-child(even):hover {
    background: #0986a4; }
  .dashboardContainer .aha-table-0 .table.aha-table .td.aha-table {
    border: none;
    border-bottom: 1px solid #96a8b2; }
  .dashboardContainer .px-dropdown-content-0 {
    position: absolute;
    z-index: 10; }
  .dashboardContainer div#dropcell {
    width: 100px;
    background: none;
    border: none; }
  .dashboardContainer .px-dropdown-0 .flex.px-dropdown {
    display: -webkit-inline-box;
    border-style: none;
    border-width: 0px;
    background: unset; }
  .dashboardContainer #projectsDataTable span#textWrap {
    display: none; }
  .dashboardContainer .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 {
    padding-top: 10px;
    padding-bottom: 10px; }
    .dashboardContainer .style-scope.aha-table.td.aha-options-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
      display: none; }
  .dashboardContainer .tableFolderIcon .iron-icon-0 {
    bottom: 2px;
    fill: none;
    stroke: black;
    width: 22px;
    height: 22px;
    padding-right: 5px; }
  .dashboardContainer .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px; }
    .dashboardContainer .style-scope.aha-table.td.aha-projectNameDisplay-td.x-scope.px-data-table-cell-0 .flex.viewing.empty.style-scope.px-data-table-cell {
      display: none; }
  .dashboardContainer .tableFolderIcon:hover {
    text-decoration-line: underline; }
  .dashboardContainer .tableDropdownOptions .px-dropdown-0 .px-dropdown .px-dropdown-chevron-0 .iron-icon-0 {
    width: 24px;
    height: 24px; }
  .dashboardContainer .tableDropdownOptions div.px-dropdown:nth-child(2) {
    position: unset !important; }
  .dashboardContainer #addProjectButtonForm {
    padding-bottom: 20px; }
  .dashboardContainer #addProjectButtonForm.form-field.form-field--infile .newdt-button.pull-left {
    position: absolute;
    padding-left: 40px; }
  .dashboardContainer #addProjectButtonForm.form-field.form-field--infile button {
    border: 0px !important;
    border-radius: 0px !important; }
  .dashboardContainer .addProjectModal .px-modal-0 .modal__content.px-modal {
    text-align: left;
    color: #525156; }
  .dashboardContainer .no-projects-container {
    text-align: center;
    color: #525156;
    margin-top: 200px; }
    .dashboardContainer .no-projects-container .no-projects-header {
      color: black;
      font-size: 22px;
      margin: 3px 0 !important; }
    .dashboardContainer .no-projects-container .no-projects-text {
      color: #7c7c84;
      margin: 3px 0 20px 0 !important; }
    .dashboardContainer .no-projects-container button {
      border: 0px !important;
      border-radius: 0px !important; }
  .dashboardContainer #projectsDataTable .striped.aha-table:nth-child(odd):hover .tableFolderIcon .iron-icon-0 {
    stroke: white; }
  .dashboardContainer #projectsDataTable .striped.aha-table:nth-child(even):hover .tableFolderIcon .iron-icon-0 {
    stroke: white; }
  .dashboardContainer #projectsDataTable .striped.aha-table:nth-child(even):hover .px-data-table-cell-0, .dashboardContainer .px-data-table-cell-0 html.px-data-table-cell {
    color: white; }
  .dashboardContainer #projectsDataTable .striped.aha-table:nth-child(odd):hover .px-data-table-cell-0, .dashboardContainer .px-data-table-cell-0 html.px-data-table-cell {
    color: white; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.simpleSeparator {
  width: 100%;
  height: 20px; }

.purposeContainer {
  position: relative;
  width: 100%; }

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th,
  .table td {
    border: 1px solid #d1d0d8;
    padding: 0.6666666667rem; }
  .table th {
    text-align: left; }

.table--small th,
.table--small td {
  padding: 0.3333333333rem; }

.charts-section {
  display: flex;
  justify-content: space-around;
  border: solid 1px #b1b1bc;
  margin-left: 1px; }

path[series-id="line_dot"] {
  stroke-dasharray: 5, 5; }

.selected {
  background-color: #0a9ec1;
  color: white; }

.model-table {
  table-layout: fixed; }
  .model-table thead, .model-table tbody {
    display: block; }
  .model-table tbody {
    overflow-y: auto;
    max-height: 300px;
    border: 1px solid #d1d0d8; }
  .model-table th {
    border: none; }
  .model-table tr {
    cursor: pointer; }
  .model-table tr:hover td {
    background-color: #0986a4;
    color: white; }

.model-table tbody::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.model-table tbody::-webkit-scrollbar-button {
  display: none; }

.model-table tbody::-webkit-scrollbar-thumb {
  background: #b1b1bc;
  border-style: none; }

.model-table tbody::-webkit-scrollbar-thumb:hover {
  background: #b1b1bc; }

.model-table tbody::-webkit-scrollbar-thumb:active {
  background: #b1b1bc; }

.model-table tbody::-webkit-scrollbar-track {
  background: white;
  border-style: none; }

.model-table tbody::-webkit-scrollbar-track:hover {
  background: white; }

.model-table tbody::-webkit-scrollbar-track:active {
  background: white; }

.model-table tbody::-webkit-scrollbar-corner {
  background: transparent; }

.symbol {
  display: block;
  padding: 9.5px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #efeff4;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 20px; }

.variables {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #efeff4; }

.selectmappings {
  background-color: #d8e0e5;
  border-color: #96a8b2;
  border-radius: 3px;
  cursor: pointer;
  padding-left: .33333rem;
  padding-right: .33333rem;
  border-style: solid;
  width: 200px; }

.filterTable {
  width: 80%;
  max-width: 800px;
  margin-bottom: 25px; }

.filterThidden {
  text-align: center; }

.filterTvisible {
  position: inherit;
  text-align: center; }

#metricsDiv {
  text-transform: capitalize; }

.paramsBox {
  width: 25%; }

.model-settings-container {
  border: 1px solid #e4e4ea;
  padding: 1rem 0 1rem 1rem; }
  .model-settings-container .panel-heading.pointer.style-scope.px-dta-settings, .model-settings-container .adjust-settings {
    padding: 0 30px; }
  .model-settings-container .feature-container {
    padding: 0 30px;
    border-bottom: 1px solid #e4e4ea; }
    .model-settings-container .feature-container p {
      font-size: 1.33333rem;
      line-height: 1; }
  .model-settings-container .dtg-vis-table-wrapper-0 .exterior.dtg-vis-table-wrapper {
    padding: 0 30px; }

.tagmapping-file-upload-container {
  border-top: 1px solid #e4e4ea;
  padding: 0 30px 30px 30px; }
  .tagmapping-file-upload-container p {
    font-size: 1.33333rem;
    line-height: 1; }
  .tagmapping-file-upload-container .innerContent.px-dt-info-card {
    width: 450px; }
  .tagmapping-file-upload-container #editCardIcon {
    display: none; }
  .tagmapping-file-upload-container .cardMain.px-dt-info-card {
    padding-left: 10px;
    padding-right: 5px;
    width: 450px; }
    .tagmapping-file-upload-container .cardMain.px-dt-info-card .title.px-dt-info-card {
      overflow: hidden; }

.tagmapping-table-container p {
  padding: 0 30px;
  margin: 0;
  font-size: 1.33333rem;
  line-height: 1; }

#warning-div p {
  color: #e8a736;
  margin: 10px;
  word-wrap: break-word;
  font-size: 1.1rem;
  line-height: 1; }

#warning-div a {
  margin: 10px; }

.data-split-item {
  max-width: 120px; }
  .data-split-item > * {
    max-width: 80px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.orchestrateContainer {
  width: 100%;
  position: relative; }

.title {
  cursor: move;
  font-size: 16px; }

.summary {
  cursor: move;
  font-size: 14px; }

.non-movable-summary {
  cursor: pointer;
  font-size: 14px; }

.menu-item {
  width: 255px !important;
  font-size: 80%;
  margin: 5px 5px 5px 0px;
  border-radius: 5px;
  padding: 10px; }

.item {
  position: absolute;
  width: 300px;
  font-size: 80%;
  border-radius: 5px;
  padding: 10px; }

.itemHover {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: move;
  display: none;
  top: 0;
  left: 0;
  border-radius: 3px;
  padding: 5px;
  text-align: center; }

.item:hover .itemHover {
  display: block; }

.itemHoverLink {
  padding: 5px;
  border: 1px solid #b1b1bc;
  color: #3e87e8;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline;
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
  background: #ffffff; }

.itemHoverLink:hover {
  background: #cbcbd4; }

#container {
  width: 100%;
  height: 71vh; }

#menu-container {
  float: left;
  border-right: 1px solid #333;
  width: 185px;
  height: 71vh;
  background-color: #fff; }

#property-container {
  float: right;
  padding: 0px 10px;
  border-left: 1px solid #333;
  width: 330px;
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1; }

#property-container-hide {
  float: right;
  border-left: 1px solid #333;
  width: 40px;
  height: 71vh;
  background-color: #ddd; }

#menu-container-hide {
  float: left;
  border-right: 1px solid #333;
  width: 40px;
  height: 71vh;
  background-color: #ddd; }

#tab-container {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#tab-container-input {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#tab-container-visualization {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#equation-container-input {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#join-container-input {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#join-container-output {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#split-container-input {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#split-container-output {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#split-container-condition {
  float: left;
  width: calc(100% - 630px);
  height: 71vh;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: auto; }

#tab-container-hide {
  float: right;
  width: 0px;
  height: 71vh;
  background-color: #ddd; }

#tab-container-input-hide {
  float: right;
  width: 0px;
  height: 71vh;
  background-color: #ddd; }

.item:hover .deletenode {
  display: block; }

.item:hover .output {
  display: block; }

.deletenode {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  cursor: pointer;
  color: #828282;
  width: 15px;
  height: 15px; }

.output {
  color: #3e87e8;
  position: absolute;
  /* width: 30px;
    right: 5px; */
  left: 120px;
  right: 40px;
  bottom: 15px;
  display: none;
  width: 15px;
  height: 15px;
  cursor: pointer; }

.edit {
  padding: -10px;
  color: #3e87e8;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline;
  background: #fff;
  float: initial; }

.spinneronNode {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.87);
  cursor: move;
  display: none;
  top: 0;
  left: 0;
  border-radius: 3px;
  padding: 5px;
  text-align: center; }

.mainComponents {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden; }

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

.componentList li {
  float: left;
  width: 100%; }

.componentList li .mainMenu {
  padding: 5px;
  display: block;
  color: #525156;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 2px;
  padding-left: 15px; }

.componentList ul {
  list-style-type: none; }

.componentList li:hover {
  position: relative; }

.componentList li ul {
  left: 0px;
  top: 40px;
  background: #fff;
  padding: 0px;
  margin-left: 0px; }

.componentList li ul li .mainMenu {
  padding: 5px;
  display: block;
  width: 167px;
  background-color: #fff;
  text-align: left;
  padding-left: 15px;
  margin-bottom: -0.2rem; }

.componentList li ul li .mainMenu:hover {
  background: rgba(185, 208, 218, 0.54); }

.componentList li:hover ul li .mainMenu:hover {
  color: #0a9ec1; }

#tab-container .filterTable {
  width: 100%; }

#tab-container-input .filterTable {
  width: 100%; }

#OrchestrateCard .contentContainer.px-card {
  padding: 0px; }

#join-container-output .filterTable {
  width: 100%; }

#join-container-input .filterTable {
  width: 100%; }

#split-container-input .filterTable {
  width: 100%; }

#split-container-output .filterTable {
  width: 100%; }

#split-container-condition .filterTable {
  width: 100%; }

#OrchestrateCard .u-mb.px-card-header {
  margin-bottom: 0rem !important; }

#OrchestrateCard .field.px-dta-settings, .flex.px-dta-settings {
  display: inherit; }

#OrchestrateCard .item--small.px-dta-settings {
  width: 210px; }

#OrchestrateCard .item--tiny.px-dta-settings, .item--tiny.px-dta-settings > *.px-dta-settings {
  width: 210px; }

#expandcanvas {
  margin: 20px;
  float: left; }

.showIOSpinnerProperties {
  display: flex;
  position: absolute;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1001;
  left: 0px;
  background-color: white; }

.showIOSpinner {
  top: 50%;
  left: 50%;
  z-index: 3001;
  position: fixed; }

.showIOSpinnerMessage {
  color: black;
  font-size: 35px;
  top: 50%;
  left: 50%;
  position: fixed; }

.workflow-data-vis-header-container {
  border-bottom: 2px solid black;
  padding: 20px 40px; }
  .workflow-data-vis-header-container h2 {
    font-size: 18px;
    margin-top: 0; }
  .workflow-data-vis-header-container h3 {
    font-size: 14px;
    margin: 0 !important; }

.orchProp-LineBreak {
  height: 10px; }

.orchProp-icon {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: auto; }

.orchProp-btn-font {
  font-size: 12px !important;
  font-weight: 600;
  text-align: center; }

.orchProp-button {
  display: inline-block;
  overflow: visible;
  height: 60px;
  width: 60px;
  border: 1px solid var(--px-btn-border-color, #b1b1bc);
  border-radius: 3px;
  padding: 0px;
  box-shadow: var(--px-btn-shadow--light, 0 1px 0 rgba(0, 0, 0, 0.1));
  font: inherit;
  line-height: calc(2em - 2px);
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  /*background-color: var(--px-btn-background, #e4e4ea);*/ }

.orchProp-button, .orchProp-button:link, .orchProp-button:visited, .orchProp-button:hover, .orchProp-button:active {
  /*color: var(--px-btn-color, black);*/
  color: var(--px-btn-tertiary-color, #3e87e8); }

.orchProp-button:hover {
  border-color: var(--px-btn-border-color--hover, #9999a3);
  box-shadow: var(--px-btn-shadow, 0 1px 0 rgba(0, 0, 0, 0.15));
  background-color: var(--px-btn-background--hover, #e4e4ea); }

.orchProp-button:active {
  border-color: var(--px-btn-border-color--pressed, #7c7c84);
  box-shadow: none;
  background-color: var(--px-btn-background--pressed, #9999a3); }

.orchProp-button:active {
  outline: none; }

.orchProp-button-container div {
  margin-right: 10px; }

.orchProp-button-container div:last-child {
  margin-right: 0px; }

#completed-step-icon {
  display: none;
  position: absolute;
  left: 272px;
  top: 12px; }

.oe-input {
  font-size: 14px;
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.jsPlumbCustom {
  width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }

jsPlumbCustom .customTitle, .showEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.customTechniqueList {
  width: 185px !important; }

.customTechniqueList .menu-item {
  width: 125px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
#model-result-card .contentContainer.style-scope.px-card {
  padding: 0;
  margin-bottom: 5px; }

/*
    Model Status Bar
*/
.model-result-status-container {
  color: #525156;
  border-bottom: 1px solid #e4e4ea;
  padding: 20px 30px;
  display: flex;
  align-items: center; }
  .model-result-status-container .model-result-status-header {
    font-size: 28px; }
  .model-result-status-container .model-result-status-spinner-container {
    width: 50px;
    margin: 0 15px; }
  .model-result-status-container .fa-exclamation-triangle {
    color: #e53838;
    margin: 0 15px;
    width: 30px;
    height: 30px;
    font-size: 24px !important; }
  .model-result-status-container .getting-error-files-spinner-label {
    margin: 0 15px; }
  .model-result-status-container .error-files-modal-container {
    display: inline;
    width: 930px;
    padding: 15px; }
    .model-result-status-container .error-files-modal-container .error-files-table-container {
      box-shadow: 0px -1px #efeff4 inset; }
  .model-result-status-container .error-log-button {
    border: 2px solid #e53838 !important;
    border-radius: 0 !important;
    background-color: white !important; }

.model-result-no-model-container {
  text-align: center;
  color: #525156;
  margin-top: 200px; }
  .model-result-no-model-container .model-result-no-model-header {
    color: black;
    font-size: 22px;
    margin: 3px 0 !important; }
  .model-result-no-model-container .model-result-no-model-text {
    color: #7c7c84;
    margin: 3px 0 20px 0 !important; }
  .model-result-no-model-container button {
    background-color: #3e87e8 !important;
    color: white !important;
    border: 0px !important;
    border-radius: 0px !important; }
  .model-result-no-model-container button:hover {
    background-color: #3573c5 !important; }

.model-result-building-options {
  padding: 20px 30px; }
  .model-result-building-options p {
    font-size: 20px;
    color: #525156; }
  .model-result-building-options button {
    border-radius: 0px;
    border: 1px solid #e4e4ea;
    font-size: 14px;
    padding: 15px 30px;
    margin: 0 20px;
    color: #3e87e8;
    cursor: pointer;
    outline: none; }
  .model-result-building-options button:hover {
    border: 1px solid #d1d0d8;
    color: #3573c5; }

.model-result-accordion-spinner-label-container {
  display: flex;
  align-items: center;
  padding: 20px 0; }
  .model-result-accordion-spinner-label-container .model-result-accordion-spinner-container {
    width: 50px;
    margin: 0 15px; }

.add-charts-buttons-container {
  padding: 20px 0 0 30px; }

/*
*/
.relativeSpinnerText {
  position: relative;
  top: -21px;
  left: 35px; }

.predictOverlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  display: none; }

.results {
  margin-bottom: 30px;
  margin-top: 30px; }

.results .results-components .result-component {
  margin-bottom: 50px;
  margin-top: 30px; }

#modelResultView .chart {
  margin-bottom: 35px; }
  #modelResultView .chart .toolbar {
    text-align: right;
    margin-bottom: 10px; }
    #modelResultView .chart .toolbar .glyphicon-remove {
      cursor: pointer;
      color: gray; }

.build-details-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px 10px; }
  .build-details-container .build-detail-container {
    width: 33%;
    padding: 0 5px; }
    .build-details-container .build-detail-container .build-detail-label {
      font-size: 14px;
      color: #7c7c84;
      margin: 3px 0; }
    .build-details-container .build-detail-container .build-detail-content {
      font-size: 14px;
      vertical-align: top; }

.result-page-accordion-container {
  border-bottom: 1px solid #e4e4ea;
  padding: 0 30px; }
  .result-page-accordion-container .box {
    padding: 20px 0; }
  .result-page-accordion-container .header.dtg-simple-accordion {
    text-transform: capitalize; }
  .result-page-accordion-container .contents {
    padding: 0 15px; }

.fieldsUsedModelFileLayout {
  display: inline;
  width: 600px;
  padding: 15px; }

.settingUsedLayout {
  display: inline;
  width: 600px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

.settingsUsedLabel {
  transform: translate(7px, 0px);
  font-size: 18px; }

.metricsLayout {
  transform: translate(7px, 7px);
  font-size: 17px; }

.downloadFileLayout {
  display: inline;
  width: 150px;
  padding: 15px;
  padding-left: 580px; }

.resultsPageLayout {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3001; }

.resultsPageSpan {
  color: black;
  font-size: 40px;
  vertical-align: top; }

.metricsDivMarginBottom {
  margin-bottom: 15px; }

.metricsDivTextCenter {
  text-align: center; }

.table th, .metricsDivTextCenter {
  text-align: center; }

.metricsDivGroupTrack {
  transform: rotate(270deg);
  font-weight: bold;
  text-align: center; }

.modelFilesButton {
  text-align: center;
  width: 150px; }

/*
  anomaly detection result
*/
.flex--vertical {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column; }

.alert-item {
  border-top: 1px solid #888;
  cursor: pointer; }

.alert-item:hover {
  background-color: #eee; }

.alert-toggle-icon {
  color: #888;
  text-align: right; }

.alert-cell .alert-name {
  color: #888;
  font-size: 0.9em; }

.alert-cell .alert-value {
  font-size: 1.1em; }

.alert-item-detail {
  border-top: 1px solid #aaa; }

.feature-list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important; }

.feature-item {
  border-top: 1px solid #aaa;
  cursor: pointer; }

.feature-item.selected {
  background-color: #086e87;
  color: #fff; }

.feature-item:hover {
  background-color: #ddd; }

.feature-item .feature-name {
  color: #aaa; }

.feature-detail {
  border-bottom: 1px solid #aaa; }

#featureId {
  padding: 5px 0px 5px 30px; }
  #featureId #featureInfoTableId {
    padding: 10px 40px; }
    #featureId #featureInfoTableId .aha-table-0 .px-data-table {
      display: none !important; }

.equationLabel {
  transform: translate(7px, 0px);
  font-style: oblique;
  font-size: 16px;
  max-width: 700px;
  float: left; }

.metricsDivMarginTop {
  margin-top: 20px; }
  .metricsDivMarginTop table {
    table-layout: fixed !important;
    width: 400px !important; }
    .metricsDivMarginTop table thead tr th {
      width: fit-content !important; }
    .metricsDivMarginTop table tbody tr td:not(:first-child) {
      text-align: center; }
    .metricsDivMarginTop table tbody tr td {
      width: 50px !important; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
#predictCard .cardMain.px-dt-info-card {
  padding-left: 10px;
  padding-right: 5px;
  width: 400px; }
  #predictCard .cardMain.px-dt-info-card .title.px-dt-info-card {
    overflow: hidden; }

#predictCard .innerContent.px-dt-info-card {
  width: 400px; }

#predictCard .predict-tabs-container {
  margin: 30px 0; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.publish-table p.required-field::after {
  content: "*";
  color: red; }

.publish-table td {
  vertical-align: top;
  padding-top: 7px; }

.publish-table {
  width: 100%;
  border-spacing: 0 10px; }

.choose_div_upload {
  padding: 5px 10px;
  border: 1px solid #00ad2d;
  position: relative;
  border-radius: 2px;
  text-align: center;
  float: right;
  cursor: pointer;
  color: var(--px-btn-tertiary-color, #3e87e8);
  border-color: var(--px-btn-border-color, #b1b1bc);
  box-shadow: none;
  background-color: var(--px-btn-tertiary-background, white); }

.hide_fileName_input {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 24px;
  width: 100%; }

.publish-analytics-div {
  width: 100%;
  position: relative; }

.manage-button-div {
  padding-right: 30px;
  float: right; }

.processing-div {
  display: inline-flex;
  vertical-align: middle; }

.delete-button-div {
  padding-top: 10px;
  margin-left: 1rem; }

.done-button-div {
  padding-top: 40px;
  vertical-align: left;
  margin-left: -1rem; }

.select-all {
  min-width: 60px;
  vertical-align: middle; }

.success-level {
  background-color: #46ad00; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.publish-table p.required-field::after {
  content: "*";
  color: red; }

.publish-table td {
  vertical-align: top;
  padding-top: 7px; }

.publish-table {
  width: 100%;
  border-spacing: 0 10px; }

.choose_div_upload {
  padding: 5px 10px;
  border: 1px solid #00ad2d;
  position: relative;
  border-radius: 2px;
  text-align: center;
  float: right;
  cursor: pointer;
  color: var(--px-btn-tertiary-color, #3e87e8);
  border-color: var(--px-btn-border-color, #b1b1bc);
  box-shadow: none;
  background-color: var(--px-btn-tertiary-background, white); }

.hide_fileName_input {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 24px;
  width: 100%; }

.publish-analytics-div {
  width: 100%;
  position: relative; }

.manage-button-div {
  padding-right: 30px;
  float: right; }

.processing-div {
  display: inline-flex;
  vertical-align: middle; }

.delete-button-div {
  padding-top: 10px;
  margin-left: 1rem; }

.done-button-div {
  padding-top: 40px;
  vertical-align: left;
  margin-left: -1rem; }

.select-all {
  min-width: 60px;
  vertical-align: middle; }

#outcome #dropcell px-tooltip {
  display: none !important; }

.icon-alignment {
  margin-top: 2%;
  margin-left: 20px !important; }

.equationLabelAM {
  transform: translate(7px, 0px);
  font-style: oblique;
  font-size: 16px;
  max-width: 700px;
  float: left; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.deployContainer {
  position: relative;
  width: 100%; }
  .deployContainer .deploy-status-container {
    text-align: center;
    margin-top: 200px; }
    .deployContainer .deploy-status-container .fa-check {
      color: #3e87e8; }
    .deployContainer .deploy-status-container .fa-exclamation-triangle {
      color: #e53838; }
    .deployContainer .deploy-status-container .deploy-status-header {
      margin: 20px 0;
      font-size: 22px;
      font-weight: 300; }
    .deployContainer .deploy-status-container button {
      background-color: #3e87e8 !important;
      color: white !important;
      border: 0px !important;
      border-radius: 0px !important; }
    .deployContainer .deploy-status-container button:hover {
      background-color: #3573c5 !important; }
  .deployContainer .contentContainer {
    padding-left: 30px;
    padding-right: 30px; }
  .deployContainer #deploy-input-field-container #fileButton {
    border: 0px solid black;
    border-radius: 0px;
    background-color: #d8e0e3;
    color: black; }
  .deployContainer #deploy-input-field-container #fileButton:hover {
    background-color: #99a7b0; }
  .deployContainer #deploy-input-field-container #input-files-container .px-data-table-0 *.px-data-table, .deployContainer #deploy-input-field-container #input-files-container .px-data-table-0 .px-data-table:after, .deployContainer #deploy-input-field-container #input-files-container .px-data-table-0 .px-data-table:before {
    overflow: visible; }
  .deployContainer #deploy-input-field-container #input-files-container .aha-table-0 .scroll-body.aha-table {
    padding-top: 10px;
    margin-bottom: 0;
    overflow: visible; }
  .deployContainer #deploy-input-field-container #tagmapping-files-container .px-data-table-0 *.px-data-table, .deployContainer #deploy-input-field-container #tagmapping-files-container .px-data-table-0 .px-data-table:after, .deployContainer #deploy-input-field-container #tagmapping-files-container .px-data-table-0 .px-data-table:before {
    overflow: visible; }
  .deployContainer #deploy-input-field-container #tagmapping-files-container .aha-table-0 .scroll-body.aha-table {
    padding-top: 10px;
    margin-bottom: 0; }
  .deployContainer #deploy-input-field-container .deploy-input-field {
    padding-bottom: 40px; }
    .deployContainer #deploy-input-field-container .deploy-input-field .dtg-vis-table-wrapper-0 .exterior.dtg-vis-table-wrapper {
      padding: 0px;
      width: 90%;
      max-width: 900px; }
    .deployContainer #deploy-input-field-container .deploy-input-field .table-dropdown-cell-container {
      display: flex; }
      .deployContainer #deploy-input-field-container .deploy-input-field .table-dropdown-cell-container .table-dropdown-container {
        width: 80%; }
    .deployContainer #deploy-input-field-container .deploy-input-field .px-data-table-cell-0 .cell--value.px-data-table-cell, .deployContainer #deploy-input-field-container .deploy-input-field .px-data-table-cell-0 .flex.px-data-table-cell {
      display: inline; }
    .deployContainer #deploy-input-field-container .deploy-input-field .table-file-type-dropdown {
      background-color: transparent;
      border: 0px solid black;
      border-radius: 0px;
      box-shadow: none; }
    .deployContainer #deploy-input-field-container .deploy-input-field i {
      margin-left: 20px;
      margin-right: 10px;
      cursor: pointer;
      padding: 9px 0; }
    .deployContainer #deploy-input-field-container .deploy-input-field .input-field-label {
      font-size: 1.4em;
      color: #7c7c84; }
    .deployContainer #deploy-input-field-container .deploy-input-field .input-text-area {
      width: 40%; }
    .deployContainer #deploy-input-field-container .deploy-input-field .input-field-style {
      box-shadow: none;
      background: none;
      border-top: none;
      border-bottom: 1px solid #889aa5;
      border-left: none;
      border-right: none; }
    .deployContainer #deploy-input-field-container .deploy-input-field .input-field-style:hover {
      background: #efeff4; }
    .deployContainer #deploy-input-field-container .deploy-input-field .input-field-style:focus {
      background: #eefbff; }
    .deployContainer #deploy-input-field-container .deploy-input-field .toggle-button {
      display: block;
      padding-bottom: 20px; }
      .deployContainer #deploy-input-field-container .deploy-input-field .toggle-button .toggle-button-label {
        color: #7c7c84;
        font-size: 0.9em;
        display: inline-block;
        width: 150px; }
      .deployContainer #deploy-input-field-container .deploy-input-field .toggle-button .toggle-button-input-label {
        display: inline-block;
        position: absolute; }
    .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field {
      padding-top: 20px;
      padding-bottom: 20px; }
      .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task {
        display: block;
        width: 100px; }
        .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .schedule-task-label {
          padding-top: 20px;
          font-size: 0.8em;
          color: #7c7c84; }
        .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .px-dropdown-0 .dropcell.px-dropdown {
          border-radius: 0px;
          border: 0px solid black; }
        .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .px-dropdown-content-0 .list-bare.px-dropdown-content, .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .px-dropdown-content-0 .list-inline.px-dropdown-content, .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .px-dropdown-content-0 .list-ui.px-dropdown-content {
          background-color: white; }
        .deployContainer #deploy-input-field-container .deploy-input-field .datetime-field .schedule-task .px-dropdown-content-0 .px-dropdown--content.px-dropdown-content {
          border-radius: 0px; }

#prodDeployCard .model-settings-container {
  border-left: none;
  border-right: none;
  border-bottom: none; }

#prodDeployCard #prodDeployTab hr.px-tab-set {
  display: none !important; }

#prodDeployCard .error {
  color: #af0202; }

#prodDeployCard .fixedCell {
  width: 150px; }

#prodDeployCard .customModelTable .inputColumns.p,
#prodDeployCard .customModelTable .outputColumns.p {
  width: 500px;
  display: block;
  float: left; }

#prodDeployCard .showLessFields {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#prodDeployCard .showAllSpan {
  color: #1E90FF;
  cursor: pointer; }

#prodDeployCard .showAllSpan:hover {
  text-decoration: underline; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
#runResultCard div.runResultTable {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

#runResultCard .divTable.runResultTable .divTableCell, #runResultCard .divTable.runResultTable .divTableHead {
  border: 1px solid #CCCCCC;
  padding: 2px 2px; }

#runResultCard .divTable.runResultTable .divTableHeading {
  border-bottom: 1px solid #444444; }

#runResultCard .divTable.runResultTable .divTableHeading .divTableHead {
  font-weight: bold; }

#runResultCard .divTable {
  display: table; }

#runResultCard .divTableRow {
  display: table-row; }

#runResultCard .divTableHeading {
  display: table-header-group; }

#runResultCard .divTableCell, #runResultCard .divTableHead {
  display: table-cell; }

#runResultCard .divTableHeading {
  display: table-header-group; }

#runResultCard .divTableFoot {
  display: table-footer-group; }

#runResultCard .divTableBody {
  display: table-row-group; }

#runResultCard div.runResultTable .divTableHead {
  border-top: 1px solid #444444 !important;
  border-bottom: 1px solid #444444 !important; }

#runResultCard div.runResultTable .divTableHead, #runResultCard .divTableCell {
  border-left: none !important;
  border-right: none !important; }

#runResultCard span.refresh {
  position: relative;
  top: -15px;
  right: 25px;
  cursor: pointer;
  z-index: 100;
  float: right; }

#runResultCard span.refresh:hover {
  color: #636262; }

#runResultCard .tab-right {
  margin-right: 15px; }

#runResultCard .tab-left {
  margin-left: 15px; }

#runResultCard .link {
  color: #1E90FF;
  cursor: pointer;
  font-weight: bold; }

#runResultCard .link:hover {
  text-decoration: underline; }

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

#runResultCard .icon-chervon {
  cursor: pointer; }

#runResultCard .icon-chervon :hover {
  color: #636262; }

#runResultCard .download {
  cursor: pointer;
  height: 20px;
  width: 20px; }

#runResultCard .download:hover {
  color: #636262; }

#runResultCard .run-disabled {
  text-decoration: unset !important;
  color: #636262 !important;
  cursor: unset !important; }

#runResultCard .hide-border-bottom {
  border-bottom-color: #FFFFFF !important; }

#runResultCard table.runResultTable,
#runResultCard table.runResultFileTable {
  border-collapse: collapse;
  text-align: left; }

#runResultCard table.runResultTable {
  width: 100%; }

#runResultCard table.runResultFileTable {
  width: 500px; }

#runResultCard table.runResultTable th,
#runResultCard table.runResultFileTable th {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 5px; }

#runResultCard table.runResultTable td,
#runResultCard table.runResultFileTable td {
  border-bottom: 1px solid #CCCCCC;
  padding: 5px; }

#runResultCard .icon-chervon {
  height: 15px;
  margin-bottom: 3px; }

#runResultCard .runtime-charts-settings {
  /*padding: 30px 0 30px 0;*/ }

#runResultCard .runtime-charts-settings .panel-heading {
  width: 710px; }

#runResultCard .visualizationDiv div.multiselectDropdown {
  display: inline-block;
  margin-top: 2px; }

#runResultCard .highlight-tab {
  border-bottom: 2px solid #1E90FF; }

#runResultCard .plot-container.plotly {
  padding-bottom: 15px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.converse_container .dashboardContainer {
  position: relative;
  width: 100%; }

.converse_container .contentContainer {
  background-color: #eff1f3;
  padding: 1.33333rem; }

.converse_container .adjustSection {
  margin-top: 100px; }

.converse_container .adjustTwinCards {
  margin-left: 15px;
  margin-top: 15px; }

.converse_container .inputcontainer {
  display: box; }

.converse_container .adjustInputText {
  padding-bottom: 25px; }

.converse_container .plusIcon {
  vertical-align: middle;
  width: 15px; }

.converse_container .mainOverlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  display: none;
  left: 0px; }

.converse_container .layout {
  width: 100%;
  margin-left: 0rem !important; }

.converse_container .u-3\/4:not([style-scope]):not(.style-scope) {
  width: 60% !important;
  padding-right: 0px;
  padding-left: 0rem; }

.converse_container .u-1\/4:not([style-scope]):not(.style-scope) {
  width: 40% !important; }

.converse_container .assets_heading {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  display: flex;
  float: left;
  padding: 10px;
  background-color: #3481c6;
  border-radius: 3px 0px 0px 3px; }
  .converse_container .assets_heading .tachometerimg {
    padding: 2px 8px 0px 0px; }
  .converse_container .assets_heading .fa-modx {
    vertical-align: middle; }
    .converse_container .assets_heading .fa-modx::before {
      content: url("/images/modx-blue.svg"); }
  .converse_container .assets_heading .tachometericon {
    padding: 0px 7px 0px 0px; }

.converse_container .px-dropdown-text-0 .px-dropdown-text.px-dropdown-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: text-top;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  padding: 10px; }

.converse_container .px-dropdown-0 .dropcell.px-dropdown {
  background-color: #f7f7f7;
  padding-right: 0px;
  padding-left: 0px;
  height: 46px;
  border-width: 0px;
  border-radius: 0px 3px 3px 0px;
  border: solid 0.5px rgba(26, 109, 184, 0.36); }

.converse_container .px-dropdown-0 .opened.px-dropdown, .converse_container .px-dropdown-0 .opened.px-dropdown:hover {
  background-color: #f7f7f7;
  border: solid 0.5px rgba(26, 109, 184, 0.36);
  color: #000;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.5); }

.converse_container .px-dropdown-0 .dropcell.hover.px-dropdown {
  background-color: #f7f7f7;
  border-radius: 0px 3px 3px 0px;
  border: solid 0.5px rgba(26, 109, 184, 0.36); }

.converse_container .px-dropdown-chevron-0 {
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 2.06667rem;
  color: #f5f5f5;
  padding: 31px 12px 11px 10px; }

.converse_container .px-dropdown-chevron-0 iron-icon.hover.px-dropdown-chevron {
  height: 25px;
  color: #1a6db8;
  margin-top: -40px;
  width: 25px; }

.converse_container .px-dropdown-chevron-0 iron-icon.px-dropdown-chevron {
  height: 25px;
  color: #1a6db8;
  margin-top: -40px;
  width: 25px; }

.converse_container .chattop {
  margin-top: -21px;
  padding-left: 20px !important; }

.converse_container .chatheight {
  height: 559px !important; }

.converse_container .layout__item .layout_containerlarge {
  height: 490px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 3px #d4caca;
  margin-top: 22px;
  position: relative;
  width: 100%;
  float: left; }
  .converse_container .layout__item .layout_containerlarge .heading {
    padding: 10px;
    text-align: center;
    border-radius: 2.1px;
    background-color: #f7f7f7;
    color: #3481c6;
    font-size: 20px;
    font-weight: 500; }

.converse_container .listening_container {
  position: absolute;
  background: #ffffff;
  width: 58%;
  height: 492px;
  opacity: 1;
  z-index: 9;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center; }
  .converse_container .listening_container .listeningcontent {
    margin: 0 auto;
    position: relative;
    top: -11%; }
  .converse_container .listening_container .listeningimage {
    width: 165px;
    height: 135px; }
  .converse_container .listening_container .listening {
    position: relative; }
  .converse_container .listening_container .listening_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.8;
    text-align: center;
    color: #605f5f;
    margin-top: 35px; }

.converse_container .tabs-container__nav.px-tab-set {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 0px solid #9999a3 !important; }

.converse_container div.tab-title--selected.px-tab {
  background: #ffffff;
  color: #0a9ec1;
  margin-bottom: -1px;
  padding-bottom: 1px;
  border-bottom-width: 0;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid #09819c !important;
  width: 150px; }

.converse_container .tab-title.px-tab {
  line-height: 1.3;
  padding: .5em;
  margin: 0px -2px 0 0;
  border: 0px solid #d3d3d3;
  border-bottom-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #000;
  width: 150px;
  background-color: #f2f2f2; }

.converse_container .layouthelp_text {
  font-weight: 500;
  padding: 10px;
  word-wrap: break-word;
  overflow: auto;
  height: 458px; }
  .converse_container .layouthelp_text .somethingyou_text {
    font-size: 20px;
    color: #000000;
    margin-left: 12px;
    margin-top: 5px; }
  .converse_container .layouthelp_text .layoutchatmessage {
    font-size: 18px;
    padding: 0px 0px 0px 13px;
    text-decoration: underline;
    color: #3481c6;
    cursor: pointer; }

.converse_container .chathistory_container {
  height: 400px; }

.converse_container .chathistory_main {
  overflow: auto;
  position: relative;
  height: 459px;
  padding: 10px;
  width: 100%;
  float: left; }
  .converse_container .chathistory_main .chatquestion_message {
    margin-left: 15px;
    display: flex;
    float: right; }
    .converse_container .chathistory_main .chatquestion_message .chat_question {
      border-radius: 2px;
      background-color: #f3f3f3;
      box-shadow: 0 1px 2px 0 rgba(131, 131, 131, 0.5);
      height: auto;
      right: 0px;
      padding: 10px;
      max-width: 100%; }
      .converse_container .chathistory_main .chatquestion_message .chat_question .chat_question_text {
        font-size: 16px;
        font-weight: 500;
        color: #000000; }
    .converse_container .chathistory_main .chatquestion_message .chat_time {
      left: 0px;
      float: left;
      padding-right: 10px;
      padding-top: 5px; }
      .converse_container .chathistory_main .chatquestion_message .chat_time .chat_time_text {
        font-size: 10px;
        font-weight: 500;
        text-align: right;
        color: #717171;
        width: 40px; }
        .converse_container .chathistory_main .chatquestion_message .chat_time .chat_time_text.spinner {
          vertical-align: middle;
          display: inline-block;
          width: auto; }
        .converse_container .chathistory_main .chatquestion_message .chat_time .chat_time_text.failed {
          font-size: 15px; }
  .converse_container .chathistory_main .chatanswer_message {
    padding: 8px;
    position: relative;
    bottom: 3px;
    display: flex; }
    .converse_container .chathistory_main .chatanswer_message .chat_answer {
      border-radius: 2px;
      background-color: #3481c6;
      box-shadow: 0 1px 2px 0 rgba(131, 131, 131, 0.5);
      height: auto;
      display: inline-flex;
      padding: 10px; }
      .converse_container .chathistory_main .chatanswer_message .chat_answer .chat_answer_text {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-right: 8px; }
    .converse_container .chathistory_main .chatanswer_message .chatanswer_time {
      right: 0px;
      float: right;
      padding-left: 10px;
      padding-top: 5px; }
      .converse_container .chathistory_main .chatanswer_message .chatanswer_time .chatanswer_time_text {
        font-size: 10px;
        font-weight: 500;
        color: #717171;
        width: 40px; }
    .converse_container .chathistory_main .chatanswer_message .chatanswer_icon {
      width: 23px;
      height: 23px;
      margin-right: 10px; }
  .converse_container .chathistory_main .chatcontent_group {
    position: relative;
    bottom: 40px;
    top: -6px; }
  .converse_container .chathistory_main .chat-message {
    display: inline-block;
    margin-top: 15px;
    width: 100%; }
  .converse_container .chathistory_main .spinner.px-spinner {
    border-top: 3px solid #5082c3 !important;
    border-bottom: 3px solid #d1d0d9 !important;
    border-right: 3px solid #d1d0d9 !important;
    border-left: 3px solid #d1d0d9 !important; }

.converse_container .chathistory_button {
  height: 55px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-radius: 2.1px;
  background-color: #f3f3f3;
  box-shadow: 0 1px 2px 1px rgba(200, 200, 200, 0.5);
  border: solid 0.5px #d6d6d6;
  padding: 12px 7px 12px 12px; }
  .converse_container .chathistory_button .chathistory_content {
    width: 100%; }
    .converse_container .chathistory_button .chathistory_content .questionicon {
      background-color: #4e96d5;
      padding: 2px 6px 0px 4px;
      border-radius: 2px; }
      .converse_container .chathistory_button .chathistory_content .questionicon .fa {
        height: 100%;
        font-size: 20px !important;
        font-weight: 500 !important;
        color: #ffffff;
        cursor: pointer;
        padding: 2px 2px 4px 3px; }
        .converse_container .chathistory_button .chathistory_content .questionicon .fa::before {
          vertical-align: middle; }
    .converse_container .chathistory_button .chathistory_content .signinicon {
      background-color: #4e96d5;
      padding: 2px 6px 0px 4px;
      border-radius: 2px; }
      .converse_container .chathistory_button .chathistory_content .signinicon .fa {
        height: 100%;
        font-size: 20px !important;
        font-weight: 500 !important;
        color: #ffffff;
        cursor: pointer;
        padding: 2px 2px 4px 3px; }
        .converse_container .chathistory_button .chathistory_content .signinicon .fa::before {
          vertical-align: middle; }
  .converse_container .chathistory_button * {
    float: left; }
  .converse_container .chathistory_button .chattextbox {
    padding: 8px 11px 6px 8px;
    border: 0px;
    display: flex;
    width: calc(100% - 70px);
    font-size: 14px; }
  .converse_container .chathistory_button .postquestion_text {
    font-size: 13px;
    position: relative;
    top: -7px; }

.converse_container .bot_chart_loader {
  display: none; }

.converse_container .has_chart .layout_itemtext {
  padding-top: 10px; }
  .converse_container .has_chart .layout_itemtext .layout_itemtextmodel {
    width: 100%;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .converse_container .has_chart .layout_itemtext .layoutline {
    margin-top: 6px; }
  .converse_container .has_chart .layout_itemtext .icon_Microphone {
    margin-top: 5px; }
  .converse_container .has_chart .layout_itemtext .talkto_assettext {
    margin-top: 5px; }
  .converse_container .has_chart .layout_itemtext .talkimage {
    width: 100px;
    height: 100px; }
  .converse_container .has_chart .layout_itemtext .statustext {
    padding-top: 0px; }

.converse_container .has_chart .chart_wrapper {
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  width: calc(100% - 30px);
  margin: 0 15px;
  position: relative;
  bottom: 12px; }
  .converse_container .has_chart .chart_wrapper .bot_chart_loader {
    display: block;
    height: 243px;
    position: relative;
    background-color: #fbfbfb; }
    .converse_container .has_chart .chart_wrapper .bot_chart_loader px-spinner {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .converse_container .has_chart .chart_wrapper .bot_chart_loader px-spinner #Wrapper {
        margin-top: -20px; }
  .converse_container .has_chart .chart_wrapper .chart_title {
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.8;
    color: #3481c6;
    margin-top: 13px;
    border-radius: 2px;
    background-color: #fbfbfb;
    padding-top: 17px;
    padding-bottom: 14px; }
  .converse_container .has_chart .chart_wrapper .chart_container {
    height: 243px;
    border-radius: 2px;
    background-color: #fbfbfb; }

.converse_container .layout_itemtext {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  text-align: center;
  color: #000000;
  padding-top: 65px; }
  .converse_container .layout_itemtext .modelusedlock {
    color: #565656 !important;
    font-weight: 500 !important; }
  .converse_container .layout_itemtext .layout_itemtextseleted {
    height: 25px;
    width: 100%;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .converse_container .layout_itemtext .layoutline {
    border: 0.3px solid #e6e4e4;
    width: 247px;
    margin: 0 auto;
    opacity: 1.1; }
  .converse_container .layout_itemtext .icon_Microphone {
    margin-top: 35px; }
  .converse_container .layout_itemtext .talkto_assettext {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.8;
    text-align: center;
    color: #605f5f;
    margin-top: 35px; }
  .converse_container .layout_itemtext .talkimage {
    width: 130px;
    height: 130px; }
  .converse_container .layout_itemtext .statustext {
    font-size: 20px;
    font-weight: 500;
    line-height: 0.6;
    text-align: center;
    color: #605f5f;
    padding-top: 19px; }
  .converse_container .layout_itemtext .statustext_working {
    color: #3481c6;
    line-height: 2;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    left: -1px; }

.converse_container .u-mb.px-card-header {
  margin-bottom: 0px !important; }

.converse_container hr.px-tab-set {
  display: none; }

.converse_container .loading-overlay {
  width: 100%;
  height: 100%;
  background-color: #f7f7fc;
  opacity: .6;
  z-index: 1001;
  position: absolute;
  left: 0px; }

.converse_container .chat-empty {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.converse_container .px-dropdown-content-0 .px-dropdown--content.px-dropdown-content {
  left: 0;
  margin: 2px 10px 10px 166px; }

.converse_container .statustext_content {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  left: -1px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.panel .closeIcon iron-icon {
  width: 16px;
  height: 16px; }

.panel .collapseIcon {
  padding: 0px 10px; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
/**
* Viz - TrendsChart
**/
select.explore-chart-input-settings-single {
  min-width: 200px;
  border: 0px solid #ccc;
  background-color: #e4e4ea;
  border-radius: 0px; }

select.explore-chart-input-settings-multi {
  background-color: #e4e4ea;
  padding: 5px 12px 5px 12px;
  border: 0px solid #ccc;
  border-radius: 0px;
  height: 80px;
  min-width: 200px; }

#ubl-charts-settings {
  padding: 10px 30px 30px 30px;
  border-bottom: 1px solid #e4e4ea; }
  #ubl-charts-settings h3 {
    text-transform: uppercase;
    color: #3b3b3f; }
  #ubl-charts-settings .fa.fa-caret-down {
    color: #3b3b3f;
    padding: 0 10px; }
  #ubl-charts-settings .trends-chart-form-container {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    #ubl-charts-settings .trends-chart-form-container .trends-chart-setting-container {
      padding: 20px; }
  #ubl-charts-settings .trends-chart-button-container {
    padding: 20px 20px 0 20px; }
    #ubl-charts-settings .trends-chart-button-container input {
      border: none;
      border-radius: 0px;
      outline: none;
      background-color: #e4e4ea; }
  #ubl-charts-settings .correlation-chart-form-container {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    #ubl-charts-settings .correlation-chart-form-container .correlation-chart-setting-container {
      padding: 20px; }
    #ubl-charts-settings .correlation-chart-form-container h3 {
      text-align: center;
      margin: 0; }
    #ubl-charts-settings .correlation-chart-form-container .correlation-chart-selection-container {
      display: flex;
      font-size: 13px;
      justify-content: center; }
      #ubl-charts-settings .correlation-chart-form-container .correlation-chart-selection-container .heatmap-stats-container {
        padding: 15px 15px; }
      #ubl-charts-settings .correlation-chart-form-container .correlation-chart-selection-container .heatmap-progressbar-container {
        padding: 15px 15px; }
        #ubl-charts-settings .correlation-chart-form-container .correlation-chart-selection-container .heatmap-progressbar-container .progress-bar {
          background-color: #0986a4;
          color: white;
          padding: 0 5px; }
  #ubl-charts-settings .correlation-chart-container {
    display: flex;
    width: 100%; }
  #ubl-charts-settings .axis {
    font: 14px sans-serif;
    pointer-events: none;
    z-index: 2; }
  #ubl-charts-settings .axis text {
    -webkit-transition: fill-opacity 250ms linear; }
  #ubl-charts-settings .axis path {
    display: none; }
  #ubl-charts-settings .axis line {
    stroke: #000;
    shape-rendering: crispEdges; }
  #ubl-charts-settings .axis.top {
    background-image: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0px;
    padding: 0 0 24px 0; }
  #ubl-charts-settings .axis.bottom {
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0px;
    padding: 24px 0 0 0; }
  #ubl-charts-settings .horizon {
    border-bottom: solid 1px #000;
    overflow: hidden;
    position: relative; }
  #ubl-charts-settings .horizon {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000; }
  #ubl-charts-settings .horizon + .horizon {
    border-top: none; }
  #ubl-charts-settings .horizon canvas {
    display: block; }
  #ubl-charts-settings .horizon .title,
  #ubl-charts-settings .horizon .value {
    font: 12px;
    bottom: 0;
    line-height: 30px;
    margin: 0 6px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    white-space: nowrap; }
  #ubl-charts-settings .horizon .title {
    right: 0; }
  #ubl-charts-settings .horizon .value {
    right: 0; }
  #ubl-charts-settings .line {
    background: #000;
    z-index: 2; }
  #ubl-charts-settings .selector.affix-bottom,
  #ubl-charts-settings .selector.affix-top {
    position: absolute; }
  #ubl-charts-settings .selector {
    background-image: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(to top, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 100000; }
  #ubl-charts-settings .selector.affix {
    bottom: 0px; }
  #ubl-charts-settings .selectionFilters {
    overflow: hidden; }
  #ubl-charts-settings .horizon .rule path.valuetick {
    fill: #FFF;
    stroke: #A9A9A9; }
  #ubl-charts-settings .horizon .rule text {
    font-size: 12px;
    text-anchor: middle; }
  #ubl-charts-settings .horizon .rule line {
    stroke: #000;
    stroke-dasharray: 2,5; }
  #ubl-charts-settings .labels {
    clear: left;
    float: left;
    margin-right: 10px;
    margin-left: 40px;
    margin-top: 10px; }
  #ubl-charts-settings .labels .legend {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    float: right;
    cursor: pointer;
    opacity: 0.6; }
  #ubl-charts-settings .labels .legend.active {
    opacity: 1; }
  #ubl-charts-settings .active {
    z-index: 10000; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.heatmap-label {
  text-align: right;
  clear: both;
  float: left;
  margin-right: 15px; }

.heatmap-boxselector {
  fill: #005cb9;
  fill-opacity: 0.1;
  stroke: #005cb9; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.plotly-chart-form-container {
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  .plotly-chart-form-container .plotly-chart-setting-container {
    padding: 20px; }
    .plotly-chart-form-container .plotly-chart-setting-container .plotly-chart-setting-select {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #e4e4ea;
      border: 0px solid #ccc;
      border-radius: 0px;
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      min-width: 200px; }
    .plotly-chart-form-container .plotly-chart-setting-container .plotly-chart-setting-select-y {
      height: 80px; }
    .plotly-chart-form-container .plotly-chart-setting-container .plotly-multiple-selector {
      height: 80px; }

#results .axis-selector {
  margin-top: 10px;
  margin-bottom: 10px; }

#results .y-selector {
  height: 34px !important;
  -webkit-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all; }

#results .y-selector:hover {
  height: 100px !important; }

/*!
* Copyright 2013-2020 General Electric Company. 
* All Rights Reserved. PROPRIETARY AND CONFIDENTIAL.
* 
* No portions of this source code or the resulting compiled program may be used without
* express written consent and licensing by General Electric Company.
*
*/
.multiselectDropdown {
  /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*# sourceMappingURL=bootstrap.min.css.map */
  /**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2020 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2020 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */ }
  .multiselectDropdown html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .multiselectDropdown body {
    margin: 0; }
  .multiselectDropdown article, .multiselectDropdown aside, .multiselectDropdown details, .multiselectDropdown figcaption, .multiselectDropdown figure, .multiselectDropdown footer, .multiselectDropdown header, .multiselectDropdown hgroup, .multiselectDropdown main, .multiselectDropdown menu, .multiselectDropdown nav, .multiselectDropdown section, .multiselectDropdown summary {
    display: block; }
  .multiselectDropdown audio, .multiselectDropdown canvas, .multiselectDropdown progress, .multiselectDropdown video {
    display: inline-block;
    vertical-align: baseline; }
  .multiselectDropdown audio:not([controls]) {
    display: none;
    height: 0; }
  .multiselectDropdown [hidden], .multiselectDropdown template {
    display: none; }
  .multiselectDropdown a {
    background-color: transparent; }
  .multiselectDropdown a:active, .multiselectDropdown a:hover {
    outline: 0; }
  .multiselectDropdown abbr[title] {
    border-bottom: 1px dotted; }
  .multiselectDropdown b, .multiselectDropdown strong {
    font-weight: 700; }
  .multiselectDropdown dfn {
    font-style: italic; }
  .multiselectDropdown h1 {
    margin: .67em 0;
    font-size: 2em; }
  .multiselectDropdown mark {
    color: #000;
    background: #ff0; }
  .multiselectDropdown small {
    font-size: 80%; }
  .multiselectDropdown sub, .multiselectDropdown sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  .multiselectDropdown sup {
    top: -.5em; }
  .multiselectDropdown sub {
    bottom: -.25em; }
  .multiselectDropdown img {
    border: 0; }
  .multiselectDropdown svg:not(:root) {
    overflow: hidden; }
  .multiselectDropdown figure {
    margin: 1em 40px; }
  .multiselectDropdown hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .multiselectDropdown pre {
    overflow: auto; }
  .multiselectDropdown code, .multiselectDropdown kbd, .multiselectDropdown pre, .multiselectDropdown samp {
    font-family: monospace,monospace;
    font-size: 1em; }
  .multiselectDropdown button, .multiselectDropdown input, .multiselectDropdown optgroup, .multiselectDropdown select, .multiselectDropdown textarea {
    margin: 0;
    font: inherit;
    color: inherit; }
  .multiselectDropdown button {
    overflow: visible; }
  .multiselectDropdown button, .multiselectDropdown select {
    text-transform: none; }
  .multiselectDropdown button, .multiselectDropdown html input[type=button], .multiselectDropdown input[type=reset], .multiselectDropdown input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer; }
  .multiselectDropdown button[disabled], .multiselectDropdown html input[disabled] {
    cursor: default; }
  .multiselectDropdown button::-moz-focus-inner, .multiselectDropdown input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .multiselectDropdown input {
    line-height: normal; }
  .multiselectDropdown input[type=checkbox], .multiselectDropdown input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  .multiselectDropdown input[type=number]::-webkit-inner-spin-button, .multiselectDropdown input[type=number]::-webkit-outer-spin-button {
    height: auto; }
  .multiselectDropdown input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield; }
  .multiselectDropdown input[type=search]::-webkit-search-cancel-button, .multiselectDropdown input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .multiselectDropdown fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver; }
  .multiselectDropdown legend {
    padding: 0;
    border: 0; }
  .multiselectDropdown textarea {
    overflow: auto; }
  .multiselectDropdown optgroup {
    font-weight: 700; }
  .multiselectDropdown table {
    border-spacing: 0;
    border-collapse: collapse; }
  .multiselectDropdown td, .multiselectDropdown th {
    padding: 0; }
  @media print {
    .multiselectDropdown *, .multiselectDropdown :after, .multiselectDropdown :before {
      color: #000 !important;
      text-shadow: none !important;
      background: 0 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .multiselectDropdown a, .multiselectDropdown a:visited {
      text-decoration: underline; }
    .multiselectDropdown a[href]:after {
      content: " (" attr(href) ")"; }
    .multiselectDropdown abbr[title]:after {
      content: " (" attr(title) ")"; }
    .multiselectDropdown a[href^="javascript:"]:after, .multiselectDropdown a[href^="#"]:after {
      content: ""; }
    .multiselectDropdown blockquote, .multiselectDropdown pre {
      border: 1px solid #999;
      page-break-inside: avoid; }
    .multiselectDropdown thead {
      display: table-header-group; }
    .multiselectDropdown img, .multiselectDropdown tr {
      page-break-inside: avoid; }
    .multiselectDropdown img {
      max-width: 100% !important; }
    .multiselectDropdown h2, .multiselectDropdown h3, .multiselectDropdown p {
      orphans: 3;
      widows: 3; }
    .multiselectDropdown h2, .multiselectDropdown h3 {
      page-break-after: avoid; }
    .multiselectDropdown .navbar {
      display: none; }
    .multiselectDropdown .btn > .caret, .multiselectDropdown .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    .multiselectDropdown .label {
      border: 1px solid #000; }
    .multiselectDropdown .table {
      border-collapse: collapse !important; }
    .multiselectDropdown .table td, .multiselectDropdown .table th {
      background-color: #fff !important; }
    .multiselectDropdown .table-bordered td, .multiselectDropdown .table-bordered th {
      border: 1px solid #ddd !important; } }

@font-face {
  .multiselectDropdown {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); } }
  .multiselectDropdown .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .multiselectDropdown .glyphicon-asterisk:before {
    content: "\002a"; }
  .multiselectDropdown .glyphicon-plus:before {
    content: "\002b"; }
  .multiselectDropdown .glyphicon-eur:before, .multiselectDropdown .glyphicon-euro:before {
    content: "\20ac"; }
  .multiselectDropdown .glyphicon-minus:before {
    content: "\2212"; }
  .multiselectDropdown .glyphicon-cloud:before {
    content: "\2601"; }
  .multiselectDropdown .glyphicon-envelope:before {
    content: "\2709"; }
  .multiselectDropdown .glyphicon-pencil:before {
    content: "\270f"; }
  .multiselectDropdown .glyphicon-glass:before {
    content: "\e001"; }
  .multiselectDropdown .glyphicon-music:before {
    content: "\e002"; }
  .multiselectDropdown .glyphicon-search:before {
    content: "\e003"; }
  .multiselectDropdown .glyphicon-heart:before {
    content: "\e005"; }
  .multiselectDropdown .glyphicon-star:before {
    content: "\e006"; }
  .multiselectDropdown .glyphicon-star-empty:before {
    content: "\e007"; }
  .multiselectDropdown .glyphicon-user:before {
    content: "\e008"; }
  .multiselectDropdown .glyphicon-film:before {
    content: "\e009"; }
  .multiselectDropdown .glyphicon-th-large:before {
    content: "\e010"; }
  .multiselectDropdown .glyphicon-th:before {
    content: "\e011"; }
  .multiselectDropdown .glyphicon-th-list:before {
    content: "\e012"; }
  .multiselectDropdown .glyphicon-ok:before {
    content: "\e013"; }
  .multiselectDropdown .glyphicon-remove:before {
    content: "\e014"; }
  .multiselectDropdown .glyphicon-zoom-in:before {
    content: "\e015"; }
  .multiselectDropdown .glyphicon-zoom-out:before {
    content: "\e016"; }
  .multiselectDropdown .glyphicon-off:before {
    content: "\e017"; }
  .multiselectDropdown .glyphicon-signal:before {
    content: "\e018"; }
  .multiselectDropdown .glyphicon-cog:before {
    content: "\e019"; }
  .multiselectDropdown .glyphicon-trash:before {
    content: "\e020"; }
  .multiselectDropdown .glyphicon-home:before {
    content: "\e021"; }
  .multiselectDropdown .glyphicon-file:before {
    content: "\e022"; }
  .multiselectDropdown .glyphicon-time:before {
    content: "\e023"; }
  .multiselectDropdown .glyphicon-road:before {
    content: "\e024"; }
  .multiselectDropdown .glyphicon-download-alt:before {
    content: "\e025"; }
  .multiselectDropdown .glyphicon-download:before {
    content: "\e026"; }
  .multiselectDropdown .glyphicon-upload:before {
    content: "\e027"; }
  .multiselectDropdown .glyphicon-inbox:before {
    content: "\e028"; }
  .multiselectDropdown .glyphicon-play-circle:before {
    content: "\e029"; }
  .multiselectDropdown .glyphicon-repeat:before {
    content: "\e030"; }
  .multiselectDropdown .glyphicon-refresh:before {
    content: "\e031"; }
  .multiselectDropdown .glyphicon-list-alt:before {
    content: "\e032"; }
  .multiselectDropdown .glyphicon-lock:before {
    content: "\e033"; }
  .multiselectDropdown .glyphicon-flag:before {
    content: "\e034"; }
  .multiselectDropdown .glyphicon-headphones:before {
    content: "\e035"; }
  .multiselectDropdown .glyphicon-volume-off:before {
    content: "\e036"; }
  .multiselectDropdown .glyphicon-volume-down:before {
    content: "\e037"; }
  .multiselectDropdown .glyphicon-volume-up:before {
    content: "\e038"; }
  .multiselectDropdown .glyphicon-qrcode:before {
    content: "\e039"; }
  .multiselectDropdown .glyphicon-barcode:before {
    content: "\e040"; }
  .multiselectDropdown .glyphicon-tag:before {
    content: "\e041"; }
  .multiselectDropdown .glyphicon-tags:before {
    content: "\e042"; }
  .multiselectDropdown .glyphicon-book:before {
    content: "\e043"; }
  .multiselectDropdown .glyphicon-bookmark:before {
    content: "\e044"; }
  .multiselectDropdown .glyphicon-print:before {
    content: "\e045"; }
  .multiselectDropdown .glyphicon-camera:before {
    content: "\e046"; }
  .multiselectDropdown .glyphicon-font:before {
    content: "\e047"; }
  .multiselectDropdown .glyphicon-bold:before {
    content: "\e048"; }
  .multiselectDropdown .glyphicon-italic:before {
    content: "\e049"; }
  .multiselectDropdown .glyphicon-text-height:before {
    content: "\e050"; }
  .multiselectDropdown .glyphicon-text-width:before {
    content: "\e051"; }
  .multiselectDropdown .glyphicon-align-left:before {
    content: "\e052"; }
  .multiselectDropdown .glyphicon-align-center:before {
    content: "\e053"; }
  .multiselectDropdown .glyphicon-align-right:before {
    content: "\e054"; }
  .multiselectDropdown .glyphicon-align-justify:before {
    content: "\e055"; }
  .multiselectDropdown .glyphicon-list:before {
    content: "\e056"; }
  .multiselectDropdown .glyphicon-indent-left:before {
    content: "\e057"; }
  .multiselectDropdown .glyphicon-indent-right:before {
    content: "\e058"; }
  .multiselectDropdown .glyphicon-facetime-video:before {
    content: "\e059"; }
  .multiselectDropdown .glyphicon-picture:before {
    content: "\e060"; }
  .multiselectDropdown .glyphicon-map-marker:before {
    content: "\e062"; }
  .multiselectDropdown .glyphicon-adjust:before {
    content: "\e063"; }
  .multiselectDropdown .glyphicon-tint:before {
    content: "\e064"; }
  .multiselectDropdown .glyphicon-edit:before {
    content: "\e065"; }
  .multiselectDropdown .glyphicon-share:before {
    content: "\e066"; }
  .multiselectDropdown .glyphicon-check:before {
    content: "\e067"; }
  .multiselectDropdown .glyphicon-move:before {
    content: "\e068"; }
  .multiselectDropdown .glyphicon-step-backward:before {
    content: "\e069"; }
  .multiselectDropdown .glyphicon-fast-backward:before {
    content: "\e070"; }
  .multiselectDropdown .glyphicon-backward:before {
    content: "\e071"; }
  .multiselectDropdown .glyphicon-play:before {
    content: "\e072"; }
  .multiselectDropdown .glyphicon-pause:before {
    content: "\e073"; }
  .multiselectDropdown .glyphicon-stop:before {
    content: "\e074"; }
  .multiselectDropdown .glyphicon-forward:before {
    content: "\e075"; }
  .multiselectDropdown .glyphicon-fast-forward:before {
    content: "\e076"; }
  .multiselectDropdown .glyphicon-step-forward:before {
    content: "\e077"; }
  .multiselectDropdown .glyphicon-eject:before {
    content: "\e078"; }
  .multiselectDropdown .glyphicon-chevron-left:before {
    content: "\e079"; }
  .multiselectDropdown .glyphicon-chevron-right:before {
    content: "\e080"; }
  .multiselectDropdown .glyphicon-plus-sign:before {
    content: "\e081"; }
  .multiselectDropdown .glyphicon-minus-sign:before {
    content: "\e082"; }
  .multiselectDropdown .glyphicon-remove-sign:before {
    content: "\e083"; }
  .multiselectDropdown .glyphicon-ok-sign:before {
    content: "\e084"; }
  .multiselectDropdown .glyphicon-question-sign:before {
    content: "\e085"; }
  .multiselectDropdown .glyphicon-info-sign:before {
    content: "\e086"; }
  .multiselectDropdown .glyphicon-screenshot:before {
    content: "\e087"; }
  .multiselectDropdown .glyphicon-remove-circle:before {
    content: "\e088"; }
  .multiselectDropdown .glyphicon-ok-circle:before {
    content: "\e089"; }
  .multiselectDropdown .glyphicon-ban-circle:before {
    content: "\e090"; }
  .multiselectDropdown .glyphicon-arrow-left:before {
    content: "\e091"; }
  .multiselectDropdown .glyphicon-arrow-right:before {
    content: "\e092"; }
  .multiselectDropdown .glyphicon-arrow-up:before {
    content: "\e093"; }
  .multiselectDropdown .glyphicon-arrow-down:before {
    content: "\e094"; }
  .multiselectDropdown .glyphicon-share-alt:before {
    content: "\e095"; }
  .multiselectDropdown .glyphicon-resize-full:before {
    content: "\e096"; }
  .multiselectDropdown .glyphicon-resize-small:before {
    content: "\e097"; }
  .multiselectDropdown .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  .multiselectDropdown .glyphicon-gift:before {
    content: "\e102"; }
  .multiselectDropdown .glyphicon-leaf:before {
    content: "\e103"; }
  .multiselectDropdown .glyphicon-fire:before {
    content: "\e104"; }
  .multiselectDropdown .glyphicon-eye-open:before {
    content: "\e105"; }
  .multiselectDropdown .glyphicon-eye-close:before {
    content: "\e106"; }
  .multiselectDropdown .glyphicon-warning-sign:before {
    content: "\e107"; }
  .multiselectDropdown .glyphicon-plane:before {
    content: "\e108"; }
  .multiselectDropdown .glyphicon-calendar:before {
    content: "\e109"; }
  .multiselectDropdown .glyphicon-random:before {
    content: "\e110"; }
  .multiselectDropdown .glyphicon-comment:before {
    content: "\e111"; }
  .multiselectDropdown .glyphicon-magnet:before {
    content: "\e112"; }
  .multiselectDropdown .glyphicon-chevron-up:before {
    content: "\e113"; }
  .multiselectDropdown .glyphicon-chevron-down:before {
    content: "\e114"; }
  .multiselectDropdown .glyphicon-retweet:before {
    content: "\e115"; }
  .multiselectDropdown .glyphicon-shopping-cart:before {
    content: "\e116"; }
  .multiselectDropdown .glyphicon-folder-close:before {
    content: "\e117"; }
  .multiselectDropdown .glyphicon-folder-open:before {
    content: "\e118"; }
  .multiselectDropdown .glyphicon-resize-vertical:before {
    content: "\e119"; }
  .multiselectDropdown .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  .multiselectDropdown .glyphicon-hdd:before {
    content: "\e121"; }
  .multiselectDropdown .glyphicon-bullhorn:before {
    content: "\e122"; }
  .multiselectDropdown .glyphicon-bell:before {
    content: "\e123"; }
  .multiselectDropdown .glyphicon-certificate:before {
    content: "\e124"; }
  .multiselectDropdown .glyphicon-thumbs-up:before {
    content: "\e125"; }
  .multiselectDropdown .glyphicon-thumbs-down:before {
    content: "\e126"; }
  .multiselectDropdown .glyphicon-hand-right:before {
    content: "\e127"; }
  .multiselectDropdown .glyphicon-hand-left:before {
    content: "\e128"; }
  .multiselectDropdown .glyphicon-hand-up:before {
    content: "\e129"; }
  .multiselectDropdown .glyphicon-hand-down:before {
    content: "\e130"; }
  .multiselectDropdown .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  .multiselectDropdown .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  .multiselectDropdown .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  .multiselectDropdown .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  .multiselectDropdown .glyphicon-globe:before {
    content: "\e135"; }
  .multiselectDropdown .glyphicon-wrench:before {
    content: "\e136"; }
  .multiselectDropdown .glyphicon-tasks:before {
    content: "\e137"; }
  .multiselectDropdown .glyphicon-filter:before {
    content: "\e138"; }
  .multiselectDropdown .glyphicon-briefcase:before {
    content: "\e139"; }
  .multiselectDropdown .glyphicon-fullscreen:before {
    content: "\e140"; }
  .multiselectDropdown .glyphicon-dashboard:before {
    content: "\e141"; }
  .multiselectDropdown .glyphicon-paperclip:before {
    content: "\e142"; }
  .multiselectDropdown .glyphicon-heart-empty:before {
    content: "\e143"; }
  .multiselectDropdown .glyphicon-link:before {
    content: "\e144"; }
  .multiselectDropdown .glyphicon-phone:before {
    content: "\e145"; }
  .multiselectDropdown .glyphicon-pushpin:before {
    content: "\e146"; }
  .multiselectDropdown .glyphicon-usd:before {
    content: "\e148"; }
  .multiselectDropdown .glyphicon-gbp:before {
    content: "\e149"; }
  .multiselectDropdown .glyphicon-sort:before {
    content: "\e150"; }
  .multiselectDropdown .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  .multiselectDropdown .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  .multiselectDropdown .glyphicon-sort-by-order:before {
    content: "\e153"; }
  .multiselectDropdown .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  .multiselectDropdown .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  .multiselectDropdown .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  .multiselectDropdown .glyphicon-unchecked:before {
    content: "\e157"; }
  .multiselectDropdown .glyphicon-expand:before {
    content: "\e158"; }
  .multiselectDropdown .glyphicon-collapse-down:before {
    content: "\e159"; }
  .multiselectDropdown .glyphicon-collapse-up:before {
    content: "\e160"; }
  .multiselectDropdown .glyphicon-log-in:before {
    content: "\e161"; }
  .multiselectDropdown .glyphicon-flash:before {
    content: "\e162"; }
  .multiselectDropdown .glyphicon-log-out:before {
    content: "\e163"; }
  .multiselectDropdown .glyphicon-new-window:before {
    content: "\e164"; }
  .multiselectDropdown .glyphicon-record:before {
    content: "\e165"; }
  .multiselectDropdown .glyphicon-save:before {
    content: "\e166"; }
  .multiselectDropdown .glyphicon-open:before {
    content: "\e167"; }
  .multiselectDropdown .glyphicon-saved:before {
    content: "\e168"; }
  .multiselectDropdown .glyphicon-import:before {
    content: "\e169"; }
  .multiselectDropdown .glyphicon-export:before {
    content: "\e170"; }
  .multiselectDropdown .glyphicon-send:before {
    content: "\e171"; }
  .multiselectDropdown .glyphicon-floppy-disk:before {
    content: "\e172"; }
  .multiselectDropdown .glyphicon-floppy-saved:before {
    content: "\e173"; }
  .multiselectDropdown .glyphicon-floppy-remove:before {
    content: "\e174"; }
  .multiselectDropdown .glyphicon-floppy-save:before {
    content: "\e175"; }
  .multiselectDropdown .glyphicon-floppy-open:before {
    content: "\e176"; }
  .multiselectDropdown .glyphicon-credit-card:before {
    content: "\e177"; }
  .multiselectDropdown .glyphicon-transfer:before {
    content: "\e178"; }
  .multiselectDropdown .glyphicon-cutlery:before {
    content: "\e179"; }
  .multiselectDropdown .glyphicon-header:before {
    content: "\e180"; }
  .multiselectDropdown .glyphicon-compressed:before {
    content: "\e181"; }
  .multiselectDropdown .glyphicon-earphone:before {
    content: "\e182"; }
  .multiselectDropdown .glyphicon-phone-alt:before {
    content: "\e183"; }
  .multiselectDropdown .glyphicon-tower:before {
    content: "\e184"; }
  .multiselectDropdown .glyphicon-stats:before {
    content: "\e185"; }
  .multiselectDropdown .glyphicon-sd-video:before {
    content: "\e186"; }
  .multiselectDropdown .glyphicon-hd-video:before {
    content: "\e187"; }
  .multiselectDropdown .glyphicon-subtitles:before {
    content: "\e188"; }
  .multiselectDropdown .glyphicon-sound-stereo:before {
    content: "\e189"; }
  .multiselectDropdown .glyphicon-sound-dolby:before {
    content: "\e190"; }
  .multiselectDropdown .glyphicon-sound-5-1:before {
    content: "\e191"; }
  .multiselectDropdown .glyphicon-sound-6-1:before {
    content: "\e192"; }
  .multiselectDropdown .glyphicon-sound-7-1:before {
    content: "\e193"; }
  .multiselectDropdown .glyphicon-copyright-mark:before {
    content: "\e194"; }
  .multiselectDropdown .glyphicon-registration-mark:before {
    content: "\e195"; }
  .multiselectDropdown .glyphicon-cloud-download:before {
    content: "\e197"; }
  .multiselectDropdown .glyphicon-cloud-upload:before {
    content: "\e198"; }
  .multiselectDropdown .glyphicon-tree-conifer:before {
    content: "\e199"; }
  .multiselectDropdown .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  .multiselectDropdown .glyphicon-cd:before {
    content: "\e201"; }
  .multiselectDropdown .glyphicon-save-file:before {
    content: "\e202"; }
  .multiselectDropdown .glyphicon-open-file:before {
    content: "\e203"; }
  .multiselectDropdown .glyphicon-level-up:before {
    content: "\e204"; }
  .multiselectDropdown .glyphicon-copy:before {
    content: "\e205"; }
  .multiselectDropdown .glyphicon-paste:before {
    content: "\e206"; }
  .multiselectDropdown .glyphicon-alert:before {
    content: "\e209"; }
  .multiselectDropdown .glyphicon-equalizer:before {
    content: "\e210"; }
  .multiselectDropdown .glyphicon-king:before {
    content: "\e211"; }
  .multiselectDropdown .glyphicon-queen:before {
    content: "\e212"; }
  .multiselectDropdown .glyphicon-pawn:before {
    content: "\e213"; }
  .multiselectDropdown .glyphicon-bishop:before {
    content: "\e214"; }
  .multiselectDropdown .glyphicon-knight:before {
    content: "\e215"; }
  .multiselectDropdown .glyphicon-baby-formula:before {
    content: "\e216"; }
  .multiselectDropdown .glyphicon-tent:before {
    content: "\26fa"; }
  .multiselectDropdown .glyphicon-blackboard:before {
    content: "\e218"; }
  .multiselectDropdown .glyphicon-bed:before {
    content: "\e219"; }
  .multiselectDropdown .glyphicon-apple:before {
    content: "\f8ff"; }
  .multiselectDropdown .glyphicon-erase:before {
    content: "\e221"; }
  .multiselectDropdown .glyphicon-hourglass:before {
    content: "\231b"; }
  .multiselectDropdown .glyphicon-lamp:before {
    content: "\e223"; }
  .multiselectDropdown .glyphicon-duplicate:before {
    content: "\e224"; }
  .multiselectDropdown .glyphicon-piggy-bank:before {
    content: "\e225"; }
  .multiselectDropdown .glyphicon-scissors:before {
    content: "\e226"; }
  .multiselectDropdown .glyphicon-bitcoin:before {
    content: "\e227"; }
  .multiselectDropdown .glyphicon-btc:before {
    content: "\e227"; }
  .multiselectDropdown .glyphicon-xbt:before {
    content: "\e227"; }
  .multiselectDropdown .glyphicon-yen:before {
    content: "\00a5"; }
  .multiselectDropdown .glyphicon-jpy:before {
    content: "\00a5"; }
  .multiselectDropdown .glyphicon-ruble:before {
    content: "\20bd"; }
  .multiselectDropdown .glyphicon-rub:before {
    content: "\20bd"; }
  .multiselectDropdown .glyphicon-scale:before {
    content: "\e230"; }
  .multiselectDropdown .glyphicon-ice-lolly:before {
    content: "\e231"; }
  .multiselectDropdown .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  .multiselectDropdown .glyphicon-education:before {
    content: "\e233"; }
  .multiselectDropdown .glyphicon-option-horizontal:before {
    content: "\e234"; }
  .multiselectDropdown .glyphicon-option-vertical:before {
    content: "\e235"; }
  .multiselectDropdown .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  .multiselectDropdown .glyphicon-modal-window:before {
    content: "\e237"; }
  .multiselectDropdown .glyphicon-oil:before {
    content: "\e238"; }
  .multiselectDropdown .glyphicon-grain:before {
    content: "\e239"; }
  .multiselectDropdown .glyphicon-sunglasses:before {
    content: "\e240"; }
  .multiselectDropdown .glyphicon-text-size:before {
    content: "\e241"; }
  .multiselectDropdown .glyphicon-text-color:before {
    content: "\e242"; }
  .multiselectDropdown .glyphicon-text-background:before {
    content: "\e243"; }
  .multiselectDropdown .glyphicon-object-align-top:before {
    content: "\e244"; }
  .multiselectDropdown .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  .multiselectDropdown .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  .multiselectDropdown .glyphicon-object-align-left:before {
    content: "\e247"; }
  .multiselectDropdown .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  .multiselectDropdown .glyphicon-object-align-right:before {
    content: "\e249"; }
  .multiselectDropdown .glyphicon-triangle-right:before {
    content: "\e250"; }
  .multiselectDropdown .glyphicon-triangle-left:before {
    content: "\e251"; }
  .multiselectDropdown .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  .multiselectDropdown .glyphicon-triangle-top:before {
    content: "\e253"; }
  .multiselectDropdown .glyphicon-console:before {
    content: "\e254"; }
  .multiselectDropdown .glyphicon-superscript:before {
    content: "\e255"; }
  .multiselectDropdown .glyphicon-subscript:before {
    content: "\e256"; }
  .multiselectDropdown .glyphicon-menu-left:before {
    content: "\e257"; }
  .multiselectDropdown .glyphicon-menu-right:before {
    content: "\e258"; }
  .multiselectDropdown .glyphicon-menu-down:before {
    content: "\e259"; }
  .multiselectDropdown .glyphicon-menu-up:before {
    content: "\e260"; }
  .multiselectDropdown * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .multiselectDropdown :after, .multiselectDropdown :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .multiselectDropdown html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  .multiselectDropdown body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }
  .multiselectDropdown button, .multiselectDropdown input, .multiselectDropdown select, .multiselectDropdown textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .multiselectDropdown a {
    color: #337ab7;
    text-decoration: none; }
  .multiselectDropdown a:focus, .multiselectDropdown a:hover {
    color: #23527c;
    text-decoration: underline; }
  .multiselectDropdown a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .multiselectDropdown figure {
    margin: 0; }
  .multiselectDropdown img {
    vertical-align: middle; }
  .multiselectDropdown .carousel-inner > .item > a > img, .multiselectDropdown .carousel-inner > .item > img, .multiselectDropdown .img-responsive, .multiselectDropdown .thumbnail a > img, .multiselectDropdown .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }
  .multiselectDropdown .img-rounded {
    border-radius: 6px; }
  .multiselectDropdown .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .multiselectDropdown .img-circle {
    border-radius: 50%; }
  .multiselectDropdown hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }
  .multiselectDropdown .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .multiselectDropdown .sr-only-focusable:active, .multiselectDropdown .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .multiselectDropdown [role=button] {
    cursor: pointer; }
  .multiselectDropdown .h1, .multiselectDropdown .h2, .multiselectDropdown .h3, .multiselectDropdown .h4, .multiselectDropdown .h5, .multiselectDropdown .h6, .multiselectDropdown h1, .multiselectDropdown h2, .multiselectDropdown h3, .multiselectDropdown h4, .multiselectDropdown h5, .multiselectDropdown h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  .multiselectDropdown .h1 .small, .multiselectDropdown .h1 small, .multiselectDropdown .h2 .small, .multiselectDropdown .h2 small, .multiselectDropdown .h3 .small, .multiselectDropdown .h3 small, .multiselectDropdown .h4 .small, .multiselectDropdown .h4 small, .multiselectDropdown .h5 .small, .multiselectDropdown .h5 small, .multiselectDropdown .h6 .small, .multiselectDropdown .h6 small, .multiselectDropdown h1 .small, .multiselectDropdown h1 small, .multiselectDropdown h2 .small, .multiselectDropdown h2 small, .multiselectDropdown h3 .small, .multiselectDropdown h3 small, .multiselectDropdown h4 .small, .multiselectDropdown h4 small, .multiselectDropdown h5 .small, .multiselectDropdown h5 small, .multiselectDropdown h6 .small, .multiselectDropdown h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777; }
  .multiselectDropdown .h1, .multiselectDropdown .h2, .multiselectDropdown .h3, .multiselectDropdown h1, .multiselectDropdown h2, .multiselectDropdown h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .multiselectDropdown .h1 .small, .multiselectDropdown .h1 small, .multiselectDropdown .h2 .small, .multiselectDropdown .h2 small, .multiselectDropdown .h3 .small, .multiselectDropdown .h3 small, .multiselectDropdown h1 .small, .multiselectDropdown h1 small, .multiselectDropdown h2 .small, .multiselectDropdown h2 small, .multiselectDropdown h3 .small, .multiselectDropdown h3 small {
    font-size: 65%; }
  .multiselectDropdown .h4, .multiselectDropdown .h5, .multiselectDropdown .h6, .multiselectDropdown h4, .multiselectDropdown h5, .multiselectDropdown h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .multiselectDropdown .h4 .small, .multiselectDropdown .h4 small, .multiselectDropdown .h5 .small, .multiselectDropdown .h5 small, .multiselectDropdown .h6 .small, .multiselectDropdown .h6 small, .multiselectDropdown h4 .small, .multiselectDropdown h4 small, .multiselectDropdown h5 .small, .multiselectDropdown h5 small, .multiselectDropdown h6 .small, .multiselectDropdown h6 small {
    font-size: 75%; }
  .multiselectDropdown .h1, .multiselectDropdown h1 {
    font-size: 36px; }
  .multiselectDropdown .h2, .multiselectDropdown h2 {
    font-size: 30px; }
  .multiselectDropdown .h3, .multiselectDropdown h3 {
    font-size: 24px; }
  .multiselectDropdown .h4, .multiselectDropdown h4 {
    font-size: 18px; }
  .multiselectDropdown .h5, .multiselectDropdown h5 {
    font-size: 14px; }
  .multiselectDropdown .h6, .multiselectDropdown h6 {
    font-size: 12px; }
  .multiselectDropdown p {
    margin: 0 0 10px; }
  .multiselectDropdown .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .multiselectDropdown .lead {
      font-size: 21px; } }
  .multiselectDropdown .small, .multiselectDropdown small {
    font-size: 85%; }
  .multiselectDropdown .mark, .multiselectDropdown mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .multiselectDropdown .text-left {
    text-align: left; }
  .multiselectDropdown .text-right {
    text-align: right; }
  .multiselectDropdown .text-center {
    text-align: center; }
  .multiselectDropdown .text-justify {
    text-align: justify; }
  .multiselectDropdown .text-nowrap {
    white-space: nowrap; }
  .multiselectDropdown .text-lowercase {
    text-transform: lowercase; }
  .multiselectDropdown .text-uppercase {
    text-transform: uppercase; }
  .multiselectDropdown .text-capitalize {
    text-transform: capitalize; }
  .multiselectDropdown .text-muted {
    color: #777; }
  .multiselectDropdown .text-primary {
    color: #337ab7; }
  .multiselectDropdown a.text-primary:focus, .multiselectDropdown a.text-primary:hover {
    color: #286090; }
  .multiselectDropdown .text-success {
    color: #3c763d; }
  .multiselectDropdown a.text-success:focus, .multiselectDropdown a.text-success:hover {
    color: #2b542c; }
  .multiselectDropdown .text-info {
    color: #31708f; }
  .multiselectDropdown a.text-info:focus, .multiselectDropdown a.text-info:hover {
    color: #245269; }
  .multiselectDropdown .text-warning {
    color: #8a6d3b; }
  .multiselectDropdown a.text-warning:focus, .multiselectDropdown a.text-warning:hover {
    color: #66512c; }
  .multiselectDropdown .text-danger {
    color: #a94442; }
  .multiselectDropdown a.text-danger:focus, .multiselectDropdown a.text-danger:hover {
    color: #843534; }
  .multiselectDropdown .bg-primary {
    color: #fff;
    background-color: #337ab7; }
  .multiselectDropdown a.bg-primary:focus, .multiselectDropdown a.bg-primary:hover {
    background-color: #286090; }
  .multiselectDropdown .bg-success {
    background-color: #dff0d8; }
  .multiselectDropdown a.bg-success:focus, .multiselectDropdown a.bg-success:hover {
    background-color: #c1e2b3; }
  .multiselectDropdown .bg-info {
    background-color: #d9edf7; }
  .multiselectDropdown a.bg-info:focus, .multiselectDropdown a.bg-info:hover {
    background-color: #afd9ee; }
  .multiselectDropdown .bg-warning {
    background-color: #fcf8e3; }
  .multiselectDropdown a.bg-warning:focus, .multiselectDropdown a.bg-warning:hover {
    background-color: #f7ecb5; }
  .multiselectDropdown .bg-danger {
    background-color: #f2dede; }
  .multiselectDropdown a.bg-danger:focus, .multiselectDropdown a.bg-danger:hover {
    background-color: #e4b9b9; }
  .multiselectDropdown .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee; }
  .multiselectDropdown ol, .multiselectDropdown ul {
    margin-top: 0;
    margin-bottom: 10px; }
  .multiselectDropdown ol ol, .multiselectDropdown ol ul, .multiselectDropdown ul ol, .multiselectDropdown ul ul {
    margin-bottom: 0; }
  .multiselectDropdown .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .multiselectDropdown .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none; }
  .multiselectDropdown .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }
  .multiselectDropdown dl {
    margin-top: 0;
    margin-bottom: 20px; }
  .multiselectDropdown dd, .multiselectDropdown dt {
    line-height: 1.42857143; }
  .multiselectDropdown dt {
    font-weight: 700; }
  .multiselectDropdown dd {
    margin-left: 0; }
  @media (min-width: 768px) {
    .multiselectDropdown .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .multiselectDropdown .dl-horizontal dd {
      margin-left: 180px; } }
  .multiselectDropdown abbr[data-original-title], .multiselectDropdown abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777; }
  .multiselectDropdown .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .multiselectDropdown blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee; }
  .multiselectDropdown blockquote ol:last-child, .multiselectDropdown blockquote p:last-child, .multiselectDropdown blockquote ul:last-child {
    margin-bottom: 0; }
  .multiselectDropdown blockquote .small, .multiselectDropdown blockquote footer, .multiselectDropdown blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
  .multiselectDropdown blockquote .small:before, .multiselectDropdown blockquote footer:before, .multiselectDropdown blockquote small:before {
    content: '\2014 \00A0'; }
  .multiselectDropdown .blockquote-reverse, .multiselectDropdown blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0; }
  .multiselectDropdown .blockquote-reverse .small:before, .multiselectDropdown .blockquote-reverse footer:before, .multiselectDropdown .blockquote-reverse small:before, .multiselectDropdown blockquote.pull-right .small:before, .multiselectDropdown blockquote.pull-right footer:before, .multiselectDropdown blockquote.pull-right small:before {
    content: ''; }
  .multiselectDropdown .blockquote-reverse .small:after, .multiselectDropdown .blockquote-reverse footer:after, .multiselectDropdown .blockquote-reverse small:after, .multiselectDropdown blockquote.pull-right .small:after, .multiselectDropdown blockquote.pull-right footer:after, .multiselectDropdown blockquote.pull-right small:after {
    content: '\00A0 \2014'; }
  .multiselectDropdown address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
  .multiselectDropdown code, .multiselectDropdown kbd, .multiselectDropdown pre, .multiselectDropdown samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
  .multiselectDropdown code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  .multiselectDropdown kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .multiselectDropdown kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .multiselectDropdown pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .multiselectDropdown pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
  .multiselectDropdown .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .multiselectDropdown .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 768px) {
    .multiselectDropdown .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .multiselectDropdown .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .container {
      width: 1170px; } }
  .multiselectDropdown .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .multiselectDropdown .row {
    margin-right: -15px;
    margin-left: -15px; }
  .multiselectDropdown .col-lg-1, .multiselectDropdown .col-lg-10, .multiselectDropdown .col-lg-11, .multiselectDropdown .col-lg-12, .multiselectDropdown .col-lg-2, .multiselectDropdown .col-lg-3, .multiselectDropdown .col-lg-4, .multiselectDropdown .col-lg-5, .multiselectDropdown .col-lg-6, .multiselectDropdown .col-lg-7, .multiselectDropdown .col-lg-8, .multiselectDropdown .col-lg-9, .multiselectDropdown .col-md-1, .multiselectDropdown .col-md-10, .multiselectDropdown .col-md-11, .multiselectDropdown .col-md-12, .multiselectDropdown .col-md-2, .multiselectDropdown .col-md-3, .multiselectDropdown .col-md-4, .multiselectDropdown .col-md-5, .multiselectDropdown .col-md-6, .multiselectDropdown .col-md-7, .multiselectDropdown .col-md-8, .multiselectDropdown .col-md-9, .multiselectDropdown .col-sm-1, .multiselectDropdown .col-sm-10, .multiselectDropdown .col-sm-11, .multiselectDropdown .col-sm-12, .multiselectDropdown .col-sm-2, .multiselectDropdown .col-sm-3, .multiselectDropdown .col-sm-4, .multiselectDropdown .col-sm-5, .multiselectDropdown .col-sm-6, .multiselectDropdown .col-sm-7, .multiselectDropdown .col-sm-8, .multiselectDropdown .col-sm-9, .multiselectDropdown .col-xs-1, .multiselectDropdown .col-xs-10, .multiselectDropdown .col-xs-11, .multiselectDropdown .col-xs-12, .multiselectDropdown .col-xs-2, .multiselectDropdown .col-xs-3, .multiselectDropdown .col-xs-4, .multiselectDropdown .col-xs-5, .multiselectDropdown .col-xs-6, .multiselectDropdown .col-xs-7, .multiselectDropdown .col-xs-8, .multiselectDropdown .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .multiselectDropdown .col-xs-1, .multiselectDropdown .col-xs-10, .multiselectDropdown .col-xs-11, .multiselectDropdown .col-xs-12, .multiselectDropdown .col-xs-2, .multiselectDropdown .col-xs-3, .multiselectDropdown .col-xs-4, .multiselectDropdown .col-xs-5, .multiselectDropdown .col-xs-6, .multiselectDropdown .col-xs-7, .multiselectDropdown .col-xs-8, .multiselectDropdown .col-xs-9 {
    float: left; }
  .multiselectDropdown .col-xs-12 {
    width: 100%; }
  .multiselectDropdown .col-xs-11 {
    width: 91.66666667%; }
  .multiselectDropdown .col-xs-10 {
    width: 83.33333333%; }
  .multiselectDropdown .col-xs-9 {
    width: 75%; }
  .multiselectDropdown .col-xs-8 {
    width: 66.66666667%; }
  .multiselectDropdown .col-xs-7 {
    width: 58.33333333%; }
  .multiselectDropdown .col-xs-6 {
    width: 50%; }
  .multiselectDropdown .col-xs-5 {
    width: 41.66666667%; }
  .multiselectDropdown .col-xs-4 {
    width: 33.33333333%; }
  .multiselectDropdown .col-xs-3 {
    width: 25%; }
  .multiselectDropdown .col-xs-2 {
    width: 16.66666667%; }
  .multiselectDropdown .col-xs-1 {
    width: 8.33333333%; }
  .multiselectDropdown .col-xs-pull-12 {
    right: 100%; }
  .multiselectDropdown .col-xs-pull-11 {
    right: 91.66666667%; }
  .multiselectDropdown .col-xs-pull-10 {
    right: 83.33333333%; }
  .multiselectDropdown .col-xs-pull-9 {
    right: 75%; }
  .multiselectDropdown .col-xs-pull-8 {
    right: 66.66666667%; }
  .multiselectDropdown .col-xs-pull-7 {
    right: 58.33333333%; }
  .multiselectDropdown .col-xs-pull-6 {
    right: 50%; }
  .multiselectDropdown .col-xs-pull-5 {
    right: 41.66666667%; }
  .multiselectDropdown .col-xs-pull-4 {
    right: 33.33333333%; }
  .multiselectDropdown .col-xs-pull-3 {
    right: 25%; }
  .multiselectDropdown .col-xs-pull-2 {
    right: 16.66666667%; }
  .multiselectDropdown .col-xs-pull-1 {
    right: 8.33333333%; }
  .multiselectDropdown .col-xs-pull-0 {
    right: auto; }
  .multiselectDropdown .col-xs-push-12 {
    left: 100%; }
  .multiselectDropdown .col-xs-push-11 {
    left: 91.66666667%; }
  .multiselectDropdown .col-xs-push-10 {
    left: 83.33333333%; }
  .multiselectDropdown .col-xs-push-9 {
    left: 75%; }
  .multiselectDropdown .col-xs-push-8 {
    left: 66.66666667%; }
  .multiselectDropdown .col-xs-push-7 {
    left: 58.33333333%; }
  .multiselectDropdown .col-xs-push-6 {
    left: 50%; }
  .multiselectDropdown .col-xs-push-5 {
    left: 41.66666667%; }
  .multiselectDropdown .col-xs-push-4 {
    left: 33.33333333%; }
  .multiselectDropdown .col-xs-push-3 {
    left: 25%; }
  .multiselectDropdown .col-xs-push-2 {
    left: 16.66666667%; }
  .multiselectDropdown .col-xs-push-1 {
    left: 8.33333333%; }
  .multiselectDropdown .col-xs-push-0 {
    left: auto; }
  .multiselectDropdown .col-xs-offset-12 {
    margin-left: 100%; }
  .multiselectDropdown .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .multiselectDropdown .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .multiselectDropdown .col-xs-offset-9 {
    margin-left: 75%; }
  .multiselectDropdown .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .multiselectDropdown .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .multiselectDropdown .col-xs-offset-6 {
    margin-left: 50%; }
  .multiselectDropdown .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .multiselectDropdown .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .multiselectDropdown .col-xs-offset-3 {
    margin-left: 25%; }
  .multiselectDropdown .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .multiselectDropdown .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .multiselectDropdown .col-xs-offset-0 {
    margin-left: 0; }
  @media (min-width: 768px) {
    .multiselectDropdown .col-sm-1, .multiselectDropdown .col-sm-10, .multiselectDropdown .col-sm-11, .multiselectDropdown .col-sm-12, .multiselectDropdown .col-sm-2, .multiselectDropdown .col-sm-3, .multiselectDropdown .col-sm-4, .multiselectDropdown .col-sm-5, .multiselectDropdown .col-sm-6, .multiselectDropdown .col-sm-7, .multiselectDropdown .col-sm-8, .multiselectDropdown .col-sm-9 {
      float: left; }
    .multiselectDropdown .col-sm-12 {
      width: 100%; }
    .multiselectDropdown .col-sm-11 {
      width: 91.66666667%; }
    .multiselectDropdown .col-sm-10 {
      width: 83.33333333%; }
    .multiselectDropdown .col-sm-9 {
      width: 75%; }
    .multiselectDropdown .col-sm-8 {
      width: 66.66666667%; }
    .multiselectDropdown .col-sm-7 {
      width: 58.33333333%; }
    .multiselectDropdown .col-sm-6 {
      width: 50%; }
    .multiselectDropdown .col-sm-5 {
      width: 41.66666667%; }
    .multiselectDropdown .col-sm-4 {
      width: 33.33333333%; }
    .multiselectDropdown .col-sm-3 {
      width: 25%; }
    .multiselectDropdown .col-sm-2 {
      width: 16.66666667%; }
    .multiselectDropdown .col-sm-1 {
      width: 8.33333333%; }
    .multiselectDropdown .col-sm-pull-12 {
      right: 100%; }
    .multiselectDropdown .col-sm-pull-11 {
      right: 91.66666667%; }
    .multiselectDropdown .col-sm-pull-10 {
      right: 83.33333333%; }
    .multiselectDropdown .col-sm-pull-9 {
      right: 75%; }
    .multiselectDropdown .col-sm-pull-8 {
      right: 66.66666667%; }
    .multiselectDropdown .col-sm-pull-7 {
      right: 58.33333333%; }
    .multiselectDropdown .col-sm-pull-6 {
      right: 50%; }
    .multiselectDropdown .col-sm-pull-5 {
      right: 41.66666667%; }
    .multiselectDropdown .col-sm-pull-4 {
      right: 33.33333333%; }
    .multiselectDropdown .col-sm-pull-3 {
      right: 25%; }
    .multiselectDropdown .col-sm-pull-2 {
      right: 16.66666667%; }
    .multiselectDropdown .col-sm-pull-1 {
      right: 8.33333333%; }
    .multiselectDropdown .col-sm-pull-0 {
      right: auto; }
    .multiselectDropdown .col-sm-push-12 {
      left: 100%; }
    .multiselectDropdown .col-sm-push-11 {
      left: 91.66666667%; }
    .multiselectDropdown .col-sm-push-10 {
      left: 83.33333333%; }
    .multiselectDropdown .col-sm-push-9 {
      left: 75%; }
    .multiselectDropdown .col-sm-push-8 {
      left: 66.66666667%; }
    .multiselectDropdown .col-sm-push-7 {
      left: 58.33333333%; }
    .multiselectDropdown .col-sm-push-6 {
      left: 50%; }
    .multiselectDropdown .col-sm-push-5 {
      left: 41.66666667%; }
    .multiselectDropdown .col-sm-push-4 {
      left: 33.33333333%; }
    .multiselectDropdown .col-sm-push-3 {
      left: 25%; }
    .multiselectDropdown .col-sm-push-2 {
      left: 16.66666667%; }
    .multiselectDropdown .col-sm-push-1 {
      left: 8.33333333%; }
    .multiselectDropdown .col-sm-push-0 {
      left: auto; }
    .multiselectDropdown .col-sm-offset-12 {
      margin-left: 100%; }
    .multiselectDropdown .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    .multiselectDropdown .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    .multiselectDropdown .col-sm-offset-9 {
      margin-left: 75%; }
    .multiselectDropdown .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    .multiselectDropdown .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    .multiselectDropdown .col-sm-offset-6 {
      margin-left: 50%; }
    .multiselectDropdown .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    .multiselectDropdown .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    .multiselectDropdown .col-sm-offset-3 {
      margin-left: 25%; }
    .multiselectDropdown .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    .multiselectDropdown .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    .multiselectDropdown .col-sm-offset-0 {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .multiselectDropdown .col-md-1, .multiselectDropdown .col-md-10, .multiselectDropdown .col-md-11, .multiselectDropdown .col-md-12, .multiselectDropdown .col-md-2, .multiselectDropdown .col-md-3, .multiselectDropdown .col-md-4, .multiselectDropdown .col-md-5, .multiselectDropdown .col-md-6, .multiselectDropdown .col-md-7, .multiselectDropdown .col-md-8, .multiselectDropdown .col-md-9 {
      float: left; }
    .multiselectDropdown .col-md-12 {
      width: 100%; }
    .multiselectDropdown .col-md-11 {
      width: 91.66666667%; }
    .multiselectDropdown .col-md-10 {
      width: 83.33333333%; }
    .multiselectDropdown .col-md-9 {
      width: 75%; }
    .multiselectDropdown .col-md-8 {
      width: 66.66666667%; }
    .multiselectDropdown .col-md-7 {
      width: 58.33333333%; }
    .multiselectDropdown .col-md-6 {
      width: 50%; }
    .multiselectDropdown .col-md-5 {
      width: 41.66666667%; }
    .multiselectDropdown .col-md-4 {
      width: 33.33333333%; }
    .multiselectDropdown .col-md-3 {
      width: 25%; }
    .multiselectDropdown .col-md-2 {
      width: 16.66666667%; }
    .multiselectDropdown .col-md-1 {
      width: 8.33333333%; }
    .multiselectDropdown .col-md-pull-12 {
      right: 100%; }
    .multiselectDropdown .col-md-pull-11 {
      right: 91.66666667%; }
    .multiselectDropdown .col-md-pull-10 {
      right: 83.33333333%; }
    .multiselectDropdown .col-md-pull-9 {
      right: 75%; }
    .multiselectDropdown .col-md-pull-8 {
      right: 66.66666667%; }
    .multiselectDropdown .col-md-pull-7 {
      right: 58.33333333%; }
    .multiselectDropdown .col-md-pull-6 {
      right: 50%; }
    .multiselectDropdown .col-md-pull-5 {
      right: 41.66666667%; }
    .multiselectDropdown .col-md-pull-4 {
      right: 33.33333333%; }
    .multiselectDropdown .col-md-pull-3 {
      right: 25%; }
    .multiselectDropdown .col-md-pull-2 {
      right: 16.66666667%; }
    .multiselectDropdown .col-md-pull-1 {
      right: 8.33333333%; }
    .multiselectDropdown .col-md-pull-0 {
      right: auto; }
    .multiselectDropdown .col-md-push-12 {
      left: 100%; }
    .multiselectDropdown .col-md-push-11 {
      left: 91.66666667%; }
    .multiselectDropdown .col-md-push-10 {
      left: 83.33333333%; }
    .multiselectDropdown .col-md-push-9 {
      left: 75%; }
    .multiselectDropdown .col-md-push-8 {
      left: 66.66666667%; }
    .multiselectDropdown .col-md-push-7 {
      left: 58.33333333%; }
    .multiselectDropdown .col-md-push-6 {
      left: 50%; }
    .multiselectDropdown .col-md-push-5 {
      left: 41.66666667%; }
    .multiselectDropdown .col-md-push-4 {
      left: 33.33333333%; }
    .multiselectDropdown .col-md-push-3 {
      left: 25%; }
    .multiselectDropdown .col-md-push-2 {
      left: 16.66666667%; }
    .multiselectDropdown .col-md-push-1 {
      left: 8.33333333%; }
    .multiselectDropdown .col-md-push-0 {
      left: auto; }
    .multiselectDropdown .col-md-offset-12 {
      margin-left: 100%; }
    .multiselectDropdown .col-md-offset-11 {
      margin-left: 91.66666667%; }
    .multiselectDropdown .col-md-offset-10 {
      margin-left: 83.33333333%; }
    .multiselectDropdown .col-md-offset-9 {
      margin-left: 75%; }
    .multiselectDropdown .col-md-offset-8 {
      margin-left: 66.66666667%; }
    .multiselectDropdown .col-md-offset-7 {
      margin-left: 58.33333333%; }
    .multiselectDropdown .col-md-offset-6 {
      margin-left: 50%; }
    .multiselectDropdown .col-md-offset-5 {
      margin-left: 41.66666667%; }
    .multiselectDropdown .col-md-offset-4 {
      margin-left: 33.33333333%; }
    .multiselectDropdown .col-md-offset-3 {
      margin-left: 25%; }
    .multiselectDropdown .col-md-offset-2 {
      margin-left: 16.66666667%; }
    .multiselectDropdown .col-md-offset-1 {
      margin-left: 8.33333333%; }
    .multiselectDropdown .col-md-offset-0 {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .col-lg-1, .multiselectDropdown .col-lg-10, .multiselectDropdown .col-lg-11, .multiselectDropdown .col-lg-12, .multiselectDropdown .col-lg-2, .multiselectDropdown .col-lg-3, .multiselectDropdown .col-lg-4, .multiselectDropdown .col-lg-5, .multiselectDropdown .col-lg-6, .multiselectDropdown .col-lg-7, .multiselectDropdown .col-lg-8, .multiselectDropdown .col-lg-9 {
      float: left; }
    .multiselectDropdown .col-lg-12 {
      width: 100%; }
    .multiselectDropdown .col-lg-11 {
      width: 91.66666667%; }
    .multiselectDropdown .col-lg-10 {
      width: 83.33333333%; }
    .multiselectDropdown .col-lg-9 {
      width: 75%; }
    .multiselectDropdown .col-lg-8 {
      width: 66.66666667%; }
    .multiselectDropdown .col-lg-7 {
      width: 58.33333333%; }
    .multiselectDropdown .col-lg-6 {
      width: 50%; }
    .multiselectDropdown .col-lg-5 {
      width: 41.66666667%; }
    .multiselectDropdown .col-lg-4 {
      width: 33.33333333%; }
    .multiselectDropdown .col-lg-3 {
      width: 25%; }
    .multiselectDropdown .col-lg-2 {
      width: 16.66666667%; }
    .multiselectDropdown .col-lg-1 {
      width: 8.33333333%; }
    .multiselectDropdown .col-lg-pull-12 {
      right: 100%; }
    .multiselectDropdown .col-lg-pull-11 {
      right: 91.66666667%; }
    .multiselectDropdown .col-lg-pull-10 {
      right: 83.33333333%; }
    .multiselectDropdown .col-lg-pull-9 {
      right: 75%; }
    .multiselectDropdown .col-lg-pull-8 {
      right: 66.66666667%; }
    .multiselectDropdown .col-lg-pull-7 {
      right: 58.33333333%; }
    .multiselectDropdown .col-lg-pull-6 {
      right: 50%; }
    .multiselectDropdown .col-lg-pull-5 {
      right: 41.66666667%; }
    .multiselectDropdown .col-lg-pull-4 {
      right: 33.33333333%; }
    .multiselectDropdown .col-lg-pull-3 {
      right: 25%; }
    .multiselectDropdown .col-lg-pull-2 {
      right: 16.66666667%; }
    .multiselectDropdown .col-lg-pull-1 {
      right: 8.33333333%; }
    .multiselectDropdown .col-lg-pull-0 {
      right: auto; }
    .multiselectDropdown .col-lg-push-12 {
      left: 100%; }
    .multiselectDropdown .col-lg-push-11 {
      left: 91.66666667%; }
    .multiselectDropdown .col-lg-push-10 {
      left: 83.33333333%; }
    .multiselectDropdown .col-lg-push-9 {
      left: 75%; }
    .multiselectDropdown .col-lg-push-8 {
      left: 66.66666667%; }
    .multiselectDropdown .col-lg-push-7 {
      left: 58.33333333%; }
    .multiselectDropdown .col-lg-push-6 {
      left: 50%; }
    .multiselectDropdown .col-lg-push-5 {
      left: 41.66666667%; }
    .multiselectDropdown .col-lg-push-4 {
      left: 33.33333333%; }
    .multiselectDropdown .col-lg-push-3 {
      left: 25%; }
    .multiselectDropdown .col-lg-push-2 {
      left: 16.66666667%; }
    .multiselectDropdown .col-lg-push-1 {
      left: 8.33333333%; }
    .multiselectDropdown .col-lg-push-0 {
      left: auto; }
    .multiselectDropdown .col-lg-offset-12 {
      margin-left: 100%; }
    .multiselectDropdown .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    .multiselectDropdown .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    .multiselectDropdown .col-lg-offset-9 {
      margin-left: 75%; }
    .multiselectDropdown .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    .multiselectDropdown .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    .multiselectDropdown .col-lg-offset-6 {
      margin-left: 50%; }
    .multiselectDropdown .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    .multiselectDropdown .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    .multiselectDropdown .col-lg-offset-3 {
      margin-left: 25%; }
    .multiselectDropdown .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    .multiselectDropdown .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    .multiselectDropdown .col-lg-offset-0 {
      margin-left: 0; } }
  .multiselectDropdown table {
    background-color: transparent; }
  .multiselectDropdown caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left; }
  .multiselectDropdown th {
    text-align: left; }
  .multiselectDropdown .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .multiselectDropdown .table > tbody > tr > td, .multiselectDropdown .table > tbody > tr > th, .multiselectDropdown .table > tfoot > tr > td, .multiselectDropdown .table > tfoot > tr > th, .multiselectDropdown .table > thead > tr > td, .multiselectDropdown .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .multiselectDropdown .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .multiselectDropdown .table > caption + thead > tr:first-child > td, .multiselectDropdown .table > caption + thead > tr:first-child > th, .multiselectDropdown .table > colgroup + thead > tr:first-child > td, .multiselectDropdown .table > colgroup + thead > tr:first-child > th, .multiselectDropdown .table > thead:first-child > tr:first-child > td, .multiselectDropdown .table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .multiselectDropdown .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .multiselectDropdown .table .table {
    background-color: #fff; }
  .multiselectDropdown .table-condensed > tbody > tr > td, .multiselectDropdown .table-condensed > tbody > tr > th, .multiselectDropdown .table-condensed > tfoot > tr > td, .multiselectDropdown .table-condensed > tfoot > tr > th, .multiselectDropdown .table-condensed > thead > tr > td, .multiselectDropdown .table-condensed > thead > tr > th {
    padding: 5px; }
  .multiselectDropdown .table-bordered {
    border: 1px solid #ddd; }
  .multiselectDropdown .table-bordered > tbody > tr > td, .multiselectDropdown .table-bordered > tbody > tr > th, .multiselectDropdown .table-bordered > tfoot > tr > td, .multiselectDropdown .table-bordered > tfoot > tr > th, .multiselectDropdown .table-bordered > thead > tr > td, .multiselectDropdown .table-bordered > thead > tr > th {
    border: 1px solid #ddd; }
  .multiselectDropdown .table-bordered > thead > tr > td, .multiselectDropdown .table-bordered > thead > tr > th {
    border-bottom-width: 2px; }
  .multiselectDropdown .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  .multiselectDropdown .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  .multiselectDropdown table col[class*=col-] {
    position: static;
    display: table-column;
    float: none; }
  .multiselectDropdown table td[class*=col-], .multiselectDropdown table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none; }
  .multiselectDropdown .table > tbody > tr.active > td, .multiselectDropdown .table > tbody > tr.active > th, .multiselectDropdown .table > tbody > tr > td.active, .multiselectDropdown .table > tbody > tr > th.active, .multiselectDropdown .table > tfoot > tr.active > td, .multiselectDropdown .table > tfoot > tr.active > th, .multiselectDropdown .table > tfoot > tr > td.active, .multiselectDropdown .table > tfoot > tr > th.active, .multiselectDropdown .table > thead > tr.active > td, .multiselectDropdown .table > thead > tr.active > th, .multiselectDropdown .table > thead > tr > td.active, .multiselectDropdown .table > thead > tr > th.active {
    background-color: #f5f5f5; }
  .multiselectDropdown .table-hover > tbody > tr.active:hover > td, .multiselectDropdown .table-hover > tbody > tr.active:hover > th, .multiselectDropdown .table-hover > tbody > tr:hover > .active, .multiselectDropdown .table-hover > tbody > tr > td.active:hover, .multiselectDropdown .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8; }
  .multiselectDropdown .table > tbody > tr.success > td, .multiselectDropdown .table > tbody > tr.success > th, .multiselectDropdown .table > tbody > tr > td.success, .multiselectDropdown .table > tbody > tr > th.success, .multiselectDropdown .table > tfoot > tr.success > td, .multiselectDropdown .table > tfoot > tr.success > th, .multiselectDropdown .table > tfoot > tr > td.success, .multiselectDropdown .table > tfoot > tr > th.success, .multiselectDropdown .table > thead > tr.success > td, .multiselectDropdown .table > thead > tr.success > th, .multiselectDropdown .table > thead > tr > td.success, .multiselectDropdown .table > thead > tr > th.success {
    background-color: #dff0d8; }
  .multiselectDropdown .table-hover > tbody > tr.success:hover > td, .multiselectDropdown .table-hover > tbody > tr.success:hover > th, .multiselectDropdown .table-hover > tbody > tr:hover > .success, .multiselectDropdown .table-hover > tbody > tr > td.success:hover, .multiselectDropdown .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6; }
  .multiselectDropdown .table > tbody > tr.info > td, .multiselectDropdown .table > tbody > tr.info > th, .multiselectDropdown .table > tbody > tr > td.info, .multiselectDropdown .table > tbody > tr > th.info, .multiselectDropdown .table > tfoot > tr.info > td, .multiselectDropdown .table > tfoot > tr.info > th, .multiselectDropdown .table > tfoot > tr > td.info, .multiselectDropdown .table > tfoot > tr > th.info, .multiselectDropdown .table > thead > tr.info > td, .multiselectDropdown .table > thead > tr.info > th, .multiselectDropdown .table > thead > tr > td.info, .multiselectDropdown .table > thead > tr > th.info {
    background-color: #d9edf7; }
  .multiselectDropdown .table-hover > tbody > tr.info:hover > td, .multiselectDropdown .table-hover > tbody > tr.info:hover > th, .multiselectDropdown .table-hover > tbody > tr:hover > .info, .multiselectDropdown .table-hover > tbody > tr > td.info:hover, .multiselectDropdown .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3; }
  .multiselectDropdown .table > tbody > tr.warning > td, .multiselectDropdown .table > tbody > tr.warning > th, .multiselectDropdown .table > tbody > tr > td.warning, .multiselectDropdown .table > tbody > tr > th.warning, .multiselectDropdown .table > tfoot > tr.warning > td, .multiselectDropdown .table > tfoot > tr.warning > th, .multiselectDropdown .table > tfoot > tr > td.warning, .multiselectDropdown .table > tfoot > tr > th.warning, .multiselectDropdown .table > thead > tr.warning > td, .multiselectDropdown .table > thead > tr.warning > th, .multiselectDropdown .table > thead > tr > td.warning, .multiselectDropdown .table > thead > tr > th.warning {
    background-color: #fcf8e3; }
  .multiselectDropdown .table-hover > tbody > tr.warning:hover > td, .multiselectDropdown .table-hover > tbody > tr.warning:hover > th, .multiselectDropdown .table-hover > tbody > tr:hover > .warning, .multiselectDropdown .table-hover > tbody > tr > td.warning:hover, .multiselectDropdown .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc; }
  .multiselectDropdown .table > tbody > tr.danger > td, .multiselectDropdown .table > tbody > tr.danger > th, .multiselectDropdown .table > tbody > tr > td.danger, .multiselectDropdown .table > tbody > tr > th.danger, .multiselectDropdown .table > tfoot > tr.danger > td, .multiselectDropdown .table > tfoot > tr.danger > th, .multiselectDropdown .table > tfoot > tr > td.danger, .multiselectDropdown .table > tfoot > tr > th.danger, .multiselectDropdown .table > thead > tr.danger > td, .multiselectDropdown .table > thead > tr.danger > th, .multiselectDropdown .table > thead > tr > td.danger, .multiselectDropdown .table > thead > tr > th.danger {
    background-color: #f2dede; }
  .multiselectDropdown .table-hover > tbody > tr.danger:hover > td, .multiselectDropdown .table-hover > tbody > tr.danger:hover > th, .multiselectDropdown .table-hover > tbody > tr:hover > .danger, .multiselectDropdown .table-hover > tbody > tr > td.danger:hover, .multiselectDropdown .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc; }
  .multiselectDropdown .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .multiselectDropdown .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
    .multiselectDropdown .table-responsive > .table {
      margin-bottom: 0; }
    .multiselectDropdown .table-responsive > .table > tbody > tr > td, .multiselectDropdown .table-responsive > .table > tbody > tr > th, .multiselectDropdown .table-responsive > .table > tfoot > tr > td, .multiselectDropdown .table-responsive > .table > tfoot > tr > th, .multiselectDropdown .table-responsive > .table > thead > tr > td, .multiselectDropdown .table-responsive > .table > thead > tr > th {
      white-space: nowrap; }
    .multiselectDropdown .table-responsive > .table-bordered {
      border: 0; }
    .multiselectDropdown .table-responsive > .table-bordered > tbody > tr > td:first-child, .multiselectDropdown .table-responsive > .table-bordered > tbody > tr > th:first-child, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr > td:first-child, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr > th:first-child, .multiselectDropdown .table-responsive > .table-bordered > thead > tr > td:first-child, .multiselectDropdown .table-responsive > .table-bordered > thead > tr > th:first-child {
      border-left: 0; }
    .multiselectDropdown .table-responsive > .table-bordered > tbody > tr > td:last-child, .multiselectDropdown .table-responsive > .table-bordered > tbody > tr > th:last-child, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr > td:last-child, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr > th:last-child, .multiselectDropdown .table-responsive > .table-bordered > thead > tr > td:last-child, .multiselectDropdown .table-responsive > .table-bordered > thead > tr > th:last-child {
      border-right: 0; }
    .multiselectDropdown .table-responsive > .table-bordered > tbody > tr:last-child > td, .multiselectDropdown .table-responsive > .table-bordered > tbody > tr:last-child > th, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr:last-child > td, .multiselectDropdown .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; } }
  .multiselectDropdown fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .multiselectDropdown legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  .multiselectDropdown label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }
  .multiselectDropdown input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .multiselectDropdown input[type=checkbox], .multiselectDropdown input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal; }
  .multiselectDropdown input[type=file] {
    display: block; }
  .multiselectDropdown input[type=range] {
    display: block;
    width: 100%; }
  .multiselectDropdown select[multiple], .multiselectDropdown select[size] {
    height: auto; }
  .multiselectDropdown input[type=file]:focus, .multiselectDropdown input[type=checkbox]:focus, .multiselectDropdown input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .multiselectDropdown output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; }
  .multiselectDropdown .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  .multiselectDropdown .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .multiselectDropdown .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .multiselectDropdown .form-control:-ms-input-placeholder {
    color: #999; }
  .multiselectDropdown .form-control::-webkit-input-placeholder {
    color: #999; }
  .multiselectDropdown .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .multiselectDropdown .form-control[disabled], .multiselectDropdown .form-control[readonly], .multiselectDropdown fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .multiselectDropdown .form-control[disabled], .multiselectDropdown fieldset[disabled] .form-control {
    cursor: not-allowed; }
  .multiselectDropdown textarea.form-control {
    height: auto; }
  .multiselectDropdown input[type=search] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .multiselectDropdown input[type=date].form-control, .multiselectDropdown input[type=time].form-control, .multiselectDropdown input[type=datetime-local].form-control, .multiselectDropdown input[type=month].form-control {
      line-height: 34px; }
    .multiselectDropdown .input-group-sm input[type=date], .multiselectDropdown .input-group-sm input[type=time], .multiselectDropdown .input-group-sm input[type=datetime-local], .multiselectDropdown .input-group-sm input[type=month], .multiselectDropdown input[type=date].input-sm, .multiselectDropdown input[type=time].input-sm, .multiselectDropdown input[type=datetime-local].input-sm, .multiselectDropdown input[type=month].input-sm {
      line-height: 30px; }
    .multiselectDropdown .input-group-lg input[type=date], .multiselectDropdown .input-group-lg input[type=time], .multiselectDropdown .input-group-lg input[type=datetime-local], .multiselectDropdown .input-group-lg input[type=month], .multiselectDropdown input[type=date].input-lg, .multiselectDropdown input[type=time].input-lg, .multiselectDropdown input[type=datetime-local].input-lg, .multiselectDropdown input[type=month].input-lg {
      line-height: 46px; } }
  .multiselectDropdown .form-group {
    margin-bottom: 15px; }
  .multiselectDropdown .checkbox, .multiselectDropdown .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .multiselectDropdown .checkbox label, .multiselectDropdown .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }
  .multiselectDropdown .checkbox input[type=checkbox], .multiselectDropdown .checkbox-inline input[type=checkbox], .multiselectDropdown .radio input[type=radio], .multiselectDropdown .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px; }
  .multiselectDropdown .checkbox + .checkbox, .multiselectDropdown .radio + .radio {
    margin-top: -5px; }
  .multiselectDropdown .checkbox-inline, .multiselectDropdown .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer; }
  .multiselectDropdown .checkbox-inline + .checkbox-inline, .multiselectDropdown .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px; }
  .multiselectDropdown fieldset[disabled] input[type=checkbox], .multiselectDropdown fieldset[disabled] input[type=radio], .multiselectDropdown input[type=checkbox].disabled, .multiselectDropdown input[type=checkbox][disabled], .multiselectDropdown input[type=radio].disabled, .multiselectDropdown input[type=radio][disabled] {
    cursor: not-allowed; }
  .multiselectDropdown .checkbox-inline.disabled, .multiselectDropdown .radio-inline.disabled, .multiselectDropdown fieldset[disabled] .checkbox-inline, .multiselectDropdown fieldset[disabled] .radio-inline {
    cursor: not-allowed; }
  .multiselectDropdown .checkbox.disabled label, .multiselectDropdown .radio.disabled label, .multiselectDropdown fieldset[disabled] .checkbox label, .multiselectDropdown fieldset[disabled] .radio label {
    cursor: not-allowed; }
  .multiselectDropdown .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
  .multiselectDropdown .form-control-static.input-lg, .multiselectDropdown .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }
  .multiselectDropdown .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .multiselectDropdown select.input-sm {
    height: 30px;
    line-height: 30px; }
  .multiselectDropdown select[multiple].input-sm, .multiselectDropdown textarea.input-sm {
    height: auto; }
  .multiselectDropdown .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .multiselectDropdown .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  .multiselectDropdown .form-group-sm select[multiple].form-control, .multiselectDropdown .form-group-sm textarea.form-control {
    height: auto; }
  .multiselectDropdown .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .multiselectDropdown .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .multiselectDropdown select.input-lg {
    height: 46px;
    line-height: 46px; }
  .multiselectDropdown select[multiple].input-lg, .multiselectDropdown textarea.input-lg {
    height: auto; }
  .multiselectDropdown .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .multiselectDropdown .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  .multiselectDropdown .form-group-lg select[multiple].form-control, .multiselectDropdown .form-group-lg textarea.form-control {
    height: auto; }
  .multiselectDropdown .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .multiselectDropdown .has-feedback {
    position: relative; }
  .multiselectDropdown .has-feedback .form-control {
    padding-right: 42.5px; }
  .multiselectDropdown .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
  .multiselectDropdown .form-group-lg .form-control + .form-control-feedback, .multiselectDropdown .input-group-lg + .form-control-feedback, .multiselectDropdown .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  .multiselectDropdown .form-group-sm .form-control + .form-control-feedback, .multiselectDropdown .input-group-sm + .form-control-feedback, .multiselectDropdown .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .multiselectDropdown .has-success .checkbox, .multiselectDropdown .has-success .checkbox-inline, .multiselectDropdown .has-success .control-label, .multiselectDropdown .has-success .help-block, .multiselectDropdown .has-success .radio, .multiselectDropdown .has-success .radio-inline, .multiselectDropdown .has-success.checkbox label, .multiselectDropdown .has-success.checkbox-inline label, .multiselectDropdown .has-success.radio label, .multiselectDropdown .has-success.radio-inline label {
    color: #3c763d; }
  .multiselectDropdown .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .multiselectDropdown .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  .multiselectDropdown .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d; }
  .multiselectDropdown .has-success .form-control-feedback {
    color: #3c763d; }
  .multiselectDropdown .has-warning .checkbox, .multiselectDropdown .has-warning .checkbox-inline, .multiselectDropdown .has-warning .control-label, .multiselectDropdown .has-warning .help-block, .multiselectDropdown .has-warning .radio, .multiselectDropdown .has-warning .radio-inline, .multiselectDropdown .has-warning.checkbox label, .multiselectDropdown .has-warning.checkbox-inline label, .multiselectDropdown .has-warning.radio label, .multiselectDropdown .has-warning.radio-inline label {
    color: #8a6d3b; }
  .multiselectDropdown .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .multiselectDropdown .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  .multiselectDropdown .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b; }
  .multiselectDropdown .has-warning .form-control-feedback {
    color: #8a6d3b; }
  .multiselectDropdown .has-error .checkbox, .multiselectDropdown .has-error .checkbox-inline, .multiselectDropdown .has-error .control-label, .multiselectDropdown .has-error .help-block, .multiselectDropdown .has-error .radio, .multiselectDropdown .has-error .radio-inline, .multiselectDropdown .has-error.checkbox label, .multiselectDropdown .has-error.checkbox-inline label, .multiselectDropdown .has-error.radio label, .multiselectDropdown .has-error.radio-inline label {
    color: #a94442; }
  .multiselectDropdown .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .multiselectDropdown .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  .multiselectDropdown .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442; }
  .multiselectDropdown .has-error .form-control-feedback {
    color: #a94442; }
  .multiselectDropdown .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .multiselectDropdown .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  .multiselectDropdown .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    .multiselectDropdown .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .multiselectDropdown .form-inline .form-control-static {
      display: inline-block; }
    .multiselectDropdown .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
    .multiselectDropdown .form-inline .input-group .form-control, .multiselectDropdown .form-inline .input-group .input-group-addon, .multiselectDropdown .form-inline .input-group .input-group-btn {
      width: auto; }
    .multiselectDropdown .form-inline .input-group > .form-control {
      width: 100%; }
    .multiselectDropdown .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .form-inline .checkbox, .multiselectDropdown .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .form-inline .checkbox label, .multiselectDropdown .form-inline .radio label {
      padding-left: 0; }
    .multiselectDropdown .form-inline .checkbox input[type=checkbox], .multiselectDropdown .form-inline .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .multiselectDropdown .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  .multiselectDropdown .form-horizontal .checkbox, .multiselectDropdown .form-horizontal .checkbox-inline, .multiselectDropdown .form-horizontal .radio, .multiselectDropdown .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0; }
  .multiselectDropdown .form-horizontal .checkbox, .multiselectDropdown .form-horizontal .radio {
    min-height: 27px; }
  .multiselectDropdown .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .multiselectDropdown .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right; } }
  .multiselectDropdown .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .multiselectDropdown .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .multiselectDropdown .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  .multiselectDropdown .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .multiselectDropdown .btn.active.focus, .multiselectDropdown .btn.active:focus, .multiselectDropdown .btn.focus, .multiselectDropdown .btn:active.focus, .multiselectDropdown .btn:active:focus, .multiselectDropdown .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .multiselectDropdown .btn.focus, .multiselectDropdown .btn:focus, .multiselectDropdown .btn:hover {
    color: #333;
    text-decoration: none; }
  .multiselectDropdown .btn.active, .multiselectDropdown .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .multiselectDropdown .btn.disabled, .multiselectDropdown .btn[disabled], .multiselectDropdown fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }
  .multiselectDropdown a.btn.disabled, .multiselectDropdown fieldset[disabled] a.btn {
    pointer-events: none; }
  .multiselectDropdown .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  .multiselectDropdown .btn-default.focus, .multiselectDropdown .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .multiselectDropdown .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .multiselectDropdown .btn-default.active, .multiselectDropdown .btn-default:active, .multiselectDropdown .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .multiselectDropdown .btn-default.active.focus, .multiselectDropdown .btn-default.active:focus, .multiselectDropdown .btn-default.active:hover, .multiselectDropdown .btn-default:active.focus, .multiselectDropdown .btn-default:active:focus, .multiselectDropdown .btn-default:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-default.focus, .multiselectDropdown .open > .dropdown-toggle.btn-default:focus, .multiselectDropdown .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
  .multiselectDropdown .btn-default.active, .multiselectDropdown .btn-default:active, .multiselectDropdown .open > .dropdown-toggle.btn-default {
    background-image: none; }
  .multiselectDropdown .btn-default.disabled.focus, .multiselectDropdown .btn-default.disabled:focus, .multiselectDropdown .btn-default.disabled:hover, .multiselectDropdown .btn-default[disabled].focus, .multiselectDropdown .btn-default[disabled]:focus, .multiselectDropdown .btn-default[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-default.focus, .multiselectDropdown fieldset[disabled] .btn-default:focus, .multiselectDropdown fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc; }
  .multiselectDropdown .btn-default .badge {
    color: #fff;
    background-color: #333; }
  .multiselectDropdown .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
  .multiselectDropdown .btn-primary.focus, .multiselectDropdown .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .multiselectDropdown .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .multiselectDropdown .btn-primary.active, .multiselectDropdown .btn-primary:active, .multiselectDropdown .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .multiselectDropdown .btn-primary.active.focus, .multiselectDropdown .btn-primary.active:focus, .multiselectDropdown .btn-primary.active:hover, .multiselectDropdown .btn-primary:active.focus, .multiselectDropdown .btn-primary:active:focus, .multiselectDropdown .btn-primary:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-primary.focus, .multiselectDropdown .open > .dropdown-toggle.btn-primary:focus, .multiselectDropdown .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
  .multiselectDropdown .btn-primary.active, .multiselectDropdown .btn-primary:active, .multiselectDropdown .open > .dropdown-toggle.btn-primary {
    background-image: none; }
  .multiselectDropdown .btn-primary.disabled.focus, .multiselectDropdown .btn-primary.disabled:focus, .multiselectDropdown .btn-primary.disabled:hover, .multiselectDropdown .btn-primary[disabled].focus, .multiselectDropdown .btn-primary[disabled]:focus, .multiselectDropdown .btn-primary[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-primary.focus, .multiselectDropdown fieldset[disabled] .btn-primary:focus, .multiselectDropdown fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .multiselectDropdown .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }
  .multiselectDropdown .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .multiselectDropdown .btn-success.focus, .multiselectDropdown .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .multiselectDropdown .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .multiselectDropdown .btn-success.active, .multiselectDropdown .btn-success:active, .multiselectDropdown .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .multiselectDropdown .btn-success.active.focus, .multiselectDropdown .btn-success.active:focus, .multiselectDropdown .btn-success.active:hover, .multiselectDropdown .btn-success:active.focus, .multiselectDropdown .btn-success:active:focus, .multiselectDropdown .btn-success:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-success.focus, .multiselectDropdown .open > .dropdown-toggle.btn-success:focus, .multiselectDropdown .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
  .multiselectDropdown .btn-success.active, .multiselectDropdown .btn-success:active, .multiselectDropdown .open > .dropdown-toggle.btn-success {
    background-image: none; }
  .multiselectDropdown .btn-success.disabled.focus, .multiselectDropdown .btn-success.disabled:focus, .multiselectDropdown .btn-success.disabled:hover, .multiselectDropdown .btn-success[disabled].focus, .multiselectDropdown .btn-success[disabled]:focus, .multiselectDropdown .btn-success[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-success.focus, .multiselectDropdown fieldset[disabled] .btn-success:focus, .multiselectDropdown fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .multiselectDropdown .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
  .multiselectDropdown .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
  .multiselectDropdown .btn-info.focus, .multiselectDropdown .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .multiselectDropdown .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .multiselectDropdown .btn-info.active, .multiselectDropdown .btn-info:active, .multiselectDropdown .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .multiselectDropdown .btn-info.active.focus, .multiselectDropdown .btn-info.active:focus, .multiselectDropdown .btn-info.active:hover, .multiselectDropdown .btn-info:active.focus, .multiselectDropdown .btn-info:active:focus, .multiselectDropdown .btn-info:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-info.focus, .multiselectDropdown .open > .dropdown-toggle.btn-info:focus, .multiselectDropdown .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
  .multiselectDropdown .btn-info.active, .multiselectDropdown .btn-info:active, .multiselectDropdown .open > .dropdown-toggle.btn-info {
    background-image: none; }
  .multiselectDropdown .btn-info.disabled.focus, .multiselectDropdown .btn-info.disabled:focus, .multiselectDropdown .btn-info.disabled:hover, .multiselectDropdown .btn-info[disabled].focus, .multiselectDropdown .btn-info[disabled]:focus, .multiselectDropdown .btn-info[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-info.focus, .multiselectDropdown fieldset[disabled] .btn-info:focus, .multiselectDropdown fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .multiselectDropdown .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .multiselectDropdown .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
  .multiselectDropdown .btn-warning.focus, .multiselectDropdown .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .multiselectDropdown .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .multiselectDropdown .btn-warning.active, .multiselectDropdown .btn-warning:active, .multiselectDropdown .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .multiselectDropdown .btn-warning.active.focus, .multiselectDropdown .btn-warning.active:focus, .multiselectDropdown .btn-warning.active:hover, .multiselectDropdown .btn-warning:active.focus, .multiselectDropdown .btn-warning:active:focus, .multiselectDropdown .btn-warning:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-warning.focus, .multiselectDropdown .open > .dropdown-toggle.btn-warning:focus, .multiselectDropdown .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
  .multiselectDropdown .btn-warning.active, .multiselectDropdown .btn-warning:active, .multiselectDropdown .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  .multiselectDropdown .btn-warning.disabled.focus, .multiselectDropdown .btn-warning.disabled:focus, .multiselectDropdown .btn-warning.disabled:hover, .multiselectDropdown .btn-warning[disabled].focus, .multiselectDropdown .btn-warning[disabled]:focus, .multiselectDropdown .btn-warning[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-warning.focus, .multiselectDropdown fieldset[disabled] .btn-warning:focus, .multiselectDropdown fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .multiselectDropdown .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .multiselectDropdown .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
  .multiselectDropdown .btn-danger.focus, .multiselectDropdown .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .multiselectDropdown .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .multiselectDropdown .btn-danger.active, .multiselectDropdown .btn-danger:active, .multiselectDropdown .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .multiselectDropdown .btn-danger.active.focus, .multiselectDropdown .btn-danger.active:focus, .multiselectDropdown .btn-danger.active:hover, .multiselectDropdown .btn-danger:active.focus, .multiselectDropdown .btn-danger:active:focus, .multiselectDropdown .btn-danger:active:hover, .multiselectDropdown .open > .dropdown-toggle.btn-danger.focus, .multiselectDropdown .open > .dropdown-toggle.btn-danger:focus, .multiselectDropdown .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
  .multiselectDropdown .btn-danger.active, .multiselectDropdown .btn-danger:active, .multiselectDropdown .open > .dropdown-toggle.btn-danger {
    background-image: none; }
  .multiselectDropdown .btn-danger.disabled.focus, .multiselectDropdown .btn-danger.disabled:focus, .multiselectDropdown .btn-danger.disabled:hover, .multiselectDropdown .btn-danger[disabled].focus, .multiselectDropdown .btn-danger[disabled]:focus, .multiselectDropdown .btn-danger[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-danger.focus, .multiselectDropdown fieldset[disabled] .btn-danger:focus, .multiselectDropdown fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .multiselectDropdown .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }
  .multiselectDropdown .btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0; }
  .multiselectDropdown .btn-link, .multiselectDropdown .btn-link.active, .multiselectDropdown .btn-link:active, .multiselectDropdown .btn-link[disabled], .multiselectDropdown fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .multiselectDropdown .btn-link, .multiselectDropdown .btn-link:active, .multiselectDropdown .btn-link:focus, .multiselectDropdown .btn-link:hover {
    border-color: transparent; }
  .multiselectDropdown .btn-link:focus, .multiselectDropdown .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .multiselectDropdown .btn-link[disabled]:focus, .multiselectDropdown .btn-link[disabled]:hover, .multiselectDropdown fieldset[disabled] .btn-link:focus, .multiselectDropdown fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  .multiselectDropdown .btn-group-lg > .btn, .multiselectDropdown .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .multiselectDropdown .btn-group-sm > .btn, .multiselectDropdown .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .multiselectDropdown .btn-group-xs > .btn, .multiselectDropdown .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .multiselectDropdown .btn-block {
    display: block;
    width: 100%; }
  .multiselectDropdown .btn-block + .btn-block {
    margin-top: 5px; }
  .multiselectDropdown input[type=button].btn-block, .multiselectDropdown input[type=reset].btn-block, .multiselectDropdown input[type=submit].btn-block {
    width: 100%; }
  .multiselectDropdown .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }
  .multiselectDropdown .fade.in {
    opacity: 1; }
  .multiselectDropdown .collapse {
    display: none; }
  .multiselectDropdown .collapse.in {
    display: block; }
  .multiselectDropdown tr.collapse.in {
    display: table-row; }
  .multiselectDropdown tbody.collapse.in {
    display: table-row-group; }
  .multiselectDropdown .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility; }
  .multiselectDropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .multiselectDropdown .dropdown, .multiselectDropdown .dropup {
    position: relative; }
  .multiselectDropdown .dropdown-toggle:focus {
    outline: 0; }
  .multiselectDropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .multiselectDropdown .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .multiselectDropdown .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .multiselectDropdown .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .multiselectDropdown .dropdown-menu > li > a:focus, .multiselectDropdown .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; }
  .multiselectDropdown .dropdown-menu > .active > a, .multiselectDropdown .dropdown-menu > .active > a:focus, .multiselectDropdown .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0; }
  .multiselectDropdown .dropdown-menu > .disabled > a, .multiselectDropdown .dropdown-menu > .disabled > a:focus, .multiselectDropdown .dropdown-menu > .disabled > a:hover {
    color: #777; }
  .multiselectDropdown .dropdown-menu > .disabled > a:focus, .multiselectDropdown .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .multiselectDropdown .open > .dropdown-menu {
    display: block; }
  .multiselectDropdown .open > a {
    outline: 0; }
  .multiselectDropdown .dropdown-menu-right {
    right: 0;
    left: auto; }
  .multiselectDropdown .dropdown-menu-left {
    right: auto;
    left: 0; }
  .multiselectDropdown .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap; }
  .multiselectDropdown .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990; }
  .multiselectDropdown .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .multiselectDropdown .dropup .caret, .multiselectDropdown .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9; }
  .multiselectDropdown .dropup .dropdown-menu, .multiselectDropdown .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .multiselectDropdown .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0; } }
  .multiselectDropdown .btn-group, .multiselectDropdown .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .multiselectDropdown .btn-group-vertical > .btn, .multiselectDropdown .btn-group > .btn {
    position: relative;
    float: left; }
  .multiselectDropdown .btn-group-vertical > .btn.active, .multiselectDropdown .btn-group-vertical > .btn:active, .multiselectDropdown .btn-group-vertical > .btn:focus, .multiselectDropdown .btn-group-vertical > .btn:hover, .multiselectDropdown .btn-group > .btn.active, .multiselectDropdown .btn-group > .btn:active, .multiselectDropdown .btn-group > .btn:focus, .multiselectDropdown .btn-group > .btn:hover {
    z-index: 2; }
  .multiselectDropdown .btn-group .btn + .btn, .multiselectDropdown .btn-group .btn + .btn-group, .multiselectDropdown .btn-group .btn-group + .btn, .multiselectDropdown .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .multiselectDropdown .btn-toolbar {
    margin-left: -5px; }
  .multiselectDropdown .btn-toolbar .btn, .multiselectDropdown .btn-toolbar .btn-group, .multiselectDropdown .btn-toolbar .input-group {
    float: left; }
  .multiselectDropdown .btn-toolbar > .btn, .multiselectDropdown .btn-toolbar > .btn-group, .multiselectDropdown .btn-toolbar > .input-group {
    margin-left: 5px; }
  .multiselectDropdown .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  .multiselectDropdown .btn-group > .btn:first-child {
    margin-left: 0; }
  .multiselectDropdown .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .multiselectDropdown .btn-group > .btn:last-child:not(:first-child), .multiselectDropdown .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .btn-group > .btn-group {
    float: left; }
  .multiselectDropdown .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .multiselectDropdown .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .multiselectDropdown .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .multiselectDropdown .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .btn-group .dropdown-toggle:active, .multiselectDropdown .btn-group.open .dropdown-toggle {
    outline: 0; }
  .multiselectDropdown .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px; }
  .multiselectDropdown .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }
  .multiselectDropdown .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .multiselectDropdown .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .multiselectDropdown .btn .caret {
    margin-left: 0; }
  .multiselectDropdown .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  .multiselectDropdown .dropup .btn-lg .caret {
    border-width: 0 5px 5px; }
  .multiselectDropdown .btn-group-vertical > .btn, .multiselectDropdown .btn-group-vertical > .btn-group, .multiselectDropdown .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  .multiselectDropdown .btn-group-vertical > .btn-group > .btn {
    float: none; }
  .multiselectDropdown .btn-group-vertical > .btn + .btn, .multiselectDropdown .btn-group-vertical > .btn + .btn-group, .multiselectDropdown .btn-group-vertical > .btn-group + .btn, .multiselectDropdown .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .multiselectDropdown .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .multiselectDropdown .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .multiselectDropdown .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .multiselectDropdown .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .multiselectDropdown .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .multiselectDropdown .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
  .multiselectDropdown .btn-group-justified > .btn, .multiselectDropdown .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .multiselectDropdown .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .multiselectDropdown .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
  .multiselectDropdown [data-toggle=buttons] > .btn input[type=checkbox], .multiselectDropdown [data-toggle=buttons] > .btn input[type=radio], .multiselectDropdown [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .multiselectDropdown [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .multiselectDropdown .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
  .multiselectDropdown .input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .multiselectDropdown .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .multiselectDropdown .input-group .form-control:focus {
    z-index: 3; }
  .multiselectDropdown .input-group-lg > .form-control, .multiselectDropdown .input-group-lg > .input-group-addon, .multiselectDropdown .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  .multiselectDropdown select.input-group-lg > .form-control, .multiselectDropdown select.input-group-lg > .input-group-addon, .multiselectDropdown select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px; }
  .multiselectDropdown select[multiple].input-group-lg > .form-control, .multiselectDropdown select[multiple].input-group-lg > .input-group-addon, .multiselectDropdown select[multiple].input-group-lg > .input-group-btn > .btn, .multiselectDropdown textarea.input-group-lg > .form-control, .multiselectDropdown textarea.input-group-lg > .input-group-addon, .multiselectDropdown textarea.input-group-lg > .input-group-btn > .btn {
    height: auto; }
  .multiselectDropdown .input-group-sm > .form-control, .multiselectDropdown .input-group-sm > .input-group-addon, .multiselectDropdown .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .multiselectDropdown select.input-group-sm > .form-control, .multiselectDropdown select.input-group-sm > .input-group-addon, .multiselectDropdown select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px; }
  .multiselectDropdown select[multiple].input-group-sm > .form-control, .multiselectDropdown select[multiple].input-group-sm > .input-group-addon, .multiselectDropdown select[multiple].input-group-sm > .input-group-btn > .btn, .multiselectDropdown textarea.input-group-sm > .form-control, .multiselectDropdown textarea.input-group-sm > .input-group-addon, .multiselectDropdown textarea.input-group-sm > .input-group-btn > .btn {
    height: auto; }
  .multiselectDropdown .input-group .form-control, .multiselectDropdown .input-group-addon, .multiselectDropdown .input-group-btn {
    display: table-cell; }
  .multiselectDropdown .input-group .form-control:not(:first-child):not(:last-child), .multiselectDropdown .input-group-addon:not(:first-child):not(:last-child), .multiselectDropdown .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .multiselectDropdown .input-group-addon, .multiselectDropdown .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  .multiselectDropdown .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .multiselectDropdown .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .multiselectDropdown .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .multiselectDropdown .input-group-addon input[type=checkbox], .multiselectDropdown .input-group-addon input[type=radio] {
    margin-top: 0; }
  .multiselectDropdown .input-group .form-control:first-child, .multiselectDropdown .input-group-addon:first-child, .multiselectDropdown .input-group-btn:first-child > .btn, .multiselectDropdown .input-group-btn:first-child > .btn-group > .btn, .multiselectDropdown .input-group-btn:first-child > .dropdown-toggle, .multiselectDropdown .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .multiselectDropdown .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .multiselectDropdown .input-group-addon:first-child {
    border-right: 0; }
  .multiselectDropdown .input-group .form-control:last-child, .multiselectDropdown .input-group-addon:last-child, .multiselectDropdown .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .multiselectDropdown .input-group-btn:first-child > .btn:not(:first-child), .multiselectDropdown .input-group-btn:last-child > .btn, .multiselectDropdown .input-group-btn:last-child > .btn-group > .btn, .multiselectDropdown .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .input-group-addon:last-child {
    border-left: 0; }
  .multiselectDropdown .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
  .multiselectDropdown .input-group-btn > .btn {
    position: relative; }
  .multiselectDropdown .input-group-btn > .btn + .btn {
    margin-left: -1px; }
  .multiselectDropdown .input-group-btn > .btn:active, .multiselectDropdown .input-group-btn > .btn:focus, .multiselectDropdown .input-group-btn > .btn:hover {
    z-index: 2; }
  .multiselectDropdown .input-group-btn:first-child > .btn, .multiselectDropdown .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .multiselectDropdown .input-group-btn:last-child > .btn, .multiselectDropdown .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .multiselectDropdown .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .multiselectDropdown .nav > li {
    position: relative;
    display: block; }
  .multiselectDropdown .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  .multiselectDropdown .nav > li > a:focus, .multiselectDropdown .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .multiselectDropdown .nav > li.disabled > a {
    color: #777; }
  .multiselectDropdown .nav > li.disabled > a:focus, .multiselectDropdown .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent; }
  .multiselectDropdown .nav .open > a, .multiselectDropdown .nav .open > a:focus, .multiselectDropdown .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7; }
  .multiselectDropdown .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .multiselectDropdown .nav > li > a > img {
    max-width: none; }
  .multiselectDropdown .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .multiselectDropdown .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .multiselectDropdown .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
  .multiselectDropdown .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd; }
  .multiselectDropdown .nav-tabs > li.active > a, .multiselectDropdown .nav-tabs > li.active > a:focus, .multiselectDropdown .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }
  .multiselectDropdown .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0; }
  .multiselectDropdown .nav-tabs.nav-justified > li {
    float: none; }
  .multiselectDropdown .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .multiselectDropdown .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .multiselectDropdown .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
    .multiselectDropdown .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
  .multiselectDropdown .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .multiselectDropdown .nav-tabs.nav-justified > .active > a, .multiselectDropdown .nav-tabs.nav-justified > .active > a:focus, .multiselectDropdown .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .multiselectDropdown .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .multiselectDropdown .nav-tabs.nav-justified > .active > a, .multiselectDropdown .nav-tabs.nav-justified > .active > a:focus, .multiselectDropdown .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff; } }
  .multiselectDropdown .nav-pills > li {
    float: left; }
  .multiselectDropdown .nav-pills > li > a {
    border-radius: 4px; }
  .multiselectDropdown .nav-pills > li + li {
    margin-left: 2px; }
  .multiselectDropdown .nav-pills > li.active > a, .multiselectDropdown .nav-pills > li.active > a:focus, .multiselectDropdown .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7; }
  .multiselectDropdown .nav-stacked > li {
    float: none; }
  .multiselectDropdown .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
  .multiselectDropdown .nav-justified {
    width: 100%; }
  .multiselectDropdown .nav-justified > li {
    float: none; }
  .multiselectDropdown .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center; }
  .multiselectDropdown .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .multiselectDropdown .nav-justified > li {
      display: table-cell;
      width: 1%; }
    .multiselectDropdown .nav-justified > li > a {
      margin-bottom: 0; } }
  .multiselectDropdown .nav-tabs-justified {
    border-bottom: 0; }
  .multiselectDropdown .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .multiselectDropdown .nav-tabs-justified > .active > a, .multiselectDropdown .nav-tabs-justified > .active > a:focus, .multiselectDropdown .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .multiselectDropdown .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .multiselectDropdown .nav-tabs-justified > .active > a, .multiselectDropdown .nav-tabs-justified > .active > a:focus, .multiselectDropdown .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #fff; } }
  .multiselectDropdown .tab-content > .tab-pane {
    display: none; }
  .multiselectDropdown .tab-content > .active {
    display: block; }
  .multiselectDropdown .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .multiselectDropdown .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar {
      border-radius: 4px; } }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-header {
      float: left; } }
  .multiselectDropdown .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .multiselectDropdown .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .multiselectDropdown .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    .multiselectDropdown .navbar-collapse.in {
      overflow-y: visible; }
    .multiselectDropdown .navbar-fixed-bottom .navbar-collapse, .multiselectDropdown .navbar-fixed-top .navbar-collapse, .multiselectDropdown .navbar-static-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0; } }
  .multiselectDropdown .navbar-fixed-bottom .navbar-collapse, .multiselectDropdown .navbar-fixed-top .navbar-collapse {
    max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .multiselectDropdown .navbar-fixed-bottom .navbar-collapse, .multiselectDropdown .navbar-fixed-top .navbar-collapse {
      max-height: 200px; } }
  .multiselectDropdown .container-fluid > .navbar-collapse, .multiselectDropdown .container-fluid > .navbar-header, .multiselectDropdown .container > .navbar-collapse, .multiselectDropdown .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 768px) {
    .multiselectDropdown .container-fluid > .navbar-collapse, .multiselectDropdown .container-fluid > .navbar-header, .multiselectDropdown .container > .navbar-collapse, .multiselectDropdown .container > .navbar-header {
      margin-right: 0;
      margin-left: 0; } }
  .multiselectDropdown .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-static-top {
      border-radius: 0; } }
  .multiselectDropdown .navbar-fixed-bottom, .multiselectDropdown .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-fixed-bottom, .multiselectDropdown .navbar-fixed-top {
      border-radius: 0; } }
  .multiselectDropdown .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .multiselectDropdown .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  .multiselectDropdown .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px; }
  .multiselectDropdown .navbar-brand:focus, .multiselectDropdown .navbar-brand:hover {
    text-decoration: none; }
  .multiselectDropdown .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar > .container .navbar-brand, .multiselectDropdown .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
  .multiselectDropdown .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .multiselectDropdown .navbar-toggle:focus {
    outline: 0; }
  .multiselectDropdown .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .multiselectDropdown .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-toggle {
      display: none; } }
  .multiselectDropdown .navbar-nav {
    margin: 7.5px -15px; }
  .multiselectDropdown .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .multiselectDropdown .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .multiselectDropdown .navbar-nav .open .dropdown-menu .dropdown-header, .multiselectDropdown .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px; }
    .multiselectDropdown .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
    .multiselectDropdown .navbar-nav .open .dropdown-menu > li > a:focus, .multiselectDropdown .navbar-nav .open .dropdown-menu > li > a:hover {
      background-image: none; } }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-nav {
      float: left;
      margin: 0; }
    .multiselectDropdown .navbar-nav > li {
      float: left; }
    .multiselectDropdown .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .multiselectDropdown .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .multiselectDropdown .navbar-form .form-control-static {
      display: inline-block; }
    .multiselectDropdown .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
    .multiselectDropdown .navbar-form .input-group .form-control, .multiselectDropdown .navbar-form .input-group .input-group-addon, .multiselectDropdown .navbar-form .input-group .input-group-btn {
      width: auto; }
    .multiselectDropdown .navbar-form .input-group > .form-control {
      width: 100%; }
    .multiselectDropdown .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .navbar-form .checkbox, .multiselectDropdown .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
    .multiselectDropdown .navbar-form .checkbox label, .multiselectDropdown .navbar-form .radio label {
      padding-left: 0; }
    .multiselectDropdown .navbar-form .checkbox input[type=checkbox], .multiselectDropdown .navbar-form .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .multiselectDropdown .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .multiselectDropdown .navbar-form .form-group {
      margin-bottom: 5px; }
    .multiselectDropdown .navbar-form .form-group:last-child {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .multiselectDropdown .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .multiselectDropdown .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .multiselectDropdown .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .multiselectDropdown .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .multiselectDropdown .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }
  .multiselectDropdown .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
  @media (min-width: 768px) {
    .multiselectDropdown .navbar-left {
      float: left !important; }
    .multiselectDropdown .navbar-right {
      float: right !important;
      margin-right: -15px; }
    .multiselectDropdown .navbar-right ~ .navbar-right {
      margin-right: 0; } }
  .multiselectDropdown .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
  .multiselectDropdown .navbar-default .navbar-brand {
    color: #777; }
  .multiselectDropdown .navbar-default .navbar-brand:focus, .multiselectDropdown .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent; }
  .multiselectDropdown .navbar-default .navbar-text {
    color: #777; }
  .multiselectDropdown .navbar-default .navbar-nav > li > a {
    color: #777; }
  .multiselectDropdown .navbar-default .navbar-nav > li > a:focus, .multiselectDropdown .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent; }
  .multiselectDropdown .navbar-default .navbar-nav > .active > a, .multiselectDropdown .navbar-default .navbar-nav > .active > a:focus, .multiselectDropdown .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .multiselectDropdown .navbar-default .navbar-nav > .disabled > a, .multiselectDropdown .navbar-default .navbar-nav > .disabled > a:focus, .multiselectDropdown .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; }
  .multiselectDropdown .navbar-default .navbar-toggle {
    border-color: #ddd; }
  .multiselectDropdown .navbar-default .navbar-toggle:focus, .multiselectDropdown .navbar-default .navbar-toggle:hover {
    background-color: #ddd; }
  .multiselectDropdown .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  .multiselectDropdown .navbar-default .navbar-collapse, .multiselectDropdown .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .multiselectDropdown .navbar-default .navbar-nav > .open > a, .multiselectDropdown .navbar-default .navbar-nav > .open > a:focus, .multiselectDropdown .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
    .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333;
      background-color: transparent; }
    .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #555;
      background-color: #e7e7e7; }
    .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .multiselectDropdown .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #ccc;
      background-color: transparent; } }
  .multiselectDropdown .navbar-default .navbar-link {
    color: #777; }
  .multiselectDropdown .navbar-default .navbar-link:hover {
    color: #333; }
  .multiselectDropdown .navbar-default .btn-link {
    color: #777; }
  .multiselectDropdown .navbar-default .btn-link:focus, .multiselectDropdown .navbar-default .btn-link:hover {
    color: #333; }
  .multiselectDropdown .navbar-default .btn-link[disabled]:focus, .multiselectDropdown .navbar-default .btn-link[disabled]:hover, .multiselectDropdown fieldset[disabled] .navbar-default .btn-link:focus, .multiselectDropdown fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc; }
  .multiselectDropdown .navbar-inverse {
    background-color: #222;
    border-color: #080808; }
  .multiselectDropdown .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
  .multiselectDropdown .navbar-inverse .navbar-brand:focus, .multiselectDropdown .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent; }
  .multiselectDropdown .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .multiselectDropdown .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
  .multiselectDropdown .navbar-inverse .navbar-nav > li > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .multiselectDropdown .navbar-inverse .navbar-nav > .active > a, .multiselectDropdown .navbar-inverse .navbar-nav > .active > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .multiselectDropdown .navbar-inverse .navbar-nav > .disabled > a, .multiselectDropdown .navbar-inverse .navbar-nav > .disabled > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent; }
  .multiselectDropdown .navbar-inverse .navbar-toggle {
    border-color: #333; }
  .multiselectDropdown .navbar-inverse .navbar-toggle:focus, .multiselectDropdown .navbar-inverse .navbar-toggle:hover {
    background-color: #333; }
  .multiselectDropdown .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
  .multiselectDropdown .navbar-inverse .navbar-collapse, .multiselectDropdown .navbar-inverse .navbar-form {
    border-color: #101010; }
  .multiselectDropdown .navbar-inverse .navbar-nav > .open > a, .multiselectDropdown .navbar-inverse .navbar-nav > .open > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808; }
  @media (max-width: 767px) {
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808; }
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808; }
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: transparent; }
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-color: #080808; }
    .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .multiselectDropdown .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #444;
      background-color: transparent; } }
  .multiselectDropdown .navbar-inverse .navbar-link {
    color: #9d9d9d; }
  .multiselectDropdown .navbar-inverse .navbar-link:hover {
    color: #fff; }
  .multiselectDropdown .navbar-inverse .btn-link {
    color: #9d9d9d; }
  .multiselectDropdown .navbar-inverse .btn-link:focus, .multiselectDropdown .navbar-inverse .btn-link:hover {
    color: #fff; }
  .multiselectDropdown .navbar-inverse .btn-link[disabled]:focus, .multiselectDropdown .navbar-inverse .btn-link[disabled]:hover, .multiselectDropdown fieldset[disabled] .navbar-inverse .btn-link:focus, .multiselectDropdown fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444; }
  .multiselectDropdown .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
  .multiselectDropdown .breadcrumb > li {
    display: inline-block; }
  .multiselectDropdown .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"; }
  .multiselectDropdown .breadcrumb > .active {
    color: #777; }
  .multiselectDropdown .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
  .multiselectDropdown .pagination > li {
    display: inline; }
  .multiselectDropdown .pagination > li > a, .multiselectDropdown .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }
  .multiselectDropdown .pagination > li:first-child > a, .multiselectDropdown .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .multiselectDropdown .pagination > li:last-child > a, .multiselectDropdown .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .multiselectDropdown .pagination > li > a:focus, .multiselectDropdown .pagination > li > a:hover, .multiselectDropdown .pagination > li > span:focus, .multiselectDropdown .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd; }
  .multiselectDropdown .pagination > .active > a, .multiselectDropdown .pagination > .active > a:focus, .multiselectDropdown .pagination > .active > a:hover, .multiselectDropdown .pagination > .active > span, .multiselectDropdown .pagination > .active > span:focus, .multiselectDropdown .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .multiselectDropdown .pagination > .disabled > a, .multiselectDropdown .pagination > .disabled > a:focus, .multiselectDropdown .pagination > .disabled > a:hover, .multiselectDropdown .pagination > .disabled > span, .multiselectDropdown .pagination > .disabled > span:focus, .multiselectDropdown .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }
  .multiselectDropdown .pagination-lg > li > a, .multiselectDropdown .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .multiselectDropdown .pagination-lg > li:first-child > a, .multiselectDropdown .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .multiselectDropdown .pagination-lg > li:last-child > a, .multiselectDropdown .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .multiselectDropdown .pagination-sm > li > a, .multiselectDropdown .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .multiselectDropdown .pagination-sm > li:first-child > a, .multiselectDropdown .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .pagination-sm > li:last-child > a, .multiselectDropdown .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .multiselectDropdown .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none; }
  .multiselectDropdown .pager li {
    display: inline; }
  .multiselectDropdown .pager li > a, .multiselectDropdown .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  .multiselectDropdown .pager li > a:focus, .multiselectDropdown .pager li > a:hover {
    text-decoration: none;
    background-color: #eee; }
  .multiselectDropdown .pager .next > a, .multiselectDropdown .pager .next > span {
    float: right; }
  .multiselectDropdown .pager .previous > a, .multiselectDropdown .pager .previous > span {
    float: left; }
  .multiselectDropdown .pager .disabled > a, .multiselectDropdown .pager .disabled > a:focus, .multiselectDropdown .pager .disabled > a:hover, .multiselectDropdown .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .multiselectDropdown .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
  .multiselectDropdown a.label:focus, .multiselectDropdown a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .multiselectDropdown .label:empty {
    display: none; }
  .multiselectDropdown .btn .label {
    position: relative;
    top: -1px; }
  .multiselectDropdown .label-default {
    background-color: #777; }
  .multiselectDropdown .label-default[href]:focus, .multiselectDropdown .label-default[href]:hover {
    background-color: #5e5e5e; }
  .multiselectDropdown .label-primary {
    background-color: #337ab7; }
  .multiselectDropdown .label-primary[href]:focus, .multiselectDropdown .label-primary[href]:hover {
    background-color: #286090; }
  .multiselectDropdown .label-success {
    background-color: #5cb85c; }
  .multiselectDropdown .label-success[href]:focus, .multiselectDropdown .label-success[href]:hover {
    background-color: #449d44; }
  .multiselectDropdown .label-info {
    background-color: #5bc0de; }
  .multiselectDropdown .label-info[href]:focus, .multiselectDropdown .label-info[href]:hover {
    background-color: #31b0d5; }
  .multiselectDropdown .label-warning {
    background-color: #f0ad4e; }
  .multiselectDropdown .label-warning[href]:focus, .multiselectDropdown .label-warning[href]:hover {
    background-color: #ec971f; }
  .multiselectDropdown .label-danger {
    background-color: #d9534f; }
  .multiselectDropdown .label-danger[href]:focus, .multiselectDropdown .label-danger[href]:hover {
    background-color: #c9302c; }
  .multiselectDropdown .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px; }
  .multiselectDropdown .badge:empty {
    display: none; }
  .multiselectDropdown .btn .badge {
    position: relative;
    top: -1px; }
  .multiselectDropdown .btn-group-xs > .btn .badge, .multiselectDropdown .btn-xs .badge {
    top: 0;
    padding: 1px 5px; }
  .multiselectDropdown a.badge:focus, .multiselectDropdown a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .multiselectDropdown .list-group-item.active > .badge, .multiselectDropdown .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .multiselectDropdown .list-group-item > .badge {
    float: right; }
  .multiselectDropdown .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .multiselectDropdown .nav-pills > li > a > .badge {
    margin-left: 3px; }
  .multiselectDropdown .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee; }
  .multiselectDropdown .jumbotron .h1, .multiselectDropdown .jumbotron h1 {
    color: inherit; }
  .multiselectDropdown .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .multiselectDropdown .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .multiselectDropdown .container .jumbotron, .multiselectDropdown .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .multiselectDropdown .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .multiselectDropdown .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
    .multiselectDropdown .container .jumbotron, .multiselectDropdown .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px; }
    .multiselectDropdown .jumbotron .h1, .multiselectDropdown .jumbotron h1 {
      font-size: 63px; } }
  .multiselectDropdown .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out; }
  .multiselectDropdown .thumbnail a > img, .multiselectDropdown .thumbnail > img {
    margin-right: auto;
    margin-left: auto; }
  .multiselectDropdown a.thumbnail.active, .multiselectDropdown a.thumbnail:focus, .multiselectDropdown a.thumbnail:hover {
    border-color: #337ab7; }
  .multiselectDropdown .thumbnail .caption {
    padding: 9px;
    color: #333; }
  .multiselectDropdown .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
  .multiselectDropdown .alert h4 {
    margin-top: 0;
    color: inherit; }
  .multiselectDropdown .alert .alert-link {
    font-weight: 700; }
  .multiselectDropdown .alert > p, .multiselectDropdown .alert > ul {
    margin-bottom: 0; }
  .multiselectDropdown .alert > p + p {
    margin-top: 5px; }
  .multiselectDropdown .alert-dismissable, .multiselectDropdown .alert-dismissible {
    padding-right: 35px; }
  .multiselectDropdown .alert-dismissable .close, .multiselectDropdown .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
  .multiselectDropdown .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .multiselectDropdown .alert-success hr {
    border-top-color: #c9e2b3; }
  .multiselectDropdown .alert-success .alert-link {
    color: #2b542c; }
  .multiselectDropdown .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .multiselectDropdown .alert-info hr {
    border-top-color: #a6e1ec; }
  .multiselectDropdown .alert-info .alert-link {
    color: #245269; }
  .multiselectDropdown .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .multiselectDropdown .alert-warning hr {
    border-top-color: #f7e1b5; }
  .multiselectDropdown .alert-warning .alert-link {
    color: #66512c; }
  .multiselectDropdown .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .multiselectDropdown .alert-danger hr {
    border-top-color: #e4b9c0; }
  .multiselectDropdown .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .multiselectDropdown .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  .multiselectDropdown .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease; }
  .multiselectDropdown .progress-bar-striped, .multiselectDropdown .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px; }
  .multiselectDropdown .progress-bar.active, .multiselectDropdown .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  .multiselectDropdown .progress-bar-success {
    background-color: #5cb85c; }
  .multiselectDropdown .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .multiselectDropdown .progress-bar-info {
    background-color: #5bc0de; }
  .multiselectDropdown .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .multiselectDropdown .progress-bar-warning {
    background-color: #f0ad4e; }
  .multiselectDropdown .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .multiselectDropdown .progress-bar-danger {
    background-color: #d9534f; }
  .multiselectDropdown .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
  .multiselectDropdown .media {
    margin-top: 15px; }
  .multiselectDropdown .media:first-child {
    margin-top: 0; }
  .multiselectDropdown .media, .multiselectDropdown .media-body {
    overflow: hidden;
    zoom: 1; }
  .multiselectDropdown .media-body {
    width: 10000px; }
  .multiselectDropdown .media-object {
    display: block; }
  .multiselectDropdown .media-object.img-thumbnail {
    max-width: none; }
  .multiselectDropdown .media-right, .multiselectDropdown .media > .pull-right {
    padding-left: 10px; }
  .multiselectDropdown .media-left, .multiselectDropdown .media > .pull-left {
    padding-right: 10px; }
  .multiselectDropdown .media-body, .multiselectDropdown .media-left, .multiselectDropdown .media-right {
    display: table-cell;
    vertical-align: top; }
  .multiselectDropdown .media-middle {
    vertical-align: middle; }
  .multiselectDropdown .media-bottom {
    vertical-align: bottom; }
  .multiselectDropdown .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .multiselectDropdown .media-list {
    padding-left: 0;
    list-style: none; }
  .multiselectDropdown .list-group {
    padding-left: 0;
    margin-bottom: 20px; }
  .multiselectDropdown .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
  .multiselectDropdown .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .multiselectDropdown .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .multiselectDropdown a.list-group-item, .multiselectDropdown button.list-group-item {
    color: #555; }
  .multiselectDropdown a.list-group-item .list-group-item-heading, .multiselectDropdown button.list-group-item .list-group-item-heading {
    color: #333; }
  .multiselectDropdown a.list-group-item:focus, .multiselectDropdown a.list-group-item:hover, .multiselectDropdown button.list-group-item:focus, .multiselectDropdown button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }
  .multiselectDropdown button.list-group-item {
    width: 100%;
    text-align: left; }
  .multiselectDropdown .list-group-item.disabled, .multiselectDropdown .list-group-item.disabled:focus, .multiselectDropdown .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee; }
  .multiselectDropdown .list-group-item.disabled .list-group-item-heading, .multiselectDropdown .list-group-item.disabled:focus .list-group-item-heading, .multiselectDropdown .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .multiselectDropdown .list-group-item.disabled .list-group-item-text, .multiselectDropdown .list-group-item.disabled:focus .list-group-item-text, .multiselectDropdown .list-group-item.disabled:hover .list-group-item-text {
    color: #777; }
  .multiselectDropdown .list-group-item.active, .multiselectDropdown .list-group-item.active:focus, .multiselectDropdown .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .multiselectDropdown .list-group-item.active .list-group-item-heading, .multiselectDropdown .list-group-item.active .list-group-item-heading > .small, .multiselectDropdown .list-group-item.active .list-group-item-heading > small, .multiselectDropdown .list-group-item.active:focus .list-group-item-heading, .multiselectDropdown .list-group-item.active:focus .list-group-item-heading > .small, .multiselectDropdown .list-group-item.active:focus .list-group-item-heading > small, .multiselectDropdown .list-group-item.active:hover .list-group-item-heading, .multiselectDropdown .list-group-item.active:hover .list-group-item-heading > .small, .multiselectDropdown .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit; }
  .multiselectDropdown .list-group-item.active .list-group-item-text, .multiselectDropdown .list-group-item.active:focus .list-group-item-text, .multiselectDropdown .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef; }
  .multiselectDropdown .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  .multiselectDropdown a.list-group-item-success, .multiselectDropdown button.list-group-item-success {
    color: #3c763d; }
  .multiselectDropdown a.list-group-item-success .list-group-item-heading, .multiselectDropdown button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  .multiselectDropdown a.list-group-item-success:focus, .multiselectDropdown a.list-group-item-success:hover, .multiselectDropdown button.list-group-item-success:focus, .multiselectDropdown button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  .multiselectDropdown a.list-group-item-success.active, .multiselectDropdown a.list-group-item-success.active:focus, .multiselectDropdown a.list-group-item-success.active:hover, .multiselectDropdown button.list-group-item-success.active, .multiselectDropdown button.list-group-item-success.active:focus, .multiselectDropdown button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
  .multiselectDropdown .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  .multiselectDropdown a.list-group-item-info, .multiselectDropdown button.list-group-item-info {
    color: #31708f; }
  .multiselectDropdown a.list-group-item-info .list-group-item-heading, .multiselectDropdown button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  .multiselectDropdown a.list-group-item-info:focus, .multiselectDropdown a.list-group-item-info:hover, .multiselectDropdown button.list-group-item-info:focus, .multiselectDropdown button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  .multiselectDropdown a.list-group-item-info.active, .multiselectDropdown a.list-group-item-info.active:focus, .multiselectDropdown a.list-group-item-info.active:hover, .multiselectDropdown button.list-group-item-info.active, .multiselectDropdown button.list-group-item-info.active:focus, .multiselectDropdown button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
  .multiselectDropdown .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  .multiselectDropdown a.list-group-item-warning, .multiselectDropdown button.list-group-item-warning {
    color: #8a6d3b; }
  .multiselectDropdown a.list-group-item-warning .list-group-item-heading, .multiselectDropdown button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  .multiselectDropdown a.list-group-item-warning:focus, .multiselectDropdown a.list-group-item-warning:hover, .multiselectDropdown button.list-group-item-warning:focus, .multiselectDropdown button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  .multiselectDropdown a.list-group-item-warning.active, .multiselectDropdown a.list-group-item-warning.active:focus, .multiselectDropdown a.list-group-item-warning.active:hover, .multiselectDropdown button.list-group-item-warning.active, .multiselectDropdown button.list-group-item-warning.active:focus, .multiselectDropdown button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
  .multiselectDropdown .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  .multiselectDropdown a.list-group-item-danger, .multiselectDropdown button.list-group-item-danger {
    color: #a94442; }
  .multiselectDropdown a.list-group-item-danger .list-group-item-heading, .multiselectDropdown button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  .multiselectDropdown a.list-group-item-danger:focus, .multiselectDropdown a.list-group-item-danger:hover, .multiselectDropdown button.list-group-item-danger:focus, .multiselectDropdown button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  .multiselectDropdown a.list-group-item-danger.active, .multiselectDropdown a.list-group-item-danger.active:focus, .multiselectDropdown a.list-group-item-danger.active:hover, .multiselectDropdown button.list-group-item-danger.active, .multiselectDropdown button.list-group-item-danger.active:focus, .multiselectDropdown button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
  .multiselectDropdown .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  .multiselectDropdown .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  .multiselectDropdown .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .multiselectDropdown .panel-body {
    padding: 15px; }
  .multiselectDropdown .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .multiselectDropdown .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .multiselectDropdown .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
  .multiselectDropdown .panel-title > .small, .multiselectDropdown .panel-title > .small > a, .multiselectDropdown .panel-title > a, .multiselectDropdown .panel-title > small, .multiselectDropdown .panel-title > small > a {
    color: inherit; }
  .multiselectDropdown .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .panel > .list-group, .multiselectDropdown .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
  .multiselectDropdown .panel > .list-group .list-group-item, .multiselectDropdown .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .multiselectDropdown .panel > .list-group:first-child .list-group-item:first-child, .multiselectDropdown .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .multiselectDropdown .panel > .list-group:last-child .list-group-item:last-child, .multiselectDropdown .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .multiselectDropdown .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  .multiselectDropdown .list-group + .panel-footer {
    border-top-width: 0; }
  .multiselectDropdown .panel > .panel-collapse > .table, .multiselectDropdown .panel > .table, .multiselectDropdown .panel > .table-responsive > .table {
    margin-bottom: 0; }
  .multiselectDropdown .panel > .panel-collapse > .table caption, .multiselectDropdown .panel > .table caption, .multiselectDropdown .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
  .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child, .multiselectDropdown .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .multiselectDropdown .panel > .table:first-child > tbody:first-child > tr:first-child, .multiselectDropdown .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .multiselectDropdown .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .multiselectDropdown .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .multiselectDropdown .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .multiselectDropdown .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .multiselectDropdown .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .multiselectDropdown .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .multiselectDropdown .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .multiselectDropdown .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .multiselectDropdown .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child, .multiselectDropdown .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .multiselectDropdown .panel > .table:last-child > tbody:last-child > tr:last-child, .multiselectDropdown .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .multiselectDropdown .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .multiselectDropdown .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .multiselectDropdown .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .multiselectDropdown .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .multiselectDropdown .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .multiselectDropdown .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .multiselectDropdown .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .multiselectDropdown .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .multiselectDropdown .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }
  .multiselectDropdown .panel > .panel-body + .table, .multiselectDropdown .panel > .panel-body + .table-responsive, .multiselectDropdown .panel > .table + .panel-body, .multiselectDropdown .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  .multiselectDropdown .panel > .table > tbody:first-child > tr:first-child td, .multiselectDropdown .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0; }
  .multiselectDropdown .panel > .table-bordered, .multiselectDropdown .panel > .table-responsive > .table-bordered {
    border: 0; }
  .multiselectDropdown .panel > .table-bordered > tbody > tr > td:first-child, .multiselectDropdown .panel > .table-bordered > tbody > tr > th:first-child, .multiselectDropdown .panel > .table-bordered > tfoot > tr > td:first-child, .multiselectDropdown .panel > .table-bordered > tfoot > tr > th:first-child, .multiselectDropdown .panel > .table-bordered > thead > tr > td:first-child, .multiselectDropdown .panel > .table-bordered > thead > tr > th:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .multiselectDropdown .panel > .table-bordered > tbody > tr > td:last-child, .multiselectDropdown .panel > .table-bordered > tbody > tr > th:last-child, .multiselectDropdown .panel > .table-bordered > tfoot > tr > td:last-child, .multiselectDropdown .panel > .table-bordered > tfoot > tr > th:last-child, .multiselectDropdown .panel > .table-bordered > thead > tr > td:last-child, .multiselectDropdown .panel > .table-bordered > thead > tr > th:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .multiselectDropdown .panel > .table-bordered > tbody > tr:first-child > td, .multiselectDropdown .panel > .table-bordered > tbody > tr:first-child > th, .multiselectDropdown .panel > .table-bordered > thead > tr:first-child > td, .multiselectDropdown .panel > .table-bordered > thead > tr:first-child > th, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .multiselectDropdown .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0; }
  .multiselectDropdown .panel > .table-bordered > tbody > tr:last-child > td, .multiselectDropdown .panel > .table-bordered > tbody > tr:last-child > th, .multiselectDropdown .panel > .table-bordered > tfoot > tr:last-child > td, .multiselectDropdown .panel > .table-bordered > tfoot > tr:last-child > th, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .multiselectDropdown .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .multiselectDropdown .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
  .multiselectDropdown .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
  .multiselectDropdown .panel-group {
    margin-bottom: 20px; }
  .multiselectDropdown .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
  .multiselectDropdown .panel-group .panel + .panel {
    margin-top: 5px; }
  .multiselectDropdown .panel-group .panel-heading {
    border-bottom: 0; }
  .multiselectDropdown .panel-group .panel-heading + .panel-collapse > .list-group, .multiselectDropdown .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd; }
  .multiselectDropdown .panel-group .panel-footer {
    border-top: 0; }
  .multiselectDropdown .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }
  .multiselectDropdown .panel-default {
    border-color: #ddd; }
  .multiselectDropdown .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
  .multiselectDropdown .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
  .multiselectDropdown .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333; }
  .multiselectDropdown .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }
  .multiselectDropdown .panel-primary {
    border-color: #337ab7; }
  .multiselectDropdown .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .multiselectDropdown .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7; }
  .multiselectDropdown .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff; }
  .multiselectDropdown .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }
  .multiselectDropdown .panel-success {
    border-color: #d6e9c6; }
  .multiselectDropdown .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .multiselectDropdown .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6; }
  .multiselectDropdown .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d; }
  .multiselectDropdown .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }
  .multiselectDropdown .panel-info {
    border-color: #bce8f1; }
  .multiselectDropdown .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .multiselectDropdown .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1; }
  .multiselectDropdown .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f; }
  .multiselectDropdown .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }
  .multiselectDropdown .panel-warning {
    border-color: #faebcc; }
  .multiselectDropdown .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .multiselectDropdown .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc; }
  .multiselectDropdown .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b; }
  .multiselectDropdown .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }
  .multiselectDropdown .panel-danger {
    border-color: #ebccd1; }
  .multiselectDropdown .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .multiselectDropdown .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1; }
  .multiselectDropdown .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442; }
  .multiselectDropdown .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }
  .multiselectDropdown .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
  .multiselectDropdown .embed-responsive .embed-responsive-item, .multiselectDropdown .embed-responsive embed, .multiselectDropdown .embed-responsive iframe, .multiselectDropdown .embed-responsive object, .multiselectDropdown .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .multiselectDropdown .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .multiselectDropdown .embed-responsive-4by3 {
    padding-bottom: 75%; }
  .multiselectDropdown .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .multiselectDropdown .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .multiselectDropdown .well-lg {
    padding: 24px;
    border-radius: 6px; }
  .multiselectDropdown .well-sm {
    padding: 9px;
    border-radius: 3px; }
  .multiselectDropdown .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2; }
  .multiselectDropdown .close:focus, .multiselectDropdown .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }
  .multiselectDropdown button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0; }
  .multiselectDropdown .modal-open {
    overflow: hidden; }
  .multiselectDropdown .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
  .multiselectDropdown .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  .multiselectDropdown .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .multiselectDropdown .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .multiselectDropdown .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  .multiselectDropdown .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .multiselectDropdown .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  .multiselectDropdown .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .multiselectDropdown .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }
  .multiselectDropdown .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .multiselectDropdown .modal-header .close {
    margin-top: -2px; }
  .multiselectDropdown .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .multiselectDropdown .modal-body {
    position: relative;
    padding: 15px; }
  .multiselectDropdown .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  .multiselectDropdown .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .multiselectDropdown .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .multiselectDropdown .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .multiselectDropdown .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    .multiselectDropdown .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    .multiselectDropdown .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .multiselectDropdown .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    .multiselectDropdown .modal-lg {
      width: 900px; } }
  .multiselectDropdown .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto; }
  .multiselectDropdown .tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9; }
  .multiselectDropdown .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .multiselectDropdown .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .multiselectDropdown .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .multiselectDropdown .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .multiselectDropdown .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  .multiselectDropdown .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .multiselectDropdown .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .multiselectDropdown .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .multiselectDropdown .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .multiselectDropdown .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .multiselectDropdown .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .multiselectDropdown .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .multiselectDropdown .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .multiselectDropdown .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .multiselectDropdown .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto; }
  .multiselectDropdown .popover.top {
    margin-top: -10px; }
  .multiselectDropdown .popover.right {
    margin-left: 10px; }
  .multiselectDropdown .popover.bottom {
    margin-top: 10px; }
  .multiselectDropdown .popover.left {
    margin-left: -10px; }
  .multiselectDropdown .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .multiselectDropdown .popover-content {
    padding: 9px 14px; }
  .multiselectDropdown .popover > .arrow, .multiselectDropdown .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .multiselectDropdown .popover > .arrow {
    border-width: 11px; }
  .multiselectDropdown .popover > .arrow:after {
    content: "";
    border-width: 10px; }
  .multiselectDropdown .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
  .multiselectDropdown .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0; }
  .multiselectDropdown .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
  .multiselectDropdown .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0; }
  .multiselectDropdown .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .multiselectDropdown .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff; }
  .multiselectDropdown .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .multiselectDropdown .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff; }
  .multiselectDropdown .carousel {
    position: relative; }
  .multiselectDropdown .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .multiselectDropdown .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
  .multiselectDropdown .carousel-inner > .item > a > img, .multiselectDropdown .carousel-inner > .item > img {
    line-height: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .multiselectDropdown .carousel-inner > .item {
      -webkit-transition: -webkit-transform .6s ease-in-out;
      -o-transition: -o-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    .multiselectDropdown .carousel-inner > .item.active.right, .multiselectDropdown .carousel-inner > .item.next {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .multiselectDropdown .carousel-inner > .item.active.left, .multiselectDropdown .carousel-inner > .item.prev {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .multiselectDropdown .carousel-inner > .item.active, .multiselectDropdown .carousel-inner > .item.next.left, .multiselectDropdown .carousel-inner > .item.prev.right {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .multiselectDropdown .carousel-inner > .active, .multiselectDropdown .carousel-inner > .next, .multiselectDropdown .carousel-inner > .prev {
    display: block; }
  .multiselectDropdown .carousel-inner > .active {
    left: 0; }
  .multiselectDropdown .carousel-inner > .next, .multiselectDropdown .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .multiselectDropdown .carousel-inner > .next {
    left: 100%; }
  .multiselectDropdown .carousel-inner > .prev {
    left: -100%; }
  .multiselectDropdown .carousel-inner > .next.left, .multiselectDropdown .carousel-inner > .prev.right {
    left: 0; }
  .multiselectDropdown .carousel-inner > .active.left {
    left: -100%; }
  .multiselectDropdown .carousel-inner > .active.right {
    left: 100%; }
  .multiselectDropdown .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5; }
  .multiselectDropdown .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .multiselectDropdown .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .multiselectDropdown .carousel-control:focus, .multiselectDropdown .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9; }
  .multiselectDropdown .carousel-control .glyphicon-chevron-left, .multiselectDropdown .carousel-control .glyphicon-chevron-right, .multiselectDropdown .carousel-control .icon-next, .multiselectDropdown .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .multiselectDropdown .carousel-control .glyphicon-chevron-left, .multiselectDropdown .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .multiselectDropdown .carousel-control .glyphicon-chevron-right, .multiselectDropdown .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .multiselectDropdown .carousel-control .icon-next, .multiselectDropdown .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .multiselectDropdown .carousel-control .icon-prev:before {
    content: '\2039'; }
  .multiselectDropdown .carousel-control .icon-next:before {
    content: '\203a'; }
  .multiselectDropdown .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none; }
  .multiselectDropdown .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .multiselectDropdown .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }
  .multiselectDropdown .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .multiselectDropdown .carousel-caption .btn {
    text-shadow: none; }
  @media screen and (min-width: 768px) {
    .multiselectDropdown .carousel-control .glyphicon-chevron-left, .multiselectDropdown .carousel-control .glyphicon-chevron-right, .multiselectDropdown .carousel-control .icon-next, .multiselectDropdown .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px; }
    .multiselectDropdown .carousel-control .glyphicon-chevron-left, .multiselectDropdown .carousel-control .icon-prev {
      margin-left: -10px; }
    .multiselectDropdown .carousel-control .glyphicon-chevron-right, .multiselectDropdown .carousel-control .icon-next {
      margin-right: -10px; }
    .multiselectDropdown .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px; }
    .multiselectDropdown .carousel-indicators {
      bottom: 20px; } }
  .multiselectDropdown .btn-group-vertical > .btn-group:after, .multiselectDropdown .btn-group-vertical > .btn-group:before, .multiselectDropdown .btn-toolbar:after, .multiselectDropdown .btn-toolbar:before, .multiselectDropdown .clearfix:after, .multiselectDropdown .clearfix:before, .multiselectDropdown .container-fluid:after, .multiselectDropdown .container-fluid:before, .multiselectDropdown .container:after, .multiselectDropdown .container:before, .multiselectDropdown .dl-horizontal dd:after, .multiselectDropdown .dl-horizontal dd:before, .multiselectDropdown .form-horizontal .form-group:after, .multiselectDropdown .form-horizontal .form-group:before, .multiselectDropdown .modal-footer:after, .multiselectDropdown .modal-footer:before, .multiselectDropdown .modal-header:after, .multiselectDropdown .modal-header:before, .multiselectDropdown .nav:after, .multiselectDropdown .nav:before, .multiselectDropdown .navbar-collapse:after, .multiselectDropdown .navbar-collapse:before, .multiselectDropdown .navbar-header:after, .multiselectDropdown .navbar-header:before, .multiselectDropdown .navbar:after, .multiselectDropdown .navbar:before, .multiselectDropdown .pager:after, .multiselectDropdown .pager:before, .multiselectDropdown .panel-body:after, .multiselectDropdown .panel-body:before, .multiselectDropdown .row:after, .multiselectDropdown .row:before {
    display: table;
    content: " "; }
  .multiselectDropdown .btn-group-vertical > .btn-group:after, .multiselectDropdown .btn-toolbar:after, .multiselectDropdown .clearfix:after, .multiselectDropdown .container-fluid:after, .multiselectDropdown .container:after, .multiselectDropdown .dl-horizontal dd:after, .multiselectDropdown .form-horizontal .form-group:after, .multiselectDropdown .modal-footer:after, .multiselectDropdown .modal-header:after, .multiselectDropdown .nav:after, .multiselectDropdown .navbar-collapse:after, .multiselectDropdown .navbar-header:after, .multiselectDropdown .navbar:after, .multiselectDropdown .pager:after, .multiselectDropdown .panel-body:after, .multiselectDropdown .row:after {
    clear: both; }
  .multiselectDropdown .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .multiselectDropdown .pull-right {
    float: right !important; }
  .multiselectDropdown .pull-left {
    float: left !important; }
  .multiselectDropdown .hide {
    display: none !important; }
  .multiselectDropdown .show {
    display: block !important; }
  .multiselectDropdown .invisible {
    visibility: hidden; }
  .multiselectDropdown .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .multiselectDropdown .hidden {
    display: none !important; }
  .multiselectDropdown .affix {
    position: fixed; }

@-ms-viewport {
  .multiselectDropdown {
    width: device-width; } }
  .multiselectDropdown .visible-lg, .multiselectDropdown .visible-md, .multiselectDropdown .visible-sm, .multiselectDropdown .visible-xs {
    display: none !important; }
  .multiselectDropdown .visible-lg-block, .multiselectDropdown .visible-lg-inline, .multiselectDropdown .visible-lg-inline-block, .multiselectDropdown .visible-md-block, .multiselectDropdown .visible-md-inline, .multiselectDropdown .visible-md-inline-block, .multiselectDropdown .visible-sm-block, .multiselectDropdown .visible-sm-inline, .multiselectDropdown .visible-sm-inline-block, .multiselectDropdown .visible-xs-block, .multiselectDropdown .visible-xs-inline, .multiselectDropdown .visible-xs-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    .multiselectDropdown .visible-xs {
      display: block !important; }
    .multiselectDropdown table.visible-xs {
      display: table !important; }
    .multiselectDropdown tr.visible-xs {
      display: table-row !important; }
    .multiselectDropdown td.visible-xs, .multiselectDropdown th.visible-xs {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    .multiselectDropdown .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    .multiselectDropdown .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    .multiselectDropdown .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .multiselectDropdown .visible-sm {
      display: block !important; }
    .multiselectDropdown table.visible-sm {
      display: table !important; }
    .multiselectDropdown tr.visible-sm {
      display: table-row !important; }
    .multiselectDropdown td.visible-sm, .multiselectDropdown th.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .multiselectDropdown .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .multiselectDropdown .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .multiselectDropdown .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .multiselectDropdown .visible-md {
      display: block !important; }
    .multiselectDropdown table.visible-md {
      display: table !important; }
    .multiselectDropdown tr.visible-md {
      display: table-row !important; }
    .multiselectDropdown td.visible-md, .multiselectDropdown th.visible-md {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .multiselectDropdown .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .multiselectDropdown .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .multiselectDropdown .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .visible-lg {
      display: block !important; }
    .multiselectDropdown table.visible-lg {
      display: table !important; }
    .multiselectDropdown tr.visible-lg {
      display: table-row !important; }
    .multiselectDropdown td.visible-lg, .multiselectDropdown th.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .multiselectDropdown .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .multiselectDropdown .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .multiselectDropdown .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    .multiselectDropdown .hidden-lg {
      display: none !important; } }
  .multiselectDropdown .visible-print {
    display: none !important; }
  @media print {
    .multiselectDropdown .visible-print {
      display: block !important; }
    .multiselectDropdown table.visible-print {
      display: table !important; }
    .multiselectDropdown tr.visible-print {
      display: table-row !important; }
    .multiselectDropdown td.visible-print, .multiselectDropdown th.visible-print {
      display: table-cell !important; } }
  .multiselectDropdown .visible-print-block {
    display: none !important; }
  @media print {
    .multiselectDropdown .visible-print-block {
      display: block !important; } }
  .multiselectDropdown .visible-print-inline {
    display: none !important; }
  @media print {
    .multiselectDropdown .visible-print-inline {
      display: inline !important; } }
  .multiselectDropdown .visible-print-inline-block {
    display: none !important; }
  @media print {
    .multiselectDropdown .visible-print-inline-block {
      display: inline-block !important; } }
  @media print {
    .multiselectDropdown .hidden-print {
      display: none !important; } }
  .multiselectDropdown span.multiselect-native-select {
    position: relative; }
  .multiselectDropdown span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px; }
  .multiselectDropdown .multiselect.dropdown-toggle:after {
    display: none; }
  .multiselectDropdown .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .multiselectDropdown .multiselect-container .multiselect-reset .input-group {
    width: 93%; }
  .multiselectDropdown .multiselect-container > .multiselect-option.dropdown-item,
  .multiselectDropdown .multiselect-container .multiselect-group.dropdown-item,
  .multiselectDropdown .multiselect-container > .multiselect-option.dropdown-toggle,
  .multiselectDropdown .multiselect-container .multiselect-group.dropdown-toggle {
    cursor: pointer; }
  .multiselectDropdown .multiselect-container > .multiselect-option > span,
  .multiselectDropdown .multiselect-container .multiselect-group > span {
    padding: 3px 20px; }
  .multiselectDropdown .multiselect-container > .multiselect-option > span > .form-check-label,
  .multiselectDropdown .multiselect-container .multiselect-group > span > .form-check-label {
    cursor: pointer; }
  .multiselectDropdown .form-inline .multiselect-container span.form-check {
    padding: 3px 20px 3px 40px; }
  .multiselectDropdown ul.multiselect-container.dropdown-menu {
    margin: unset; }
  .multiselectDropdown button.multiselect.dropdown-toggle.btn.btn-default {
    margin-top: -2px; }
  .multiselectDropdown .multiselect-container li.badvalue a label input[type=checkbox] {
    margin-top: 6px; }

.dtaMainStyle {
  position: relative;
  background-color: white !important;
  min-height: 71vh;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; }

.viewportdta {
  height: calc(100% - 4.5em);
  max-width: none;
  width: auto; }

.topContainerAppName {
  color: #d1d0d8;
  padding-top: 1.2rem;
  cursor: pointer; }

.topContainerSponsor {
  color: #9999a3;
  padding-top: 1.2rem; }

.topContainerLogo {
  display: inline-block;
  vertical-align: -4px;
  margin-left: -11px;
  transform: scale(0.78); }

.colorStrip {
  width: 2px !important;
  background: #b1b1bc !important;
  border-style: none !important; }

.blockingOverlay {
  width: 100%;
  height: 100%;
  top: 0%;
  position: absolute;
  display: block;
  background-color: #f7f7fc;
  opacity: 0.6;
  z-index: 1001; }

.spinnerOverlay {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3001; }

.spinnerText {
  color: black;
  font-size: 40px;
  vertical-align: top; }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

/** Defect# DE83291 - start of fix **/
.actionPanel {
  z-index: 99999 !important; }

/** Defect# DE83291 - end of fix **/
.errorMessageAlign {
  text-align: center;
  width: 100%;
  margin-top: 25%; }

#errorMessage h1 {
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 44px; }

#errorMessage h3 {
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 8px; }

#errorMessage img {
  width: 100px;
  height: 100px; }
