/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/*!
 * jquery-confirm v1.5.1 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2014 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
body.jconfirm-noscroll {
  overflow: hidden !important; }

@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-family: inherit;
  overflow-y: auto; }

.jconfirm .jconfirm-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative; }

.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  display: none; }

.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.title {
  font-size: 24px;
  font-weight: bold;
  font-family: inherit;
  padding: 10px 15px 5px; }

.jconfirm .jconfirm-box div.content {
  padding-top: 10px;
  padding: 10px 15px 10px;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto; }

.jconfirm .jconfirm-box div.content:empty {
  height: 40px;
  position: relative;
  opacity: 0.6; }

.jconfirm .jconfirm-box div.content:empty:before {
  content: '';
  height: 20px;
  width: 20px;
  border: solid 2px #aaa;
  /*background-color: #ddd;*/
  position: absolute;
  left: 50%;
  margin-left: -45px;
  border-radius: 20%;
  -webkit-animation: jconfirm-rotate 1s infinite;
  animation: jconfirm-rotate 1s infinite; }

.jconfirm .jconfirm-box div.content:empty:after {
  content: 'loading..';
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.jconfirm .jconfirm-box .buttons {
  padding: 10px 15px; }

.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px; }

.jconfirm .jquery-clear {
  clear: both; }

.jconfirm.white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2); }

.jconfirm.white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white; }

.jconfirm.black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.black .jconfirm-box .buttons button.btn-default:hover {
  background: #666; }

.jconfirm.hololight .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.hololight .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  overflow: hidden; }

.jconfirm.hololight .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF; }

.jconfirm.hololight .jconfirm-box .buttons {
  border-top: solid 2px #E7E7E7;
  width: 100%;
  float: none;
  padding: 0; }

.jconfirm.hololight .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #666; }

.jconfirm.hololight .jconfirm-box .buttons button + button {
  border-left: solid 2px #E7E7E7; }

.jconfirm.holodark .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.holodark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background: #333;
  overflow: hidden; }

.jconfirm.holodark .jconfirm-box div.closeIcon {
  color: white; }

.jconfirm.holodark .jconfirm-box div.title {
  font-weight: inherit;
  border-bottom: solid 2px #76CFDF;
  color: #76CFDF; }

.jconfirm.holodark .jconfirm-box div.content {
  color: white; }

.jconfirm.holodark .jconfirm-box .buttons {
  border-top: solid 2px rgba(255, 255, 255, 0.2);
  width: 100%;
  float: none;
  padding: 0; }

.jconfirm.holodark .jconfirm-box .buttons button {
  margin: 0;
  border: none;
  background: #333;
  border-radius: 0px;
  width: 50%;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: none; }

.jconfirm.holodark .jconfirm-box .buttons button + button {
  border-left: solid 2px rgba(255, 255, 255, 0.2); }

.jconfirm .jconfirm-box.hilight {
  box-shadow: 0 0 20px red; }

/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

.jconfirm .jconfirm-box {
  /*visibility: visible;*/
  opacity: 1;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  /*transition-delay: 0s;*/
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
  -webkit-transition-property: opacity, box-shadow, -webkit-transform;
  transition-property: opacity, box-shadow, -webkit-transform;
  transition-property: transform, opacity, box-shadow;
  transition-property: transform, opacity, box-shadow, -webkit-transform; }

.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-zoom,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-scalex {
  /*visibility: hidden;*/
  opacity: 0; }

.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top;
  transform-origin: top; }

.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: top;
  transform-origin: top; }

.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: top;
  transform-origin: top; }

.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: top;
  transform-origin: top; }

