/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
   html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /**
     * Remove default margin.
     */
  body {
    margin: 0;
  }
  
  /* HTML5 display definitions
       ========================================================================== */
  /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11
     * and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
  [hidden],
  template {
    display: none;
  }
  
  /* Links
       ========================================================================== */
  /**
     * Remove the gray background color from active links in IE 10.
     */
  a {
    background-color: transparent;
  }
  
  /**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* Text-level semantics
       ========================================================================== */
  /**
     * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
     */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /**
     * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
     */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
     * Address styling not present in Safari and Chrome.
     */
  dfn {
    font-style: italic;
  }
  
  /**
     * Address variable `h1` font-size and margin within `section` and `article`
     * contexts in Firefox 4+, Safari, and Chrome.
     */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /**
     * Address styling not present in IE 8/9.
     */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /**
     * Address inconsistent and variable font size in all browsers.
     */
  small {
    font-size: 80%;
  }
  
  /**
     * Prevent `sub` and `sup` affecting `line-height` in all browsers.
     */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
       ========================================================================== */
  /**
     * Remove border when inside `a` element in IE 8/9/10.
     */
  img {
    border: 0;
  }
  
  /**
     * Correct overflow not hidden in IE 9/10/11.
     */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Grouping content
       ========================================================================== */
  /**
     * Address margin not present in IE 8/9 and Safari.
     */
  figure {
    margin: 1em 40px;
  }
  
  /**
     * Address differences between Firefox and other browsers.
     */
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  /**
     * Contain overflow in all browsers.
     */
  pre {
    overflow: auto;
  }
  
  /**
     * Address odd `em`-unit font size rendering in all browsers.
     */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Forms
       ========================================================================== */
  /**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
  /**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
  }
  
  /**
     * Address `overflow` set to `hidden` in IE 8/9/10/11.
     */
  button {
    overflow: visible;
  }
  
  /**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
     * Correct `select` style inheritance in Firefox.
     */
  button,
  select {
    text-transform: none;
  }
  
  /**
     * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
     *    and `video` controls.
     * 2. Correct inability to style clickable `input` types in iOS.
     * 3. Improve usability and consistency of cursor style between image-type
     *    `input` and others.
     */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
  }
  
  /**
     * Re-set default cursor for disabled elements.
     */
  button[disabled],
  html input[disabled] {
    cursor: not-allowed;
  }
  
  /**
     * Remove inner padding and border in Firefox 4+.
     */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  /**
     * Address Firefox 4+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
  input {
    line-height: normal;
  }
  
  /**
     * It's recommended that you don't attempt to style these elements.
     * Firefox's implementation doesn't respect box-sizing, padding, or width.
     *
     * 1. Address box sizing set to `content-box` in IE 8/9/10.
     * 2. Remove excess padding in IE 8/9/10.
     */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
     * Fix the cursor style for Chrome's increment/decrement buttons. For certain
     * `font-size` values of the `input`, it causes the cursor style of the
     * decrement button to change from `default` to `text`.
     */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
     * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
     */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
  }
  
  /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
     * Define consistent border, margin, and padding.
     * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
     */
  /* fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
    } */
  /**
     * 1. Correct `color` not being inherited in IE 8/9/10/11.
     * 2. Remove padding so people aren't caught out if they zero out fieldsets.
     */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
     * Remove default vertical scrollbar in IE 8/9/10/11.
     */
  textarea {
    overflow: auto;
  }
  
  /**
     * Don't inherit the `font-weight` (applied by a rule above).
     * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
     */
  optgroup {
    font-weight: bold;
  }
  
  /* Tables
       ========================================================================== */
  /**
     * Remove most spacing between table cells.
     */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  .foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
  }
  
  html {
    font-size: 100%;
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
  }
  
  textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
  }
  
  select {
    width: 100%;
    border-radius: 0;
  }
  
  #map_canvas img,
  #map_canvas embed,
  #map_canvas object,
  .map_canvas img,
  .map_canvas embed,
  .map_canvas object,
  .mqa-display img,
  .mqa-display embed,
  .mqa-display object {
    max-width: none !important;
  }
  
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
  }
  
  [data-whatinput='mouse'] button {
    outline: 0;
  }
  
  .is-visible {
    display: block !important;
  }
  
  .is-hidden {
    display: none !important;
  }
  
  .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: flex;
    flex-flow: row wrap;
  }
  
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  
  @media screen and (min-width: 40em) {
    .row .row {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
    }
  }
  
  .row.expanded {
    max-width: none;
  }
  
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .column, .columns {
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    min-width: initial;
  }
  
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }
  
  .column.row.row, .row.row.columns {
    float: none;
    display: block;
  }
  
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .small-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  
  .small-offset-0 {
    margin-left: 0%;
  }
  
  .small-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  
  .small-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  
  .small-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .small-offset-3 {
    margin-left: 25%;
  }
  
  .small-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  
  .small-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  
  .small-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  
  .small-offset-6 {
    margin-left: 50%;
  }
  
  .small-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  
  .small-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  
  .small-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  
  .small-offset-9 {
    margin-left: 75%;
  }
  
  .small-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  
  .small-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  
  .small-up-1 {
    flex-wrap: wrap;
  }
  
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .small-up-2 {
    flex-wrap: wrap;
  }
  
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .small-up-3 {
    flex-wrap: wrap;
  }
  
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .small-up-4 {
    flex-wrap: wrap;
  }
  
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .small-up-5 {
    flex-wrap: wrap;
  }
  
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .small-up-6 {
    flex-wrap: wrap;
  }
  
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .small-up-7 {
    flex-wrap: wrap;
  }
  
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  
  .small-up-8 {
    flex-wrap: wrap;
  }
  
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  
  @media screen and (min-width: 40em) {
    .medium-1 {
      -webkit-box-flex: 0;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .medium-offset-0 {
      margin-left: 0%;
    }
    .medium-2 {
      -webkit-box-flex: 0;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .medium-offset-1 {
      margin-left: 8.3333333333%;
    }
    .medium-3 {
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .medium-offset-2 {
      margin-left: 16.6666666667%;
    }
    .medium-4 {
      -webkit-box-flex: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .medium-offset-3 {
      margin-left: 25%;
    }
    .medium-5 {
      -webkit-box-flex: 0;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .medium-offset-4 {
      margin-left: 33.3333333333%;
    }
    .medium-6 {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .medium-offset-5 {
      margin-left: 41.6666666667%;
    }
    .medium-7 {
      -webkit-box-flex: 0;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .medium-offset-6 {
      margin-left: 50%;
    }
    .medium-8 {
      -webkit-box-flex: 0;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .medium-offset-7 {
      margin-left: 58.3333333333%;
    }
    .medium-9 {
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .medium-offset-8 {
      margin-left: 66.6666666667%;
    }
    .medium-10 {
      -webkit-box-flex: 0;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .medium-offset-9 {
      margin-left: 75%;
    }
    .medium-11 {
      -webkit-box-flex: 0;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .medium-offset-10 {
      margin-left: 83.3333333333%;
    }
    .medium-12 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .medium-offset-11 {
      margin-left: 91.6666666667%;
    }
    .medium-order-1 {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
    .medium-order-2 {
      -webkit-box-ordinal-group: 3;
      order: 2;
    }
    .medium-order-3 {
      -webkit-box-ordinal-group: 4;
      order: 3;
    }
    .medium-order-4 {
      -webkit-box-ordinal-group: 5;
      order: 4;
    }
    .medium-order-5 {
      -webkit-box-ordinal-group: 6;
      order: 5;
    }
    .medium-order-6 {
      -webkit-box-ordinal-group: 7;
      order: 6;
    }
    .medium-up-1 {
      flex-wrap: wrap;
    }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .medium-up-2 {
      flex-wrap: wrap;
    }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .medium-up-3 {
      flex-wrap: wrap;
    }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .medium-up-4 {
      flex-wrap: wrap;
    }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .medium-up-5 {
      flex-wrap: wrap;
    }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .medium-up-6 {
      flex-wrap: wrap;
    }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .medium-up-7 {
      flex-wrap: wrap;
    }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%;
    }
    .medium-up-8 {
      flex-wrap: wrap;
    }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
  }
  
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
      -webkit-box-flex: 1;
      flex: 1 1 0px;
    }
  }
  
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-box-flex: 1;
      flex: 1 1 0px;
    }
  }
  
  @media screen and (min-width: 40em) {
    .medium-collapse > .column, .medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }
  
  @media screen and (min-width: 64em) {
    .large-1 {
      -webkit-box-flex: 0;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
    .large-offset-0 {
      margin-left: 0%;
    }
    .large-2 {
      -webkit-box-flex: 0;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .large-offset-1 {
      margin-left: 8.3333333333%;
    }
    .large-3 {
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .large-offset-2 {
      margin-left: 16.6666666667%;
    }
    .large-4 {
      -webkit-box-flex: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .large-offset-3 {
      margin-left: 25%;
    }
    .large-5 {
      -webkit-box-flex: 0;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
    .large-offset-4 {
      margin-left: 33.3333333333%;
    }
    .large-6 {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .large-offset-5 {
      margin-left: 41.6666666667%;
    }
    .large-7 {
      -webkit-box-flex: 0;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
    .large-offset-6 {
      margin-left: 50%;
    }
    .large-8 {
      -webkit-box-flex: 0;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
    .large-offset-7 {
      margin-left: 58.3333333333%;
    }
    .large-9 {
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .large-offset-8 {
      margin-left: 66.6666666667%;
    }
    .large-10 {
      -webkit-box-flex: 0;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
    .large-offset-9 {
      margin-left: 75%;
    }
    .large-11 {
      -webkit-box-flex: 0;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
    .large-offset-10 {
      margin-left: 83.3333333333%;
    }
    .large-12 {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .large-offset-11 {
      margin-left: 91.6666666667%;
    }
    .large-order-1 {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
    .large-order-2 {
      -webkit-box-ordinal-group: 3;
      order: 2;
    }
    .large-order-3 {
      -webkit-box-ordinal-group: 4;
      order: 3;
    }
    .large-order-4 {
      -webkit-box-ordinal-group: 5;
      order: 4;
    }
    .large-order-5 {
      -webkit-box-ordinal-group: 6;
      order: 5;
    }
    .large-order-6 {
      -webkit-box-ordinal-group: 7;
      order: 6;
    }
    .large-up-1 {
      flex-wrap: wrap;
    }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .large-up-2 {
      flex-wrap: wrap;
    }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .large-up-3 {
      flex-wrap: wrap;
    }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .large-up-4 {
      flex-wrap: wrap;
    }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .large-up-5 {
      flex-wrap: wrap;
    }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .large-up-6 {
      flex-wrap: wrap;
    }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .large-up-7 {
      flex-wrap: wrap;
    }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%;
    }
    .large-up-8 {
      flex-wrap: wrap;
    }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
  }
  
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
      -webkit-box-flex: 1;
      flex: 1 1 0px;
    }
  }
  
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
      flex: 1 1 0px;
    }
  }
  
  @media screen and (min-width: 64em) {
    .large-collapse > .column, .large-collapse > .columns {
      padding-left: 0;
      padding-right: 0;
    }
    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
    }
  }
  
  .shrink {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
  
  .column.align-top, .align-top.columns {
    align-self: flex-start;
  }
  
  .column.align-bottom, .align-bottom.columns {
    align-self: flex-end;
  }
  
  .column.align-middle, .align-middle.columns {
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .column.align-stretch, .align-stretch.columns {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  
  .callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white;
  }
  
  .callout > :first-child {
    margin-top: 0;
  }
  
  .callout > :last-child {
    margin-bottom: 0;
  }
  
  .callout.primary {
    background-color: #def0fc;
  }
  
  .callout.secondary {
    background-color: #ebebeb;
  }
  
  .callout.success {
    background-color: #e1faea;
  }
  
  .callout.warning {
    background-color: #fff3d9;
  }
  
  .callout.alert {
    background-color: #fce6e2;
  }
  
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
  
  .close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
  }
  
  [data-whatinput='mouse'] .close-button {
    outline: 0;
  }
  
  .close-button:hover, .close-button:focus {
    color: #0a0a0a;
  }
  
  .pagination {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .pagination::after {
    clear: both;
  }
  
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none;
  }
  
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block;
  }
  
  @media screen and (min-width: 40em) {
    .pagination li {
      display: inline-block;
    }
  }
  
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
  }
  
  .pagination a:hover,
  .pagination button:hover {
    background: #e6e6e6;
  }
  
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default;
  }
  
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
  }
  
  .pagination .disabled:hover {
    background: transparent;
  }
  
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a;
  }
  
  .pagination-previous a::before,
  .pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: 0.5rem;
  }
  
  .pagination-next a::after,
  .pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: 0.5rem;
  }
  
  body.is-reveal-open {
    overflow: hidden;
  }
  
  html.is-reveal-open,
  html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
  }
  
  .reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
  }
  
  [data-whatinput='mouse'] .reveal {
    outline: 0;
  }
  
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0;
    }
  }
  
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0;
  }
  
  .reveal > :last-child {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem;
    }
  }
  
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto;
    }
  }
  
  .reveal.collapse {
    padding: 0;
  }
  
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem;
    }
  }
  
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem;
    }
  }
  
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem;
    }
  }
  
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0;
    }
  }
  
  .reveal.without-overlay {
    position: fixed;
  }
  
  .tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
  }
  
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .tabs::after {
    clear: both;
  }
  
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
  }
  
  .tabs.simple > li > a {
    padding: 0;
  }
  
  .tabs.simple > li > a:hover {
    background: transparent;
  }
  
  .tabs.primary {
    background: #2199e8;
  }
  
  .tabs.primary > li > a {
    color: #fefefe;
  }
  
  .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #1893e4;
  }
  
  .tabs-title {
    float: left;
  }
  
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem;
  }
  
  .tabs-title > a:hover {
    background: #fefefe;
  }
  
  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #e6e6e6;
  }
  
  .tabs-content {
    background: #fefefe;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0;
  }
  
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
  }
  
  .tabs-panel {
    display: none;
    padding: 1rem;
  }
  
  .tabs-panel.is-active {
    display: block;
  }
  
  .hide {
    display: none !important;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  @media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 39.9375em) {
    .show-for-medium {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important;
    }
  }
  
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important;
    }
  }
  
  .show-for-sr,
  .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  
  .show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
  
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important;
    }
  }
  
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important;
    }
  }
  
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important;
    }
  }
  
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important;
    }
  }
  
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  .align-right {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  
  .align-center {
    -webkit-box-pack: center;
    justify-content: center;
  }
  
  .align-justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  
  .align-spaced {
    justify-content: space-around;
  }
  
  .align-top {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  
  .align-self-top {
    align-self: flex-start;
  }
  
  .align-bottom {
    -webkit-box-align: end;
    align-items: flex-end;
  }
  
  .align-self-bottom {
    align-self: flex-end;
  }
  
  .align-middle {
    -webkit-box-align: center;
    align-items: center;
  }
  
  .align-self-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .align-stretch {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  
  .align-self-stretch {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  
  @media screen and (min-width: 40em) {
    .medium-order-1 {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
    .medium-order-2 {
      -webkit-box-ordinal-group: 3;
      order: 2;
    }
    .medium-order-3 {
      -webkit-box-ordinal-group: 4;
      order: 3;
    }
    .medium-order-4 {
      -webkit-box-ordinal-group: 5;
      order: 4;
    }
    .medium-order-5 {
      -webkit-box-ordinal-group: 6;
      order: 5;
    }
    .medium-order-6 {
      -webkit-box-ordinal-group: 7;
      order: 6;
    }
  }
  
  @media screen and (min-width: 64em) {
    .large-order-1 {
      -webkit-box-ordinal-group: 2;
      order: 1;
    }
    .large-order-2 {
      -webkit-box-ordinal-group: 3;
      order: 2;
    }
    .large-order-3 {
      -webkit-box-ordinal-group: 4;
      order: 3;
    }
    .large-order-4 {
      -webkit-box-ordinal-group: 5;
      order: 4;
    }
    .large-order-5 {
      -webkit-box-ordinal-group: 6;
      order: 5;
    }
    .large-order-6 {
      -webkit-box-ordinal-group: 7;
      order: 6;
    }
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #999999;
    margin-bottom: 12px;
  }
  
  .form-label span {
    color: #bfbfbf;
    margin-left: 5px;
  }
  
  .form-input {
    padding: 9px 17px 8px;
    font-size: 12px;
    border-radius: 4px;
    border: solid 1px #e4e4e4;
    outline: none;
    color: #666666;
    background: #fff;
    height: 38px;
  }
  
  .form-text {
    font-size: 14px;
    color: #666666;
  }
  
  .form-expand {
    width: 100%;
  }
  
  .form .isError .form-input,
  .form .isError .select2-selection .select2-selection--multiple,
  .form .isError .select2-container--default.select2-container--focus .select2-selection--multiple,
  .form .isError .select2-container--default .select2-selection--multiple {
    border: 1px solid #d40511;
  }
  
  .form .isError .select2-container .select2-search--inline .select2-search__field {
    color: #666666 !important;
  }
  
  .form .isError .select2-selection__choice__remove {
    margin-top: 0 !important;
  }
  
  .form .isError .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #666;
  }
  
  .form .isError span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #d40511;
  }
  
  .form-footer {
    border-top: 1px solid #e4e4e4;
    padding: 20px 0;
  }
  
  .form textarea.form-input {
    min-height: 150px;
  }
  
  .form .fake-input {
    padding: 9px 17px 8px;
    font-size: 12px;
    color: #666666;
    border-radius: 2px;
    border: solid 1px #e4e4e4;
    outline: none;
    cursor: pointer;
  }
  
  .form .fake-input span {
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: block;
  }
  
  .form .btn-fake {
    padding: 10px 17px 10px;
  }
  
  .form .isHide {
    display: none !important;
  }
  
  .checkbox {
    position: absolute;
    display: none;
  }
  
  .checkbox:checked + label:after {
    display: block;
  }
  
  .checkbox-label-no {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  
  .checkbox-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
  }
  
  .checkbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #ececec;
  }
  
  .checkbox-label:after {
    content: '';
    position: absolute;
    display: none;
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #d40511;
    border-top: 0;
    border-left: 0;
  }
  
  .checkbox-label.no-label {
    margin: 0;
    padding: 0;
  }
  
  .checkbox-label.no-label:before {
    position: relative;
  }
  
  .checkbox-label.no-label:after {
    top: -5px;
  }
  
  .checkbox-group__item {
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    padding: 0 10px 0 6px;
    margin: 10px 0;
  }
  
  .checkbox-group__item:first-child {
    padding-left: 0;
  }
  
  .checkbox-group__item:last-child {
    border-right: 0;
  }
  
  .checkbox-group__item__checkbox {
    position: absolute;
    display: none;
  }
  
  .checkbox-group__item__checkbox:checked + .checkbox-group__item__label {
    background: #ffcc00;
    color: #fff;
  }
  
  .checkbox-group__item__label {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
  }
  
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfbfbf;
  }
  
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfbfbf;
  }
  
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #bfbfbf;
  }
  
  :-moz-placeholder {
    /* Firefox 18- */
    color: #bfbfbf;
  }
  
  .form--inline .form-input {
    display: inline-block;
    width: auto;
    margin-left: 20px;
    height: 30px;
    padding: 4px 5px;
  }
  
  .input-daterange .form-input {
    display: inline-block;
    width: 45%;
    text-align: left;
  }
  
  .input-daterange .input-group-addon {
    height: 38px;
    margin-left: -5px;
    margin-right: -6px;
    padding: 10px 12px 9px;
    font-size: 12px;
    border: solid 1px #e4e4e4;
    text-align: center;
    border-width: 1px 0;
    background-color: #eee;
  }
  
  .btn {
    display: inline-block;
    padding: 8px 15px;
    box-shadow: 0;
    text-decoration: none;
    text-shadow: 0;
    cursor: pointer;
    font-weight: 400;
    border: 1px solid;
    line-height: 1;
    border-radius: 3px;
  }
  
  .btn[disabled] {
    opacity: .4;
    cursor: not-allowed;
  }
  
  .btn--expand {
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .btn--primary {
    background-color: #ffcc00;
    color: #ffffff;
    border-color: #ffcc00;
  }
  
  .btn--primary:hover {
    background-color: #ffcc00;
    color: #ffffff;
    border-color: #ffcc00;
    box-shadow: 0;
  }
  
  .btn--primary.btn--outline {
    background-color: #ffffff;
    color: #ffcc00;
    border-color: #ffcc00;
  }
  
  .btn--primary.btn--outline:hover {
    background-color: #ffcc00;
    color: #ffffff;
    border-color: #ffcc00;
    box-shadow: 0;
  }
  
  .btn--secondary {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  
  .btn--secondary:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    box-shadow: 0;
  }
  
  .btn--secondary.btn--outline {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
  }
  
  .btn--secondary.btn--outline:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    box-shadow: 0;
  }
  
  .btn--grey {
    background-color: #999999;
    color: #ffffff;
    border-color: #999999;
  }
  
  .btn--grey:hover {
    background-color: #999999;
    color: #ffffff;
    border-color: #999999;
    box-shadow: 0;
  }
  
  .btn--grey.btn--outline {
    background-color: #ffffff;
    color: #999999;
    border-color: #999999;
  }
  
  .btn--grey.btn--outline:hover {
    background-color: #999999;
    color: #ffffff;
    border-color: #999999;
    box-shadow: 0;
  }
  
  .btn--dark-darkgrey {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
  }
  
  .btn--dark-darkgrey:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
    box-shadow: 0;
  }
  
  .btn--dark-darkgrey.btn--outline {
    background-color: #ffffff;
    color: #666666;
    border-color: #666666;
  }
  
  .btn--dark-darkgrey.btn--outline:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
    box-shadow: 0;
  }
  
  .btn--dark-grey {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
  }
  
  .btn--dark-grey:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
    box-shadow: 0;
  }
  
  .btn--dark-grey.btn--outline {
    background-color: #ffffff;
    color: #666666;
    border-color: #666666;
  }
  
  .btn--dark-grey.btn--outline:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
    box-shadow: 0;
  }
  
  .alert {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .alert .close-button {
    right: 5px;
    top: 5px;
    font-size: 20px;
  }
  
  .alert.success {
    background: #ffffff;
    color: #666666;
    border: 2px solid #74aa3a;
  }
  
  .alert.success .close-button {
    color: #666666;
  }
  
  .alert.danger {
    background: #ffffff;
    color: #666666;
    border: 2px solid #ed343c;
  }
  
  .alert.danger .close-button {
    color: #666666;
  }
  
  .alert.warning {
    background: #ffffff;
    color: #666666;
    border: 2px solid #ffcc00;
  }
  
  .alert.warning .close-button {
    color: #666666;
  }
  
  .breadcrumb {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    height: 68px;
    border-bottom: 2px dashed #e4e4e4;
  }
  
  .breadcrumb__ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .breadcrumb__list {
    display: inline-block;
  }
  
  .breadcrumb__list.isCurrent {
    font-size: 12px;
    font-weight: 400;
    color: #d40511;
  }
  
  .breadcrumb__list.isCurrent:after {
    content: '';
  }
  
  .breadcrumb__list:after {
    content: "//";
    padding: 10px;
    color: #bfbfbf;
  }
  
  .breadcrumb__link {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
  }
  
  .table {
    width: 100%;
  }
  
  .table__th {
    font-size: 12px;
    font-weight: 600;
    color: #c9c9c9;
    border-bottom: 2px solid #e7e7e7;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    background-color: #fff;
  }
  
  .table__td {
    font-size: 14px;
    font-weight: 400;
    color: #807c7c;
    text-align: left;
    padding: 8px 10px;
  }
  
  .table tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  
  .table tr:nth-child(even) {
    background-color: #fff;
  }
  
  .label {
    padding: 0 10px 1px;
    font-size: 11px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 3px;
  }
  
  .label.active {
    background: #666666;
    border-color: #666666;
    color: #ffffff;
  }
  
  .label.danger {
    background: #d40511;
    border-color: #d40511;
    color: #ffffff;
  }
  
  .label.warning {
    background: #ffcc00;
    border-color: #ffcc00;
    color: #ffffff;
  }
  
  .label.default {
    background: #bfbfbf;
    border-color: #bfbfbf;
    color: #ffffff;
  }
  
  .label--small {
    width: 15px;
    height: 15px;
    line-height: 2;
    padding: 0;
    text-align: center;
    font-size: 8px;
  }
  
  .pagination {
    display: inline-block;
    padding: 5px 10px;
    list-style: none;
  }
  
  .pagination a,
  .pagination button {
    color: #818181;
    padding: 0px 6px;
    text-decoration: none;
  }
  
  .pagination a:hover,
  .pagination button:hover {
    background: none;
  }
  
  .pagination li {
    display: inline-block;
    margin-right: 0;
    color: #818181;
  }
  
  .pagination .pagination-previous a::before,
  .pagination .pagination-previous.disabled::before {
    font-family: "font-icon";
    content: "\e010";
    display: inline-block;
  }
  
  .pagination .pagination-next a::after,
  .pagination .pagination-next.disabled::after {
    font-family: "font-icon";
    content: "\e00f";
    display: inline-block;
  }
  
  .pagination .current {
    padding: 0px 8px;
    background: none;
    color: #ffcc00;
    text-decoration: underline;
  }
  
  .pagination .disabled {
    padding: 0px 6px;
  }
  
  .alertify .ajs-dimmer {
    position: fixed;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #252525;
    opacity: .5;
  }
  
  .alertify .ajs-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 1981;
  }
  
  .alertify .ajs-dialog {
    position: relative;
    margin: 5% auto;
    min-height: 110px;
    max-width: 500px;
    padding: 24px 24px 0 24px;
    outline: 0;
    background-color: #fff;
  }
  
  .alertify .ajs-dialog.ajs-capture:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
  }
  
  .alertify .ajs-reset {
    position: absolute !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
  }
  
  .alertify .ajs-commands {
    position: absolute;
    right: 4px;
    margin: -14px 24px 0 0;
    z-index: 2;
  }
  
  .alertify .ajs-commands button {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .alertify .ajs-commands button.ajs-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
  }
  
  .alertify .ajs-commands button.ajs-maximize {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
  }
  
  .alertify .ajs-header {
    margin: -24px;
    margin-bottom: 0;
    padding: 16px 24px;
    border: 1px solid #f3f3f3;
    text-align: center;
  }
  
  .alertify .ajs-body {
    min-height: 56px;
  }
  
  .alertify .ajs-body .ajs-content {
    padding: 40px 24px 40px 16px;
    text-align: center;
  }
  
  .alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    padding: 16px 24px;
    border: 1px solid #f3f3f3;
  }
  
  .alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
  }
  
  .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 4px;
  }
  
  .alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
    float: left;
    clear: none;
    text-align: left;
  }
  
  .ajs-ok {
    border-radius: 2px;
    background-color: #d40511;
    color: #ffffff;
    border-color: #d40511;
  }
  
  .ajs-ok:hover {
    background-color: #d40511;
    color: #ffffff;
    border-color: #d40511;
    box-shadow: 0;
  }
  
  .ajs-cancel {
    border: 1px solid;
    border-radius: 2px;
    background-color: #ffffff;
    color: #666666;
    border-color: #666666;
  }
  
  .ajs-cancel:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
    box-shadow: 0;
  }
  
  .alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
    margin: 4px;
  }
  
  .alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 88px;
    min-height: 35px;
  }
  
  .alertify .ajs-handle {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    cursor: se-resize;
  }
  
  .alertify.ajs-no-overflow .ajs-body .ajs-content {
    overflow: hidden !important;
  }
  
  .alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
    left: 0;
    right: 0;
    padding: 0;
  }
  
  .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
    margin-left: -24px;
    margin-right: -24px;
  }
  
  .alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
    padding: 0;
  }
  
  .alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
    left: 0;
    right: 0;
  }
  
  .alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
  .alertify.ajs-maximizable .ajs-commands button.ajs-restore {
    display: inline-block;
  }
  
  .alertify.ajs-closable .ajs-commands button.ajs-close {
    display: inline-block;
  }
  
  .alertify.ajs-maximized .ajs-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  .alertify.ajs-maximized.ajs-modeless .ajs-modal {
    position: fixed !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
  }
  
  .alertify.ajs-maximized .ajs-commands button.ajs-maximize {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
  }
  
  .alertify.ajs-resizable .ajs-dialog,
  .alertify.ajs-maximized .ajs-dialog {
    padding: 0;
  }
  
  .alertify.ajs-resizable .ajs-commands,
  .alertify.ajs-maximized .ajs-commands {
    margin: 14px 24px 0 0;
  }
  
  .alertify.ajs-resizable .ajs-header,
  .alertify.ajs-maximized .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 16px 24px;
  }
  
  .alertify.ajs-resizable .ajs-body,
  .alertify.ajs-maximized .ajs-body {
    min-height: 224px;
    display: inline-block;
  }
  
  .alertify.ajs-resizable .ajs-body .ajs-content,
  .alertify.ajs-maximized .ajs-body .ajs-content {
    position: absolute;
    top: 50px;
    right: 24px;
    bottom: 50px;
    left: 24px;
    overflow: auto;
  }
  
  .alertify.ajs-resizable .ajs-footer,
  .alertify.ajs-maximized .ajs-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  
  .alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
    min-width: 548px;
  }
  
  .alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
    display: block;
  }
  
  .alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move;
  }
  
  .alertify.ajs-modeless .ajs-dimmer,
  .alertify.ajs-modeless .ajs-reset {
    display: none;
  }
  
  .alertify.ajs-modeless .ajs-modal {
    overflow: visible;
    max-width: none;
    max-height: 0;
  }
  
  .alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
  }
  
  .alertify.ajs-modeless.ajs-unpinned .ajs-modal {
    position: absolute;
  }
  
  .alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
  }
  
  .alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
    max-height: 500px;
    overflow: auto;
  }
  
  .alertify.ajs-basic .ajs-header {
    opacity: 0;
  }
  
  .alertify.ajs-basic .ajs-footer {
    visibility: hidden;
  }
  
  .alertify.ajs-frameless .ajs-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 60px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
  }
  
  .alertify.ajs-frameless .ajs-footer {
    display: none;
  }
  
  .alertify.ajs-frameless .ajs-body .ajs-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
    padding-top: 0;
  }
  
  .alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
    margin-top: 0;
  }
  
  .ajs-no-overflow {
    overflow: hidden !important;
    outline: none;
  }
  
  .ajs-no-selection,
  .ajs-no-selection * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  @media screen and (max-width: 568px) {
    .alertify .ajs-dialog {
      min-width: 150px;
    }
    .alertify:not(.ajs-maximized) .ajs-modal {
      padding: 0 5%;
    }
    .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
      min-width: initial;
      min-width: auto;
    }
  }
  
  @-moz-document url-prefix() {
    .alertify button:focus {
      outline: 1px dotted #3593D2;
    }
  }
  
  .alertify .ajs-dimmer,
  .alertify .ajs-modal {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }
  
  .alertify.ajs-hidden .ajs-dimmer,
  .alertify.ajs-hidden .ajs-modal {
    visibility: hidden;
    opacity: 0;
  }
  
  .alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .alertify.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
  }
  
  .alertify .ajs-dialog.ajs-shake {
    -webkit-animation-name: ajs-shake;
    animation-name: ajs-shake;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-webkit-keyframes ajs-shake {
    0%,
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  @keyframes ajs-shake {
    0%,
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  
  .alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-slideIn;
    animation-name: ajs-slideIn;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-slideOut;
    animation-name: ajs-slideOut;
    -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  
  .alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-zoomIn;
    animation-name: ajs-zoomIn;
  }
  
  .alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-zoomOut;
    animation-name: ajs-zoomOut;
  }
  
  .alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-fadeIn;
    animation-name: ajs-fadeIn;
  }
  
  .alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-fadeOut;
    animation-name: ajs-fadeOut;
  }
  
  .alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-pulseIn;
    animation-name: ajs-pulseIn;
  }
  
  .alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-pulseOut;
    animation-name: ajs-pulseOut;
  }
  
  .alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInX;
    animation-name: ajs-flipInX;
  }
  
  .alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutX;
    animation-name: ajs-flipOutX;
  }
  
  .alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
    -webkit-animation-name: ajs-flipInY;
    animation-name: ajs-flipInY;
  }
  
  .alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
    -webkit-animation-name: ajs-flipOutY;
    animation-name: ajs-flipOutY;
  }
  
  @-webkit-keyframes ajs-pulseIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes ajs-pulseIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @-webkit-keyframes ajs-pulseOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  @keyframes ajs-pulseOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  
  @-webkit-keyframes ajs-zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.25, 0.25, 0.25);
      transform: scale3d(0.25, 0.25, 0.25);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes ajs-zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.25, 0.25, 0.25);
      transform: scale3d(0.25, 0.25, 0.25);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @-webkit-keyframes ajs-zoomOut {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.25, 0.25, 0.25);
      transform: scale3d(0.25, 0.25, 0.25);
    }
  }
  
  @keyframes ajs-zoomOut {
    0% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.25, 0.25, 0.25);
      transform: scale3d(0.25, 0.25, 0.25);
    }
  }
  
  @-webkit-keyframes ajs-fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes ajs-fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes ajs-fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes ajs-fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes ajs-flipInX {
    0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes ajs-flipInX {
    0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @-webkit-keyframes ajs-flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  
  @keyframes ajs-flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes ajs-flipInY {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes ajs-flipInY {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @-webkit-keyframes ajs-flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  
  @keyframes ajs-flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes ajs-slideIn {
    0% {
      margin-top: -100%;
    }
    100% {
      margin-top: 5%;
    }
  }
  
  @keyframes ajs-slideIn {
    0% {
      margin-top: -100%;
    }
    100% {
      margin-top: 5%;
    }
  }
  
  @-webkit-keyframes ajs-slideOut {
    0% {
      margin-top: 5%;
    }
    100% {
      margin-top: -100%;
    }
  }
  
  @keyframes ajs-slideOut {
    0% {
      margin-top: 5%;
    }
    100% {
      margin-top: -100%;
    }
  }
  
  .alertify-notifier {
    position: fixed;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .alertify-notifier .ajs-message {
    position: relative;
    width: 260px;
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  
  .alertify-notifier .ajs-message.ajs-visible {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
    max-height: 100%;
    padding: 15px;
    margin-top: 10px;
  }
  
  .alertify-notifier .ajs-message.ajs-success {
    background: rgba(91, 189, 114, 0.95);
  }
  
  .alertify-notifier .ajs-message.ajs-error {
    background: rgba(217, 92, 92, 0.95);
  }
  
  .alertify-notifier .ajs-message.ajs-warning {
    background: rgba(252, 248, 215, 0.95);
  }
  
  .alertify-notifier.ajs-top {
    top: 10px;
  }
  
  .alertify-notifier.ajs-bottom {
    bottom: 10px;
  }
  
  .alertify-notifier.ajs-right {
    right: 10px;
  }
  
  .alertify-notifier.ajs-right .ajs-message {
    right: -320px;
  }
  
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px;
  }
  
  .alertify-notifier.ajs-left {
    left: 10px;
  }
  
  .alertify-notifier.ajs-left .ajs-message {
    left: -300px;
  }
  
  .alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
  }
  
  .tabs {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
  }
  
  .tabs-title {
    padding: 20px 30px 20px 0;
    cursor: pointer;
  }
  
  .tabs-title > a {
    position: relative;
    padding: 0;
    font-size: 16px;
    color: #999999;
    text-decoration: none;
  }
  
  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: none;
    color: #000000;
  }
  
  .tabs-title > a[aria-selected='true']::after {
    content: '';
    position: absolute;
    bottom: -22px;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffcc00;
  }
  
  .tabs-content {
    border: 0;
  }
  
  .tabs-panel {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    color: #000000;
  }
  
  #circularG {
    position: relative;
    width: 58px;
    height: 58px;
    margin: auto;
    top: 30%;
  }
  
  .circularG {
    position: absolute;
    background-color: white;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
  }
  
  #circularG_1 {
    left: 0;
    top: 23px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
  }
  
  #circularG_2 {
    left: 6px;
    top: 6px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
  }
  
  #circularG_3 {
    top: 0;
    left: 23px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
  }
  
  #circularG_4 {
    right: 6px;
    top: 6px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
  }
  
  #circularG_5 {
    right: 0;
    top: 23px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
  }
  
  #circularG_6 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
  }
  
  #circularG_7 {
    left: 23px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
  }
  
  #circularG_8 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
  }
  
  @keyframes bounce_circularG {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.3);
      transform: scale(0.3);
    }
  }
  
  @-webkit-keyframes bounce_circularG {
    0% {
      -webkit-transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.3);
    }
  }
  
  .loader {
    margin: 40px auto;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #e4e4e4;
    border-right: 1.1em solid #e4e4e4;
    border-bottom: 1.1em solid #e4e4e4;
    border-left: 1.1em solid #ffcc00;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
  }
  
  .loader.isSmall {
    margin: 0 3px;
    font-size: 1.2px;
    position: relative;
    text-indent: -9999em;
    border-top: 2em solid #e4e4e4;
    border-right: 2em solid #e4e4e4;
    border-bottom: 2em solid #e4e4e4;
    border-left: 2em solid #ffcc00;
  }
  
  .loader__text {
    margin-top: 40px;
    padding: 0;
    color: #666666;
    line-height: 0;
  }
  
  .loader,
  .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  
  @-webkit-keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes load8 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .multiple-select {
    width: 100%;
    display: block;
  }
  
  .multiple-select__list {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    border: 1px solid #e4e4e4;
    border-radius: 0 0 4px 4px;
  }
  
  .multiple-select .list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .multiple-select .list__item {
    padding: 10px;
    cursor: pointer;
  }
  
  .multiple-select .list__item:nth-child(even) {
    background: #fff;
  }
  
  .multiple-select .list__item:nth-child(odd) {
    background: #f5f5f5;
  }
  
  .multiple-select .text {
    display: inline-block;
    width: 60%;
  }
  
  .multiple-select .search-input {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
  }
  
  .multiple-select .input {
    display: inline-block;
    width: 35%;
    border: 1px solid #e4e4e4;
  }
  
  .multiple-select .isHide {
    display: none !important;
  }
  
  .multiple-select .searchHide {
    display: none !important;
  }
  
  .reveal {
    padding: 0;
    border-radius: 5px;
    border-color: #e4e4e4;
  }
  
  .modal-header {
    padding: 15px 20px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
  
  .modal-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  .modal-content {
    padding: 20px;
  }
  
  .modal-footer {
    padding: 15px 20px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
  
  .reveal--center .modal-header {
    border-bottom: 0;
    text-align: center;
  }
  
  .reveal--center .modal-footer {
    border-top: 0;
    text-align: center;
  }
  
  .reveal--no-border .modal-header {
    border-bottom: 0;
  }
  
  .reveal--no-border .modal-footer {
    border-top: 0;
  }
  
  /* jQuery Growl
   * Copyright 2015 Kevin Sylvestre
   * 1.3.2
   */
  #growls {
    z-index: 50000;
    position: fixed;
  }
  
  #growls.default {
    top: 10px;
    right: 10px;
  }
  
  #growls.tl {
    top: 10px;
    left: 10px;
  }
  
  #growls.tr {
    top: 10px;
    right: 10px;
  }
  
  #growls.bl {
    bottom: 10px;
    left: 10px;
  }
  
  #growls.br {
    bottom: 10px;
    right: 10px;
  }
  
  #growls.tc {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  
  #growls.bc {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
  
  #growls.tc .growl, #growls.bc .growl {
    margin-left: auto;
    margin-right: auto;
  }
  
  .growl {
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px;
  }
  
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px;
  }
  
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px;
  }
  
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d;
  }
  
  .growl.growl-error {
    color: #FFF;
    background: #C0392B;
  }
  
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71;
  }
  
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12;
  }
  
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
  }
  
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px;
  }
  
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px;
  }
  
  .progress {
    position: relative;
    background-color: #ededed;
    height: 12px;
    border-radius: 5px;
  }
  
  .progress-meter {
    border-radius: 5px;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #ffcc00;
  }
  
  .progress-meter-text {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    color: #666;
    white-space: nowrap;
  }
  
  .progress-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    vertical-align: middle;
  }
  
  /*!
   * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
   *
   * Copyright 2012 Stefan Petre
   * Improvements by Andrew Rowls
   * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
   */
  .datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
  }
  
  .datepicker-inline {
    width: 220px;
  }
  
  .datepicker.datepicker-rtl {
    direction: rtl;
  }
  
  .datepicker.datepicker-rtl table tr td span {
    float: right;
  }
  
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
  }
  
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .datepicker th {
    font-weight: 600;
  }
  
  .datepicker td {
    font-weight: 400;
  }
  
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 4px;
    border: none;
  }
  
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day.focused {
    background: #cecece;
    cursor: pointer;
  }
  
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #999;
  }
  
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #d0d0d0;
    cursor: default;
  }
  
  .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
  }
  
  .datepicker table tr td.today,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
  }
  
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
  }
  
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
  }
  
  .datepicker table tr td.today:hover:hover {
    color: #000;
  }
  
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }
  
  .datepicker table tr td.range,
  .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0;
  }
  
  .datepicker table tr td.range.today,
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
  }
  
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today:hover:hover,
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today.disabled:hover:hover,
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today:hover.disabled,
  .datepicker table tr td.range.today.disabled.disabled,
  .datepicker table tr td.range.today.disabled:hover.disabled,
  .datepicker table tr td.range.today[disabled],
  .datepicker table tr td.range.today:hover[disabled],
  .datepicker table tr td.range.today.disabled[disabled],
  .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
  }
  
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
  }
  
  .datepicker table tr td.selected,
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected.disabled:hover {
    background-color: #204d74;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected:hover:hover,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.disabled:hover:hover,
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected:hover.disabled,
  .datepicker table tr td.selected.disabled.disabled,
  .datepicker table tr td.selected.disabled:hover.disabled,
  .datepicker table tr td.selected[disabled],
  .datepicker table tr td.selected:hover[disabled],
  .datepicker table tr td.selected.disabled[disabled],
  .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
  }
  
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
  }
  
  .datepicker table tr td.active,
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active:hover.disabled,
  .datepicker table tr td.active.disabled.disabled,
  .datepicker table tr td.active.disabled:hover.disabled,
  .datepicker table tr td.active[disabled],
  .datepicker table tr td.active:hover[disabled],
  .datepicker table tr td.active.disabled[disabled],
  .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
  }
  
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eee;
  }
  
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
  }
  
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
    background-image: -webkit-linear-gradient(top, #08c, #0044cc);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active[disabled],
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
  }
  
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #999;
  }
  
  .datepicker .datepicker-switch {
    width: 145px;
  }
  
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  
  .input-append.date .add-on,
  .input-prepend.date .add-on {
    cursor: pointer;
  }
  
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px;
  }
  
  .input-daterange input {
    text-align: center;
  }
  
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
  }
  
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
  }
  
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  
  .bd-login {
    background: url("../images/bg-login.png") no-repeat;
    background-size: cover;
  }
  
  .login-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100vh;
    width: 780px;
    margin: 0 auto;
  }
  
  .login-wrapper .login-content {
    width: 100%;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 30px 81px -40px black;
  }
  
  .login-wrapper__left {
    padding: 0 50px;
    background: #fff;
  }
  
  .login-wrapper__right {
    height: 400px;
    background: #fff url("../images/bg-side.png") no-repeat;
    background-size: cover;
  }
  
  .login-wrapper .column, .login-wrapper .columns, .login-wrapper .columns {
    padding: 0;
  }
  
  .login-wrapper .copyright {
    display: block;
    margin-top: 45px;
    text-align: center;
    color: #999999;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    background-color: #fbfbfb;
    color: #818181;
  }
  
  h1, h2, h3, h4, h5, h6, input {
    font-family: "Open Sans", "sans-serif";
  }
  
  .row {
    max-width: 100% !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .p-0 {
    padding: 0;
  }
  
  .m-b-30 {
    margin-bottom: 30px;
  }
  
  .p-r-0 {
    padding-right: 0;
  }
  
  .p-lr-40 {
    padding: 0 40px;
  }
  
  .p-lr-10 {
    padding: 0 10px;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .width100 {
    width: 100%;
  }
  
  .width300 {
    width: 300px !important;
  }
  
  .width50 {
    width: 50px;
  }
  
  .width120 {
    width: 120px !important;
  }
  
  .i-block {
    display: inline-block !important;
  }
  
  .v-middle {
    vertical-align: middle;
  }
  
  .inline-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
  }
  
  .v-top {
    vertical-align: top;
  }
  
  .sub-heading {
    font-size: 18px;
    font-weight: 400;
  }
  
  .sub-heading.red {
    color: #d40511;
  }
  
  .left-info {
    float: left;
  }
  
  .left-info .toolbar {
    display: inline-block;
  }
  
  .left-info .dataTables_info {
    float: none !important;
    display: inline-block;
  }
  
  .dropdown {
    position: absolute;
    top: 42px;
    right: -18px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 170px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
  }
  
  .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .dropdown li {
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #ececec;
  }
  
  .dropdown li .icon {
    font-size: 16px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
  }
  
  .dropdown li a {
    display: block;
    color: #666666;
    padding: 5px 20px 0px;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
  }
  
  .remove-scroll {
    overflow: hidden;
  }
  
  .divider {
    width: 100%;
    margin: 20px 0;
    border-bottom: 2px dashed #e4e4e4;
  }
  
  .divider.isSolid {
    border-bottom: 2px solid #e4e4e4;
  }
  
  .growl {
    opacity: 1;
  }
  
  .growl.growl-notice, .growl.growl-warning, .growl.growl-error {
    color: #666;
    background: #ffffff;
    border-left: 4px solid #74aa3a;
    box-shadow: 0 5px 15px #e4e4e4;
  }
  
  .growl.growl-warning {
    border-left: 4px solid #ffcc00;
  }
  
  .growl.growl-error {
    border-left: 4px solid #ed343c;
  }
  
  .growl .growl-title {
    font-size: 14px;
    font-weight: 600;
  }
  
  .growl .growl-message {
    font-size: 12px;
    line-height: 18px;
  }
  
  .dataTables_length select {
    width: auto;
  }
  
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    padding: 10px 0 !important;
    margin: 0 !important;
  }
  
  .dashboard-container {
    max-width: 100%;
  }
  
  .header {
    max-width: 100%;
  }
  
  .header__left {
    width: 225px;
    background-color: #ffcc00;
    padding: 22px 20px;
  }
  
  .header__right {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
  }
  
  .account {
    float: right;
    padding: 15px;
  }
  
  .account:after {
    clear: both;
  }
  
  .account__photo {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: top;
  }
  
  .account__profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .account__profile .name {
    font-size: 14px;
    font-weight: 600;
    color: #d40511;
    display: block;
  }
  
  .account__profile .role {
    font-size: 10px;
    font-weight: 400;
    color: #322f2f;
    display: block;
  }
  
  .account__profile:after {
    font-family: "font-icon";
    content: "\e00e";
    position: absolute;
    top: 0;
    right: -20px;
    color: #d40511;
  }
  
  .toggle-menu {
    cursor: pointer;
    display: inline-block;
    color: #c99702;
    margin-right: 25px;
  }
  
  .sidebar {
    width: 225px;
  }
  
  .sidebar .logo {
    padding: 22px 20px;
    background-color: #ffcc00;
  }
  
  .sidebar .account {
    width: 90%;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  
  .sidebar .account__photo {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: top;
  }
  
  .sidebar .account__profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .sidebar .account__profile .name {
    font-size: 14px;
    font-weight: 600;
    color: #d40511;
    display: block;
  }
  
  .sidebar .account__profile .role {
    font-size: 10px;
    font-weight: 400;
    color: #322f2f;
    display: block;
  }
  
  .sidebar .account__profile:after {
    font-family: "font-icon";
    position: absolute;
    top: 0;
    right: -20px;
    color: #d40511;
  }
  
  .sidebar .menu {
    width: 90%;
  }
  
  .sidebar .menu .menu__ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
  }
  
  .sidebar .menu .menu__ul.isLast {
    border-bottom: 0;
  }
  
  .sidebar .menu .menu__items {
    display: block;
  }
  
  .sidebar .menu .menu__items.isLabel {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #bfbfbf;
    text-transform: uppercase;
  }
  
  .sidebar .menu .menu__items:last-child {
    margin-bottom: 5px;
  }
  
  .sidebar .menu .menu__items.selected a,
  .sidebar .menu .menu__items.selected .icon {
    background-color: #ffcc00;
    color: #ffffff;
  }
  
  .sidebar .menu .menu__link {
    display: block;
    padding: 5px 20px 0px;
    margin: 5px 0;
    color: #666666;
    text-decoration: none;
  }
  
  .sidebar .menu .menu__link .icon {
    font-size: 19px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
  }
  
  .sidebar .menu .menu__link:hover,
  .sidebar .menu .menu__link:hover .icon {
    background-color: #ffcc00;
    color: #ffffff;
  }
  
  .main {
    width: calc(100% - 225px);
    height: 100%;
  }
  
  .main .header {
    padding: 0;
    margin-bottom: -68px;
    height: 160px;
    background-color: #ffcc00;
  }
  
  .main .header__logout {
    display: block;
    padding: 30px;
    text-align: right;
  }
  
  .main .header__logout .link {
    font-weight: 600;
    color: #d40511;
    text-decoration: none;
  }
  
  .main .header__logout .icon {
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px;
  }
  
  .main .content {
    min-height: 700px;
    padding: 0 24px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px #e4e4e4;
  }
  
  .main .heading {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .main .heading .heading__title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #d40511;
  }
  
  .main .heading a {
    font-size: 14px;
  }
  
  .main .heading.isSmall {
    margin: 5px 0 30px;
  }
  
  .main .main__pagging {
    margin: 0 30px 20px;
    padding: 0 10px;
    text-align: center;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
  }
  
  .overlay__content {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    z-index: 11;
  }
  
  .user-list .wrapper {
    min-height: 300px;
    max-height: 600px;
    padding: 10px 0;
    overflow-y: auto;
  }
  
  .user-list .list {
    list-style: none;
    margin: 0;
    padding: 10px;
  }
  
  .user-list .list__item {
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
  }
  
  .user-list .list__link {
    position: relative;
    color: #666;
    text-decoration: none;
    cursor: pointer;
  }
  
  .user-list .list__item.isSelected,
  .user-list .list__item.isHover {
    border: 1px solid #fff;
    box-shadow: 0 2px 10px #e6e6e6;
    background: #ffcc00;
  }
  
  .user-list .list__link:hover .list__link::before,
  .user-list .list__item.isSelected .list__link::before,
  .user-list .list__item.isHover .list__link::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    top: 5px;
    left: -20px;
  }
  
  .assign-job {
    padding: 0 40px;
    margin-bottom: 25px;
    border-left: 1px solid #e4e4e4;
  }
  
  .assign-job .wrapper {
    min-height: 300px;
    max-height: 600px;
    padding: 10px 10px 0 0;
    overflow-y: auto;
  }
  
  .assign-job .list {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 15px #e6e6e6;
    cursor: pointer;
  }
  
  .assign-job .list:hover {
    border: 1px solid #ffcc00;
  }
  
  .assign-job .list.isSelected {
    background: #ffcc00;
    border: 1px solid #ffcc00;
  }
  
  .assign-job .list.isSelected .list__number {
    border-right: 1px solid #fff;
  }
  
  .assign-job .list.isSelected .list__status {
    color: #fff;
  }
  
  .assign-job .list__number {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px;
    width: 20%;
    border-right: 1px solid #c4c4c4;
    text-align: right;
  }
  
  .assign-job .list__date {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 30%;
  }
  
  .assign-job .list__group {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    width: 30%;
  }
  
  .assign-job .list__status {
    display: inline-block;
    width: 5%;
    text-align: center;
  }
  
  .legend-chart {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .legend-chart__item {
    display: inline-block;
    padding: 5px 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    cursor: pointer;
  }
  
  .legend-chart__item:first-child {
    border-left: 1px solid #e4e4e4;
  }
  
  .legend-chart__color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .legend-chart__active {
    box-shadow: 0 10px 15px #e6e6e6;
    background: #f5f5f5;
    text-decoration: line-through;
  }
  
  .dataTables_wrapper .dataTables_processing {
    top: 200px !important;
    left: 0 !important;
    right: 0 !important;
    height: 60px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  
  .dataTables_wrapper {
    min-height: 300px;
  }
  
  .loading-table {
    width: 125px;
    margin: 0 auto;
    padding: 33px 0;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
  }
  
  .loading-table span {
    display: block;
    margin-top: 5px;
  }
  
  .modal-loading {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.93) url("../images/rolling.gif") 50% 50% no-repeat;
  }
  
  .option-checkbox {
    position: relative;
    cursor: pointer;
  }
  
  .option-checkbox .box-checkbox:after {
    font-family: "font-icon";
    content: "\e00e";
    position: absolute;
    top: 0;
    right: 6px;
    color: #666666;
  }
  
  .option-checkbox .dropdown-checkbox {
    left: 0;
    right: 0;
  }
  
  .option-checkbox .dropdown-checkbox li {
    padding: 5px;
    font-size: 12px;
    color: #666;
  }
  
  /*# sourceMappingURL=app.css.map */
  