.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.jconfirm .jconfirm-box.anim-none {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

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

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

.h-margin {
  margin: 2rem !important; }

.h-margin-small {
  margin: 1rem !important; }

.h-margin-medium {
  margin: 4rem !important; }

.h-margin-large {
  margin: 8rem !important; }

.h-margin-left {
  margin-left: 2rem !important; }

.h-margin-left-small {
  margin-left: 1rem !important; }

.h-margin-left-medium {
  margin-left: 4rem !important; }

.h-margin-left-large {
  margin-left: 8rem !important; }

.h-margin-right {
  margin-right: 2rem !important; }

.h-margin-right-small {
  margin-right: 1rem !important; }

.h-margin-right-medium {
  margin-right: 4rem !important; }

.h-margin-right-large {
  margin-right: 8rem !important; }

.h-margin-horizontal {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.h-margin-horizontal-small {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.h-margin-horizontal-medium {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.h-margin-horizontal-large {
  margin-right: 8rem !important;
  margin-left: 8rem !important; }

.h-margin-top {
  margin-top: 2rem !important; }

.h-margin-top-small {
  margin-top: 1rem !important; }

.h-margin-top-medium {
  margin-top: 4rem !important; }

.h-margin-top-large {
  margin-top: 8rem !important; }

.h-margin-bottom {
  margin-bottom: 2rem !important; }

.h-margin-bottom-small {
  margin-bottom: 1rem !important; }

.h-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.h-margin-bottom-large {
  margin-bottom: 8rem !important; }

.h-margin-vertical {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.h-margin-vertical-small {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.h-margin-vertical-medium {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.h-margin-vertical-large {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.h-padding {
  padding: 2rem !important; }

.h-padding-small {
  padding: 1rem !important; }

.h-padding-medium {
  padding: 4rem !important; }

.h-padding-large {
  padding: 8rem !important; }

.h-padding-left {
  padding-left: 2rem !important; }

.h-padding-left-small {
  padding-left: 1rem !important; }

.h-padding-left-medium {
  padding-left: 4rem !important; }

.h-padding-left-large {
  padding-left: 8rem !important; }

.h-padding-right {
  padding-right: 2rem !important; }

.h-padding-right-small {
  padding-right: 1rem !important; }

.h-padding-right-medium {
  padding-right: 4rem !important; }

.h-padding-right-large {
  padding-right: 8rem !important; }

.h-padding-horizontal {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.h-padding-horizontal-small {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.h-padding-horizontal-medium {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.h-padding-horizontal-large {
  padding-right: 8rem !important;
  padding-left: 8rem !important; }

.h-padding-top {
  padding-top: 2rem !important; }

.h-padding-top-small {
  padding-top: 1rem !important; }

.h-padding-top-medium {
  padding-top: 4rem !important; }

.h-padding-top-large {
  padding-top: 8rem !important; }

.h-padding-bottom {
  padding-bottom: 2rem !important; }

.h-padding-bottom-small {
  padding-bottom: 1rem !important; }

.h-padding-bottom-medium {
  padding-bottom: 4rem !important; }

.h-padding-bottom-large {
  padding-bottom: 8rem !important; }

.h-padding-vertical {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.h-padding-vertical-small {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.h-padding-vertical-medium {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.h-padding-vertical-large {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.h-responsive-mobile-only {
  display: none !important; }
  @media (max-width: 640px) {
    .h-responsive-mobile-only {
      display: block !important; } }

@media (max-width: 640px) {
  .h-responsive-desktop-only {
    display: none !important; } }

@media (max-width: 640px) {
  .h-responsive-desktop-only.grid__col {
    display: none !important; } }

.h-clickable {
  cursor: pointer; }

.h-unselectable {
  user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none; }

.h-hidden {
  display: none !important;
  visibility: hidden; }

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

.h-invisible {
  visibility: hidden; }

.h-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

input[type=radio],
input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  margin-right: .75em;
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none !important;
  -moz-appearance: #fff; }
  input[type=radio]:focus,
  input[type=checkbox]:focus {
    outline: none; }
    input[type=radio]:focus:after,
    input[type=checkbox]:focus:after {
      border: 2px solid #a19da1; }
  input[type=radio]:checked:before,
  input[type=checkbox]:checked:before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  input[type=radio]:after,
  input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    overflow: hidden;
    background: #fff;
    border: 2px solid #bbbbbe;
    box-shadow: inset 0 3px rgba(161, 157, 161, 0.15), 0 3px rgba(34, 34, 34, 0.05); }
  input[type=radio]:before,
  input[type=checkbox]:before {
    position: absolute;
    z-index: 2;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s; }
  input[type=radio][disabled]:after,
  input[type=checkbox][disabled]:after {
    background: rgba(34, 34, 34, 0.2);
    border-color: transparent;
    box-shadow: none !important; }

input[type=checkbox]:after {
  border-radius: 3px; }

input[type=checkbox]:before {
  content: '\f00c';
  width: 100%;
  color: #5ebbae;
  font-family: Fontawesome;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center; }

input[type=radio]:after {
  border-radius: 100%; }

input[type=radio]:before {
  content: '';
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background: #5ebbae;
  border-radius: 100%; }

form.-form-button {
  display: inline-block;
  vertical-align: middle; }
  .alert form.-form-button, .alert--warning form.-form-button, .alert--danger form.-form-button,
  .alert--error form.-form-button, .alert--success form.-form-button, .alert--info form.-form-button {
    margin: 0 1em; }

.form__group {
  padding: .75em 0; }
  .form__group.-buttons {
    margin: 1em 0; }
  .form__group.-media {
    margin: .75em 0;
    padding: .75em;
    background: #f8f8f8; }

.form__group__help {
  margin-top: .5em;
  font-size: 0.85rem; }

fieldset {
  min-width: 0;
  margin: .75em 0;
  padding: .75em;
  background: #f8f8f8;
  border: 0; }
  fieldset.-info {
    background: rgba(229, 244, 248, 0.6); }
  body:not(:-moz-handler-blocked) fieldset {
    display: table-cell; }

legend {
  display: table;
  padding: .5em 1em;
  color: #a19da1;
  background: #f8f8f8;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase; }

label {
  color: #6f6d70;
  font-size: 1rem; }
  label.-invers {
    color: rgba(255, 255, 255, 0.5); }
  form.-stacked label {
    display: block;
    padding-bottom: .5em; }

.label--required:after {
  content: '*'; }

.lang-bubble, .label--lang, .legend__lang,
.label__lang {
  display: inline-block;
  min-width: 2em;
  height: 2em;
  padding: 0 3px;
  color: #40988c;
  background: #fff;
  border: solid 1px #bbbbbe;
  border-radius: 1em;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase; }

.label--lang {
  position: absolute !important;
  top: -.25rem;
  left: .35em;
  z-index: 10; }

.legend__lang,
.label__lang {
  margin: 0 .35em;
  vertical-align: top; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea {
  display: inline-block;
  height: 2.5em;
  padding: 0 .5em;
  vertical-align: middle;
  color: #222;
  border: 2px solid #bbbbbe;
  border-radius: 3px;
  box-shadow: inset 0 2px rgba(161, 157, 161, 0.15), 0 2px rgba(34, 34, 34, 0.075);
  font-weight: 400; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='week']:focus,
  input[type='number']:focus,
  input[type='search']:focus,
  input[type='tel']:focus,
  input[type='color']:focus,
  select:focus,
  textarea:focus {
    border: 2px solid #73c7de;
    outline: none; }
  form.-stacked input[type='text'], form.-stacked
  input[type='password'], form.-stacked
  input[type='email'], form.-stacked
  input[type='url'], form.-stacked
  input[type='date'], form.-stacked
  input[type='month'], form.-stacked
  input[type='time'], form.-stacked
  input[type='datetime'], form.-stacked
  input[type='datetime-local'], form.-stacked
  input[type='week'], form.-stacked
  input[type='number'], form.-stacked
  input[type='search'], form.-stacked
  input[type='tel'], form.-stacked
  input[type='color'], form.-stacked
  select, form.-stacked
  textarea {
    width: 100%; }

textarea[disabled],
input[disabled] {
  color: #222;
  box-shadow: none;
  opacity: .5;
  mix-blend-mode: multiply;
  -webkit-opacity: .5;
  -webkit-text-fill-color: #222; }

input[type='date'],
input[type='datetime'],
input[type='text'].-datetime {
  width: 8em !important; }

input[type='search'] {
  padding: 0 1em; }

textarea {
  max-width: 100%;
  padding: .5em; }

textarea[data-autosize] {
  resize: none; }

* {
  box-sizing: border-box;
  position: relative; }
  *:after, *:before {
    box-sizing: border-box; }

html {
  background: #fff; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  color: #222;
  line-height: 1.5; }
  @media (max-width: 1280px) {
    body {
      font-size: 1rem; } }

h1,
h2,
h3 {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  margin-top: 0;
  line-height: 1.2; }
  p + h1,
  ul + h1,
  ol + h1,
  form + h1, p +
  h2,
  ul +
  h2,
  ol +
  h2,
  form +
  h2, p +
  h3,
  ul +
  h3,
  ol +
  h3,
  form +
  h3 {
    margin-top: 4rem; }
  h1 a,
  h2 a,
  h3 a {
    color: inherit !important;
    border-color: transparent !important; }

h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 2.5rem; }

h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 4rem;
  text-transform: uppercase; }

h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1.2rem; }

a {
  color: #007593;
  border-bottom: solid 1px rgba(0, 117, 147, 0.5);
  text-decoration: none; }
  a:hover {
    color: #008caa; }

p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5; }

strong,
b {
  font-weight: 600; }
  strong em,
  strong i,
  i strong,
  em strong,
  b em,
  b i,
  i
  b,
  em
  b {
    font-style: italic; }

ol,
ul {
  padding-left: 1.5em; }
  ol ul,
  ol ol,
  ul ul,
  ul ol {
    margin-bottom: .5em; }

li {
  line-height: 1.5; }

img,
object {
  max-width: 100%; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #a19da1;
  cursor: help; }

address {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 1em;
  background: #f5f5f6; }

blockquote {
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 1em; }
  blockquote p {
    margin-bottom: 0; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

code,
kbd,
samp,
var {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-weight: 400;
  display: inline-block;
  padding: .05em .5em;
  color: #fff;
  background: #383737;
  border-radius: 3px; }

del {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .75em;
  padding-bottom: .75em;
  border-bottom: dotted 1px #383737; }

em,
i,
q,
cite {
  font-style: italic; }

hr {
  margin: 1em 0;
  border-top: 1px solid #d8d8da; }

ins,
mark {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: -0.25em;
  margin-left: -0.25em;
  padding: 0 0.5em;
  color: #422c00;
  background-color: #f7e8d4;
  border-bottom: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none; }

pre {
  padding: 1.5em;
  border-top: 1px dotted #383737;
  border-bottom: 1px dotted #383737; }

small {
  font-size: 0.85rem; }

sub,
sup {
  vertical-align: baseline;
  font-size: 0.75rem;
  line-height: 0; }

sub {
  top: .5ex; }

sup {
  bottom: 1ex; }

time {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: -0.25em;
  margin-left: -0.25em;
  padding: 0 0.5em;
  color: #222;
  background-color: #f7e8d4;
  border-bottom: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.alerts {
  margin: 2em 0; }

.alerts--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 500;
  opacity: .85; }

.alert, .alert--warning, .alert--danger,
.alert--error, .alert--success, .alert--info {
  padding: 1em;
  z-index: 10;
  background: #f5f5f6;
  border-right: 0;
  border-left: 5px solid;
  border-radius: 3px; }
  .alert.-small, .-small.alert--warning, .-small.alert--danger,
  .-small.alert--error, .-small.alert--success, .-small.alert--info {
    padding: .75em;
    font-size: 0.85rem; }
  .alert.-inline, .-inline.alert--warning, .-inline.alert--danger,
  .-inline.alert--error, .-inline.alert--success, .-inline.alert--info {
    display: inline-block; }
  .alert.-invers, .-invers.alert--warning, .-invers.alert--danger,
  .-invers.alert--error, .-invers.alert--success, .-invers.alert--info {
    color: #fff;
    background: rgba(229, 244, 248, 0.1);
    border-left-color: #fff; }
  .form .alert, .form .alert--warning, .form .alert--danger, .form
  .alert--error, .form .alert--success, .form .alert--info {
    margin: .5em 0;
    padding: .65em 1em;
    font-size: 0.85rem; }
  .alert + .alert, .alert--warning + .alert, .alert--danger + .alert,
  .alert--error + .alert, .alert--success + .alert, .alert--info + .alert, .alert + .alert--warning, .alert--warning + .alert--warning, .alert--danger + .alert--warning,
  .alert--error + .alert--warning, .alert--success + .alert--warning, .alert--info + .alert--warning, .alert + .alert--danger, .alert--warning + .alert--danger, .alert--danger + .alert--danger,
  .alert--error + .alert--danger, .alert--success + .alert--danger, .alert--info + .alert--danger, .alert +
  .alert--error, .alert--warning +
  .alert--error, .alert--danger +
  .alert--error,
  .alert--error +
  .alert--error, .alert--success +
  .alert--error, .alert--info +
  .alert--error, .alert + .alert--success, .alert--warning + .alert--success, .alert--danger + .alert--success,
  .alert--error + .alert--success, .alert--success + .alert--success, .alert--info + .alert--success, .alert + .alert--info, .alert--warning + .alert--info, .alert--danger + .alert--info,
  .alert--error + .alert--info, .alert--success + .alert--info, .alert--info + .alert--info {
    margin-top: .25em; }
  .alerts--fixed .alert, .alerts--fixed .alert--warning, .alerts--fixed .alert--danger, .alerts--fixed
  .alert--error, .alerts--fixed .alert--success, .alerts--fixed .alert--info {
    margin-top: 0;
    border-left-width: 0;
    border-radius: 0;
    text-align: center; }

.alert--warning {
  color: #e14a0c;
  background: #ffe5ca;
  border-left-color: #e14a0c; }

.alert--danger,
.alert--error {
  color: #a32324;
  background: #ffe9e2;
  border-left-color: #a32324; }

.alert--success {
  color: #40988c;
  background: #cce9e5;
  border-left-color: #40988c; }

.alert--info {
  color: #007593;
  background: #e5f4f8;
  border-left-color: #007593; }

.avatar {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 100%;
  line-height: 2.5rem;
  text-align: center;
  margin-right: .5em;
  overflow: hidden;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 2px #d8d8da; }
  .avatar.-small {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    border-radius: 100%;
    line-height: 1.5rem;
    text-align: center;
    border-width: 1px; }
  .avatar.-large {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 100%;
    line-height: 5rem;
    text-align: center; }

.breadcrumbs {
  min-height: 1.5em;
  margin-bottom: 2em; }

.breadcrumb--back {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.75rem; }
  .breadcrumb--back:before {
    content: '\f104';
    display: inline-block;
    position: absolute;
    left: -1em;
    color: #a19da1;
    border-bottom: none;
    opacity: .5;
    font-family: Fontawesome; }

.breadcrumb {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #a19da1;
  font-size: 0.75rem;
  list-style: none; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li {
    padding-right: .5em; }
    .breadcrumb li:before {
      content: '\f105';
      display: inline-block;
      padding-right: .5em;
      opacity: .5;
      font-family: Fontawesome; }
    .breadcrumb li:first-child:before {
      display: none; }

a.button {
  line-height: 2.5em; }

button,
.button {
  display: inline-block;
  height: 2.5em;
  padding: 0 1em;
  vertical-align: middle;
  color: #fff;
  background: #5ebbae;
  border: transparent 1px solid;
  border-radius: 3px;
  box-shadow: inset -1px -1px rgba(34, 34, 34, 0.15), 0 2px rgba(34, 34, 34, 0.075);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  font-weight: 600; }
  button:hover,
  .button:hover {
    color: #fff;
    -webkit-filter: brightness(95%);
            filter: brightness(95%); }
  button:active,
  .button:active {
    top: 1px;
    border-color: transparent !important;
    box-shadow: inset 0 1px 0 rgba(34, 34, 34, 0.15); }
  button:focus,
  .button:focus {
    border-color: #73c7de;
    outline: none; }
  button[disabled],
  .button[disabled] {
    top: 0 !important;
    box-shadow: inset -1px -1px rgba(34, 34, 34, 0.15), 0 2px rgba(34, 34, 34, 0.075) !important;
    -webkit-filter: none !important;
            filter: none !important;
    opacity: .5;
    cursor: default; }
  button.-small,
  .button.-small,
  .button--delete-row {
    height: 1.65em;
    padding: 0 .4em;
    font-size: 0.85rem;
    line-height: 1.5em; }
  button.-warning,
  .button.-warning {
    background: #e77636; }
  button.-danger,
  .button.-danger,
  .module__button--delete,
  .media__button--delete {
    background: #e83134; }
  button.-gray,
  .button.-gray {
    background: rgba(0, 0, 0, 0.2); }
  button.-blue,
  .button.-blue,
  .module__button,
  .media__button {
    background: #73c7de; }
  button + button,
  .button + button, button +
  .button,
  .button +
  .button {
    margin-left: .5em; }

.button--delete-row {
  color: rgba(161, 157, 161, 0.5);
  background: none !important;
  border: none !important;
  box-shadow: none !important; }
  .button--delete-row:hover {
    color: #e83134; }

.chart {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2em; }

.chart__legend {
  width: auto;
  margin-bottom: 1em 0;
  padding: 1em;
  font-size: 0.85rem;
  text-align: center; }

.chart__legend__item {
  display: inline-block;
  margin: 0 1em; }

.chart__legend__bullet {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .5em;
  vertical-align: middle; }

.help {
  color: #a19da1; }
  .help.-small {
    font-size: 0.85rem; }

.pagination {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin: 2em 0 1em 0;
  font-size: 0.85rem;
  text-align: center; }
  .pagination li {
    display: inline-block; }
  .pagination li {
    margin: .15em; }
    .pagination li.disabled {
      color: #a19da1; }
    .pagination li.active {
      font-weight: 700; }
    .pagination li span,
    .pagination li a {
      display: inline-block;
      width: 2em;
      height: 2em;
      overflow: hidden;
      border-radius: 100%;
      line-height: 2em;
      text-align: center;
      display: inline-block;
      border: none; }
    .pagination li a:hover {
      background-color: #e5f4f8; }

.statistic {
  margin-bottom: 4em; }

.status {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem;
  vertical-align: middle;
  font-size: 0.65rem; }
  .status.-on {
    color: #5ebbae; }
  .status.-off {
    color: #a19da1; }
  .status:first-child {
    margin-left: 0; }
  .status:last-child {
    margin-right: 0; }
  h1 .status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.5em; }

table,
table.dataTable {
  width: 100%;
  margin: 2em 0 1em;
  border-bottom: none !important; }
  table caption,
  table.dataTable caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: left; }
  table thead th,
  table.dataTable thead th {
    padding: .5em 1em;
    border-bottom: solid 2px #d8d8da !important;
    outline: none;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase; }
  table tbody tr.-added:nth-child(odd),
  table.dataTable tbody tr.-added:nth-child(odd) {
    background: #cce9e5 !important; }
  table tbody tr.-added:nth-child(even),
  table.dataTable tbody tr.-added:nth-child(even) {
    background: #d7eeea !important; }
  table tbody tr.-is-disabled,
  table.dataTable tbody tr.-is-disabled {
    background: #ffe9e2 !important; }
  table tbody tr:last-child td,
  table.dataTable tbody tr:last-child td {
    border-bottom-color: #d8d8da; }
  table tbody tr:nth-child(odd),
  table.dataTable tbody tr:nth-child(odd) {
    background-color: #f5f5f6; }
  table tbody td,
  table.dataTable tbody td {
    padding: .5em 1em;
    vertical-align: middle;
    border-bottom: 2px transparent solid; }
    table tbody td.-small,
    table.dataTable tbody td.-small {
      font-size: 0.85rem; }
    table tbody td.-center,
    table.dataTable tbody td.-center {
      text-align: center; }
    table tbody td.-right,
    table.dataTable tbody td.-right {
      text-align: right; }
    table tbody td.-remark,
    table.dataTable tbody td.-remark {
      color: #6f6d70;
      font-size: 0.75rem;
      font-style: italic; }
  table.-compact td,
  table.-compact th,
  table.dataTable.-compact td,
  table.dataTable.-compact th {
    padding: .25em 1em;
    font-size: 0.85rem; }
  table.-sortable th:first-child,
  table.dataTable.-sortable th:first-child {
    padding-left: 2rem; }
  table.-sortable tbody tr,
  table.dataTable.-sortable tbody tr {
    cursor: move; }
    table.-sortable tbody tr[data-sortable='disabled'],
    table.dataTable.-sortable tbody tr[data-sortable='disabled'] {
      cursor: default; }
      table.-sortable tbody tr[data-sortable='disabled'] td:first-child:before,
      table.dataTable.-sortable tbody tr[data-sortable='disabled'] td:first-child:before {
        display: none; }
    table.-sortable tbody tr.ui-sortable-helper,
    table.dataTable.-sortable tbody tr.ui-sortable-helper {
      box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
      opacity: .85; }
      table.-sortable tbody tr.ui-sortable-helper td,
      table.dataTable.-sortable tbody tr.ui-sortable-helper td {
        background-color: #e5f4f8;
        border-bottom-color: transparent !important; }
    table.-sortable tbody tr.ui-sortable-placeholder td,
    table.dataTable.-sortable tbody tr.ui-sortable-placeholder td {
      height: 2rem !important; }
  table.-sortable td:first-child,
  table.dataTable.-sortable td:first-child {
    padding-left: 0;
    white-space: nowrap; }
    table.-sortable td:first-child:first-child:before,
    table.dataTable.-sortable td:first-child:first-child:before {
      content: '\f07d';
      display: inline-block;
      width: 2rem;
      color: #6f6d70;
      font-family: Fontawesome;
      font-size: 0.85rem;
      text-align: center; }
  table.-sortable td.dataTables_empty:before,
  table.dataTable.-sortable td.dataTables_empty:before {
    display: none !important;
    padding: 2em 0 !important;
    cursor: default; }

.tabs {
  margin: 1em -1.5em;
  padding: 0 1.5em 2em;
  border-bottom: solid 2px #d8d8da; }

.tabs__menu {
  margin: 1em -1.5em 2em;
  font-size: 0.85rem;
  font-weight: 600; }
  .tabs__menu ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    padding: 0 0 0 1em;
    vertical-align: top;
    border-bottom: solid 2px #d8d8da; }
    .tabs__menu ul li {
      display: inline-block; }
  .tabs__menu li {
    margin: 0 .5em;
    vertical-align: bottom;
    background: #f5f5f6;
    border: solid 2px #f5f5f6;
    border-bottom: 0;
    border-radius: 2px 3px 0 0; }
    .tabs__menu li a {
      color: #a19da1; }
    .tabs__menu li.ui-tabs-active, .tabs__menu li.-active {
      bottom: -2px;
      border-color: #d8d8da;
      border-bottom: solid 2px #fff;
      box-shadow: none; }
      .tabs__menu li.ui-tabs-active a, .tabs__menu li.-active a {
        color: #413f40;
        background: #fff;
        font-weight: 700; }
  .tabs__menu a {
    display: inline-block;
    padding: .5em 1em;
    color: #6f6d70;
    border-bottom: none;
    outline: none; }
    .tabs__menu a:hover {
      color: #413f40; }

.footer {
  margin-top: 5em;
  padding: 2em 0;
  color: #6f6d70;
  background: #f5f5f6; }
  @media (max-width: 640px) {
    .footer {
      text-align: center; } }
  .footer a {
    color: inherit;
    border: none;
    text-decoration: none; }
    .footer a:hover {
      color: #008caa; }

.footer__border {
  padding: .5em 0; }

.footer__status {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: -0.25em;
  margin-left: -0.25em;
  padding: 0 0.5em;
  color: #5ebbae;
  background-color: #cce9e5;
  border-bottom: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 0 1em;
  font-size: 0.85rem; }
  .footer__status:before {
    display: inline-block;
    margin-right: .25em;
    font-family: Fontawesome; }
  .footer__status.-non-production:before {
    content: '\f0ad'; }
  .footer__status.-production {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-right: -0.25em;
    margin-left: -0.25em;
    padding: 0 0.5em;
    color: #e14a0c;
    background-color: #ffe5ca;
    border-bottom: none;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .footer__status.-production:before {
      content: '\f072'; }

.footer__version {
  float: left;
  font-size: 0.85rem;
  text-align: left; }
  @media (max-width: 640px) {
    .footer__version {
      float: none; } }

.footer__colofon {
  float: right;
  font-size: 0.85rem;
  text-align: center; }
  @media (max-width: 640px) {
    .footer__colofon {
      float: none; } }

.footer__brand {
  width: 1.5em;
  height: auto;
  vertical-align: middle; }

.grid__row,
.clearfix,
.form__group,
.parts,
.parts_new {
  zoom: 1; }
  .grid__row:before, .grid__row:after,
  .clearfix:before,
  .form__group:before,
  .parts:before,
  .parts_new:before,
  .clearfix:after,
  .form__group:after,
  .parts:after,
  .parts_new:after {
    content: '';
    display: table; }
  .grid__row:after,
  .clearfix:after,
  .form__group:after,
  .parts:after,
  .parts_new:after {
    clear: both; }

.grid {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 2em; }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }
  .grid.-full-page {
    min-height: 100vh; }

.grid__col.-width-1\/6 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-1\/6 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-5\/6 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-5\/6 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-1\/4 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-1\/4 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-3\/4 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 960px) {
    .grid__col.-width-3\/4 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-1\/3 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-1\/3 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-2\/3 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-2\/3 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-2\/3-centered {
  margin-left: 16.94915%;
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-2\/3-centered {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-width-1\/2 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }
  @media (max-width: 640px) {
    .grid__col.-width-1\/2 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 640px) {
    .grid__col.-width-1\/2 {
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin-right: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: none !important;
              transform: none !important; } }

.grid__col.-last {
  float: right;
  margin-right: 0; }

.grid__col.-push-1\/4 {
  margin-left: 25.42373%; }
  @media (max-width: 960px) {
    .grid__col.-push-1\/4 {
      margin-left: 0%; } }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.menu {
  margin-bottom: 2em;
  background: #f5f5f6; }
  .menu li.-active > a {
    color: #413f40;
    font-weight: 700; }
  .menu a {
    display: inline-block;
    color: #6f6d70;
    border-bottom: none; }
    .menu a:hover {
      color: #007593; }

.menu__home__dashboard__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: .15em;
  vertical-align: middle;
  background-image: url("/favicon-32x32.png");
  background-repeat: no-repeat;
  background-size: contain; }

.menu__log-out {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 100%;
  line-height: 1.5rem;
  text-align: center;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  color: #6f6d70;
  background-color: #fff;
  box-shadow: none !important; }
  .menu__log-out:hover {
    color: #e14a0c !important;
    background-color: #fff;
    -webkit-filter: none;
            filter: none; }

.menu__home {
  float: left;
  padding: 1.5em 0;
  z-index: 2;
  font-size: .85rem; }

.menu__home__dashboard {
  margin-right: 1.5em; }

.menu__home__front {
  padding-left: 1.5em; }

.menu__home__front__protocol {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: .35em;
  color: #d8d8da; }

@media (max-width: 960px) {
  .menu__home__front__host,
  .menu__home__front__protocol {
    display: none !important; } }

.menu__user {
  padding: 1.5em 0;
  font-size: 0.85rem;
  text-align: right; }
  @media (max-width: 640px) {
    .menu__user {
      text-align: right; } }
  .menu__user ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .menu__user ul li {
      display: inline-block; }
  .menu__user li {
    padding-left: 2em; }
    @media (max-width: 640px) {
      .menu__user li {
        padding: 0 .5em;
        font-size: .85em; } }

.menu__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  overflow-x: auto;
  font-size: 0.85rem; }
  @media (max-width: 960px) {
    .menu__groups {
      margin: 0 -2em; } }

.menu__group {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4em 0 1em;
  vertical-align: top;
  border-left: solid #d8d8da 2px;
  font-weight: 500; }
  .menu__group ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .menu__group a {
    display: inline-block;
    color: #222;
    border-bottom: none;
    line-height: 1.7; }
    .menu__group a:hover {
      color: #007593; }
  .menu__group:before {
    content: attr(data-menu-group);
    display: block;
    margin: 0 0 .25em 0;
    color: #bbbbbe;
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase; }

.menu__group__title {
  margin: 0 0 .25em 0;
  color: #bbbbbe;
  font-size: .75em;
  font-weight: 700;
  text-transform: uppercase; }

.module__alert, .media__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em;
  padding: 1em;
  color: #6f6d70;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  .module__alert.-error, .-error.media__alert {
    color: #e83134;
    background: #ffe9e2; }

.module__alert__message, .media__alert__message {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: .5em 0; }

.module__alert__delete, .media__alert__delete {
  color: inherit;
  border: 0; }

.module__button--delete, .media__button--delete {
  float: right; }

.module__button--debug, .media__button--debug {
  height: 2em;
  margin: 0;
  margin-left: .5em;
  padding: 0;
  color: #f76b6e;
  background: none;
  border: 0;
  box-shadow: none;
  font-size: .8em;
  text-transform: uppercase;
  cursor: pointer; }
  .module__button--debug:hover, .media__button--debug:hover {
    color: #e83134; }
  .module__button--debug:focus, .media__button--debug:focus {
    outline: 0; }
  .module__button--debug:active, .media__button--debug:active {
    top: 0;
    box-shadow: none; }

.module__editor, .media__editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module__editor.-justified .module__editor__column, .-justified.media__editor .module__editor__column, .module__editor.-justified .media__editor__column, .-justified.media__editor .media__editor__column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .module__editor.-padded, .-padded.media__editor {
    padding: .75rem .5rem; }

.module__editor__column, .media__editor__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em; }
  .module__editor__column.-stretch, .-stretch.media__editor__column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .module__editor__column.-stacked, .-stacked.media__editor__column {
    display: block; }

.module textarea, .media textarea {
  height: 5em; }

.module__progress, .media__progress {
  border-radius: 3px !important; }

.module__progress__bar, .media__progress__bar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background-color: #5ebbae;
  box-shadow: inset 0 2px rgba(161, 157, 161, 0.15);
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear; }

.module__progress__name, .media__progress__name {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 .65em;
  z-index: 2;
  line-height: 2em; }

.module__table, .media__table {
  width: 100%;
  margin: 0;
  background-color: transparent;
  border-collapse: collapse; }

.module__row, .media__row {
  background-color: transparent !important;
  border-bottom: 2px solid rgba(216, 216, 218, 0.5) !important; }
  .module__row.-is-disabled, .-is-disabled.media__row {
    background-color: #ffe9e2 !important;
    border-color: #ffe1d8 !important; }
  .module__row.gu-mirror, .gu-mirror.media__row {
    background-color: #e5f4f8 !important;
    border-color: #a7dceb !important; }
  .gu-transit .module__row, .gu-transit .media__row {
    background: transparent !important; }

.module__column {
  padding: .5em; }
  .module__column.-stretch {
    width: 100%; }
  .module__column.-tight {
    width: 1%;
    white-space: nowrap; }
  .module__column.-no-wrap {
    white-space: nowrap; }

.module__column--drag, .media__column--drag {
  padding: .5em;
  vertical-align: middle;
  text-align: center; }

.module__column--drag__icon, .media__column--drag__icon {
  color: #bbbbbe;
  cursor: -webkit-grab;
  cursor: grab; }
  .gu-mirror .module__column--drag__icon, .gu-mirror .media__column--drag__icon, .module__column--drag__icon:hover, .media__column--drag__icon:hover {
    color: #73c7de; }
  .module__column--drag__icon:before, .media__column--drag__icon:before {
    /*provide more 'grab' area */
    padding: 1em .5em; }
  .module__column--drag__icon.-is-disabled, .-is-disabled.media__column--drag__icon {
    visibility: hidden; }

.module__column--thumb, .media__column--thumb {
  width: 3em;
  padding: .5em 0;
  vertical-align: middle; }

.module__column--editor, .media__column--editor {
  width: 100%;
  padding: 0 .5em;
  vertical-align: middle; }
  .module__column--editor.-active, .-active.media__column--editor {
    padding: 0 2em 0 1em; }
    .module__column--editor.-active fieldset, .-active.media__column--editor fieldset,
    .module__column--editor.-active legend, .-active.media__column--editor legend,
    .module__column--editor.-active .module, .-active.media__column--editor .module,
    .module__column--editor.-active .media, .-active.media__column--editor .media {
      background-color: #f0f0f0; }
    .module__column--editor.-active .module__column--editor__close, .-active.media__column--editor .module__column--editor__close {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      right: 0;
      margin-right: -1em;
      padding-top: .5em;
      text-align: right; }

.module__column--actions, .media__column--actions {
  width: 1%;
  padding: 0 1em;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap; }

.module__column__icon, .media__column--actions__icon {
  display: inline-block;
  width: 1em;
  color: rgba(161, 157, 161, 0.5);
  border: 0; }
  .module__column__icon.-delete:hover, .-delete.media__column--actions__icon:hover {
    color: #e83134; }
  .module__column__icon.-restore, .-restore.media__column--actions__icon {
    color: #f76b6e; }
    .module__column__icon.-restore:hover, .-restore.media__column--actions__icon:hover {
      color: #e83134; }
  .module__column__icon:hover, .media__column--actions__icon:hover, .module__column__icon:focus, .media__column--actions__icon:focus {
    color: rgba(111, 109, 112, 0.5);
    outline: 0; }

.module__thumb, .media__thumb {
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8d8da;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #f5f5f6;
  text-decoration: none;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear; }
  .module__thumb:hover, .media__thumb:hover, .module__thumb:focus, .media__thumb:focus {
    outline: 0; }
    .module__thumb:hover .module__thumb__image, .media__thumb:hover .module__thumb__image, .module__thumb:hover .media__thumb__image, .media__thumb:hover .media__thumb__image, .module__thumb:focus .module__thumb__image, .media__thumb:focus .module__thumb__image, .module__thumb:focus .media__thumb__image, .media__thumb:focus .media__thumb__image {
      opacity: .75; }
    .module__thumb:hover .module__thumb__file, .media__thumb:hover .module__thumb__file, .module__thumb:hover .media__thumb__file, .media__thumb:hover .media__thumb__file, .module__thumb:focus .module__thumb__file, .media__thumb:focus .module__thumb__file, .module__thumb:focus .media__thumb__file, .media__thumb:focus .media__thumb__file {
      color: #bbbbbe; }
  .module__thumb.-ghost, .-ghost.media__thumb {
    width: 3em;
    height: 3em;
    border-style: dashed; }
  .module__thumb.-is-disabled, .-is-disabled.media__thumb {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    mix-blend-mode: multiply; }
    .module__thumb.-is-disabled .module__thumb__image, .-is-disabled.media__thumb .module__thumb__image, .module__thumb.-is-disabled .media__thumb__image, .-is-disabled.media__thumb .media__thumb__image {
      opacity: .75; }

.module__thumb__image, .media__thumb__image {
  width: 3em;
  max-width: none;
  height: auto;
  vertical-align: middle; }

.module__thumb__file, .media__thumb__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  color: #a19da1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.module__thumb__file__icon, .media__thumb__file__icon {
  font-size: 1.5em; }

.module__upload__table, .media__upload__table {
  width: 100%;
  margin: 0;
  background-color: transparent;
  border-collapse: collapse; }

.module__upload__row, .media__upload__row {
  background-color: transparent !important;
  border-bottom: 2px solid rgba(216, 216, 218, 0.5) !important; }

.module__upload__column--thumb, .media__upload__column--thumb {
  padding: .5em 1em .5em 2.5em; }

.module__upload__column--progress, .media__upload__column--progress {
  width: 100%;
  padding-right: 1em;
  padding-left: 0; }

.module, .media {
  padding: 1em 0;
  background: #f8f8f8; }
  .module *, .media * {
    box-sizing: border-box;
    position: relative; }
  .module :before, .media :before,
  .module :after, .media :after {
    box-sizing: border-box; }
  .module + .module, .media + .module, .module + .media, .media + .media {
    margin-top: 2em; }

.module__actions, .media__actions {
  margin: 1em; }
  .dz-drag-hover .module__actions, .dz-drag-hover .media__actions {
    opacity: 1; }

.locationpicker_map {
  width: 100%;
  height: 250px;
  margin: 1em 0;
  border: 2px solid #bbbbbe;
  border-radius: 3px;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075); }

.locationpicker_tools {
  margin-top: -2em;
  font-size: 0.85rem; }

.locationpicker_search {
  width: 15em !important;
  margin-right: .5em; }

.parts {
  margin: 4em 0 2em 0;
  background: #f8f8f8;
  border: solid 2px #bbbbbe;
  border-radius: 3px;
  box-shadow: 0 3px rgba(34, 34, 34, 0.05);
  font-size: 0.85rem;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .parts label {
    position: absolute;
    top: -2.35em;
    left: 0;
    background: #fff;
    background: transparent;
    border-radius: 7px; }
  .parts .dataTables_wrapper {
    margin: 0 !important; }
  .parts .dataTable {
    width: 100% !important;
    margin: 0 !important; }

th.part_thumb {
  min-width: 4rem; }

td.-edit {
  word-break: break-all;
  cursor: text !important; }
  td.-edit:after {
    content: '\f040';
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
    color: rgba(161, 157, 161, 0.3);
    font-family: Fontawesome;
    font-size: 0.85rem; }
  td.-edit:focus {
    outline: solid 4px #73c7de; }
    td.-edit:focus:after {
      display: none; }

td.part_thumb {
  white-space: nowrap; }
  td.part_thumb div {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    background-color: #6f6d70;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #d8d8da;
    border-radius: 3px; }

td.part_thumb.-download div {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  color: #f5f5f6;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase; }

.parts_new {
  position: relative;
  padding: 1em;
  font-size: 0.75rem; }
  .parts_new label {
    display: block;
    position: relative;
    top: 0;
    font-style: italic; }
  .parts_new input {
    width: 100%; }

.-dropzone {
  background: #e5f4f8;
  border-color: #73c7de;
  border-style: dashed;
  opacity: .8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }
  .-dropzone tr,
  .-dropzone td {
    background: #e5f4f8 !important; }

.parts_alerts .alert, .parts_alerts .alert--warning, .parts_alerts .alert--danger, .parts_alerts
.alert--error, .parts_alerts .alert--success, .parts_alerts .alert--info {
  margin: .5em 0;
  padding: 1em; }

.ui-autocomplete {
  position: relative;
  top: -3px !important;
  padding: 0;
  background: #fff;
  background: #fff;
  border: 2px solid #bbbbbe;
  border-top-color: transparent;
  border-radius: 3px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
  list-style: none; }
  .ui-autocomplete .ui-state-focus {
    background: #e5f4f8;
    font-weight: bold; }
  .ui-autocomplete li {
    display: block;
    position: relative;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
    cursor: pointer; }

.ui-helper-hidden-accessible {
  display: none; }

.image_editor {
  display: none;
  width: 90vw !important;
  max-height: 80vh !important;
  margin: 0 !important;
  padding: 30px !important;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.image_editor_title {
  margin-bottom: 28px;
  font-size: 1.3rem;
  font-weight: bold; }

.image_editor_preview {
  border: 3px solid #d8d8da;
  border-radius: 1px; }
  .-has-metadata .image_editor_preview {
    width: calc(100% - 380px);
    float: left; }

.image_editor_image {
  display: block;
  width: 100%; }

.image_editor_options {
  display: none;
  width: 380px;
  float: left;
  padding-left: 30px; }
  .-has-metadata .image_editor_options {
    display: block; }
  .image_editor_options label,
  .image_editor_options input,
  .image_editor_options textarea {
    display: block;
    width: 100%; }

.image_editor_confirm {
  margin-top: 30px; }
  .-has-metadata .image_editor_confirm {
    width: 100%;
    float: left; }

.progress, .module__progress, .media__progress {
  width: 100%;
  height: 2em;
  overflow: hidden;
  background-color: #cce9e5;
  border-radius: 2em; }

.progress_bar {
  height: 100%;
  background-color: #a9d6d0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.-working {
  width: 2em;
  margin: 0 auto;
  border: solid 4px #a9d6d0;
  -webkit-animation: bubble .6s infinite linear;
          animation: bubble .6s infinite linear; }
  .-working .progress_bar {
    display: none; }

@-webkit-keyframes bubble {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*
  Overrides on default confirm styles via Node
*/
.jconfirm-box {
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
  background-color: #e5f4f8; }
  .jconfirm-box .title {
    padding-top: 2em !important;
    text-align: center; }
  .jconfirm-box .buttons {
    float: none;
    padding-bottom: 3em !important;
    text-align: center; }

/*
  Overrides on default datatables styles via Node
  camelCase, not standard Blender style
*/
[data-datatable] {
  display: none; }

.dataTables_wrapper {
  margin: 1em 0; }
  @media (max-width: 640px) {
    .dataTables_wrapper {
      margin: 1em 0; } }
  .dataTables_wrapper [data-datatable] {
    display: table; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  font-family: Fontawesome;
  font-size: 0.75rem; }

table.dataTable thead .sorting {
  background-image: none !important; }
  table.dataTable thead .sorting:after {
    content: '\f0dc';
    color: #d8d8da; }

table.dataTable thead .sorting_desc {
  background-image: none !important;
  font-weight: 600; }
  table.dataTable thead .sorting_desc:after {
    content: '\f0dd'; }

table.dataTable thead .sorting_asc {
  background-image: none !important;
  font-weight: 600; }
  table.dataTable thead .sorting_asc:after {
    content: '\f0de'; }

.dataTables_info {
  color: #bbbbbe !important;
  font-size: 0.85rem;
  text-align: left !important; }

.dataTables_filter {
  float: right !important;
  padding-bottom: 1em;
  font-size: 0.85rem; }
  .dataTables_filter input[type=search] {
    border-radius: 1.5em; }

.xdsoft_datetimepicker {
  display: none;
  position: absolute;
  padding: 8px;
  padding-top: 2px;
  padding-left: 0;
  z-index: 9999;
  color: #333;
  background: #fff;
  border: 2px solid #bbbbbe;
  border-radius: 3px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25); }

.xdsoft_datetimepicker iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
  box-shadow: none !important; }

.xdsoft_noselect {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box; }

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  margin-top: 0;
  margin-left: 8px;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  color: #a19da1;
  font-family: Fontawesome; }

.xdsoft_datetimepicker .xdsoft_label i {
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
  background-position: -92px -19px;
  opacity: .5; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left; }
  .xdsoft_datetimepicker .xdsoft_prev:after {
    content: '\f104';
    font-family: Fontawesome; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  margin-left: 5px; }
  .xdsoft_datetimepicker .xdsoft_today_button:after {
    content: '\f107';
    font-family: Fontawesome; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }
  .xdsoft_datetimepicker .xdsoft_next:after {
    content: '\f105';
    font-family: Fontawesome; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  display: block;
  position: relative;
  width: 20px;
  min-width: 0;
  height: 30px;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  opacity: .5;
  outline: medium none;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: block;
  width: 30px;
  height: 15px;
  float: none;
  margin-top: 7px;
  margin-left: 14px;
  background-position: -40px -15px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  margin-top: 0;
  margin-bottom: 7px;
  background-position: -40px 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  height: 25px;
  color: #666;
  background: #f5f5f5;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-bottom-width: 0;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  width: 182px;
  float: left;
  margin: 0;
  padding: 5px 3px;
  z-index: 9999;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  max-height: 160px;
  overflow-y: hidden;
  z-index: 101;
  background: #fff;
  border: 1px solid #ccc; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #a7dceb; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  color: #fff;
  background: #a7dceb;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  width: 100%;
  border-collapse: collapse; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  height: 25px;
  padding: 0;
  vertical-align: middle;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 12px;
  text-align: right;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #007593;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  color: #000;
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  color: #000;
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #fff;
  background: #a7dceb;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  cursor: default;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)'; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #007593 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  color: #fff !important;
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #999;
  font-weight: 700;
  text-align: center;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  clear: both;
  float: none;
  margin-left: 8px;
  color: #ccc !important;
  font-size: 10px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  height: 20px;
  background: #ccc !important;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  color: #ccc;
  background: #000;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  color: #999;
  background: #0a0a0a;
  border-top: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  background: #000;
  border: 1px solid #333; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  color: #000;
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #999;
  background: #0a0a0a;
  border: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  color: #000;
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  color: #000;
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000;
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #454551;
  border: 1px solid #ddd !important;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  position: relative;
  height: 28px;
  padding: 4px 17px 4px 33px;
  color: #82878c;
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  /* Chrome10+,Safari5.1+ */
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  border: 1px solid #d7d8da;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  font-family: 'museo-sans', 'Book Antiqua', sans-serif;
  font-size: 12px;
  font-weight: 300;
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */ }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  color: #a19da1;
  box-shadow: shadow; }
  .gu-mirror * {
    box-sizing: border-box;
    position: relative; }
  .gu-mirror :before,
  .gu-mirror :after {
    box-sizing: border-box; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.gu-transit {
  background-color: #d8d8da;
  opacity: .35; }

.dz-drag-hover {
  overflow: hidden;
  background: rgba(94, 187, 174, 0.25);
  border-color: #5ebbae;
  cursor: copy; }
  .dz-drag-hover > * {
    opacity: .2; }

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden; }

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px;
  cursor: pointer;
  direction: ltr;
  -ms-filter: 'alpha(opacity=0)'; }

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    height: 100%;
    filter: alpha(opacity=0);
    font-size: 100%; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333333em;
  line-height: .75em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: '\f001'; }

.fa-search:before {
  content: '\f002'; }

.fa-envelope-o:before {
  content: '\f003'; }

.fa-heart:before {
  content: '\f004'; }

.fa-star:before {
  content: '\f005'; }

.fa-star-o:before {
  content: '\f006'; }

.fa-user:before {
  content: '\f007'; }

.fa-film:before {
  content: '\f008'; }

.fa-th-large:before {
  content: '\f009'; }

.fa-th:before {
  content: '\f00a'; }

.fa-th-list:before {
  content: '\f00b'; }

.fa-check:before {
  content: '\f00c'; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d'; }

.fa-search-plus:before {
  content: '\f00e'; }

.fa-search-minus:before {
  content: '\f010'; }

.fa-power-off:before {
  content: '\f011'; }

.fa-signal:before {
  content: '\f012'; }

.fa-gear:before,
.fa-cog:before {
  content: '\f013'; }

.fa-trash-o:before {
  content: '\f014'; }

.fa-home:before {
  content: '\f015'; }

.fa-file-o:before {
  content: '\f016'; }

.fa-clock-o:before {
  content: '\f017'; }

.fa-road:before {
  content: '\f018'; }

.fa-download:before {
  content: '\f019'; }

.fa-arrow-circle-o-down:before {
  content: '\f01a'; }

.fa-arrow-circle-o-up:before {
  content: '\f01b'; }

.fa-inbox:before {
  content: '\f01c'; }

.fa-play-circle-o:before {
  content: '\f01d'; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e'; }

.fa-refresh:before {
  content: '\f021'; }

.fa-list-alt:before {
  content: '\f022'; }

.fa-lock:before {
  content: '\f023'; }

.fa-flag:before {
  content: '\f024'; }

.fa-headphones:before {
  content: '\f025'; }

.fa-volume-off:before {
  content: '\f026'; }

.fa-volume-down:before {
  content: '\f027'; }

.fa-volume-up:before {
  content: '\f028'; }

.fa-qrcode:before {
  content: '\f029'; }

.fa-barcode:before {
  content: '\f02a'; }

.fa-tag:before {
  content: '\f02b'; }

.fa-tags:before {
  content: '\f02c'; }

.fa-book:before {
  content: '\f02d'; }

.fa-bookmark:before {
  content: '\f02e'; }

.fa-print:before {
  content: '\f02f'; }

.fa-camera:before {
  content: '\f030'; }

.fa-font:before {
  content: '\f031'; }

.fa-bold:before {
  content: '\f032'; }

.fa-italic:before {
  content: '\f033'; }

.fa-text-height:before {
  content: '\f034'; }

.fa-text-width:before {
  content: '\f035'; }

.fa-align-left:before {
  content: '\f036'; }

.fa-align-center:before {
  content: '\f037'; }

.fa-align-right:before {
  content: '\f038'; }

.fa-align-justify:before {
  content: '\f039'; }

.fa-list:before {
  content: '\f03a'; }

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b'; }

.fa-indent:before {
  content: '\f03c'; }

.fa-video-camera:before {
  content: '\f03d'; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e'; }

.fa-pencil:before {
  content: '\f040'; }

.fa-map-marker:before {
  content: '\f041'; }

.fa-adjust:before {
  content: '\f042'; }

.fa-tint:before {
  content: '\f043'; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044'; }

.fa-share-square-o:before {
  content: '\f045'; }

.fa-check-square-o:before {
  content: '\f046'; }

.fa-arrows:before {
  content: '\f047'; }

.fa-step-backward:before {
  content: '\f048'; }

.fa-fast-backward:before {
  content: '\f049'; }

.fa-backward:before {
  content: '\f04a'; }

.fa-play:before {
  content: '\f04b'; }

.fa-pause:before {
  content: '\f04c'; }

.fa-stop:before {
  content: '\f04d'; }

.fa-forward:before {
  content: '\f04e'; }

.fa-fast-forward:before {
  content: '\f050'; }

.fa-step-forward:before {
  content: '\f051'; }

.fa-eject:before {
  content: '\f052'; }

.fa-chevron-left:before {
  content: '\f053'; }

.fa-chevron-right:before {
  content: '\f054'; }

.fa-plus-circle:before {
  content: '\f055'; }

.fa-minus-circle:before {
  content: '\f056'; }

.fa-times-circle:before {
  content: '\f057'; }

.fa-check-circle:before {
  content: '\f058'; }

.fa-question-circle:before {
  content: '\f059'; }

.fa-info-circle:before {
  content: '\f05a'; }

.fa-crosshairs:before {
  content: '\f05b'; }

.fa-times-circle-o:before {
  content: '\f05c'; }

.fa-check-circle-o:before {
  content: '\f05d'; }

.fa-ban:before {
  content: '\f05e'; }

.fa-arrow-left:before {
  content: '\f060'; }

.fa-arrow-right:before {
  content: '\f061'; }

.fa-arrow-up:before {
  content: '\f062'; }

.fa-arrow-down:before {
  content: '\f063'; }

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064'; }

.fa-expand:before {
  content: '\f065'; }

.fa-compress:before {
  content: '\f066'; }

.fa-plus:before {
  content: '\f067'; }

.fa-minus:before {
  content: '\f068'; }

.fa-asterisk:before {
  content: '\f069'; }

.fa-exclamation-circle:before {
  content: '\f06a'; }

.fa-gift:before {
  content: '\f06b'; }

.fa-leaf:before {
  content: '\f06c'; }

.fa-fire:before {
  content: '\f06d'; }

.fa-eye:before {
  content: '\f06e'; }

.fa-eye-slash:before {
  content: '\f070'; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071'; }

.fa-plane:before {
  content: '\f072'; }

.fa-calendar:before {
  content: '\f073'; }

.fa-random:before {
  content: '\f074'; }

.fa-comment:before {
  content: '\f075'; }

.fa-magnet:before {
  content: '\f076'; }

.fa-chevron-up:before {
  content: '\f077'; }

.fa-chevron-down:before {
  content: '\f078'; }

.fa-retweet:before {
  content: '\f079'; }

.fa-shopping-cart:before {
  content: '\f07a'; }

.fa-folder:before {
  content: '\f07b'; }

.fa-folder-open:before {
  content: '\f07c'; }

.fa-arrows-v:before {
  content: '\f07d'; }

.fa-arrows-h:before {
  content: '\f07e'; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080'; }

.fa-twitter-square:before {
  content: '\f081'; }

.fa-facebook-square:before {
  content: '\f082'; }

.fa-camera-retro:before {
  content: '\f083'; }

.fa-key:before {
  content: '\f084'; }

.fa-gears:before,
.fa-cogs:before {
  content: '\f085'; }

.fa-comments:before {
  content: '\f086'; }

.fa-thumbs-o-up:before {
  content: '\f087'; }

.fa-thumbs-o-down:before {
  content: '\f088'; }

.fa-star-half:before {
  content: '\f089'; }

.fa-heart-o:before {
  content: '\f08a'; }

.fa-sign-out:before {
  content: '\f08b'; }

.fa-linkedin-square:before {
  content: '\f08c'; }

.fa-thumb-tack:before {
  content: '\f08d'; }

.fa-external-link:before {
  content: '\f08e'; }

.fa-sign-in:before {
  content: '\f090'; }

.fa-trophy:before {
  content: '\f091'; }

.fa-github-square:before {
  content: '\f092'; }

.fa-upload:before {
  content: '\f093'; }

.fa-lemon-o:before {
  content: '\f094'; }

.fa-phone:before {
  content: '\f095'; }

.fa-square-o:before {
  content: '\f096'; }

.fa-bookmark-o:before {
  content: '\f097'; }

.fa-phone-square:before {
  content: '\f098'; }

.fa-twitter:before {
  content: '\f099'; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a'; }

.fa-github:before {
  content: '\f09b'; }

.fa-unlock:before {
  content: '\f09c'; }

.fa-credit-card:before {
  content: '\f09d'; }

.fa-rss:before {
  content: '\f09e'; }

.fa-hdd-o:before {
  content: '\f0a0'; }

.fa-bullhorn:before {
  content: '\f0a1'; }

.fa-bell:before {
  content: '\f0f3'; }

.fa-certificate:before {
  content: '\f0a3'; }

.fa-hand-o-right:before {
  content: '\f0a4'; }

.fa-hand-o-left:before {
  content: '\f0a5'; }

.fa-hand-o-up:before {
  content: '\f0a6'; }

.fa-hand-o-down:before {
  content: '\f0a7'; }

.fa-arrow-circle-left:before {
  content: '\f0a8'; }

.fa-arrow-circle-right:before {
  content: '\f0a9'; }

.fa-arrow-circle-up:before {
  content: '\f0aa'; }

.fa-arrow-circle-down:before {
  content: '\f0ab'; }

.fa-globe:before {
  content: '\f0ac'; }

.fa-wrench:before {
  content: '\f0ad'; }

.fa-tasks:before {
  content: '\f0ae'; }

.fa-filter:before {
  content: '\f0b0'; }

.fa-briefcase:before {
  content: '\f0b1'; }

.fa-arrows-alt:before {
  content: '\f0b2'; }

.fa-group:before,
.fa-users:before {
  content: '\f0c0'; }

.fa-chain:before,
.fa-link:before {
  content: '\f0c1'; }

.fa-cloud:before {
  content: '\f0c2'; }

.fa-flask:before {
  content: '\f0c3'; }

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4'; }

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5'; }

.fa-paperclip:before {
  content: '\f0c6'; }

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7'; }

.fa-square:before {
  content: '\f0c8'; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9'; }

.fa-list-ul:before {
  content: '\f0ca'; }

.fa-list-ol:before {
  content: '\f0cb'; }

.fa-strikethrough:before {
  content: '\f0cc'; }

.fa-underline:before {
  content: '\f0cd'; }

.fa-table:before {
  content: '\f0ce'; }

.fa-magic:before {
  content: '\f0d0'; }

.fa-truck:before {
  content: '\f0d1'; }

.fa-pinterest:before {
  content: '\f0d2'; }

.fa-pinterest-square:before {
  content: '\f0d3'; }

.fa-google-plus-square:before {
  content: '\f0d4'; }

.fa-google-plus:before {
  content: '\f0d5'; }

.fa-money:before {
  content: '\f0d6'; }

.fa-caret-down:before {
  content: '\f0d7'; }

.fa-caret-up:before {
  content: '\f0d8'; }

.fa-caret-left:before {
  content: '\f0d9'; }

.fa-caret-right:before {
  content: '\f0da'; }

.fa-columns:before {
  content: '\f0db'; }

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc'; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd'; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de'; }

.fa-envelope:before {
  content: '\f0e0'; }

.fa-linkedin:before {
  content: '\f0e1'; }

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2'; }

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3'; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4'; }

.fa-comment-o:before {
  content: '\f0e5'; }

.fa-comments-o:before {
  content: '\f0e6'; }

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7'; }

.fa-sitemap:before {
  content: '\f0e8'; }

.fa-umbrella:before {
  content: '\f0e9'; }

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea'; }

.fa-lightbulb-o:before {
  content: '\f0eb'; }

.fa-exchange:before {
  content: '\f0ec'; }

.fa-cloud-download:before {
  content: '\f0ed'; }

.fa-cloud-upload:before {
  content: '\f0ee'; }

.fa-user-md:before {
  content: '\f0f0'; }

.fa-stethoscope:before {
  content: '\f0f1'; }

.fa-suitcase:before {
  content: '\f0f2'; }

.fa-bell-o:before {
  content: '\f0a2'; }

.fa-coffee:before {
  content: '\f0f4'; }

.fa-cutlery:before {
  content: '\f0f5'; }

.fa-file-text-o:before {
  content: '\f0f6'; }

.fa-building-o:before {
  content: '\f0f7'; }

.fa-hospital-o:before {
  content: '\f0f8'; }

.fa-ambulance:before {
  content: '\f0f9'; }

.fa-medkit:before {
  content: '\f0fa'; }

.fa-fighter-jet:before {
  content: '\f0fb'; }

.fa-beer:before {
  content: '\f0fc'; }

.fa-h-square:before {
  content: '\f0fd'; }

.fa-plus-square:before {
  content: '\f0fe'; }

.fa-angle-double-left:before {
  content: '\f100'; }

.fa-angle-double-right:before {
  content: '\f101'; }

.fa-angle-double-up:before {
  content: '\f102'; }

.fa-angle-double-down:before {
  content: '\f103'; }

.fa-angle-left:before {
  content: '\f104'; }

.fa-angle-right:before {
  content: '\f105'; }

.fa-angle-up:before {
  content: '\f106'; }

.fa-angle-down:before {
  content: '\f107'; }

.fa-desktop:before {
  content: '\f108'; }

.fa-laptop:before {
  content: '\f109'; }

.fa-tablet:before {
  content: '\f10a'; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b'; }

.fa-circle-o:before {
  content: '\f10c'; }

.fa-quote-left:before {
  content: '\f10d'; }

.fa-quote-right:before {
  content: '\f10e'; }

.fa-spinner:before {
  content: '\f110'; }

.fa-circle:before {
  content: '\f111'; }

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112'; }

.fa-github-alt:before {
  content: '\f113'; }

.fa-folder-o:before {
  content: '\f114'; }

.fa-folder-open-o:before {
  content: '\f115'; }

.fa-smile-o:before {
  content: '\f118'; }

.fa-frown-o:before {
  content: '\f119'; }

.fa-meh-o:before {
  content: '\f11a'; }

.fa-gamepad:before {
  content: '\f11b'; }

.fa-keyboard-o:before {
  content: '\f11c'; }

.fa-flag-o:before {
  content: '\f11d'; }

.fa-flag-checkered:before {
  content: '\f11e'; }

.fa-terminal:before {
  content: '\f120'; }

.fa-code:before {
  content: '\f121'; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122'; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123'; }

.fa-location-arrow:before {
  content: '\f124'; }

.fa-crop:before {
  content: '\f125'; }

.fa-code-fork:before {
  content: '\f126'; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127'; }

.fa-question:before {
  content: '\f128'; }

.fa-info:before {
  content: '\f129'; }

.fa-exclamation:before {
  content: '\f12a'; }

.fa-superscript:before {
  content: '\f12b'; }

.fa-subscript:before {
  content: '\f12c'; }

.fa-eraser:before {
  content: '\f12d'; }

.fa-puzzle-piece:before {
  content: '\f12e'; }

.fa-microphone:before {
  content: '\f130'; }

.fa-microphone-slash:before {
  content: '\f131'; }

.fa-shield:before {
  content: '\f132'; }

.fa-calendar-o:before {
  content: '\f133'; }

.fa-fire-extinguisher:before {
  content: '\f134'; }

.fa-rocket:before {
  content: '\f135'; }

.fa-maxcdn:before {
  content: '\f136'; }

.fa-chevron-circle-left:before {
  content: '\f137'; }

.fa-chevron-circle-right:before {
  content: '\f138'; }

.fa-chevron-circle-up:before {
  content: '\f139'; }

.fa-chevron-circle-down:before {
  content: '\f13a'; }

.fa-html5:before {
  content: '\f13b'; }

.fa-css3:before {
  content: '\f13c'; }

.fa-anchor:before {
  content: '\f13d'; }

.fa-unlock-alt:before {
  content: '\f13e'; }

.fa-bullseye:before {
  content: '\f140'; }

.fa-ellipsis-h:before {
  content: '\f141'; }

.fa-ellipsis-v:before {
  content: '\f142'; }

.fa-rss-square:before {
  content: '\f143'; }

.fa-play-circle:before {
  content: '\f144'; }

.fa-ticket:before {
  content: '\f145'; }

.fa-minus-square:before {
  content: '\f146'; }

.fa-minus-square-o:before {
  content: '\f147'; }

.fa-level-up:before {
  content: '\f148'; }

.fa-level-down:before {
  content: '\f149'; }

.fa-check-square:before {
  content: '\f14a'; }

.fa-pencil-square:before {
  content: '\f14b'; }

.fa-external-link-square:before {
  content: '\f14c'; }

.fa-share-square:before {
  content: '\f14d'; }

.fa-compass:before {
  content: '\f14e'; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150'; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151'; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152'; }

.fa-euro:before,
.fa-eur:before {
  content: '\f153'; }

.fa-gbp:before {
  content: '\f154'; }

.fa-dollar:before,
.fa-usd:before {
  content: '\f155'; }

.fa-rupee:before,
.fa-inr:before {
  content: '\f156'; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157'; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158'; }

.fa-won:before,
.fa-krw:before {
  content: '\f159'; }

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a'; }

.fa-file:before {
  content: '\f15b'; }

.fa-file-text:before {
  content: '\f15c'; }

.fa-sort-alpha-asc:before {
  content: '\f15d'; }

.fa-sort-alpha-desc:before {
  content: '\f15e'; }

.fa-sort-amount-asc:before {
  content: '\f160'; }

.fa-sort-amount-desc:before {
  content: '\f161'; }

.fa-sort-numeric-asc:before {
  content: '\f162'; }

.fa-sort-numeric-desc:before {
  content: '\f163'; }

.fa-thumbs-up:before {
  content: '\f164'; }

.fa-thumbs-down:before {
  content: '\f165'; }

.fa-youtube-square:before {
  content: '\f166'; }

.fa-youtube:before {
  content: '\f167'; }

.fa-xing:before {
  content: '\f168'; }

.fa-xing-square:before {
  content: '\f169'; }

.fa-youtube-play:before {
  content: '\f16a'; }

.fa-dropbox:before {
  content: '\f16b'; }

.fa-stack-overflow:before {
  content: '\f16c'; }

.fa-instagram:before {
  content: '\f16d'; }

.fa-flickr:before {
  content: '\f16e'; }

.fa-adn:before {
  content: '\f170'; }

.fa-bitbucket:before {
  content: '\f171'; }

.fa-bitbucket-square:before {
  content: '\f172'; }

.fa-tumblr:before {
  content: '\f173'; }

.fa-tumblr-square:before {
  content: '\f174'; }

.fa-long-arrow-down:before {
  content: '\f175'; }

.fa-long-arrow-up:before {
  content: '\f176'; }

.fa-long-arrow-left:before {
  content: '\f177'; }

.fa-long-arrow-right:before {
  content: '\f178'; }

.fa-apple:before {
  content: '\f179'; }

.fa-windows:before {
  content: '\f17a'; }

.fa-android:before {
  content: '\f17b'; }

.fa-linux:before {
  content: '\f17c'; }

.fa-dribbble:before {
  content: '\f17d'; }

.fa-skype:before {
  content: '\f17e'; }

.fa-foursquare:before {
  content: '\f180'; }

.fa-trello:before {
  content: '\f181'; }

.fa-female:before {
  content: '\f182'; }

.fa-male:before {
  content: '\f183'; }

.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184'; }

.fa-sun-o:before {
  content: '\f185'; }

.fa-moon-o:before {
  content: '\f186'; }

.fa-archive:before {
  content: '\f187'; }

.fa-bug:before {
  content: '\f188'; }

.fa-vk:before {
  content: '\f189'; }

.fa-weibo:before {
  content: '\f18a'; }

.fa-renren:before {
  content: '\f18b'; }

.fa-pagelines:before {
  content: '\f18c'; }

.fa-stack-exchange:before {
  content: '\f18d'; }

.fa-arrow-circle-o-right:before {
  content: '\f18e'; }

.fa-arrow-circle-o-left:before {
  content: '\f190'; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191'; }

.fa-dot-circle-o:before {
  content: '\f192'; }

.fa-wheelchair:before {
  content: '\f193'; }

.fa-vimeo-square:before {
  content: '\f194'; }

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195'; }

.fa-plus-square-o:before {
  content: '\f196'; }

.fa-space-shuttle:before {
  content: '\f197'; }

.fa-slack:before {
  content: '\f198'; }

.fa-envelope-square:before {
  content: '\f199'; }

.fa-wordpress:before {
  content: '\f19a'; }

.fa-openid:before {
  content: '\f19b'; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c'; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d'; }

.fa-yahoo:before {
  content: '\f19e'; }

.fa-google:before {
  content: '\f1a0'; }

.fa-reddit:before {
  content: '\f1a1'; }

.fa-reddit-square:before {
  content: '\f1a2'; }

.fa-stumbleupon-circle:before {
  content: '\f1a3'; }

.fa-stumbleupon:before {
  content: '\f1a4'; }

.fa-delicious:before {
  content: '\f1a5'; }

.fa-digg:before {
  content: '\f1a6'; }

.fa-pied-piper:before {
  content: '\f1a7'; }

.fa-pied-piper-alt:before {
  content: '\f1a8'; }

.fa-drupal:before {
  content: '\f1a9'; }

.fa-joomla:before {
  content: '\f1aa'; }

.fa-language:before {
  content: '\f1ab'; }

.fa-fax:before {
  content: '\f1ac'; }

.fa-building:before {
  content: '\f1ad'; }

.fa-child:before {
  content: '\f1ae'; }

.fa-paw:before {
  content: '\f1b0'; }

.fa-spoon:before {
  content: '\f1b1'; }

.fa-cube:before {
  content: '\f1b2'; }

.fa-cubes:before {
  content: '\f1b3'; }

.fa-behance:before {
  content: '\f1b4'; }

.fa-behance-square:before {
  content: '\f1b5'; }

.fa-steam:before {
  content: '\f1b6'; }

.fa-steam-square:before {
  content: '\f1b7'; }

.fa-recycle:before {
  content: '\f1b8'; }

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9'; }

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba'; }

.fa-tree:before {
  content: '\f1bb'; }

.fa-spotify:before {
  content: '\f1bc'; }

.fa-deviantart:before {
  content: '\f1bd'; }

.fa-soundcloud:before {
  content: '\f1be'; }

.fa-database:before {
  content: '\f1c0'; }

.fa-file-pdf-o:before {
  content: '\f1c1'; }

.fa-file-word-o:before {
  content: '\f1c2'; }

.fa-file-excel-o:before {
  content: '\f1c3'; }

.fa-file-powerpoint-o:before {
  content: '\f1c4'; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5'; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6'; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7'; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8'; }

.fa-file-code-o:before {
  content: '\f1c9'; }

.fa-vine:before {
  content: '\f1ca'; }

.fa-codepen:before {
  content: '\f1cb'; }

.fa-jsfiddle:before {
  content: '\f1cc'; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd'; }

.fa-circle-o-notch:before {
  content: '\f1ce'; }

.fa-ra:before,
.fa-rebel:before {
  content: '\f1d0'; }

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1'; }

.fa-git-square:before {
  content: '\f1d2'; }

.fa-git:before {
  content: '\f1d3'; }

.fa-hacker-news:before {
  content: '\f1d4'; }

.fa-tencent-weibo:before {
  content: '\f1d5'; }

.fa-qq:before {
  content: '\f1d6'; }

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7'; }

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8'; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9'; }

.fa-history:before {
  content: '\f1da'; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: '\f1db'; }

.fa-header:before {
  content: '\f1dc'; }

.fa-paragraph:before {
  content: '\f1dd'; }

.fa-sliders:before {
  content: '\f1de'; }

.fa-share-alt:before {
  content: '\f1e0'; }

.fa-share-alt-square:before {
  content: '\f1e1'; }

.fa-bomb:before {
  content: '\f1e2'; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3'; }

.fa-tty:before {
  content: '\f1e4'; }

.fa-binoculars:before {
  content: '\f1e5'; }

.fa-plug:before {
  content: '\f1e6'; }

.fa-slideshare:before {
  content: '\f1e7'; }

.fa-twitch:before {
  content: '\f1e8'; }

.fa-yelp:before {
  content: '\f1e9'; }

.fa-newspaper-o:before {
  content: '\f1ea'; }

.fa-wifi:before {
  content: '\f1eb'; }

.fa-calculator:before {
  content: '\f1ec'; }

.fa-paypal:before {
  content: '\f1ed'; }

.fa-google-wallet:before {
  content: '\f1ee'; }

.fa-cc-visa:before {
  content: '\f1f0'; }

.fa-cc-mastercard:before {
  content: '\f1f1'; }

.fa-cc-discover:before {
  content: '\f1f2'; }

.fa-cc-amex:before {
  content: '\f1f3'; }

.fa-cc-paypal:before {
  content: '\f1f4'; }

.fa-cc-stripe:before {
  content: '\f1f5'; }

.fa-bell-slash:before {
  content: '\f1f6'; }

.fa-bell-slash-o:before {
  content: '\f1f7'; }

.fa-trash:before {
  content: '\f1f8'; }

.fa-copyright:before {
  content: '\f1f9'; }

.fa-at:before {
  content: '\f1fa'; }

.fa-eyedropper:before {
  content: '\f1fb'; }

.fa-paint-brush:before {
  content: '\f1fc'; }

.fa-birthday-cake:before {
  content: '\f1fd'; }

.fa-area-chart:before {
  content: '\f1fe'; }

.fa-pie-chart:before {
  content: '\f200'; }

.fa-line-chart:before {
  content: '\f201'; }

.fa-lastfm:before {
  content: '\f202'; }

.fa-lastfm-square:before {
  content: '\f203'; }

.fa-toggle-off:before {
  content: '\f204'; }

.fa-toggle-on:before {
  content: '\f205'; }

.fa-bicycle:before {
  content: '\f206'; }

.fa-bus:before {
  content: '\f207'; }

.fa-ioxhost:before {
  content: '\f208'; }

.fa-angellist:before {
  content: '\f209'; }

.fa-cc:before {
  content: '\f20a'; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b'; }

.fa-meanpath:before {
  content: '\f20c'; }

.fa-buysellads:before {
  content: '\f20d'; }

.fa-connectdevelop:before {
  content: '\f20e'; }

.fa-dashcube:before {
  content: '\f210'; }

.fa-forumbee:before {
  content: '\f211'; }

.fa-leanpub:before {
  content: '\f212'; }

.fa-sellsy:before {
  content: '\f213'; }

.fa-shirtsinbulk:before {
  content: '\f214'; }

.fa-simplybuilt:before {
  content: '\f215'; }

.fa-skyatlas:before {
  content: '\f216'; }

.fa-cart-plus:before {
  content: '\f217'; }

.fa-cart-arrow-down:before {
  content: '\f218'; }

.fa-diamond:before {
  content: '\f219'; }

.fa-ship:before {
  content: '\f21a'; }

.fa-user-secret:before {
  content: '\f21b'; }

.fa-motorcycle:before {
  content: '\f21c'; }

.fa-street-view:before {
  content: '\f21d'; }

.fa-heartbeat:before {
  content: '\f21e'; }

.fa-venus:before {
  content: '\f221'; }

.fa-mars:before {
  content: '\f222'; }

.fa-mercury:before {
  content: '\f223'; }

.fa-transgender:before {
  content: '\f224'; }

.fa-transgender-alt:before {
  content: '\f225'; }

.fa-venus-double:before {
  content: '\f226'; }

.fa-mars-double:before {
  content: '\f227'; }

.fa-venus-mars:before {
  content: '\f228'; }

.fa-mars-stroke:before {
  content: '\f229'; }

.fa-mars-stroke-v:before {
  content: '\f22a'; }

.fa-mars-stroke-h:before {
  content: '\f22b'; }

.fa-neuter:before {
  content: '\f22c'; }

.fa-facebook-official:before {
  content: '\f230'; }

.fa-pinterest-p:before {
  content: '\f231'; }

.fa-whatsapp:before {
  content: '\f232'; }

.fa-server:before {
  content: '\f233'; }

.fa-user-plus:before {
  content: '\f234'; }

.fa-user-times:before {
  content: '\f235'; }

.fa-hotel:before,
.fa-bed:before {
  content: '\f236'; }

.fa-viacoin:before {
  content: '\f237'; }

.fa-train:before {
  content: '\f238'; }

.fa-subway:before {
  content: '\f239'; }

.fa-medium:before {
  content: '\f23a'; }

.modal {
  display: none;
  width: 400px;
  padding: 20px;
  background: #fff;
  border: 4px solid #afb0ad;
  border-radius: 3px;
  box-shadow: 0 2px 0 #505050; }

.modal a.close-modal {
  display: block;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  width: 30px;
  height: 30px;
  background: url(close.png) no-repeat 0 0;
  text-indent: -9999px; }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-right: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  border-radius: 3px; }

/*
    Redactor II

    http://imperavi.com/redactor/

    Copyright (c) 2009-2017, Imperavi Oy.
    License: http://imperavi.com/redactor/license/
*/
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-video:before {
  content: "\e927"; }

.redactor-box {
  position: relative;
  overflow: visible; }

.redactor-layer,
.redactor-box {
  background: #fff; }

.redactor-layer,
.redactor-box,
.redactor-box textarea {
  z-index: 2; }

.redactor-link-tooltip {
  z-index: 1050; }

.redactor-toolbar-box {
  z-index: 100; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-air,
.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099; }

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  content: attr(placeholder);
  font-weight: normal !important; }

.redactor-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 32px 12px 32px;
  outline: none;
  border: 2px solid #bbbbbe;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075);
  white-space: normal; }

.redactor-relative {
  position: relative; }

.redactor-in {
  cursor: text; }

.redactor-layer:focus,
.redactor-in:focus {
  outline: none; }

.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px; }

.redactor-script-tag {
  display: none; }

.redactor-layer-img-edit img {
  cursor: pointer; }

.redactor-voice-label {
  display: none; }

.redactor-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor-toolbar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .redactor-toolbar-box .re-button-tooltip {
    position: absolute;
    z-index: 101;
    display: none !important;
    padding: 3px 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    font-size: 12px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-toolbar {
  padding: 0 !important;
  border: 2px solid #bbbbbe;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #fff;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075); }
  .redactor-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 48px;
  white-space: nowrap; }

.redactor-toolbar li a {
  color: #6f6d70; }
  .redactor-toolbar li a:hover {
    outline: none;
    background-color: #a7dceb; }
  .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #d8d8da; }

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar li a.redactor-button-disabled:hover {
    outline: none;
    background-color: transparent !important;
    color: #333;
    cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  background: #000;
  color: #fff; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.redactor-air {
  position: absolute;
  padding: 0;
  min-width: 200px;
  max-width: 576px;
  border: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9); }

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor-air li a:active, .redactor-air li a.redactor-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor-air li a.redactor-button-disabled {
  opacity: .3; }
  .redactor-air li a.redactor-button-disabled:hover {
    outline: none;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.3);
    cursor: default; }

.redactor-air li a.redactor-button-focus {
  background: #eee;
  color: #333; }

.redactor-air,
.redactor-toolbar {
  margin: 0 !important;
  list-style: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1 !important; }

.redactor-air li,
.redactor-toolbar li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  vertical-align: top; }

.redactor-air li a,
.redactor-toolbar li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  padding-top: 17px;
  padding-bottom: 15px;
  height: 48px;
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 48px;
  line-height: 1;
  cursor: pointer;
  cursor: pointer;
  zoom: 1; }
  .redactor-air li a.re-button-icon,
  .redactor-toolbar li a.re-button-icon {
    padding: 16px;
    font-size: 16px; }

.redactor-toolbar li a {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.redactor-toolbar li:last-child a {
  border-right: none; }

.redactor-link-tooltip {
  position: absolute;
  display: inline-block;
  padding: 16px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1; }

.redactor-link-tooltip a {
  margin: 0 8px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px; }
  .redactor-link-tooltip a:hover {
    color: #fff; }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    position: absolute;
    left: -28px;
    width: 24px;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    opacity: .3; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-image-box {
  position: relative;
  display: inline-block;
  max-width: 100%;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8;
  line-height: 0; }

#redactor-image-editter {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -11px;
  margin-left: -18px;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer; }

#redactor-image-resizer {
  position: absolute;
  right: -6px;
  bottom: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  cursor: nw-resize; }

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 12px; }

.redactor-image-dragover {
  outline: 2px solid #73c7de; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #11727f;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp; }

@-webkit-keyframes redactorSlideDown {
  from {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideDown {
  from {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown; }

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn; }

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut; }

.redactor-dropdown {
  overflow: auto;
  margin: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #000;
  list-style: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .redactor-dropdown li:last-child {
    border-bottom: none; }
  .redactor-dropdown li:hover {
    background-color: #a7dceb; }
    .redactor-dropdown li:hover a {
      text-decoration: none; }
  .redactor-dropdown li.redactor-dropdown-link-inactive {
    background: none; }
    .redactor-dropdown li.redactor-dropdown-link-inactive a,
    .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
      background: none;
      background: none;
      color: #000 !important;
      opacity: 0.4;
      cursor: default; }

.redactor-dropdown a {
  display: block;
  padding: 16px 16px 15px 16px;
  border: none;
  color: #000;
  text-decoration: none; }
  .redactor-dropdown a span {
    display: inline-block;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: 1.4; }
  .redactor-dropdown a:focus {
    outline: none; }
  .redactor-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor-dropdown a.redactor-dropdown-link-selected {
    background: #000;
    color: #fff; }

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  background: rgba(0, 0, 0, 0.05);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  color: rgba(0, 0, 0, 0.5);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px; }

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 18px; }

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 16px; }

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 14px; }

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }

#redactor-modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  @media (max-width: 768px) {
    #redactor-modal {
      font-size: 16px !important; } }
  @media (max-width: 768px) {
    #redactor-modal .redactor-modal-tab-side {
      float: none;
      margin-right: 0;
      margin-bottom: 24px;
      width: auto; }
    #redactor-modal .redactor-modal-tab-area {
      float: none;
      width: auto; } }
  #redactor-modal #redactor-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f5f5f5;
    color: #000;
    font-weight: bold;
    font-size: 16px; }
  #redactor-modal #redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    padding: 0;
    width: 30px;
    height: 40px;
    outline: none;
    border: 0;
    background: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    cursor: pointer;
    -webkit-appearance: none; }
    #redactor-modal #redactor-modal-close:hover {
      color: #000; }
  #redactor-modal #redactor-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    @media (max-width: 768px) {
      #redactor-modal #redactor-modal-body {
        padding: 24px; } }
    #redactor-modal #redactor-modal-body section {
      margin-bottom: 24px; }
    #redactor-modal #redactor-modal-body label {
      display: block;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 12px; }
      #redactor-modal #redactor-modal-body label .desc {
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal; }
      #redactor-modal #redactor-modal-body label.checkbox {
        font-weight: normal;
        font-size: 16px; }
  #redactor-modal select,
  #redactor-modal input[type="text"],
  #redactor-modal input[type="password"],
  #redactor-modal input[type="email"],
  #redactor-modal input[type="url"],
  #redactor-modal input[type="number"],
  #redactor-modal textarea {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    @media (max-width: 768px) {
      #redactor-modal select,
      #redactor-modal input[type="text"],
      #redactor-modal input[type="password"],
      #redactor-modal input[type="email"],
      #redactor-modal input[type="url"],
      #redactor-modal input[type="number"],
      #redactor-modal textarea {
        font-size: 16px; } }
    #redactor-modal select:focus,
    #redactor-modal input[type="text"]:focus,
    #redactor-modal input[type="password"]:focus,
    #redactor-modal input[type="email"]:focus,
    #redactor-modal input[type="url"]:focus,
    #redactor-modal input[type="number"]:focus,
    #redactor-modal textarea:focus {
      -webkit-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #aaa; }
  #redactor-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor-modal button {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 13px 24px 14px 24px;
    height: 40px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1;
    cursor: pointer; }
    #redactor-modal button:hover {
      background: none;
      background: #ddd;
      color: #777;
      text-decoration: none; }
    #redactor-modal button.redactor-modal-button-offset {
      margin-left: 24px; }
    #redactor-modal button#redactor-modal-button-delete {
      background: #e83134;
      color: #fff; }
      #redactor-modal button#redactor-modal-button-delete:hover {
        -webkit-filter: brightness(95%);
                filter: brightness(95%); }
    #redactor-modal button#redactor-modal-button-action {
      background: none;
      background-color: #5ebbae;
      color: #fff; }
      #redactor-modal button#redactor-modal-button-action:hover {
        -webkit-filter: brightness(95%);
                filter: brightness(95%); }
  #redactor-modal .redactor-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor-modal .redactor-modal-tab-side {
    float: left;
    margin-right: 6%;
    width: 26%; }
  #redactor-modal .redactor-modal-tab-area {
    float: left;
    width: 66%; }

#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor-modal-tabber a {
    margin-right: -1px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    line-height: 1; }
    #redactor-modal-tabber a:hover {
      border-color: #1f78d8;
      background-color: #1f78d8;
      color: #fff; }
    #redactor-modal-tabber a.active {
      border-color: #ddd;
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.5);
      cursor: default; }

#redactor-modal-list {
  overflow-x: auto;
  margin-left: 0;
  padding-left: 0;
  max-height: 250px;
  list-style: none; }
  #redactor-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor-modal-list li:last-child {
      border-bottom: none; }
  #redactor-modal-list a {
    position: relative;
    display: block;
    padding: 16px 4px;
    color: #000;
    text-decoration: none;
    font-size: 15px; }
    #redactor-modal-list a:hover {
      background-color: #eee; }

.redactor-styles {
  color: #222;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 24px; }
  @media (max-width: 768px) {
    .redactor-styles {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .redactor-styles blockquote {
      padding-left: 24px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor-styles[dir="rtl"] {
    unicode-bidi: embed;
    direction: rtl; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 24px 0 0; }
  .redactor-styles a {
    color: #007593; }
    .redactor-styles a:focus, .redactor-styles a:hover {
      color: #008caa; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    color: #222;
    text-transform: none;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-rendering: optimizeLegibility; }
    .redactor-styles h1:empty,
    .redactor-styles h2:empty,
    .redactor-styles h3:empty,
    .redactor-styles h4:empty,
    .redactor-styles h5:empty,
    .redactor-styles h6:empty {
      min-height: 24px; }
  .redactor-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor-styles h4 {
    font-size: 18px;
    line-height: 24px; }
  .redactor-styles h5 {
    font-size: 16px;
    line-height: 24px; }
  .redactor-styles h6 {
    font-size: 14px;
    line-height: 24px; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin: 0;
    padding: 0; }
  .redactor-styles p:empty,
  .redactor-styles blockquote:empty {
    min-height: 24px; }
  .redactor-styles p + h2,
  .redactor-styles p + h3,
  .redactor-styles p + h4,
  .redactor-styles p + h5,
  .redactor-styles p + h6,
  .redactor-styles ul + h2,
  .redactor-styles ul + h3,
  .redactor-styles ul + h4,
  .redactor-styles ul + h5,
  .redactor-styles ul + h6,
  .redactor-styles ol + h2,
  .redactor-styles ol + h3,
  .redactor-styles ol + h4,
  .redactor-styles ol + h5,
  .redactor-styles ol + h6,
  .redactor-styles dl + h2,
  .redactor-styles dl + h3,
  .redactor-styles dl + h4,
  .redactor-styles dl + h5,
  .redactor-styles dl + h6,
  .redactor-styles blockquote + h2,
  .redactor-styles blockquote + h3,
  .redactor-styles blockquote + h4,
  .redactor-styles blockquote + h5,
  .redactor-styles blockquote + h6,
  .redactor-styles hr + h2,
  .redactor-styles hr + h3,
  .redactor-styles hr + h4,
  .redactor-styles hr + h5,
  .redactor-styles hr + h6,
  .redactor-styles pre + h2,
  .redactor-styles pre + h3,
  .redactor-styles pre + h4,
  .redactor-styles pre + h5,
  .redactor-styles pre + h6,
  .redactor-styles table + h2,
  .redactor-styles table + h3,
  .redactor-styles table + h4,
  .redactor-styles table + h5,
  .redactor-styles table + h6,
  .redactor-styles form + h2,
  .redactor-styles form + h3,
  .redactor-styles form + h4,
  .redactor-styles form + h5,
  .redactor-styles form + h6,
  .redactor-styles figure + h2,
  .redactor-styles figure + h3,
  .redactor-styles figure + h4,
  .redactor-styles figure + h5,
  .redactor-styles figure + h6 {
    margin-top: 24px; }
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles ul ul,
  .redactor-styles ol ol,
  .redactor-styles ul ol,
  .redactor-styles ol ul {
    margin: 0 0 0 24px; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin-bottom: 16px; }
  .redactor-styles blockquote {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic; }
    .redactor-styles blockquote cite {
      font-size: 80%; }
  .redactor-styles address {
    font-style: normal; }
  .redactor-styles dl dt {
    font-weight: bold; }
  .redactor-styles dd {
    margin-left: 24px; }
  .redactor-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor-styles s,
  .redactor-styles del {
    text-decoration: line-through; }
  .redactor-styles abbr[title],
  .redactor-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor-styles strong,
  .redactor-styles b {
    font-weight: bold; }
  .redactor-styles em,
  .redactor-styles i {
    font-style: italic; }
  .redactor-styles sub,
  .redactor-styles sup {
    position: relative;
    margin-left: .2rem;
    font-size: 10px;
    line-height: 0; }
  .redactor-styles sup {
    top: -.4rem; }
  .redactor-styles sub {
    bottom: -.2rem; }
  .redactor-styles strong:empty, .redactor-styles b:empty, .redactor-styles em:empty, .redactor-styles i:empty, .redactor-styles sup:empty, .redactor-styles sub:empty, .redactor-styles u:empty, .redactor-styles ins:empty {
    display: inline-block;
    min-width: 1px;
    min-height: 1rem; }
  .redactor-styles figcaption {
    margin: 4px 0;
    color: #999;
    text-align: left;
    font-size: .85em; }
  .redactor-styles ins,
  .redactor-styles u {
    text-decoration: underline; }
  .redactor-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor-styles pre,
  .redactor-styles code,
  .redactor-styles kbd,
  .redactor-styles samp,
  .redactor-styles var,
  .redactor-styles output {
    font-style: normal;
    font-size: 90%;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
  .redactor-styles pre {
    overflow: auto;
    margin-top: 16px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.75);
    word-wrap: normal;
    font-size: 90%;
    line-height: 24px; }
  .redactor-styles mark,
  .redactor-styles code,
  .redactor-styles samp,
  .redactor-styles kbd {
    display: inline-block;
    padding: 2px 4px 1px 4px;
    border-radius: 3px;
    line-height: 1; }
  .redactor-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor-styles pre code {
    padding: 0;
    border: none;
    background: none;
    font-size: 100%;
    line-height: 24px; }
  .redactor-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto; }
  .redactor-styles embed,
  .redactor-styles object {
    height: 100%; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show; }
    .redactor-styles table caption {
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      padding: 16px;
      padding-bottom: 15px;
      border: 1px solid #eee; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles .video-container {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
    height: 0; }
    .redactor-styles .video-container iframe,
    .redactor-styles .video-container object,
    .redactor-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .redactor-styles .p--intro {
    font-size: 1.25em; }
  .redactor-styles .p--footnote,
  .redactor-styles .p--caption {
    color: #999;
    font-size: .85em; }

/*
    Redactor II

    http://imperavi.com/redactor/

    Copyright (c) 2009-2017, Imperavi Oy.
    License: http://imperavi.com/redactor/license/
*/
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-video:before {
  content: "\e927"; }

.redactor-box {
  position: relative;
  overflow: visible; }

.redactor-layer,
.redactor-box {
  background: #fff; }

.redactor-layer,
.redactor-box,
.redactor-box textarea {
  z-index: 2; }

.redactor-link-tooltip {
  z-index: 1050; }

.redactor-toolbar-box {
  z-index: 100; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-air,
.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099; }

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  content: attr(placeholder);
  font-weight: normal !important; }

.redactor-layer {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 32px 12px 32px;
  outline: none;
  border: 2px solid #bbbbbe;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075);
  white-space: normal; }

.redactor-relative {
  position: relative; }

.redactor-in {
  cursor: text; }

.redactor-layer:focus,
.redactor-in:focus {
  outline: none; }

.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px; }

.redactor-script-tag {
  display: none; }

.redactor-layer-img-edit img {
  cursor: pointer; }

.redactor-voice-label {
  display: none; }

.redactor-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor-toolbar-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .redactor-toolbar-box .re-button-tooltip {
    position: absolute;
    z-index: 101;
    display: none !important;
    padding: 3px 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    font-size: 12px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-toolbar {
  padding: 0 !important;
  border: 2px solid #bbbbbe;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #fff;
  box-shadow: 0 3px rgba(34, 34, 34, 0.075); }
  .redactor-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 48px;
  white-space: nowrap; }

.redactor-toolbar li a {
  color: #6f6d70; }
  .redactor-toolbar li a:hover {
    outline: none;
    background-color: #a7dceb; }
  .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #d8d8da; }

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar li a.redactor-button-disabled:hover {
    outline: none;
    background-color: transparent !important;
    color: #333;
    cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  background: #000;
  color: #fff; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none; }

.redactor-air {
  position: absolute;
  padding: 0;
  min-width: 200px;
  max-width: 576px;
  border: none;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9); }

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor-air li a:active, .redactor-air li a.redactor-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor-air li a.redactor-button-disabled {
  opacity: .3; }
  .redactor-air li a.redactor-button-disabled:hover {
    outline: none;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.3);
    cursor: default; }

.redactor-air li a.redactor-button-focus {
  background: #eee;
  color: #333; }

.redactor-air,
.redactor-toolbar {
  margin: 0 !important;
  list-style: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1 !important; }

.redactor-air li,
.redactor-toolbar li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  vertical-align: top; }

.redactor-air li a,
.redactor-toolbar li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 16px;
  padding-top: 17px;
  padding-bottom: 15px;
  height: 48px;
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 48px;
  line-height: 1;
  cursor: pointer;
  cursor: pointer;
  zoom: 1; }
  .redactor-air li a.re-button-icon,
  .redactor-toolbar li a.re-button-icon {
    padding: 16px;
    font-size: 16px; }

.redactor-toolbar li a {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.redactor-toolbar li:last-child a {
  border-right: none; }

.redactor-link-tooltip {
  position: absolute;
  display: inline-block;
  padding: 16px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555 !important;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1; }

.redactor-link-tooltip a {
  margin: 0 8px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px; }
  .redactor-link-tooltip a:hover {
    color: #fff; }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    position: absolute;
    left: -28px;
    width: 24px;
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    opacity: .3; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-image-box {
  position: relative;
  display: inline-block;
  max-width: 100%;
  outline: 3px solid #1f78d8;
  box-shadow: 0 0 12px #1f78d8;
  line-height: 0; }

#redactor-image-editter {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-top: -11px;
  margin-left: -18px;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer; }

#redactor-image-resizer {
  position: absolute;
  right: -6px;
  bottom: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  cursor: nw-resize; }

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 12px; }

.redactor-image-dragover {
  outline: 2px solid #73c7de; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #11727f;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp; }

@-webkit-keyframes redactorSlideDown {
  from {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideDown {
  from {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown; }

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn; }

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut; }

.redactor-dropdown {
  overflow: auto;
  margin: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: #000;
  list-style: none;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .redactor-dropdown li:last-child {
    border-bottom: none; }
  .redactor-dropdown li:hover {
    background-color: #a7dceb; }
    .redactor-dropdown li:hover a {
      text-decoration: none; }
  .redactor-dropdown li.redactor-dropdown-link-inactive {
    background: none; }
    .redactor-dropdown li.redactor-dropdown-link-inactive a,
    .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
      background: none;
      background: none;
      color: #000 !important;
      opacity: 0.4;
      cursor: default; }

.redactor-dropdown a {
  display: block;
  padding: 16px 16px 15px 16px;
  border: none;
  color: #000;
  text-decoration: none; }
  .redactor-dropdown a span {
    display: inline-block;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: 1.4; }
  .redactor-dropdown a:focus {
    outline: none; }
  .redactor-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor-dropdown a.redactor-dropdown-link-selected {
    background: #000;
    color: #fff; }

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  background: rgba(0, 0, 0, 0.05);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  color: rgba(0, 0, 0, 0.5);
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px; }

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 18px; }

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 16px; }

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 14px; }

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95); }

#redactor-modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  @media (max-width: 768px) {
    #redactor-modal {
      font-size: 16px !important; } }
  @media (max-width: 768px) {
    #redactor-modal .redactor-modal-tab-side {
      float: none;
      margin-right: 0;
      margin-bottom: 24px;
      width: auto; }
    #redactor-modal .redactor-modal-tab-area {
      float: none;
      width: auto; } }
  #redactor-modal #redactor-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f5f5f5;
    color: #000;
    font-weight: bold;
    font-size: 16px; }
  #redactor-modal #redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    padding: 0;
    width: 30px;
    height: 40px;
    outline: none;
    border: 0;
    background: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    cursor: pointer;
    -webkit-appearance: none; }
    #redactor-modal #redactor-modal-close:hover {
      color: #000; }
  #redactor-modal #redactor-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    @media (max-width: 768px) {
      #redactor-modal #redactor-modal-body {
        padding: 24px; } }
    #redactor-modal #redactor-modal-body section {
      margin-bottom: 24px; }
    #redactor-modal #redactor-modal-body label {
      display: block;
      margin-bottom: 4px;
      font-weight: bold;
      font-size: 12px; }
      #redactor-modal #redactor-modal-body label .desc {
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal; }
      #redactor-modal #redactor-modal-body label.checkbox {
        font-weight: normal;
        font-size: 16px; }
  #redactor-modal select,
  #redactor-modal input[type="text"],
  #redactor-modal input[type="password"],
  #redactor-modal input[type="email"],
  #redactor-modal input[type="url"],
  #redactor-modal input[type="number"],
  #redactor-modal textarea {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 8px;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    @media (max-width: 768px) {
      #redactor-modal select,
      #redactor-modal input[type="text"],
      #redactor-modal input[type="password"],
      #redactor-modal input[type="email"],
      #redactor-modal input[type="url"],
      #redactor-modal input[type="number"],
      #redactor-modal textarea {
        font-size: 16px; } }
    #redactor-modal select:focus,
    #redactor-modal input[type="text"]:focus,
    #redactor-modal input[type="password"]:focus,
    #redactor-modal input[type="email"]:focus,
    #redactor-modal input[type="url"]:focus,
    #redactor-modal input[type="number"]:focus,
    #redactor-modal textarea:focus {
      -webkit-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #aaa; }
  #redactor-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor-modal button {
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 13px 24px 14px 24px;
    height: 40px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1;
    cursor: pointer; }
    #redactor-modal button:hover {
      background: none;
      background: #ddd;
      color: #777;
      text-decoration: none; }
    #redactor-modal button.redactor-modal-button-offset {
      margin-left: 24px; }
    #redactor-modal button#redactor-modal-button-delete {
      background: #e83134;
      color: #fff; }
      #redactor-modal button#redactor-modal-button-delete:hover {
        -webkit-filter: brightness(95%);
                filter: brightness(95%); }
    #redactor-modal button#redactor-modal-button-action {
      background: none;
      background-color: #5ebbae;
      color: #fff; }
      #redactor-modal button#redactor-modal-button-action:hover {
        -webkit-filter: brightness(95%);
                filter: brightness(95%); }
  #redactor-modal .redactor-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor-modal .redactor-modal-tab-side {
    float: left;
    margin-right: 6%;
    width: 26%; }
  #redactor-modal .redactor-modal-tab-area {
    float: left;
    width: 66%; }

#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor-modal-tabber a {
    margin-right: -1px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    line-height: 1; }
    #redactor-modal-tabber a:hover {
      border-color: #1f78d8;
      background-color: #1f78d8;
      color: #fff; }
    #redactor-modal-tabber a.active {
      border-color: #ddd;
      background-color: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.5);
      cursor: default; }

#redactor-modal-list {
  overflow-x: auto;
  margin-left: 0;
  padding-left: 0;
  max-height: 250px;
  list-style: none; }
  #redactor-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor-modal-list li:last-child {
      border-bottom: none; }
  #redactor-modal-list a {
    position: relative;
    display: block;
    padding: 16px 4px;
    color: #000;
    text-decoration: none;
    font-size: 15px; }
    #redactor-modal-list a:hover {
      background-color: #eee; }

.redactor-styles {
  color: #222;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 24px; }
  @media (max-width: 768px) {
    .redactor-styles {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .redactor-styles blockquote {
      padding-left: 24px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor-styles[dir="rtl"] {
    unicode-bidi: embed;
    direction: rtl; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 24px 0 0; }
  .redactor-styles a {
    color: #007593; }
    .redactor-styles a:focus, .redactor-styles a:hover {
      color: #008caa; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    color: #222;
    text-transform: none;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-rendering: optimizeLegibility; }
    .redactor-styles h1:empty,
    .redactor-styles h2:empty,
    .redactor-styles h3:empty,
    .redactor-styles h4:empty,
    .redactor-styles h5:empty,
    .redactor-styles h6:empty {
      min-height: 24px; }
  .redactor-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor-styles h4 {
    font-size: 18px;
    line-height: 24px; }
  .redactor-styles h5 {
    font-size: 16px;
    line-height: 24px; }
  .redactor-styles h6 {
    font-size: 14px;
    line-height: 24px; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin: 0;
    padding: 0; }
  .redactor-styles p:empty,
  .redactor-styles blockquote:empty {
    min-height: 24px; }
  .redactor-styles p + h2,
  .redactor-styles p + h3,
  .redactor-styles p + h4,
  .redactor-styles p + h5,
  .redactor-styles p + h6,
  .redactor-styles ul + h2,
  .redactor-styles ul + h3,
  .redactor-styles ul + h4,
  .redactor-styles ul + h5,
  .redactor-styles ul + h6,
  .redactor-styles ol + h2,
  .redactor-styles ol + h3,
  .redactor-styles ol + h4,
  .redactor-styles ol + h5,
  .redactor-styles ol + h6,
  .redactor-styles dl + h2,
  .redactor-styles dl + h3,
  .redactor-styles dl + h4,
  .redactor-styles dl + h5,
  .redactor-styles dl + h6,
  .redactor-styles blockquote + h2,
  .redactor-styles blockquote + h3,
  .redactor-styles blockquote + h4,
  .redactor-styles blockquote + h5,
  .redactor-styles blockquote + h6,
  .redactor-styles hr + h2,
  .redactor-styles hr + h3,
  .redactor-styles hr + h4,
  .redactor-styles hr + h5,
  .redactor-styles hr + h6,
  .redactor-styles pre + h2,
  .redactor-styles pre + h3,
  .redactor-styles pre + h4,
  .redactor-styles pre + h5,
  .redactor-styles pre + h6,
  .redactor-styles table + h2,
  .redactor-styles table + h3,
  .redactor-styles table + h4,
  .redactor-styles table + h5,
  .redactor-styles table + h6,
  .redactor-styles form + h2,
  .redactor-styles form + h3,
  .redactor-styles form + h4,
  .redactor-styles form + h5,
  .redactor-styles form + h6,
  .redactor-styles figure + h2,
  .redactor-styles figure + h3,
  .redactor-styles figure + h4,
  .redactor-styles figure + h5,
  .redactor-styles figure + h6 {
    margin-top: 24px; }
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles ul ul,
  .redactor-styles ol ol,
  .redactor-styles ul ol,
  .redactor-styles ol ul {
    margin: 0 0 0 24px; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin-bottom: 16px; }
  .redactor-styles blockquote {
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic; }
    .redactor-styles blockquote cite {
      font-size: 80%; }
  .redactor-styles address {
    font-style: normal; }
  .redactor-styles dl dt {
    font-weight: bold; }
  .redactor-styles dd {
    margin-left: 24px; }
  .redactor-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor-styles s,
  .redactor-styles del {
    text-decoration: line-through; }
  .redactor-styles abbr[title],
  .redactor-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor-styles strong,
  .redactor-styles b {
    font-weight: bold; }
  .redactor-styles em,
  .redactor-styles i {
    font-style: italic; }
  .redactor-styles sub,
  .redactor-styles sup {
    position: relative;
    margin-left: .2rem;
    font-size: 10px;
    line-height: 0; }
  .redactor-styles sup {
    top: -.4rem; }
  .redactor-styles sub {
    bottom: -.2rem; }
  .redactor-styles strong:empty, .redactor-styles b:empty, .redactor-styles em:empty, .redactor-styles i:empty, .redactor-styles sup:empty, .redactor-styles sub:empty, .redactor-styles u:empty, .redactor-styles ins:empty {
    display: inline-block;
    min-width: 1px;
    min-height: 1rem; }
  .redactor-styles figcaption {
    margin: 4px 0;
    color: #999;
    text-align: left;
    font-size: .85em; }
  .redactor-styles ins,
  .redactor-styles u {
    text-decoration: underline; }
  .redactor-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor-styles pre,
  .redactor-styles code,
  .redactor-styles kbd,
  .redactor-styles samp,
  .redactor-styles var,
  .redactor-styles output {
    font-style: normal;
    font-size: 90%;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
  .redactor-styles pre {
    overflow: auto;
    margin-top: 16px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.75);
    word-wrap: normal;
    font-size: 90%;
    line-height: 24px; }
  .redactor-styles mark,
  .redactor-styles code,
  .redactor-styles samp,
  .redactor-styles kbd {
    display: inline-block;
    padding: 2px 4px 1px 4px;
    border-radius: 3px;
    line-height: 1; }
  .redactor-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor-styles pre code {
    padding: 0;
    border: none;
    background: none;
    font-size: 100%;
    line-height: 24px; }
  .redactor-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto; }
  .redactor-styles embed,
  .redactor-styles object {
    height: 100%; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show; }
    .redactor-styles table caption {
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      padding: 16px;
      padding-bottom: 15px;
      border: 1px solid #eee; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles .video-container {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
    height: 0; }
    .redactor-styles .video-container iframe,
    .redactor-styles .video-container object,
    .redactor-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .redactor-styles .p--intro {
    font-size: 1.25em; }
  .redactor-styles .p--footnote,
  .redactor-styles .p--caption {
    color: #999;
    font-size: .85em; }

/*
  Overrides on default confirm styles via Node
*/
.select2 {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  height: auto;
  min-height: 2.5em;
  padding: 0 .35em;
  border: 2px solid #bbbbbe;
  border-radius: 3px;
  box-shadow: inset 0 3px rgba(161, 157, 161, 0.15), 0 3px rgba(34, 34, 34, 0.075);
  outline: none !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5em; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #73c7de;
  border-radius: 3px;
  box-shadow: inset 0 3px rgba(161, 157, 161, 0.15), 0 3px rgba(34, 34, 34, 0.075); }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 2px solid #73c7de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 8px;
  background: #e5f4f8;
  border: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  vertical-align: middle;
  color: rgba(17, 114, 127, 0.4); }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f76b6e; }

.select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
  padding: 0;
  box-shadow: none; }

.select2-dropdown {
  background: #fff;
  border: 2px solid #bbbbbe;
  border-radius: 3px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
  font-size: 0.85rem; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e5f4f8; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007593; }

.v-auth {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/images/auth-background.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/images/auth-background.jpg");
  background-position: top center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  color: #222;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 640px) {
    .v-auth {
      display: block; } }

.v-auth__card {
  width: 50vw; }
  @media (max-width: 640px) {
    .v-auth__card {
      position: relative;
      top: 2em;
      left: 5vw;
      width: 90vw; } }

.v-auth__gravatar {
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-filter: sepia(1) hue-rotate(170deg) saturate(0.5);
          filter: sepia(1) hue-rotate(170deg) saturate(0.5);
  opacity: .25;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.v-auth__logo {
  top: -.1em;
  width: auto;
  height: 2em;
  vertical-align: middle; }

.v-auth__title {
  max-width: 10em;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .v-auth__title {
      font-size: 6vw; } }
  .v-auth__title.-small {
    max-width: none; }

.v-auth__form {
  max-width: 32em;
  margin-right: auto;
  margin-left: auto;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03); }
  .v-auth__form [disabled] {
    color: #fff; }

.v-auth__lang {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 2000;
  font-size: 0.75rem; }
  .v-auth__lang ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    .v-auth__lang ul li {
      display: inline-block; }
  .v-auth__lang a {
    padding: 0 .25em;
    border-bottom: none;
    text-transform: uppercase; }
  .v-auth__lang .-active,
  .v-auth__lang .active {
    font-weight: 600; }

.v-auth__credit {
  position: fixed;
  bottom: 3px;
  left: 3px;
  z-index: 10;
  opacity: .15;
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
