@charset "UTF-8";
.legacy-modals {
  @import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700&display=swap");
  /* custom styles */
  /* library */
  /* play lab button */
  /* common classes */
  /* upstream CSS reset */
  /* modal and portal styles */
  /*!
   * Bootstrap v3.1.1 (http://getbootstrap.com)
   * Copyright 2011-2014 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  /*!
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
  /*
   * angular-tooltips
   * 1.2.2
   * 
   * Angular.js tooltips module.
   * http://720kb.github.io/angular-tooltips
   * 
   * MIT license
   * Tue Jun 20 2017
   */

  /*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
  /*nprogress*/
  /*ngTagsInput*/
  /*trip.js*/
  /*tui editor*/
  /* height */
  /* tui editor */
  /* Essential element style */
  /* default UI Styles */
  /*code mirror*/

  /*nprogress*/
  /*ngTagsInput*/
  /*!
   * TOAST UI Color Picker
   * @version 2.2.6
   * @author NHN FE Development Team <dl_javascript@nhn.com>
   * @license MIT
   */
  /**
   * Minified by jsDelivr using clean-css v4.1.9.
   * Original file: /npm/jquery-form-styler@2.0.2/dist/jquery.formstyler.css
   * 
   * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
   */

  /**
   * Swiper 6.4.5
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2020 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: December 18, 2020
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
  /**
   * Swiper 6.4.5
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2020 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: December 18, 2020
   */
  /*
   * This combined file was created by the DataTables downloader builder:
   *   https://datatables.net/download
   *
   * To rebuild or modify this file with the latest versions of the included
   * software please visit:
   *   https://datatables.net/download/#bs/dt-1.10.23
   *
   * Included libraries:
   *  DataTables 1.10.23
   */
}
.legacy-modals .gshHeader {
  border-color: #aebb7a;
  opacity: 11%;
  margin-bottom: 10px;
}
.legacy-modals :root {
  --color-foreground: #333333;
  --color-background: #ffffff;
  --color-dim-foreground: #777777;
  --color-panels-background: #f7f7f7;
  --color-panels-separator: #dddddd;
  --color-panels-shadow: rgba(0, 0, 0, 0.1);
  --color-tools-background: #ffffff;
  --color-tools-separator: #dddddd;
  --color-tools-shadow: rgba(0, 0, 0, 0.1);
  --color-status-foreground: #ffffff;
  --color-status-background: #1a4f73;
  --color-tag-background: #ffffff;
  --color-boundaries: #d2001a;
  --color-threats: #a54242;
  --color-controls: #8c9440;
  --color-borders: #e6e6e6;
  --color-button-foreground: #333333;
  --color-button-background: #ffffff;
  --color-button-foreground-hover: #333333;
  --color-button-background-hover: #e9e9e9;
  --color-button-border: #bebebe;
  --color-button-emphasis-foreground: #ffffff;
  --color-button-emphasis-background: #202020;
  --color-button-emphasis-foreground-hover: #ffffff;
  --color-button-emphasis-background-hover: #555555;
  --color-chat-prompt-background: #f5fbff;
  --color-input-background: #ffffff;
  --color-text-hover: #666666;
  --color-editor: #ff00ff;
  --color-selection: #277bc07f;
  --color-node-shadow: #00000033;
  --color-entity: #f0c674;
  --color-process: #c5c8c6;
  --color-data-store: #8abeb7;
  --color-libray-panel: #ffffff90;
  --color-user-message-background: #d4ebed;
  --color-ai-message-background: #e6e6e6;
  --color-error-message-background: #e5cccc;
  --color-badge-background: #ff2222;
  --color-badge-foreground: #ffffff;
  --color-bulk-table-main-header-row: var(--color-foreground);
  --color-bulk-table-threats-controls-header-row: var(--color-borders);
  --color-bulk-table-node-row: #e2e0f2;
  --color-overlay-border: #cc00cc66;
  --color-overlay-background: #cc00cc15;
  --menu-width: 350px;
  --logo-height: 100px;
  --bulk-table-height: 300px;
  --chat-side-toolbar-width: 20px;
  --widgets-border-radius: 0.25em;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.legacy-modals .threat-model {
  display: flex;
  overflow: hidden;
  color: var(--color-foreground);
  height: 100vh;
}
.legacy-modals .threat-model {
  font-family: Poppins, sans-serif; /* XXX not inherited */
  font-size: 14px;
}
.legacy-modals .threat-model .spinner {
  display: none;
  align-items: center;
  column-gap: 0.5em;
  outline: none;
  user-select: none;
  background: var(--color-panels-background);
  box-shadow: 0 0 25px var(--color-panels-shadow);
  border: 1px solid var(--color-panels-separator);
}
.legacy-modals .threat-model .spinner[open] {
  display: flex;
}
.legacy-modals .threat-model .spinner i {
  animation: spin 2s infinite linear;
}
.legacy-modals .threat-model .diagram-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.legacy-modals .threat-model .bulk-table-container {
  border-top: 1px solid var(--color-borders);
  margin-right: -1px;
  z-index: 3;
  max-height: var(--bulk-table-height);
  overflow: auto;
}
.legacy-modals .threat-model .bulk-table-container table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.2rem;
}
.legacy-modals .threat-model .bulk-table-container .bulk-table > table > tr.header {
  position: sticky;
  top: 0;
  color: var(--color-background);
  background-color: var(--color-bulk-table-main-header-row);
}
.legacy-modals .threat-model .bulk-table-container .bulk-table > table > tr.header th {
  /* border: none; */
}
.legacy-modals .threat-model .bulk-table-container table .threats-controls details[open] {
  padding: 0.5em;
}
.legacy-modals .threat-model .bulk-table-container table .threats-controls details[open] summary {
  margin-bottom: 0.5em;
}
.legacy-modals .threat-model .bulk-table-container table .threats-controls table {
  border: 5px solid var(--color-bulk-table-threats-controls-header-row);
}
.legacy-modals .threat-model .bulk-table-container table .threats-controls table > tr.header {
  background-color: var(--color-bulk-table-threats-controls-header-row);
}
.legacy-modals .threat-model .bulk-table-container table tr.header + tr.node {
  border: none;
}
.legacy-modals .threat-model .bulk-table-container table tr.node {
  border-top: 2px solid var(--color-foreground);
}
.legacy-modals .threat-model .bulk-table-container table tr.node td:first-child {
  font-weight: bold;
}
.legacy-modals .threat-model .bulk-table-container table tr.threat td:first-child {
  font-weight: bold;
  color: var(--color-threats);
}
.legacy-modals .threat-model .bulk-table-container table tr.control td:first-child {
  font-weight: bold;
  color: var(--color-controls);
}
.legacy-modals .threat-model .bulk-table-container table summary {
  cursor: pointer;
}
.legacy-modals .threat-model .bulk-table-container table summary {
  text-align: center;
}
.legacy-modals .threat-model .bulk-table-container table th, .legacy-modals .threat-model .bulk-table-container table td {
  white-space: nowrap;
  border: 1px solid var(--color-borders);
  padding: 0.25em;
}
.legacy-modals .threat-model .bulk-table-container table td.expand {
  width: 100%;
  white-space: normal;
}
.legacy-modals .threat-model .bulk-table-container table td textarea {
  width: 100%;
  resize: vertical;
  display: block;
  box-sizing: border-box;
}
.legacy-modals .threat-model .bulk-table-container table th {
  font-weight: normal;
  font-size: 1rem;
}
.legacy-modals .threat-model .bulk-table-container .bulk-table summary {
  margin-left: 1em;
}
.legacy-modals .threat-model .diagram-column .disclaimer {
  font-size: 11px;
  color: var(--color-dim-foreground);
  text-align: center;
  margin-right: -1px;
  z-index: 3;
  background-color: var(--color-panels-background);
  user-select: none;
}
.legacy-modals .threat-model .diagram-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.legacy-modals .threat-model .diagram-area-shadow {
  box-shadow: inset 0 0 25px var(--color-panels-shadow);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.legacy-modals .threat-model .tools {
  background-color: var(--color-tools-background);
  border-bottom: 1px solid var(--color-borders);
  margin-right: -1px;
  z-index: 3;
}
.legacy-modals .threat-model .tools hr {
  flex-grow: 0;
  margin: 0 0.25rem;
  border: 0;
  width: 1px;
  height: auto;
  background-color: var(--color-tools-separator);
}
.legacy-modals .threat-model .tools #model-status {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.legacy-modals .threat-model .tools #model-status > div:empty {
  display: none;
}
.legacy-modals .threat-model .tools #model-status > div {
  color: var(--color-status-foreground);
  background-color: var(--color-status-background);
  border-radius: 1em;
  padding: 0.2em 0.75em;
  font-size: 12px;
}
.legacy-modals .threat-model .tools #model-name {
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legacy-modals .threat-model .tools #model-name:empty::before {
  content: "Untitled model";
}
.legacy-modals .threat-model .diagram-canvas {
  flex-grow: 1;
  background-color: var(--color-background);
  overflow: hidden;
}
.legacy-modals .threat-model .diagram-canvas canvas {
  outline: none;
}
.legacy-modals .threat-model .overview {
  transition: opacity 250ms;
  opacity: 0;
  width: 150px;
  height: 150px;
  position: absolute;
  background: var(--color-background);
  z-index: 2;
  border: 1px solid var(--color-borders);
  box-shadow: 0 0 25px var(--color-panels-shadow);
  border-radius: var(--widgets-border-radius);
  margin: 10px;
}
.legacy-modals .threat-model .legend {
  display: flex;
  justify-content: space-evenly;
  column-gap: 1em;
  align-items: center;
  padding: 0 0.5em;
  font-size: 13px;
  z-index: 2;
}
.legacy-modals .threat-model .legend .list-item label.tag {
  cursor: auto;
}
.legacy-modals .threat-model .legend .threats, .legacy-modals .threat-model .legend .controls {
  display: flex;
  flex-direction: column;
}
.legacy-modals .threat-model .diagram-menu {
  background-color: var(--color-panels-background);
  border-left: 1px solid var(--color-borders);
  z-index: 2;
  box-sizing: border-box;
  user-select: none;
  overflow-y: auto;
  padding: 0 0.5rem;
  flex-basis: var(--menu-width);
  flex-grow: 0;
  flex-shrink: 0;
}
.legacy-modals .threat-model .diagram-menu .logo-container {
  cursor: pointer;
  margin: 0;
  margin-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  border-bottom: 1px solid var(--color-borders);
  position: sticky;
  top: 0;
  box-shadow: 0px 0px 10px 0px var(--color-tools-shadow);
  z-index: 1;
  height: var(--logo-height);
  background-color: var(--color-tools-background);
  background-image: url(/assets/img/logo.png);
  background-size: calc(100% - 4rem);
  background-repeat: no-repeat;
  background-position: center;
}
.legacy-modals .threat-model .diagram-menu hr {
  border: none;
  border-top: 1px solid var(--color-panels-separator);
  margin: 1em -0.5rem;
}
.legacy-modals .threat-model .diagram-menu .list-item {
  margin-top: 0.5em;
}
.legacy-modals .threat-model .diagram-menu .list-item details {
  flex-grow: 1;
}
.legacy-modals .threat-model .diagram-menu .list-item details summary {
  padding: 0;
}
.legacy-modals .threat-model .diagram-menu .list-item details[open] {
  border: 1px solid var(--color-panels-separator);
  padding: 0.25em;
}
.legacy-modals .threat-model .diagram-menu .list-item details textarea.threat-control-notes {
  cursor: revert;
  width: 100%;
  height: 3em;
  min-height: 3em;
  resize: vertical;
}
.legacy-modals .threat-model .diagram-menu .list-item details label {
  display: inline-block;
  margin: 0.5em;
}
.legacy-modals .threat-model .diagram-menu .list-item details button {
  float: right;
  margin-top: 0.25em;
}
.legacy-modals .threat-model .diagram-menu .scenario {
  width: 100%;
  height: 25em;
  min-height: 5em;
  resize: vertical;
}
.legacy-modals .threat-model .diagram-menu .chat {
  height: calc(100vh - var(--logo-height) - 0.5rem - 1px);
  display: flex;
  flex-direction: column;
}
.legacy-modals .threat-model .diagram-menu .chat-log {
  border: 1px solid var(--color-button-border);
  border-bottom: 0;
}
.legacy-modals .threat-model .diagram-menu .chat-log {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  row-gap: 0.5em;
  align-items: flex-start;
  border-radius: var(--widgets-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 1;
  overflow-y: auto;
}
.legacy-modals .threat-model .diagram-menu .chat-log > div {
  background-color: var(--color-button-background-hover);
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  user-select: text;
  width: 80%;
  word-break: break-word;
}
.legacy-modals .threat-model .diagram-menu .chat-log div.human {
  align-self: end;
  background-color: var(--color-user-message-background);
  border-top-right-radius: 0;
}
.legacy-modals .threat-model .diagram-menu .chat-log div.ai {
  align-self: start;
  background-color: var(--color-ai-message-background);
  border-top-left-radius: 0;
}
.legacy-modals .threat-model .diagram-menu .chat-log div.ai.error {
  background-color: var(--color-error-message-background);
}
.legacy-modals .threat-model .diagram-menu .chat-tools {
  background: var(--color-panels-background);
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container {
  border: 1px solid var(--color-button-border);
  border-top: none;
  border-radius: var(--widgets-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem;
  padding-right: 0;
  display: flex;
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-prompt {
  resize: none;
  max-height: 25em;
  outline: none;
  border: none;
  padding: 1rem;
  background-color: var(--color-user-message-background);
  border-radius: 1em;
  flex-grow: 1;
  align-self: stretch;
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-buttons {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1em;
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-buttons i {
  cursor: pointer;
  font-size: var(--chat-side-toolbar-width);
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-buttons i:hover {
  color: var(--color-text-hover);
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-buttons .chat-clear-attachments {
  position: relative;
}
.legacy-modals .threat-model .diagram-menu .chat-tools .chat-prompt-container .chat-buttons .chat-clear-attachments::after {
  content: attr(data-count);
  position: absolute;
  color: var(--color-badge-foreground);
  background-color: var(--color-badge-background);
  border-radius: 2px;
  padding: 0.2em 0.2em;
  top: 0;
  right: 2px;
  font-family: sans-serif;
  font-size: 10px;
}
.legacy-modals .threat-model .toolbar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 0.2em;
  row-gap: 0.3em;
  margin: 0.5em;
}
.legacy-modals .threat-model .toolbar button {
  padding: 0 0.25em;
  border-radius: 0.25em;
  height: 1.25lh;
}
.legacy-modals .threat-model .list-item {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.legacy-modals .threat-model .list-item input[type=text] {
  width: 100%;
}
.legacy-modals .threat-model input[type=radio], .legacy-modals .threat-model input[type=checkbox] {
  cursor: pointer;
}
.legacy-modals .threat-model .list-item.disable input, .legacy-modals .threat-model .list-item.disable label {
  cursor: not-allowed;
}
.legacy-modals .threat-model .list-item label.tag {
  color: var(--color-tag-background);
  font-family: monospace;
  font-size: 10px;
  padding: 2px;
  border-radius: 2px;
}
.legacy-modals .threat-model .list-item label.tag.threats {
  background-color: var(--color-threats);
}
.legacy-modals .threat-model .list-item label.tag.controls {
  background-color: var(--color-controls);
}
.legacy-modals .threat-model .list-item label.text {
  flex-grow: 1;
}
.legacy-modals .threat-model .message {
  text-align: center;
  font-style: italic;
}
.legacy-modals .threat-model .component-label {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.legacy-modals .threat-model .node-notes {
  margin-top: 0.5em;
  width: 100%;
  height: 3em;
  min-height: 3em;
  resize: vertical;
}
.legacy-modals .threat-model .node-type {
  display: block;
  width: 100%;
}
.legacy-modals .threat-model .component-type {
  font-size: 16px;
  text-align: center;
}
.legacy-modals .threat-model .custom-boundaries {
  width: 100%;
  height: 10em;
  resize: vertical;
}
.legacy-modals .threat-model .custom {
  width: 100%;
  height: 5em;
  resize: vertical;
}
.legacy-modals .threat-model .filter {
  margin-top: 1em;
  display: flex;
  column-gap: 0.5em;
}
.legacy-modals .threat-model .filter input {
  width: 100%;
}
.legacy-modals .threat-model .tinfo {
  cursor: pointer;
}
.legacy-modals .threat-model .tinfo:hover {
  color: var(--color-text-hover);
}
.legacy-modals .threat-model label {
  cursor: pointer;
}
.legacy-modals .threat-model input, .legacy-modals .threat-model textarea, .legacy-modals .threat-model select {
  border: 1px solid var(--color-button-border);
  background-color: var(--color-input-background);
  border-radius: var(--widgets-border-radius);
  box-sizing: border-box;
}
.legacy-modals .threat-model select {
  cursor: pointer;
  text-align: center;
}
.legacy-modals .threat-model button {
  padding: 0 0.5em;
  cursor: pointer;
  color: var(--color-button-foreground);
  background: var(--color-button-background);
  border: 1px solid var(--color-button-border);
  border-radius: 0.25em;
  height: 1.5lh;
}
.legacy-modals .threat-model button svg {
  fill: var(--color-button-foreground);
}
.legacy-modals .threat-model button:enabled:hover {
  color: var(--color-button-foreground-hover);
  background: var(--color-button-background-hover);
}
.legacy-modals .threat-model button:enabled:hover svg {
  fill: var(--color-button-foreground-hover);
}
.legacy-modals .threat-model button:disabled {
  cursor: not-allowed;
  color: var(--color-button-border);
}
.legacy-modals .threat-model button:disabled svg {
  fill: var(--color-button-border);
}
.legacy-modals .threat-model button.emphasis {
  color: var(--color-button-emphasis-foreground);
  background: var(--color-button-emphasis-background);
  border: none;
}
.legacy-modals .threat-model button.emphasis:enabled:hover {
  color: var(--color-button-emphasis-foreground-hover);
  background: var(--color-button-emphasis-background-hover);
}
.legacy-modals .threat-model button.emphasis:disabled {
  color: var(--color-button-emphasis-border);
}
.legacy-modals .threat-model button.disable.pro {
  position: relative;
  padding-right: 25px;
}
.legacy-modals .threat-model button.disable.pro::after {
  content: "PRO";
  font-size: 8px;
  color: var(--color-button-emphasis-foreground);
  background: var(--color-button-border);
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 3px;
  padding-left: 3px;
  padding-right: 1px;
}
.legacy-modals .threat-model .diagram-menu details summary {
  list-style-type: none;
  cursor: pointer;
  padding: 0.5em;
  user-select: none;
}
.legacy-modals .threat-model .diagram-menu details summary:hover {
  color: var(--color-text-hover);
}
.legacy-modals .threat-model .diagram-menu details summary::-webkit-details-marker {
  display: none;
}
.legacy-modals .threat-model .diagram-menu details > summary::before {
  content: "＋";
  font-family: revert;
  margin-right: 0.25em;
}
.legacy-modals .threat-model .diagram-menu details[open] > summary::before {
  content: "－";
}
.legacy-modals .threat-model dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.legacy-modals #tmLibraryContainer {
  z-index: 4;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: calc(var(--menu-width) - 1px);
  border: 1px solid var(--color-panels-shadow);
  border-top: none;
  border-left: none;
  background: var(--color-libray-panel);
  padding-left: 1em;
  padding-right: 30px;
}
.legacy-modals #tmLibraryContainer::before {
  content: "";
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.legacy-modals #tmLibraryContainer .closeTMLibraryBtn {
  font-size: 0;
  position: fixed;
  right: var(--menu-width);
}
.legacy-modals #tmLibraryContainer .closeTMLibraryBtn:hover {
  color: var(--color-text-hover);
}
.legacy-modals #tmLibraryContainer .closeTMLibraryBtn::before {
  content: "×";
  font-family: revert;
  cursor: pointer;
  display: block;
  padding-top: 1px;
  font-size: 16px;
  width: 30px;
  text-align: center;
}
.legacy-modals #tmLibraryContainer #tmLibraryViewer p {
  font-size: 14px;
  margin: 0.5em 0;
  font-weight: 300;
  text-align: justify;
}
.legacy-modals #tmLibraryContainer #tmLibraryViewer strong {
  line-height: 45px;
}
.legacy-modals #playLab {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
  border: solid 2px transparent;
  border-radius: 10px !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #005AEC, #12DFE7);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  line-height: 18px;
  cursor: pointer;
  outline: none;
}
.legacy-modals #playLab:hover {
  box-shadow: none !important;
  color: #fff;
}
.legacy-modals .blue-border {
  border: 1.5px solid #3F51B5;
  border-radius: 10px;
  background: transparent;
  outline: none;
  padding: 10px 16px;
  color: #3F51B5;
  cursor: pointer;
}
.legacy-modals .blue-border:hover, .legacy-modals .blue-border:active {
  color: #FFF;
  background: #0cadea;
}
.legacy-modals .blue-border:focus {
  outline: none !important;
}
.legacy-modals .play-btn .white_playbtn {
  display: none;
}
.legacy-modals .play-btn:hover .blue_playbtn {
  display: none;
}
.legacy-modals .play-btn:hover .white_playbtn {
  display: inline-block;
}
.legacy-modals .threat-model .hide {
  display: none;
}
.legacy-modals .threat-model .center {
  text-align: center;
}
.legacy-modals .threat-model .disable, .legacy-modals input:disabled {
  cursor: not-allowed !important;
}
.legacy-modals .threat-model .header {
  font-size: 16px;
}
.legacy-modals .threat-model {
  line-height: initial;
}
.legacy-modals .threat-model label {
  font-weight: revert;
  margin: 0;
}
.legacy-modals .threat-model p {
  margin: 1em 0;
}
.legacy-modals .threat-model input[type=checkbox] {
  margin: revert;
}
.legacy-modals .threat-model strong {
  font-weight: revert;
}
.legacy-modals .threat-model .icon {
  /* must match font awesome size */
  width: 18px;
  height: 14px;
  vertical-align: middle;
}
.legacy-modals button, .legacy-modals input, .legacy-modals select, .legacy-modals textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.legacy-modals #savedModels .modal-dialog {
  background: white;
  width: 83% !important;
}
.legacy-modals #savedModels .popup-btn-group {
  margin-left: 20px;
}
.legacy-modals #modelRevisions .modal-dialog {
  width: 83% !important;
}
.legacy-modals .modelNotSaved {
  text-align: center;
  margin-top: 20px;
}
.legacy-modals .noModelsSaved p {
  text-align: center;
  margin-top: 6%;
  margin-bottom: 6%;
}
.legacy-modals .marginTop20 {
  margin-top: 20px;
}
.legacy-modals .marginTop10 {
  margin-top: 10px;
}
.legacy-modals .marginLeft10 {
  margin-left: 10px;
}
.legacy-modals .marginLeft20 {
  margin-left: 20px;
}
.legacy-modals .fInput {
  font: 200 1em sans-serif;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0.6em 1em;
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.legacy-modals .blue_btn:focus, .legacy-modals .blue_btn:hover {
  color: #afcdda;
}
.legacy-modals .blue_btn-nohov {
  background: linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: default;
  width: fit-content;
  display: block;
  width: -moz-max-content;
}
.legacy-modals .blue_btn {
  background: linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  width: fit-content;
  display: block;
  width: -moz-max-content;
}
.legacy-modals .blue_btn img, .legacy-modals .blue_btn svg, .legacy-modals .transparent_btn img {
  margin-left: 10px;
}
.legacy-modals .white_btn {
  background: #fff;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  width: fit-content;
  display: block;
  width: -moz-max-content;
}
.legacy-modals .white_btn span {
  background: -webkit-linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.legacy-modals .close_btn {
  width: 20px;
  height: 20px;
  padding: 4px;
  background-image: url("../img/close_btn.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.legacy-modals .block_style {
  background: #fff;
  box-shadow: 0px 0px 15px rgb(143 148 150/10%);
  border-radius: 10px;
  padding: 10px 15px;
}
.legacy-modals .blue-border:hover, .legacy-modals .blue-border:active {
  color: #FFF;
  background: #0cadea;
}
.legacy-modals .blue-border {
  border: 1px solid #0cadea;
  border-radius: 10px;
  background: transparent;
  outline: none;
}
.legacy-modals .orange-border:hover, .legacy-modals .orange-border:active {
  color: #FFF;
  background: #ffa726;
}
.legacy-modals .orange-border {
  border: 1px solid #ffa726;
  border-radius: 10px;
  background: transparent;
  outline: none;
}
.legacy-modals .border-button {
  padding: 4px 30px;
  border-radius: 20px;
  border: #007FAA 1px solid;
  color: #007FAA;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.legacy-modals .border-button:hover {
  border: 1px solid #005AEC;
  color: #005AEC;
}
.legacy-modals .block_style {
  background: #FFF;
  box-shadow: 0px 0px 15px rgb(143 148 150/10%);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.legacy-modals .size_36 {
  font-size: 36px;
  font-weight: 600;
}
.legacy-modals .block_title {
  margin-bottom: 10px;
}
.legacy-modals .link_style {
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-max-content;
}
.legacy-modals .link_style img {
  margin-left: 6px;
}
.legacy-modals .link_style span {
  font-weight: 600;
  color: #06053B;
}
.legacy-modals .redrounded_btn {
  border-radius: 20px;
  color: #ec0404;
  padding: 4px 10px;
  height: 30px;
  font-weight: 600;
  border: #ec0404 1px solid;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-max-content;
}
.legacy-modals .orangerounded_btn {
  border-radius: 20px;
  color: #ffa726;
  padding: 4px 10px;
  height: 30px;
  font-weight: 600;
  border: #ffa726 1px solid;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  width: -moz-max-content;
}
.legacy-modals .orangerounded_btn:hover {
  color: #FFF;
  background: #ffa726;
}
.legacy-modals .greenrounded_btn {
  border-radius: 20px;
  color: #4cae4c;
  padding: 4px 10px;
  height: 30px;
  font-weight: 600;
  border: #4cae4c 1px solid;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-max-content;
}
.legacy-modals .greenrounded_btn:hover {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.legacy-modals .greenrounded_btn[disabled], .legacy-modals .redrounded_btn[disabled], .legacy-modals .orangerounded_btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.legacy-modals .redrounded_btn:hover {
  color: #FFF;
  background: #ec0404;
}
.legacy-modals .pointer {
  cursor: pointer;
}
.legacy-modals .rounded_btn, .legacy-modals .transparent_btn {
  border-radius: 20px;
  padding: 4px 10px;
  height: 30px;
  font-weight: 600;
  border: #005AEC 1px solid;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-max-content;
  text-align: center;
}
.legacy-modals .rounded_btn:after, .legacy-modals .transparent_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
  z-index: 1;
  border-radius: 20px;
  transition: all 0.3s;
}
.legacy-modals .rounded_btn:before, .legacy-modals .transparent_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  border-radius: 20px;
}
.legacy-modals .rounded_btn span, .legacy-modals .transparent_btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: -webkit-linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.legacy-modals a.rounded-btn-blue[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.legacy-modals .rounded-btn-blue {
  cursor: pointer;
  border-radius: 20px;
  padding: 4px 10px;
  height: 30px;
  font-weight: 600;
  color: #ffffff;
  background: -webkit-linear-gradient(114.86deg, #005AEC -38.18%, #12DFE7 110.93%);
}
.legacy-modals .rounded-btn-blue:hover, .legacy-modals .rounded-btn-blue:active {
  color: #afcdda !important;
}
.legacy-modals .rounded_btn svg {
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
.legacy-modals .rounded_btn:hover svg path {
  fill: #fff;
}
.legacy-modals .rounded_btn:hover::before {
  width: 0px;
}
.legacy-modals a.rounded_btn:hover, .legacy-modals a.redrounded_btn:hover, .legacy-modals a.orangerounded_btn:hover, .legacy-modals a.greenrounded_btn:hover {
  text-decoration: none;
}
.legacy-modals .inline {
  display: inline;
}
.legacy-modals .rounded_btn:hover span {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.legacy-modals .descriptionTextarea{
  width: 100%;
  resize: none;
  padding: 7px;
  border-radius: 8px;
  height: 125px;
}
.legacy-modals #shareLink {
  width: 100%;
  font: 700 12px Menlo, Monaco, Consolas, "Courier New", monospace;
  text-align: center;
  height: 38px;
  color: #2020b3;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 4px;
  cursor: pointer;
}
.legacy-modals #saveOrSaveCopy .popup-btn-group, .legacy-modals #modelName .popup-btn-group, .legacy-modals #removeModel .popup-btn-group {
  margin-bottom: 20px;
}
.legacy-modals .readOnlyToggle .toggle.btn.btn-default.off {
  width: 220px !important;
}
.legacy-modals .readOnlyToggle .toggle.btn.btn-primary {
  width: 150px !important;
}
.legacy-modals .currentRevision {
  display: block;
  font-weight: 600;
  color: #0a90ea;
  font-variant: all-small-caps;
}
.legacy-modals .revisionChangesDetails {
  white-space: pre-wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f4efef;
  padding: 15px;
  border-radius: 10px;
}
.legacy-modals .inlineBlock {
  display: inline-block;
}
.legacy-modals .light {
  font-weight: 100;
}
.legacy-modals .disconnectJiraClass {
  float: right;
  margin-right: 25px;
  margin-top: -82px;
}
.legacy-modals [ng\:cloak],
.legacy-modals [ng-cloak],
.legacy-modals [data-ng-cloak],
.legacy-modals [x-ng-cloak],
.legacy-modals .ng-cloak,
.legacy-modals .x-ng-cloak {
  display: none !important;
}
.legacy-modals #tc-nav-tab {
  margin-bottom: 15px;
}
.legacy-modals .tc-textarea {
  border-radius: 5px;
  padding: 5px;
  resize: none;
  font-size: 12px;
}
.legacy-modals .tc-subtask-title {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 18px;
}
.legacy-modals .tc-subtask-pagination {
  text-align: right;
}
.legacy-modals .tc-save-subtasks {
  margin-top: -100px;
}
.legacy-modals .fileTypes {
  font-weight: 100;
  font-style: italic;
}
.legacy-modals #jiraWebsiteSelection ol {
  width: 500px;
}
.legacy-modals .floatRight {
  float: right;
}
.legacy-modals .withChildrenToggle .toggle.btn.btn-default.off {
  width: 185px !important;
}
.legacy-modals .withChildrenToggle .toggle.btn.btn-primary {
  width: 185px !important;
}
.legacy-modals .bInput {
  font: 200 1em sans-serif;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0.6em 1em;
}
.legacy-modals .btn-warning.outline[disabled] {
  background-color: #e6e6e6;
  cursor: not-allowed !important;
}
.legacy-modals .btn-primary.outline[disabled] {
  background-color: #e6e6e6;
  cursor: not-allowed !important;
}
.legacy-modals .btn-success.outline[disabled] {
  background-color: #e6e6e6;
  cursor: not-allowed !important;
}
.legacy-modals .btn-danger.outline[disabled] {
  background-color: #e6e6e6;
  color: #000;
  cursor: not-allowed !important;
}
.legacy-modals .btn-info.outline {
  color: #00A3C7;
  background-color: transparent;
  transition: all 0.25s;
}
.legacy-modals .btn-primary.outline {
  background-color: #FFF;
  color: #007bb6;
}
.legacy-modals .btn-primary.outline {
  color: #428bca;
}
.legacy-modals .btn-success.outline {
  color: #5cb85c;
}
.legacy-modals .btn-info.outline {
  color: #5bc0de;
}
.legacy-modals .btn-warning.outline {
  color: #f0ad4e;
}
.legacy-modals .btn-danger.outline {
  color: #d9534f;
}
.legacy-modals .outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.25s;
}
.legacy-modals .marginBottom20 {
  margin-bottom: 20px;
}
.legacy-modals body, .legacy-modals figure {
  margin: 0;
}
.legacy-modals .has-feedback, .legacy-modals sub, .legacy-modals sup {
  position: relative;
}
.legacy-modals .fa, .legacy-modals .glyphicon {
  -moz-osx-font-smoothing: grayscale;
}
.legacy-modals html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.legacy-modals article, .legacy-modals aside, .legacy-modals details, .legacy-modals figcaption, .legacy-modals figure, .legacy-modals footer, .legacy-modals header, .legacy-modals hgroup, .legacy-modals main, .legacy-modals nav, .legacy-modals section, .legacy-modals summary {
  display: block;
}
.legacy-modals audio, .legacy-modals canvas, .legacy-modals progress, .legacy-modals video {
  display: inline-block;
  vertical-align: baseline;
}
.legacy-modals audio:not([controls]) {
  display: none;
  height: 0;
}
.legacy-modals [hidden], .legacy-modals template {
  display: none;
}
.legacy-modals a {
  background: 0 0;
}
.legacy-modals a:active, .legacy-modals a:hover {
  outline: 0;
}
.legacy-modals b, .legacy-modals optgroup, .legacy-modals strong {
  font-weight: 700;
}
.legacy-modals dfn {
  font-style: italic;
}
.legacy-modals h1 {
  margin: 0.67em 0;
}
.legacy-modals mark {
  color: #000;
  background: #ff0;
}
.legacy-modals sub, .legacy-modals sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.legacy-modals sup {
  top: -0.5em;
}
.legacy-modals sub {
  bottom: -0.25em;
}
.legacy-modals img {
  border: 0;
  vertical-align: middle;
}
.legacy-modals svg:not(:root) {
  overflow: hidden;
}
.legacy-modals hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.legacy-modals pre, .legacy-modals textarea {
  overflow: auto;
}
.legacy-modals code, .legacy-modals kbd, .legacy-modals pre, .legacy-modals samp {
  font-size: 1em;
}
.legacy-modals button, .legacy-modals input, .legacy-modals optgroup, .legacy-modals select, .legacy-modals textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.legacy-modals .glyphicon, .legacy-modals address, .legacy-modals cite {
  font-style: normal;
}
.legacy-modals button {
  overflow: visible;
}
.legacy-modals button, .legacy-modals select {
  text-transform: none;
}
.legacy-modals button, .legacy-modals html input[type=button], .legacy-modals input[type=reset], .legacy-modals input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.legacy-modals button[disabled], .legacy-modals html input[disabled] {
  cursor: default;
}
.legacy-modals button::-moz-focus-inner, .legacy-modals input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.legacy-modals input[type=checkbox], .legacy-modals input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.legacy-modals input[type=number]::-webkit-inner-spin-button, .legacy-modals input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.legacy-modals input[type=search]::-webkit-search-cancel-button, .legacy-modals input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.legacy-modals table {
  border-spacing: 0;
  border-collapse: collapse;
}
.legacy-modals td, .legacy-modals th {
  padding: 0;
}
@media print {
  .legacy-modals blockquote, .legacy-modals img, .legacy-modals pre, .legacy-modals tr {
    page-break-inside: avoid;
  }
  .legacy-modals * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  .legacy-modals a, .legacy-modals a:visited {
    text-decoration: underline;
  }
  .legacy-modals a[href]:after {
    content: " (" attr(href) ")";
  }
  .legacy-modals abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .legacy-modals a[href^="#"]:after, .legacy-modals a[href^="javascript:"]:after {
    content: "";
  }
  .legacy-modals blockquote, .legacy-modals pre {
    border: 1px solid #999;
  }
  .legacy-modals thead {
    display: table-header-group;
  }
  .legacy-modals img {
    max-width: 100% !important;
  }
  .legacy-modals h2, .legacy-modals h3, .legacy-modals p {
    orphans: 3;
    widows: 3;
  }
  .legacy-modals h2, .legacy-modals h3 {
    page-break-after: avoid;
  }
  .legacy-modals select {
    background: #fff !important;
  }
  .legacy-modals .navbar {
    display: none;
  }
  .legacy-modals .table td, .legacy-modals .table th {
    background-color: #fff !important;
  }
  .legacy-modals .btn > .caret, .legacy-modals .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .legacy-modals .label {
    border: 1px solid #000;
  }
  .legacy-modals .table {
    border-collapse: collapse !important;
  }
  .legacy-modals .table-bordered td, .legacy-modals .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.legacy-modals .btn, .legacy-modals .btn-danger.active, .legacy-modals .btn-danger:active, .legacy-modals .btn-default.active, .legacy-modals .btn-default:active, .legacy-modals .btn-info.active, .legacy-modals .btn-info:active, .legacy-modals .btn-primary.active, .legacy-modals .btn-primary:active, .legacy-modals .btn-warning.active, .legacy-modals .btn-warning:active, .legacy-modals .btn.active, .legacy-modals .btn:active, .legacy-modals .dropdown-menu > .disabled > a:focus, .legacy-modals .dropdown-menu > .disabled > a:hover, .legacy-modals .form-control, .legacy-modals .navbar-toggle, .legacy-modals .open .dropdown-toggle.btn-danger, .legacy-modals .open .dropdown-toggle.btn-default, .legacy-modals .open .dropdown-toggle.btn-info, .legacy-modals .open .dropdown-toggle.btn-primary, .legacy-modals .open .dropdown-toggle.btn-warning {
  background-image: none;
}
.legacy-modals .img-thumbnail, .legacy-modals body {
  background-color: #fff;
}
.legacy-modals *, .legacy-modals :after, .legacy-modals :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy-modals html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
.legacy-modals body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.legacy-modals button, .legacy-modals input, .legacy-modals select, .legacy-modals textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.legacy-modals a {
  color: #428bca;
  text-decoration: none;
}
.legacy-modals a:focus, .legacy-modals a:hover {
  color: #2a6496;
  text-decoration: underline;
}
.legacy-modals a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.legacy-modals .carousel-inner > .item > a > img, .legacy-modals .carousel-inner > .item > img, .legacy-modals .img-responsive, .legacy-modals .thumbnail a > img, .legacy-modals .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.legacy-modals .img-rounded {
  border-radius: 6px;
}
.legacy-modals .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.legacy-modals .list-inline, .legacy-modals .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.legacy-modals .img-circle {
  border-radius: 50%;
}
.legacy-modals hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.legacy-modals .h1, .legacy-modals .h2, .legacy-modals .h3, .legacy-modals .h4, .legacy-modals .h5, .legacy-modals .h6, .legacy-modals h1, .legacy-modals h2, .legacy-modals h3, .legacy-modals h4, .legacy-modals h5, .legacy-modals h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.legacy-modals .h1 .small, .legacy-modals .h1 small, .legacy-modals .h2 .small, .legacy-modals .h2 small, .legacy-modals .h3 .small, .legacy-modals .h3 small, .legacy-modals .h4 .small, .legacy-modals .h4 small, .legacy-modals .h5 .small, .legacy-modals .h5 small, .legacy-modals .h6 .small, .legacy-modals .h6 small, .legacy-modals h1 .small, .legacy-modals h1 small, .legacy-modals h2 .small, .legacy-modals h2 small, .legacy-modals h3 .small, .legacy-modals h3 small, .legacy-modals h4 .small, .legacy-modals h4 small, .legacy-modals h5 .small, .legacy-modals h5 small, .legacy-modals h6 .small, .legacy-modals h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.legacy-modals .h1, .legacy-modals .h2, .legacy-modals .h3, .legacy-modals h1, .legacy-modals h2, .legacy-modals h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.legacy-modals .h1 .small, .legacy-modals .h1 small, .legacy-modals .h2 .small, .legacy-modals .h2 small, .legacy-modals .h3 .small, .legacy-modals .h3 small, .legacy-modals h1 .small, .legacy-modals h1 small, .legacy-modals h2 .small, .legacy-modals h2 small, .legacy-modals h3 .small, .legacy-modals h3 small {
  font-size: 65%;
}
.legacy-modals .h4, .legacy-modals .h5, .legacy-modals .h6, .legacy-modals h4, .legacy-modals h5, .legacy-modals h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy-modals .h4 .small, .legacy-modals .h4 small, .legacy-modals .h5 .small, .legacy-modals .h5 small, .legacy-modals .h6 .small, .legacy-modals .h6 small, .legacy-modals h4 .small, .legacy-modals h4 small, .legacy-modals h5 .small, .legacy-modals h5 small, .legacy-modals h6 .small, .legacy-modals h6 small {
  font-size: 75%;
}
.legacy-modals .h1, .legacy-modals h1 {
  font-size: 36px;
}
.legacy-modals .h2, .legacy-modals h2 {
  font-size: 30px;
}
.legacy-modals .h3, .legacy-modals h3 {
  font-size: 24px;
}
.legacy-modals .h4, .legacy-modals h4 {
  font-size: 18px;
}
.legacy-modals .h5, .legacy-modals h5 {
  font-size: 14px;
}
.legacy-modals .h6, .legacy-modals h6 {
  font-size: 12px;
}
.legacy-modals p {
  margin: 0 0 10px;
}
.legacy-modals .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
.legacy-modals dt, .legacy-modals label {
  font-weight: 700;
}
.legacy-modals address, .legacy-modals blockquote .small, .legacy-modals blockquote footer, .legacy-modals blockquote small, .legacy-modals dd, .legacy-modals dt, .legacy-modals pre {
  line-height: 1.42857143;
}
@media (min-width: 850px) {
  .legacy-modals .lead {
    font-size: 21px;
  }
}
.legacy-modals .small, .legacy-modals small {
  font-size: 85%;
}
.legacy-modals .text-left {
  text-align: left;
}
.legacy-modals .text-right {
  text-align: right;
}
.legacy-modals .text-center {
  text-align: center;
}
.legacy-modals .text-justify {
  text-align: justify;
}
.legacy-modals .text-muted {
  color: #999;
}
.legacy-modals .text-primary {
  color: #428bca;
}
.legacy-modals a.text-primary:hover {
  color: #3071a9;
}
.legacy-modals .text-success {
  color: #3c763d;
}
.legacy-modals a.text-success:hover {
  color: #2b542c;
}
.legacy-modals .text-info {
  color: #31708f;
}
.legacy-modals a.text-info:hover {
  color: #245269;
}
.legacy-modals .text-warning {
  color: #8a6d3b;
}
.legacy-modals a.text-warning:hover {
  color: #66512c;
}
.legacy-modals .text-danger {
  color: #a94442;
}
.legacy-modals a.text-danger:hover {
  color: #843534;
}
.legacy-modals .bg-primary {
  color: #fff;
  background-color: #428bca;
}
.legacy-modals a.bg-primary:hover {
  background-color: #3071a9;
}
.legacy-modals .bg-success {
  background-color: #dff0d8;
}
.legacy-modals a.bg-success:hover {
  background-color: #c1e2b3;
}
.legacy-modals .bg-info {
  background-color: #d9edf7;
}
.legacy-modals a.bg-info:hover {
  background-color: #afd9ee;
}
.legacy-modals .bg-warning {
  background-color: #fcf8e3;
}
.legacy-modals a.bg-warning:hover {
  background-color: #f7ecb5;
}
.legacy-modals .bg-danger {
  background-color: #f2dede;
}
.legacy-modals a.bg-danger:hover {
  background-color: #e4b9b9;
}
.legacy-modals pre code, .legacy-modals table {
  background-color: transparent;
}
.legacy-modals .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.legacy-modals dl, .legacy-modals ol, .legacy-modals ul {
  margin-top: 0;
}
.legacy-modals blockquote ol:last-child, .legacy-modals blockquote p:last-child, .legacy-modals blockquote ul:last-child, .legacy-modals ol ol, .legacy-modals ol ul, .legacy-modals ul ol, .legacy-modals ul ul {
  margin-bottom: 0;
}
.legacy-modals address, .legacy-modals dl {
  margin-bottom: 20px;
}
.legacy-modals ol, .legacy-modals ul {
  margin-bottom: 10px;
}
.legacy-modals .list-inline {
  margin-left: -5px;
}
.legacy-modals .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.legacy-modals dd {
  margin-left: 0;
}
@media (min-width: 850px) {
  .legacy-modals .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .legacy-modals .dl-horizontal dd {
    margin-left: 180px;
  }
  .legacy-modals .container {
    width: 750px;
  }
}
.legacy-modals abbr[data-original-title], .legacy-modals abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.legacy-modals .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.legacy-modals blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.legacy-modals blockquote .small, .legacy-modals blockquote footer, .legacy-modals blockquote small {
  display: block;
  font-size: 80%;
  color: #999;
}
.legacy-modals legend, .legacy-modals pre {
  display: block;
  color: #333;
}
.legacy-modals blockquote .small:before, .legacy-modals blockquote footer:before, .legacy-modals blockquote small:before {
  content: "— ";
}
.legacy-modals .blockquote-reverse, .legacy-modals blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.legacy-modals code, .legacy-modals kbd {
  padding: 2px 4px;
  font-size: 90%;
}
.legacy-modals .blockquote-reverse .small:before, .legacy-modals .blockquote-reverse footer:before, .legacy-modals .blockquote-reverse small:before, .legacy-modals blockquote.pull-right .small:before, .legacy-modals blockquote.pull-right footer:before, .legacy-modals blockquote.pull-right small:before {
  content: "";
}
.legacy-modals .blockquote-reverse .small:after, .legacy-modals .blockquote-reverse footer:after, .legacy-modals .blockquote-reverse small:after, .legacy-modals blockquote.pull-right .small:after, .legacy-modals blockquote.pull-right footer:after, .legacy-modals blockquote.pull-right small:after {
  content: " —";
}
.legacy-modals blockquote:after, .legacy-modals blockquote:before {
  content: "";
}
.legacy-modals code, .legacy-modals kbd, .legacy-modals pre, .legacy-modals samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.legacy-modals code {
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.legacy-modals kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacy-modals pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.legacy-modals .container, .legacy-modals .container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.legacy-modals pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.legacy-modals .container, .legacy-modals .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.legacy-modals .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .legacy-modals .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .legacy-modals .container {
    width: 1170px;
  }
}
.legacy-modals .row {
  margin-right: -15px;
  margin-left: -15px;
}
.legacy-modals .col-lg-1, .legacy-modals .col-lg-10, .legacy-modals .col-lg-11, .legacy-modals .col-lg-12, .legacy-modals .col-lg-2, .legacy-modals .col-lg-3, .legacy-modals .col-lg-4, .legacy-modals .col-lg-5, .legacy-modals .col-lg-6, .legacy-modals .col-lg-7, .legacy-modals .col-lg-8, .legacy-modals .col-lg-9, .legacy-modals .col-md-1, .legacy-modals .col-md-10, .legacy-modals .col-md-11, .legacy-modals .col-md-12, .legacy-modals .col-md-2, .legacy-modals .col-md-3, .legacy-modals .col-md-4, .legacy-modals .col-md-5, .legacy-modals .col-md-6, .legacy-modals .col-md-7, .legacy-modals .col-md-8, .legacy-modals .col-md-9, .legacy-modals .col-sm-1, .legacy-modals .col-sm-10, .legacy-modals .col-sm-11, .legacy-modals .col-sm-12, .legacy-modals .col-sm-2, .legacy-modals .col-sm-3, .legacy-modals .col-sm-4, .legacy-modals .col-sm-5, .legacy-modals .col-sm-6, .legacy-modals .col-sm-7, .legacy-modals .col-sm-8, .legacy-modals .col-sm-9, .legacy-modals .col-xs-1, .legacy-modals .col-xs-10, .legacy-modals .col-xs-11, .legacy-modals .col-xs-12, .legacy-modals .col-xs-2, .legacy-modals .col-xs-3, .legacy-modals .col-xs-4, .legacy-modals .col-xs-5, .legacy-modals .col-xs-6, .legacy-modals .col-xs-7, .legacy-modals .col-xs-8, .legacy-modals .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.legacy-modals .col-xs-1, .legacy-modals .col-xs-10, .legacy-modals .col-xs-11, .legacy-modals .col-xs-12, .legacy-modals .col-xs-2, .legacy-modals .col-xs-3, .legacy-modals .col-xs-4, .legacy-modals .col-xs-5, .legacy-modals .col-xs-6, .legacy-modals .col-xs-7, .legacy-modals .col-xs-8, .legacy-modals .col-xs-9 {
  float: left;
}
.legacy-modals .col-xs-12 {
  width: 100%;
}
.legacy-modals .col-xs-11 {
  width: 91.66666667%;
}
.legacy-modals .col-xs-10 {
  width: 83.33333333%;
}
.legacy-modals .col-xs-9 {
  width: 75%;
}
.legacy-modals .col-xs-8 {
  width: 66.66666667%;
}
.legacy-modals .col-xs-7 {
  width: 58.33333333%;
}
.legacy-modals .col-xs-6 {
  width: 50%;
}
.legacy-modals .col-xs-5 {
  width: 41.66666667%;
}
.legacy-modals .col-xs-4 {
  width: 33.33333333%;
}
.legacy-modals .col-xs-3 {
  width: 25%;
}
.legacy-modals .col-xs-2 {
  width: 16.66666667%;
}
.legacy-modals .col-xs-1 {
  width: 8.33333333%;
}
.legacy-modals .col-xs-pull-12 {
  right: 100%;
}
.legacy-modals .col-xs-pull-11 {
  right: 91.66666667%;
}
.legacy-modals .col-xs-pull-10 {
  right: 83.33333333%;
}
.legacy-modals .col-xs-pull-9 {
  right: 75%;
}
.legacy-modals .col-xs-pull-8 {
  right: 66.66666667%;
}
.legacy-modals .col-xs-pull-7 {
  right: 58.33333333%;
}
.legacy-modals .col-xs-pull-6 {
  right: 50%;
}
.legacy-modals .col-xs-pull-5 {
  right: 41.66666667%;
}
.legacy-modals .col-xs-pull-4 {
  right: 33.33333333%;
}
.legacy-modals .col-xs-pull-3 {
  right: 25%;
}
.legacy-modals .col-xs-pull-2 {
  right: 16.66666667%;
}
.legacy-modals .col-xs-pull-1 {
  right: 8.33333333%;
}
.legacy-modals .col-xs-pull-0 {
  right: 0;
}
.legacy-modals .col-xs-push-12 {
  left: 100%;
}
.legacy-modals .col-xs-push-11 {
  left: 91.66666667%;
}
.legacy-modals .col-xs-push-10 {
  left: 83.33333333%;
}
.legacy-modals .col-xs-push-9 {
  left: 75%;
}
.legacy-modals .col-xs-push-8 {
  left: 66.66666667%;
}
.legacy-modals .col-xs-push-7 {
  left: 58.33333333%;
}
.legacy-modals .col-xs-push-6 {
  left: 50%;
}
.legacy-modals .col-xs-push-5 {
  left: 41.66666667%;
}
.legacy-modals .col-xs-push-4 {
  left: 33.33333333%;
}
.legacy-modals .col-xs-push-3 {
  left: 25%;
}
.legacy-modals .col-xs-push-2 {
  left: 16.66666667%;
}
.legacy-modals .col-xs-push-1 {
  left: 8.33333333%;
}
.legacy-modals .col-xs-push-0 {
  left: 0;
}
.legacy-modals .col-xs-offset-12 {
  margin-left: 100%;
}
.legacy-modals .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.legacy-modals .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.legacy-modals .col-xs-offset-9 {
  margin-left: 75%;
}
.legacy-modals .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.legacy-modals .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.legacy-modals .col-xs-offset-6 {
  margin-left: 50%;
}
.legacy-modals .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.legacy-modals .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.legacy-modals .col-xs-offset-3 {
  margin-left: 25%;
}
.legacy-modals .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.legacy-modals .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.legacy-modals .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 850px) {
  .legacy-modals .col-sm-1, .legacy-modals .col-sm-10, .legacy-modals .col-sm-11, .legacy-modals .col-sm-12, .legacy-modals .col-sm-2, .legacy-modals .col-sm-3, .legacy-modals .col-sm-4, .legacy-modals .col-sm-5, .legacy-modals .col-sm-6, .legacy-modals .col-sm-7, .legacy-modals .col-sm-8, .legacy-modals .col-sm-9 {
    float: left;
  }
  .legacy-modals .col-sm-12 {
    width: 100%;
  }
  .legacy-modals .col-sm-11 {
    width: 91.66666667%;
  }
  .legacy-modals .col-sm-10 {
    width: 83.33333333%;
  }
  .legacy-modals .col-sm-9 {
    width: 75%;
  }
  .legacy-modals .col-sm-8 {
    width: 66.66666667%;
  }
  .legacy-modals .col-sm-7 {
    width: 58.33333333%;
  }
  .legacy-modals .col-sm-6 {
    width: 50%;
  }
  .legacy-modals .col-sm-5 {
    width: 41.66666667%;
  }
  .legacy-modals .col-sm-4 {
    width: 33.33333333%;
  }
  .legacy-modals .col-sm-3 {
    width: 25%;
  }
  .legacy-modals .col-sm-2 {
    width: 16.66666667%;
  }
  .legacy-modals .col-sm-1 {
    width: 8.33333333%;
  }
  .legacy-modals .col-sm-pull-12 {
    right: 100%;
  }
  .legacy-modals .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .legacy-modals .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .legacy-modals .col-sm-pull-9 {
    right: 75%;
  }
  .legacy-modals .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .legacy-modals .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .legacy-modals .col-sm-pull-6 {
    right: 50%;
  }
  .legacy-modals .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .legacy-modals .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .legacy-modals .col-sm-pull-3 {
    right: 25%;
  }
  .legacy-modals .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .legacy-modals .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .legacy-modals .col-sm-pull-0 {
    right: 0;
  }
  .legacy-modals .col-sm-push-12 {
    left: 100%;
  }
  .legacy-modals .col-sm-push-11 {
    left: 91.66666667%;
  }
  .legacy-modals .col-sm-push-10 {
    left: 83.33333333%;
  }
  .legacy-modals .col-sm-push-9 {
    left: 75%;
  }
  .legacy-modals .col-sm-push-8 {
    left: 66.66666667%;
  }
  .legacy-modals .col-sm-push-7 {
    left: 58.33333333%;
  }
  .legacy-modals .col-sm-push-6 {
    left: 50%;
  }
  .legacy-modals .col-sm-push-5 {
    left: 41.66666667%;
  }
  .legacy-modals .col-sm-push-4 {
    left: 33.33333333%;
  }
  .legacy-modals .col-sm-push-3 {
    left: 25%;
  }
  .legacy-modals .col-sm-push-2 {
    left: 16.66666667%;
  }
  .legacy-modals .col-sm-push-1 {
    left: 8.33333333%;
  }
  .legacy-modals .col-sm-push-0 {
    left: 0;
  }
  .legacy-modals .col-sm-offset-12 {
    margin-left: 100%;
  }
  .legacy-modals .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy-modals .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy-modals .col-sm-offset-9 {
    margin-left: 75%;
  }
  .legacy-modals .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy-modals .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy-modals .col-sm-offset-6 {
    margin-left: 50%;
  }
  .legacy-modals .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy-modals .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy-modals .col-sm-offset-3 {
    margin-left: 25%;
  }
  .legacy-modals .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy-modals .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy-modals .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .legacy-modals .col-md-1, .legacy-modals .col-md-10, .legacy-modals .col-md-11, .legacy-modals .col-md-12, .legacy-modals .col-md-2, .legacy-modals .col-md-3, .legacy-modals .col-md-4, .legacy-modals .col-md-5, .legacy-modals .col-md-6, .legacy-modals .col-md-7, .legacy-modals .col-md-8, .legacy-modals .col-md-9 {
    float: left;
  }
  .legacy-modals .col-md-12 {
    width: 100%;
  }
  .legacy-modals .col-md-11 {
    width: 91.66666667%;
  }
  .legacy-modals .col-md-10 {
    width: 83.33333333%;
  }
  .legacy-modals .col-md-9 {
    width: 75%;
  }
  .legacy-modals .col-md-8 {
    width: 66.66666667%;
  }
  .legacy-modals .col-md-7 {
    width: 58.33333333%;
  }
  .legacy-modals .col-md-6 {
    width: 50%;
  }
  .legacy-modals .col-md-5 {
    width: 41.66666667%;
  }
  .legacy-modals .col-md-4 {
    width: 33.33333333%;
  }
  .legacy-modals .col-md-3 {
    width: 25%;
  }
  .legacy-modals .col-md-2 {
    width: 16.66666667%;
  }
  .legacy-modals .col-md-1 {
    width: 8.33333333%;
  }
  .legacy-modals .col-md-pull-12 {
    right: 100%;
  }
  .legacy-modals .col-md-pull-11 {
    right: 91.66666667%;
  }
  .legacy-modals .col-md-pull-10 {
    right: 83.33333333%;
  }
  .legacy-modals .col-md-pull-9 {
    right: 75%;
  }
  .legacy-modals .col-md-pull-8 {
    right: 66.66666667%;
  }
  .legacy-modals .col-md-pull-7 {
    right: 58.33333333%;
  }
  .legacy-modals .col-md-pull-6 {
    right: 50%;
  }
  .legacy-modals .col-md-pull-5 {
    right: 41.66666667%;
  }
  .legacy-modals .col-md-pull-4 {
    right: 33.33333333%;
  }
  .legacy-modals .col-md-pull-3 {
    right: 25%;
  }
  .legacy-modals .col-md-pull-2 {
    right: 16.66666667%;
  }
  .legacy-modals .col-md-pull-1 {
    right: 8.33333333%;
  }
  .legacy-modals .col-md-pull-0 {
    right: 0;
  }
  .legacy-modals .col-md-push-12 {
    left: 100%;
  }
  .legacy-modals .col-md-push-11 {
    left: 91.66666667%;
  }
  .legacy-modals .col-md-push-10 {
    left: 83.33333333%;
  }
  .legacy-modals .col-md-push-9 {
    left: 75%;
  }
  .legacy-modals .col-md-push-8 {
    left: 66.66666667%;
  }
  .legacy-modals .col-md-push-7 {
    left: 58.33333333%;
  }
  .legacy-modals .col-md-push-6 {
    left: 50%;
  }
  .legacy-modals .col-md-push-5 {
    left: 41.66666667%;
  }
  .legacy-modals .col-md-push-4 {
    left: 33.33333333%;
  }
  .legacy-modals .col-md-push-3 {
    left: 25%;
  }
  .legacy-modals .col-md-push-2 {
    left: 16.66666667%;
  }
  .legacy-modals .col-md-push-1 {
    left: 8.33333333%;
  }
  .legacy-modals .col-md-push-0 {
    left: 0;
  }
  .legacy-modals .col-md-offset-12 {
    margin-left: 100%;
  }
  .legacy-modals .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy-modals .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy-modals .col-md-offset-9 {
    margin-left: 75%;
  }
  .legacy-modals .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy-modals .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy-modals .col-md-offset-6 {
    margin-left: 50%;
  }
  .legacy-modals .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy-modals .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy-modals .col-md-offset-3 {
    margin-left: 25%;
  }
  .legacy-modals .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy-modals .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy-modals .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .legacy-modals .col-lg-1, .legacy-modals .col-lg-10, .legacy-modals .col-lg-11, .legacy-modals .col-lg-12, .legacy-modals .col-lg-2, .legacy-modals .col-lg-3, .legacy-modals .col-lg-4, .legacy-modals .col-lg-5, .legacy-modals .col-lg-6, .legacy-modals .col-lg-7, .legacy-modals .col-lg-8, .legacy-modals .col-lg-9 {
    float: left;
  }
  .legacy-modals .col-lg-12 {
    width: 100%;
  }
  .legacy-modals .col-lg-11 {
    width: 91.66666667%;
  }
  .legacy-modals .col-lg-10 {
    width: 83.33333333%;
  }
  .legacy-modals .col-lg-9 {
    width: 75%;
  }
  .legacy-modals .col-lg-8 {
    width: 66.66666667%;
  }
  .legacy-modals .col-lg-7 {
    width: 58.33333333%;
  }
  .legacy-modals .col-lg-6 {
    width: 50%;
  }
  .legacy-modals .col-lg-5 {
    width: 41.66666667%;
  }
  .legacy-modals .col-lg-4 {
    width: 33.33333333%;
  }
  .legacy-modals .col-lg-3 {
    width: 25%;
  }
  .legacy-modals .col-lg-2 {
    width: 16.66666667%;
  }
  .legacy-modals .col-lg-1 {
    width: 8.33333333%;
  }
  .legacy-modals .col-lg-pull-12 {
    right: 100%;
  }
  .legacy-modals .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .legacy-modals .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .legacy-modals .col-lg-pull-9 {
    right: 75%;
  }
  .legacy-modals .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .legacy-modals .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .legacy-modals .col-lg-pull-6 {
    right: 50%;
  }
  .legacy-modals .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .legacy-modals .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .legacy-modals .col-lg-pull-3 {
    right: 25%;
  }
  .legacy-modals .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .legacy-modals .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .legacy-modals .col-lg-pull-0 {
    right: 0;
  }
  .legacy-modals .col-lg-push-12 {
    left: 100%;
  }
  .legacy-modals .col-lg-push-11 {
    left: 91.66666667%;
  }
  .legacy-modals .col-lg-push-10 {
    left: 83.33333333%;
  }
  .legacy-modals .col-lg-push-9 {
    left: 75%;
  }
  .legacy-modals .col-lg-push-8 {
    left: 66.66666667%;
  }
  .legacy-modals .col-lg-push-7 {
    left: 58.33333333%;
  }
  .legacy-modals .col-lg-push-6 {
    left: 50%;
  }
  .legacy-modals .col-lg-push-5 {
    left: 41.66666667%;
  }
  .legacy-modals .col-lg-push-4 {
    left: 33.33333333%;
  }
  .legacy-modals .col-lg-push-3 {
    left: 25%;
  }
  .legacy-modals .col-lg-push-2 {
    left: 16.66666667%;
  }
  .legacy-modals .col-lg-push-1 {
    left: 8.33333333%;
  }
  .legacy-modals .col-lg-push-0 {
    left: 0;
  }
  .legacy-modals .col-lg-offset-12 {
    margin-left: 100%;
  }
  .legacy-modals .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacy-modals .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacy-modals .col-lg-offset-9 {
    margin-left: 75%;
  }
  .legacy-modals .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacy-modals .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacy-modals .col-lg-offset-6 {
    margin-left: 50%;
  }
  .legacy-modals .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacy-modals .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacy-modals .col-lg-offset-3 {
    margin-left: 25%;
  }
  .legacy-modals .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacy-modals .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacy-modals .col-lg-offset-0 {
    margin-left: 0;
  }
}
.legacy-modals table {
  max-width: 100%;
}
.legacy-modals th {
  text-align: left;
}
.legacy-modals .table {
  width: 100%;
  margin-bottom: 20px;
}
.legacy-modals .table > tbody > tr > td, .legacy-modals .table > tbody > tr > th, .legacy-modals .table > tfoot > tr > td, .legacy-modals .table > tfoot > tr > th, .legacy-modals .table > thead > tr > td, .legacy-modals .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.legacy-modals .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.legacy-modals .table > caption + thead > tr:first-child > td, .legacy-modals .table > caption + thead > tr:first-child > th, .legacy-modals .table > colgroup + thead > tr:first-child > td, .legacy-modals .table > colgroup + thead > tr:first-child > th, .legacy-modals .table > thead:first-child > tr:first-child > td, .legacy-modals .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.legacy-modals .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.legacy-modals .table .table {
  background-color: #fff;
}
.legacy-modals .table-condensed > tbody > tr > td, .legacy-modals .table-condensed > tbody > tr > th, .legacy-modals .table-condensed > tfoot > tr > td, .legacy-modals .table-condensed > tfoot > tr > th, .legacy-modals .table-condensed > thead > tr > td, .legacy-modals .table-condensed > thead > tr > th {
  padding: 5px;
}
.legacy-modals .table-bordered, .legacy-modals .table-bordered > tbody > tr > td, .legacy-modals .table-bordered > tbody > tr > th, .legacy-modals .table-bordered > tfoot > tr > td, .legacy-modals .table-bordered > tfoot > tr > th, .legacy-modals .table-bordered > thead > tr > td, .legacy-modals .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.legacy-modals .table-bordered > thead > tr > td, .legacy-modals .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.legacy-modals .table-striped > tbody > tr:nth-child(odd) > td, .legacy-modals .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.legacy-modals .table-hover > tbody > tr:hover > td, .legacy-modals .table-hover > tbody > tr:hover > th, .legacy-modals .table > tbody > tr.active > td, .legacy-modals .table > tbody > tr.active > th, .legacy-modals .table > tbody > tr > td.active, .legacy-modals .table > tbody > tr > th.active, .legacy-modals .table > tfoot > tr.active > td, .legacy-modals .table > tfoot > tr.active > th, .legacy-modals .table > tfoot > tr > td.active, .legacy-modals .table > tfoot > tr > th.active, .legacy-modals .table > thead > tr.active > td, .legacy-modals .table > thead > tr.active > th, .legacy-modals .table > thead > tr > td.active, .legacy-modals .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.legacy-modals table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.legacy-modals table td[class*=col-], .legacy-modals table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.legacy-modals .table-hover > tbody > tr.active:hover > td, .legacy-modals .table-hover > tbody > tr.active:hover > th, .legacy-modals .table-hover > tbody > tr > td.active:hover, .legacy-modals .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.legacy-modals .table > tbody > tr.success > td, .legacy-modals .table > tbody > tr.success > th, .legacy-modals .table > tbody > tr > td.success, .legacy-modals .table > tbody > tr > th.success, .legacy-modals .table > tfoot > tr.success > td, .legacy-modals .table > tfoot > tr.success > th, .legacy-modals .table > tfoot > tr > td.success, .legacy-modals .table > tfoot > tr > th.success, .legacy-modals .table > thead > tr.success > td, .legacy-modals .table > thead > tr.success > th, .legacy-modals .table > thead > tr > td.success, .legacy-modals .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.legacy-modals .table-hover > tbody > tr.success:hover > td, .legacy-modals .table-hover > tbody > tr.success:hover > th, .legacy-modals .table-hover > tbody > tr > td.success:hover, .legacy-modals .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.legacy-modals .table > tbody > tr.info > td, .legacy-modals .table > tbody > tr.info > th, .legacy-modals .table > tbody > tr > td.info, .legacy-modals .table > tbody > tr > th.info, .legacy-modals .table > tfoot > tr.info > td, .legacy-modals .table > tfoot > tr.info > th, .legacy-modals .table > tfoot > tr > td.info, .legacy-modals .table > tfoot > tr > th.info, .legacy-modals .table > thead > tr.info > td, .legacy-modals .table > thead > tr.info > th, .legacy-modals .table > thead > tr > td.info, .legacy-modals .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.legacy-modals .table-hover > tbody > tr.info:hover > td, .legacy-modals .table-hover > tbody > tr.info:hover > th, .legacy-modals .table-hover > tbody > tr > td.info:hover, .legacy-modals .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.legacy-modals .table > tbody > tr.warning > td, .legacy-modals .table > tbody > tr.warning > th, .legacy-modals .table > tbody > tr > td.warning, .legacy-modals .table > tbody > tr > th.warning, .legacy-modals .table > tfoot > tr.warning > td, .legacy-modals .table > tfoot > tr.warning > th, .legacy-modals .table > tfoot > tr > td.warning, .legacy-modals .table > tfoot > tr > th.warning, .legacy-modals .table > thead > tr.warning > td, .legacy-modals .table > thead > tr.warning > th, .legacy-modals .table > thead > tr > td.warning, .legacy-modals .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.legacy-modals .table-hover > tbody > tr.warning:hover > td, .legacy-modals .table-hover > tbody > tr.warning:hover > th, .legacy-modals .table-hover > tbody > tr > td.warning:hover, .legacy-modals .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.legacy-modals .table > tbody > tr.danger > td, .legacy-modals .table > tbody > tr.danger > th, .legacy-modals .table > tbody > tr > td.danger, .legacy-modals .table > tbody > tr > th.danger, .legacy-modals .table > tfoot > tr.danger > td, .legacy-modals .table > tfoot > tr.danger > th, .legacy-modals .table > tfoot > tr > td.danger, .legacy-modals .table > tfoot > tr > th.danger, .legacy-modals .table > thead > tr.danger > td, .legacy-modals .table > thead > tr.danger > th, .legacy-modals .table > thead > tr > td.danger, .legacy-modals .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.legacy-modals .table-hover > tbody > tr.danger:hover > td, .legacy-modals .table-hover > tbody > tr.danger:hover > th, .legacy-modals .table-hover > tbody > tr > td.danger:hover, .legacy-modals .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .legacy-modals .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .legacy-modals .table-responsive > .table {
    margin-bottom: 0;
  }
  .legacy-modals .table-responsive > .table > tbody > tr > td, .legacy-modals .table-responsive > .table > tbody > tr > th, .legacy-modals .table-responsive > .table > tfoot > tr > td, .legacy-modals .table-responsive > .table > tfoot > tr > th, .legacy-modals .table-responsive > .table > thead > tr > td, .legacy-modals .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .legacy-modals .table-responsive > .table-bordered {
    border: 0;
  }
  .legacy-modals .table-responsive > .table-bordered > tbody > tr > td:first-child, .legacy-modals .table-responsive > .table-bordered > tbody > tr > th:first-child, .legacy-modals .table-responsive > .table-bordered > tfoot > tr > td:first-child, .legacy-modals .table-responsive > .table-bordered > tfoot > tr > th:first-child, .legacy-modals .table-responsive > .table-bordered > thead > tr > td:first-child, .legacy-modals .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .legacy-modals .table-responsive > .table-bordered > tbody > tr > td:last-child, .legacy-modals .table-responsive > .table-bordered > tbody > tr > th:last-child, .legacy-modals .table-responsive > .table-bordered > tfoot > tr > td:last-child, .legacy-modals .table-responsive > .table-bordered > tfoot > tr > th:last-child, .legacy-modals .table-responsive > .table-bordered > thead > tr > td:last-child, .legacy-modals .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .legacy-modals .table-responsive > .table-bordered > tbody > tr:last-child > td, .legacy-modals .table-responsive > .table-bordered > tbody > tr:last-child > th, .legacy-modals .table-responsive > .table-bordered > tfoot > tr:last-child > td, .legacy-modals .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.legacy-modals fieldset, .legacy-modals legend {
  padding: 0;
  border: 0;
}
.legacy-modals fieldset {
  min-width: 0;
  margin: 0;
}
.legacy-modals legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}
.legacy-modals label {
  display: inline-block;
  margin-bottom: 5px;
}
.legacy-modals input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.legacy-modals input[type=checkbox], .legacy-modals input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.legacy-modals .form-control, .legacy-modals output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
.legacy-modals input[type=file] {
  display: block;
}
.legacy-modals input[type=range] {
  display: block;
  width: 100%;
}
.legacy-modals select[multiple], .legacy-modals select[size] {
  height: auto;
}
.legacy-modals input[type=file]:focus, .legacy-modals input[type=checkbox]:focus, .legacy-modals input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.legacy-modals output {
  padding-top: 7px;
}
.legacy-modals .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy-modals .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacy-modals .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.legacy-modals .form-control:-ms-input-placeholder {
  color: #999;
}
.legacy-modals .form-control::-webkit-input-placeholder {
  color: #999;
}
.legacy-modals .has-success .checkbox, .legacy-modals .has-success .checkbox-inline, .legacy-modals .has-success .control-label, .legacy-modals .has-success .form-control-feedback, .legacy-modals .has-success .help-block, .legacy-modals .has-success .radio, .legacy-modals .has-success .radio-inline {
  color: #3c763d;
}
.legacy-modals .form-control[disabled], .legacy-modals .form-control[readonly], .legacy-modals fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.legacy-modals textarea.form-control {
  height: auto;
}
.legacy-modals input[type=date] {
  line-height: 34px;
}
.legacy-modals .form-group {
  margin-bottom: 15px;
}
.legacy-modals .checkbox, .legacy-modals .radio {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy-modals .checkbox label, .legacy-modals .radio label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}
.legacy-modals .checkbox input[type=checkbox], .legacy-modals .checkbox-inline input[type=checkbox], .legacy-modals .radio input[type=radio], .legacy-modals .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px;
}
.legacy-modals .checkbox + .checkbox, .legacy-modals .radio + .radio {
  margin-top: -5px;
}
.legacy-modals .checkbox-inline, .legacy-modals .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.legacy-modals .checkbox-inline + .checkbox-inline, .legacy-modals .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.legacy-modals .checkbox-inline[disabled], .legacy-modals .checkbox[disabled], .legacy-modals .radio-inline[disabled], .legacy-modals .radio[disabled], .legacy-modals fieldset[disabled] .checkbox, .legacy-modals fieldset[disabled] .checkbox-inline, .legacy-modals fieldset[disabled] .radio, .legacy-modals fieldset[disabled] .radio-inline, .legacy-modals fieldset[disabled] input[type=checkbox], .legacy-modals fieldset[disabled] input[type=radio], .legacy-modals input[type=checkbox][disabled], .legacy-modals input[type=radio][disabled] {
  cursor: not-allowed;
}
.legacy-modals .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy-modals select.input-sm {
  height: 30px;
  line-height: 30px;
}
.legacy-modals select[multiple].input-sm, .legacy-modals textarea.input-sm {
  height: auto;
}
.legacy-modals .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.legacy-modals select.input-lg {
  height: 46px;
  line-height: 46px;
}
.legacy-modals select[multiple].input-lg, .legacy-modals textarea.input-lg {
  height: auto;
}
.legacy-modals .has-feedback .form-control {
  padding-right: 42.5px;
}
.legacy-modals .has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.legacy-modals .collapsing, .legacy-modals .dropdown, .legacy-modals .glyphicon {
  position: relative;
}
.legacy-modals .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy-modals .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.legacy-modals .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.legacy-modals .has-warning .checkbox, .legacy-modals .has-warning .checkbox-inline, .legacy-modals .has-warning .control-label, .legacy-modals .has-warning .form-control-feedback, .legacy-modals .has-warning .help-block, .legacy-modals .has-warning .radio, .legacy-modals .has-warning .radio-inline {
  color: #8a6d3b;
}
.legacy-modals .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy-modals .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.legacy-modals .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.legacy-modals .has-error .checkbox, .legacy-modals .has-error .checkbox-inline, .legacy-modals .has-error .control-label, .legacy-modals .has-error .form-control-feedback, .legacy-modals .has-error .help-block, .legacy-modals .has-error .radio, .legacy-modals .has-error .radio-inline {
  color: #a94442;
}
.legacy-modals .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacy-modals .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.legacy-modals .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.legacy-modals .form-control-static {
  margin-bottom: 0;
}
.legacy-modals .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 850px) {
  .legacy-modals .form-inline .checkbox, .legacy-modals .form-inline .form-control, .legacy-modals .form-inline .form-group, .legacy-modals .form-inline .radio {
    display: inline-block;
    vertical-align: middle;
  }
  .legacy-modals .form-inline .control-label, .legacy-modals .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy-modals .form-inline .form-control {
    width: auto;
  }
  .legacy-modals .form-inline .input-group > .form-control {
    width: 100%;
  }
  .legacy-modals .form-inline .checkbox, .legacy-modals .form-inline .radio {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-modals .form-inline .checkbox input[type=checkbox], .legacy-modals .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0;
  }
  .legacy-modals .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .legacy-modals .form-horizontal .control-label {
    text-align: right;
  }
}
.legacy-modals .form-horizontal .checkbox, .legacy-modals .form-horizontal .checkbox-inline, .legacy-modals .form-horizontal .control-label, .legacy-modals .form-horizontal .radio, .legacy-modals .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.legacy-modals .form-horizontal .checkbox, .legacy-modals .form-horizontal .radio {
  min-height: 27px;
}
.legacy-modals .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.legacy-modals .form-horizontal .form-control-static {
  padding-top: 7px;
}
.legacy-modals .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.legacy-modals .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy-modals .btn.active:focus, .legacy-modals .btn:active:focus, .legacy-modals .btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.legacy-modals .btn:focus, .legacy-modals .btn:hover {
  color: #333;
  text-decoration: none;
}
.legacy-modals .btn.active, .legacy-modals .btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacy-modals .btn.disabled, .legacy-modals .btn[disabled], .legacy-modals fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.legacy-modals .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.legacy-modals .btn-default.active, .legacy-modals .btn-default:active, .legacy-modals .btn-default:focus, .legacy-modals .btn-default:hover, .legacy-modals .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.legacy-modals .btn-default.disabled, .legacy-modals .btn-default.disabled.active, .legacy-modals .btn-default.disabled:active, .legacy-modals .btn-default.disabled:focus, .legacy-modals .btn-default.disabled:hover, .legacy-modals .btn-default[disabled], .legacy-modals .btn-default[disabled].active, .legacy-modals .btn-default[disabled]:active, .legacy-modals .btn-default[disabled]:focus, .legacy-modals .btn-default[disabled]:hover, .legacy-modals fieldset[disabled] .btn-default, .legacy-modals fieldset[disabled] .btn-default.active, .legacy-modals fieldset[disabled] .btn-default:active, .legacy-modals fieldset[disabled] .btn-default:focus, .legacy-modals fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.legacy-modals .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.legacy-modals .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.legacy-modals .btn-primary.active, .legacy-modals .btn-primary:active, .legacy-modals .btn-primary:focus, .legacy-modals .btn-primary:hover, .legacy-modals .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.legacy-modals .btn-primary.disabled, .legacy-modals .btn-primary.disabled.active, .legacy-modals .btn-primary.disabled:active, .legacy-modals .btn-primary.disabled:focus, .legacy-modals .btn-primary.disabled:hover, .legacy-modals .btn-primary[disabled], .legacy-modals .btn-primary[disabled].active, .legacy-modals .btn-primary[disabled]:active, .legacy-modals .btn-primary[disabled]:focus, .legacy-modals .btn-primary[disabled]:hover, .legacy-modals fieldset[disabled] .btn-primary, .legacy-modals fieldset[disabled] .btn-primary.active, .legacy-modals fieldset[disabled] .btn-primary:active, .legacy-modals fieldset[disabled] .btn-primary:focus, .legacy-modals fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
.legacy-modals .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.legacy-modals .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.legacy-modals .btn-success.active, .legacy-modals .btn-success:active, .legacy-modals .btn-success:focus, .legacy-modals .btn-success:hover, .legacy-modals .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.legacy-modals .btn-success.active, .legacy-modals .btn-success:active, .legacy-modals .open .dropdown-toggle.btn-success {
  background-image: none;
}
.legacy-modals .btn-success.disabled, .legacy-modals .btn-success.disabled.active, .legacy-modals .btn-success.disabled:active, .legacy-modals .btn-success.disabled:focus, .legacy-modals .btn-success.disabled:hover, .legacy-modals .btn-success[disabled], .legacy-modals .btn-success[disabled].active, .legacy-modals .btn-success[disabled]:active, .legacy-modals .btn-success[disabled]:focus, .legacy-modals .btn-success[disabled]:hover, .legacy-modals fieldset[disabled] .btn-success, .legacy-modals fieldset[disabled] .btn-success.active, .legacy-modals fieldset[disabled] .btn-success:active, .legacy-modals fieldset[disabled] .btn-success:focus, .legacy-modals fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.legacy-modals .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.legacy-modals .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacy-modals .btn-info.active, .legacy-modals .btn-info:active, .legacy-modals .btn-info:focus, .legacy-modals .btn-info:hover, .legacy-modals .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.legacy-modals .btn-info.disabled, .legacy-modals .btn-info.disabled.active, .legacy-modals .btn-info.disabled:active, .legacy-modals .btn-info.disabled:focus, .legacy-modals .btn-info.disabled:hover, .legacy-modals .btn-info[disabled], .legacy-modals .btn-info[disabled].active, .legacy-modals .btn-info[disabled]:active, .legacy-modals .btn-info[disabled]:focus, .legacy-modals .btn-info[disabled]:hover, .legacy-modals fieldset[disabled] .btn-info, .legacy-modals fieldset[disabled] .btn-info.active, .legacy-modals fieldset[disabled] .btn-info:active, .legacy-modals fieldset[disabled] .btn-info:focus, .legacy-modals fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacy-modals .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.legacy-modals .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacy-modals .btn-warning.active, .legacy-modals .btn-warning:active, .legacy-modals .btn-warning:focus, .legacy-modals .btn-warning:hover, .legacy-modals .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.legacy-modals .btn-warning.disabled, .legacy-modals .btn-warning.disabled.active, .legacy-modals .btn-warning.disabled:active, .legacy-modals .btn-warning.disabled:focus, .legacy-modals .btn-warning.disabled:hover, .legacy-modals .btn-warning[disabled], .legacy-modals .btn-warning[disabled].active, .legacy-modals .btn-warning[disabled]:active, .legacy-modals .btn-warning[disabled]:focus, .legacy-modals .btn-warning[disabled]:hover, .legacy-modals fieldset[disabled] .btn-warning, .legacy-modals fieldset[disabled] .btn-warning.active, .legacy-modals fieldset[disabled] .btn-warning:active, .legacy-modals fieldset[disabled] .btn-warning:focus, .legacy-modals fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacy-modals .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.legacy-modals .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacy-modals .btn-danger.active, .legacy-modals .btn-danger:active, .legacy-modals .btn-danger:focus, .legacy-modals .btn-danger:hover, .legacy-modals .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.legacy-modals .btn-danger.disabled, .legacy-modals .btn-danger.disabled.active, .legacy-modals .btn-danger.disabled:active, .legacy-modals .btn-danger.disabled:focus, .legacy-modals .btn-danger.disabled:hover, .legacy-modals .btn-danger[disabled], .legacy-modals .btn-danger[disabled].active, .legacy-modals .btn-danger[disabled]:active, .legacy-modals .btn-danger[disabled]:focus, .legacy-modals .btn-danger[disabled]:hover, .legacy-modals fieldset[disabled] .btn-danger, .legacy-modals fieldset[disabled] .btn-danger.active, .legacy-modals fieldset[disabled] .btn-danger:active, .legacy-modals fieldset[disabled] .btn-danger:focus, .legacy-modals fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacy-modals .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.legacy-modals .btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.legacy-modals .btn-link, .legacy-modals .btn-link:active, .legacy-modals .btn-link[disabled], .legacy-modals fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacy-modals .btn-link, .legacy-modals .btn-link:active, .legacy-modals .btn-link:focus, .legacy-modals .btn-link:hover {
  border-color: transparent;
}
.legacy-modals .btn-link:focus, .legacy-modals .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.legacy-modals .btn-link[disabled]:focus, .legacy-modals .btn-link[disabled]:hover, .legacy-modals fieldset[disabled] .btn-link:focus, .legacy-modals fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}
.legacy-modals .btn-group-lg > .btn, .legacy-modals .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.legacy-modals .btn-group-sm > .btn, .legacy-modals .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy-modals .btn-group-xs > .btn, .legacy-modals .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy-modals .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.legacy-modals .btn-block + .btn-block {
  margin-top: 5px;
}
.legacy-modals input[type=button].btn-block, .legacy-modals input[type=reset].btn-block, .legacy-modals input[type=submit].btn-block {
  width: 100%;
}
.legacy-modals .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.legacy-modals .fade.in {
  opacity: 1;
}
.legacy-modals .collapse {
  display: none;
}
.legacy-modals .collapse.in {
  display: block;
}
.legacy-modals .caret, .legacy-modals .glyphicon {
  display: inline-block;
}
.legacy-modals .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.legacy-modals .glyphicon {
  top: 1px;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.legacy-modals .glyphicon-asterisk:before {
  content: "*";
}
.legacy-modals .glyphicon-plus:before {
  content: "+";
}
.legacy-modals .glyphicon-euro:before {
  content: "€";
}
.legacy-modals .glyphicon-minus:before {
  content: "−";
}
.legacy-modals .glyphicon-cloud:before {
  content: "☁";
}
.legacy-modals .glyphicon-envelope:before {
  content: "✉";
}
.legacy-modals .glyphicon-pencil:before {
  content: "✏";
}
.legacy-modals .glyphicon-glass:before {
  content: "\e001";
}
.legacy-modals .glyphicon-music:before {
  content: "\e002";
}
.legacy-modals .glyphicon-search:before {
  content: "\e003";
}
.legacy-modals .glyphicon-heart:before {
  content: "\e005";
}
.legacy-modals .glyphicon-star:before {
  content: "\e006";
}
.legacy-modals .glyphicon-star-empty:before {
  content: "\e007";
}
.legacy-modals .glyphicon-user:before {
  content: "\e008";
}
.legacy-modals .glyphicon-film:before {
  content: "\e009";
}
.legacy-modals .glyphicon-th-large:before {
  content: "\e010";
}
.legacy-modals .glyphicon-th:before {
  content: "\e011";
}
.legacy-modals .glyphicon-th-list:before {
  content: "\e012";
}
.legacy-modals .glyphicon-ok:before {
  content: "\e013";
}
.legacy-modals .glyphicon-remove:before {
  content: "\e014";
}
.legacy-modals .glyphicon-zoom-in:before {
  content: "\e015";
}
.legacy-modals .glyphicon-zoom-out:before {
  content: "\e016";
}
.legacy-modals .glyphicon-off:before {
  content: "\e017";
}
.legacy-modals .glyphicon-signal:before {
  content: "\e018";
}
.legacy-modals .glyphicon-cog:before {
  content: "\e019";
}
.legacy-modals .glyphicon-trash:before {
  content: "\e020";
}
.legacy-modals .glyphicon-home:before {
  content: "\e021";
}
.legacy-modals .glyphicon-file:before {
  content: "\e022";
}
.legacy-modals .glyphicon-time:before {
  content: "\e023";
}
.legacy-modals .glyphicon-road:before {
  content: "\e024";
}
.legacy-modals .glyphicon-download-alt:before {
  content: "\e025";
}
.legacy-modals .glyphicon-download:before {
  content: "\e026";
}
.legacy-modals .glyphicon-upload:before {
  content: "\e027";
}
.legacy-modals .glyphicon-inbox:before {
  content: "\e028";
}
.legacy-modals .glyphicon-play-circle:before {
  content: "\e029";
}
.legacy-modals .glyphicon-repeat:before {
  content: "\e030";
}
.legacy-modals .glyphicon-refresh:before {
  content: "\e031";
}
.legacy-modals .glyphicon-list-alt:before {
  content: "\e032";
}
.legacy-modals .glyphicon-lock:before {
  content: "\e033";
}
.legacy-modals .glyphicon-flag:before {
  content: "\e034";
}
.legacy-modals .glyphicon-headphones:before {
  content: "\e035";
}
.legacy-modals .glyphicon-volume-off:before {
  content: "\e036";
}
.legacy-modals .glyphicon-volume-down:before {
  content: "\e037";
}
.legacy-modals .glyphicon-volume-up:before {
  content: "\e038";
}
.legacy-modals .glyphicon-qrcode:before {
  content: "\e039";
}
.legacy-modals .glyphicon-barcode:before {
  content: "\e040";
}
.legacy-modals .glyphicon-tag:before {
  content: "\e041";
}
.legacy-modals .glyphicon-tags:before {
  content: "\e042";
}
.legacy-modals .glyphicon-book:before {
  content: "\e043";
}
.legacy-modals .glyphicon-bookmark:before {
  content: "\e044";
}
.legacy-modals .glyphicon-print:before {
  content: "\e045";
}
.legacy-modals .glyphicon-camera:before {
  content: "\e046";
}
.legacy-modals .glyphicon-font:before {
  content: "\e047";
}
.legacy-modals .glyphicon-bold:before {
  content: "\e048";
}
.legacy-modals .glyphicon-italic:before {
  content: "\e049";
}
.legacy-modals .glyphicon-text-height:before {
  content: "\e050";
}
.legacy-modals .glyphicon-text-width:before {
  content: "\e051";
}
.legacy-modals .glyphicon-align-left:before {
  content: "\e052";
}
.legacy-modals .glyphicon-align-center:before {
  content: "\e053";
}
.legacy-modals .glyphicon-align-right:before {
  content: "\e054";
}
.legacy-modals .glyphicon-align-justify:before {
  content: "\e055";
}
.legacy-modals .glyphicon-list:before {
  content: "\e056";
}
.legacy-modals .glyphicon-indent-left:before {
  content: "\e057";
}
.legacy-modals .glyphicon-indent-right:before {
  content: "\e058";
}
.legacy-modals .glyphicon-facetime-video:before {
  content: "\e059";
}
.legacy-modals .glyphicon-picture:before {
  content: "\e060";
}
.legacy-modals .glyphicon-map-marker:before {
  content: "\e062";
}
.legacy-modals .glyphicon-adjust:before {
  content: "\e063";
}
.legacy-modals .glyphicon-tint:before {
  content: "\e064";
}
.legacy-modals .glyphicon-edit:before {
  content: "\e065";
}
.legacy-modals .glyphicon-share:before {
  content: "\e066";
}
.legacy-modals .glyphicon-check:before {
  content: "\e067";
}
.legacy-modals .glyphicon-move:before {
  content: "\e068";
}
.legacy-modals .glyphicon-step-backward:before {
  content: "\e069";
}
.legacy-modals .glyphicon-fast-backward:before {
  content: "\e070";
}
.legacy-modals .glyphicon-backward:before {
  content: "\e071";
}
.legacy-modals .glyphicon-play:before {
  content: "\e072";
}
.legacy-modals .glyphicon-pause:before {
  content: "\e073";
}
.legacy-modals .glyphicon-stop:before {
  content: "\e074";
}
.legacy-modals .glyphicon-forward:before {
  content: "\e075";
}
.legacy-modals .glyphicon-fast-forward:before {
  content: "\e076";
}
.legacy-modals .glyphicon-step-forward:before {
  content: "\e077";
}
.legacy-modals .glyphicon-eject:before {
  content: "\e078";
}
.legacy-modals .glyphicon-chevron-left:before {
  content: "\e079";
}
.legacy-modals .glyphicon-chevron-right:before {
  content: "\e080";
}
.legacy-modals .glyphicon-plus-sign:before {
  content: "\e081";
}
.legacy-modals .glyphicon-minus-sign:before {
  content: "\e082";
}
.legacy-modals .glyphicon-remove-sign:before {
  content: "\e083";
}
.legacy-modals .glyphicon-ok-sign:before {
  content: "\e084";
}
.legacy-modals .glyphicon-question-sign:before {
  content: "\e085";
}
.legacy-modals .glyphicon-info-sign:before {
  content: "\e086";
}
.legacy-modals .glyphicon-screenshot:before {
  content: "\e087";
}
.legacy-modals .glyphicon-remove-circle:before {
  content: "\e088";
}
.legacy-modals .glyphicon-ok-circle:before {
  content: "\e089";
}
.legacy-modals .glyphicon-ban-circle:before {
  content: "\e090";
}
.legacy-modals .glyphicon-arrow-left:before {
  content: "\e091";
}
.legacy-modals .glyphicon-arrow-right:before {
  content: "\e092";
}
.legacy-modals .glyphicon-arrow-up:before {
  content: "\e093";
}
.legacy-modals .glyphicon-arrow-down:before {
  content: "\e094";
}
.legacy-modals .glyphicon-share-alt:before {
  content: "\e095";
}
.legacy-modals .glyphicon-resize-full:before {
  content: "\e096";
}
.legacy-modals .glyphicon-resize-small:before {
  content: "\e097";
}
.legacy-modals .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.legacy-modals .glyphicon-gift:before {
  content: "\e102";
}
.legacy-modals .glyphicon-leaf:before {
  content: "\e103";
}
.legacy-modals .glyphicon-fire:before {
  content: "\e104";
}
.legacy-modals .glyphicon-eye-open:before {
  content: "\e105";
}
.legacy-modals .glyphicon-eye-close:before {
  content: "\e106";
}
.legacy-modals .glyphicon-warning-sign:before {
  content: "\e107";
}
.legacy-modals .glyphicon-plane:before {
  content: "\e108";
}
.legacy-modals .glyphicon-calendar:before {
  content: "\e109";
}
.legacy-modals .glyphicon-random:before {
  content: "\e110";
}
.legacy-modals .glyphicon-comment:before {
  content: "\e111";
}
.legacy-modals .glyphicon-magnet:before {
  content: "\e112";
}
.legacy-modals .glyphicon-chevron-up:before {
  content: "\e113";
}
.legacy-modals .glyphicon-chevron-down:before {
  content: "\e114";
}
.legacy-modals .glyphicon-retweet:before {
  content: "\e115";
}
.legacy-modals .glyphicon-shopping-cart:before {
  content: "\e116";
}
.legacy-modals .glyphicon-folder-close:before {
  content: "\e117";
}
.legacy-modals .glyphicon-folder-open:before {
  content: "\e118";
}
.legacy-modals .glyphicon-resize-vertical:before {
  content: "\e119";
}
.legacy-modals .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.legacy-modals .glyphicon-hdd:before {
  content: "\e121";
}
.legacy-modals .glyphicon-bullhorn:before {
  content: "\e122";
}
.legacy-modals .glyphicon-bell:before {
  content: "\e123";
}
.legacy-modals .glyphicon-certificate:before {
  content: "\e124";
}
.legacy-modals .glyphicon-thumbs-up:before {
  content: "\e125";
}
.legacy-modals .glyphicon-thumbs-down:before {
  content: "\e126";
}
.legacy-modals .glyphicon-hand-right:before {
  content: "\e127";
}
.legacy-modals .glyphicon-hand-left:before {
  content: "\e128";
}
.legacy-modals .glyphicon-hand-up:before {
  content: "\e129";
}
.legacy-modals .glyphicon-hand-down:before {
  content: "\e130";
}
.legacy-modals .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.legacy-modals .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.legacy-modals .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.legacy-modals .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.legacy-modals .glyphicon-globe:before {
  content: "\e135";
}
.legacy-modals .glyphicon-wrench:before {
  content: "\e136";
}
.legacy-modals .glyphicon-tasks:before {
  content: "\e137";
}
.legacy-modals .glyphicon-filter:before {
  content: "\e138";
}
.legacy-modals .glyphicon-briefcase:before {
  content: "\e139";
}
.legacy-modals .glyphicon-fullscreen:before {
  content: "\e140";
}
.legacy-modals .glyphicon-dashboard:before {
  content: "\e141";
}
.legacy-modals .glyphicon-paperclip:before {
  content: "\e142";
}
.legacy-modals .glyphicon-heart-empty:before {
  content: "\e143";
}
.legacy-modals .glyphicon-link:before {
  content: "\e144";
}
.legacy-modals .glyphicon-phone:before {
  content: "\e145";
}
.legacy-modals .glyphicon-pushpin:before {
  content: "\e146";
}
.legacy-modals .glyphicon-usd:before {
  content: "\e148";
}
.legacy-modals .glyphicon-gbp:before {
  content: "\e149";
}
.legacy-modals .glyphicon-sort:before {
  content: "\e150";
}
.legacy-modals .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.legacy-modals .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.legacy-modals .glyphicon-sort-by-order:before {
  content: "\e153";
}
.legacy-modals .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.legacy-modals .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.legacy-modals .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.legacy-modals .glyphicon-unchecked:before {
  content: "\e157";
}
.legacy-modals .glyphicon-expand:before {
  content: "\e158";
}
.legacy-modals .glyphicon-collapse-down:before {
  content: "\e159";
}
.legacy-modals .glyphicon-collapse-up:before {
  content: "\e160";
}
.legacy-modals .glyphicon-log-in:before {
  content: "\e161";
}
.legacy-modals .glyphicon-flash:before {
  content: "\e162";
}
.legacy-modals .glyphicon-log-out:before {
  content: "\e163";
}
.legacy-modals .glyphicon-new-window:before {
  content: "\e164";
}
.legacy-modals .glyphicon-record:before {
  content: "\e165";
}
.legacy-modals .glyphicon-save:before {
  content: "\e166";
}
.legacy-modals .glyphicon-open:before {
  content: "\e167";
}
.legacy-modals .glyphicon-saved:before {
  content: "\e168";
}
.legacy-modals .glyphicon-import:before {
  content: "\e169";
}
.legacy-modals .glyphicon-export:before {
  content: "\e170";
}
.legacy-modals .glyphicon-send:before {
  content: "\e171";
}
.legacy-modals .glyphicon-floppy-disk:before {
  content: "\e172";
}
.legacy-modals .glyphicon-floppy-saved:before {
  content: "\e173";
}
.legacy-modals .glyphicon-floppy-remove:before {
  content: "\e174";
}
.legacy-modals .glyphicon-floppy-save:before {
  content: "\e175";
}
.legacy-modals .glyphicon-floppy-open:before {
  content: "\e176";
}
.legacy-modals .glyphicon-credit-card:before {
  content: "\e177";
}
.legacy-modals .glyphicon-transfer:before {
  content: "\e178";
}
.legacy-modals .glyphicon-cutlery:before {
  content: "\e179";
}
.legacy-modals .glyphicon-header:before {
  content: "\e180";
}
.legacy-modals .glyphicon-compressed:before {
  content: "\e181";
}
.legacy-modals .glyphicon-earphone:before {
  content: "\e182";
}
.legacy-modals .glyphicon-phone-alt:before {
  content: "\e183";
}
.legacy-modals .glyphicon-tower:before {
  content: "\e184";
}
.legacy-modals .glyphicon-stats:before {
  content: "\e185";
}
.legacy-modals .glyphicon-sd-video:before {
  content: "\e186";
}
.legacy-modals .glyphicon-hd-video:before {
  content: "\e187";
}
.legacy-modals .glyphicon-subtitles:before {
  content: "\e188";
}
.legacy-modals .glyphicon-sound-stereo:before {
  content: "\e189";
}
.legacy-modals .glyphicon-sound-dolby:before {
  content: "\e190";
}
.legacy-modals .glyphicon-sound-5-1:before {
  content: "\e191";
}
.legacy-modals .glyphicon-sound-6-1:before {
  content: "\e192";
}
.legacy-modals .glyphicon-sound-7-1:before {
  content: "\e193";
}
.legacy-modals .glyphicon-copyright-mark:before {
  content: "\e194";
}
.legacy-modals .glyphicon-registration-mark:before {
  content: "\e195";
}
.legacy-modals .glyphicon-cloud-download:before {
  content: "\e197";
}
.legacy-modals .glyphicon-cloud-upload:before {
  content: "\e198";
}
.legacy-modals .glyphicon-tree-conifer:before {
  content: "\e199";
}
.legacy-modals .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.legacy-modals .caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.legacy-modals .dropdown-toggle:focus {
  outline: 0;
}
.legacy-modals .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.legacy-modals .dropdown-menu-right, .legacy-modals .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.legacy-modals .dropdown-header, .legacy-modals .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
}
.legacy-modals .btn-group-vertical > .btn:not(:first-child):not(:last-child), .legacy-modals .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .legacy-modals .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.legacy-modals .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacy-modals .dropdown-menu > li > a {
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.legacy-modals .dropdown-menu > li > a:focus, .legacy-modals .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacy-modals .dropdown-menu > .active > a, .legacy-modals .dropdown-menu > .active > a:focus, .legacy-modals .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.legacy-modals .dropdown-menu > .disabled > a, .legacy-modals .dropdown-menu > .disabled > a:focus, .legacy-modals .dropdown-menu > .disabled > a:hover {
  color: #999;
}
.legacy-modals .dropdown-menu > .disabled > a:focus, .legacy-modals .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.legacy-modals .open > .dropdown-menu {
  display: block;
}
.legacy-modals .open > a {
  outline: 0;
}
.legacy-modals .dropdown-menu-left {
  right: auto;
  left: 0;
}
.legacy-modals .dropdown-header {
  font-size: 12px;
  color: #999;
}
.legacy-modals .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.legacy-modals .btn-group-vertical > .btn.active, .legacy-modals .btn-group-vertical > .btn:active, .legacy-modals .btn-group-vertical > .btn:focus, .legacy-modals .btn-group-vertical > .btn:hover, .legacy-modals .btn-group > .btn.active, .legacy-modals .btn-group > .btn:active, .legacy-modals .btn-group > .btn:focus, .legacy-modals .btn-group > .btn:hover, .legacy-modals .input-group-btn > .btn:active, .legacy-modals .input-group-btn > .btn:focus, .legacy-modals .input-group-btn > .btn:hover {
  z-index: 2;
}
.legacy-modals .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.legacy-modals .dropup .caret, .legacy-modals .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.legacy-modals .dropup .dropdown-menu, .legacy-modals .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.legacy-modals .modal, .legacy-modals .modal-backdrop {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 850px) {
  .legacy-modals .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .legacy-modals .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.legacy-modals .nav-justified > .dropdown .dropdown-menu, .legacy-modals .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.legacy-modals .btn-group, .legacy-modals .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.legacy-modals .btn-group-vertical > .btn, .legacy-modals .btn-group > .btn {
  position: relative;
  float: left;
}
.legacy-modals .btn-group-vertical > .btn:focus, .legacy-modals .btn-group > .btn:focus {
  outline: 0;
}
.legacy-modals .btn-group .btn + .btn, .legacy-modals .btn-group .btn + .btn-group, .legacy-modals .btn-group .btn-group + .btn, .legacy-modals .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.legacy-modals .btn-toolbar {
  margin-left: -5px;
}
.legacy-modals .btn-toolbar .btn-group, .legacy-modals .btn-toolbar .input-group {
  float: left;
}
.legacy-modals .btn-toolbar > .btn, .legacy-modals .btn-toolbar > .btn-group, .legacy-modals .btn-toolbar > .input-group {
  margin-left: 5px;
}
.legacy-modals .btn .caret, .legacy-modals .btn-group > .btn:first-child {
  margin-left: 0;
}
.legacy-modals .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy-modals .btn-group > .btn:last-child:not(:first-child), .legacy-modals .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .btn-group > .btn-group {
  float: left;
}
.legacy-modals .btn-group > .btn-group:first-child > .btn:last-child, .legacy-modals .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy-modals .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .btn-group .dropdown-toggle:active, .legacy-modals .btn-group.open .dropdown-toggle {
  outline: 0;
}
.legacy-modals .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.legacy-modals .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.legacy-modals .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacy-modals .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacy-modals .btn-lg .caret {
  border-width: 5px 5px 0;
}
.legacy-modals .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.legacy-modals .btn-group-vertical > .btn, .legacy-modals .btn-group-vertical > .btn-group, .legacy-modals .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.legacy-modals .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.legacy-modals .btn-group-vertical > .btn + .btn, .legacy-modals .btn-group-vertical > .btn + .btn-group, .legacy-modals .btn-group-vertical > .btn-group + .btn, .legacy-modals .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.legacy-modals .input-group-btn:last-child > .btn, .legacy-modals .input-group-btn:last-child > .btn-group, .legacy-modals .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.legacy-modals .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.legacy-modals .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.legacy-modals .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .legacy-modals .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy-modals .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.legacy-modals .btn-group-justified > .btn, .legacy-modals .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.legacy-modals .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.legacy-modals [data-toggle=buttons] > .btn > input[type=checkbox], .legacy-modals [data-toggle=buttons] > .btn > input[type=radio] {
  display: none;
}
.legacy-modals .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.legacy-modals .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.legacy-modals .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.legacy-modals .input-group-lg > .form-control, .legacy-modals .input-group-lg > .input-group-addon, .legacy-modals .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.legacy-modals select.input-group-lg > .form-control, .legacy-modals select.input-group-lg > .input-group-addon, .legacy-modals select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.legacy-modals select[multiple].input-group-lg > .form-control, .legacy-modals select[multiple].input-group-lg > .input-group-addon, .legacy-modals select[multiple].input-group-lg > .input-group-btn > .btn, .legacy-modals textarea.input-group-lg > .form-control, .legacy-modals textarea.input-group-lg > .input-group-addon, .legacy-modals textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.legacy-modals .input-group-sm > .form-control, .legacy-modals .input-group-sm > .input-group-addon, .legacy-modals .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.legacy-modals select.input-group-sm > .form-control, .legacy-modals select.input-group-sm > .input-group-addon, .legacy-modals select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.legacy-modals select[multiple].input-group-sm > .form-control, .legacy-modals select[multiple].input-group-sm > .input-group-addon, .legacy-modals select[multiple].input-group-sm > .input-group-btn > .btn, .legacy-modals textarea.input-group-sm > .form-control, .legacy-modals textarea.input-group-sm > .input-group-addon, .legacy-modals textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.legacy-modals .input-group .form-control, .legacy-modals .input-group-addon, .legacy-modals .input-group-btn {
  display: table-cell;
}
.legacy-modals .nav > li, .legacy-modals .nav > li > a {
  display: block;
  position: relative;
}
.legacy-modals .input-group .form-control:not(:first-child):not(:last-child), .legacy-modals .input-group-addon:not(:first-child):not(:last-child), .legacy-modals .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.legacy-modals .input-group-addon, .legacy-modals .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.legacy-modals .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.legacy-modals .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.legacy-modals .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.legacy-modals .input-group-addon input[type=checkbox], .legacy-modals .input-group-addon input[type=radio] {
  margin-top: 0;
}
.legacy-modals .input-group .form-control:first-child, .legacy-modals .input-group-addon:first-child, .legacy-modals .input-group-btn:first-child > .btn, .legacy-modals .input-group-btn:first-child > .btn-group > .btn, .legacy-modals .input-group-btn:first-child > .dropdown-toggle, .legacy-modals .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .legacy-modals .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.legacy-modals .input-group-addon:first-child {
  border-right: 0;
}
.legacy-modals .input-group .form-control:last-child, .legacy-modals .input-group-addon:last-child, .legacy-modals .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .legacy-modals .input-group-btn:first-child > .btn:not(:first-child), .legacy-modals .input-group-btn:last-child > .btn, .legacy-modals .input-group-btn:last-child > .btn-group > .btn, .legacy-modals .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .input-group-addon:last-child {
  border-left: 0;
}
.legacy-modals .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.legacy-modals .input-group-btn > .btn {
  position: relative;
}
.legacy-modals .input-group-btn:first-child > .btn, .legacy-modals .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.legacy-modals .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.legacy-modals .nav > li > a {
  padding: 10px 15px;
}
.legacy-modals .nav > li > a:focus, .legacy-modals .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.legacy-modals .nav > li.disabled > a {
  color: #999;
}
.legacy-modals .nav > li.disabled > a:focus, .legacy-modals .nav > li.disabled > a:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.legacy-modals .nav .open > a, .legacy-modals .nav .open > a:focus, .legacy-modals .nav .open > a:hover {
  background-color: #eee;
  border-color: #428bca;
}
.legacy-modals .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacy-modals .nav > li > a > img {
  max-width: none;
}
.legacy-modals .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.legacy-modals .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.legacy-modals .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.legacy-modals .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.legacy-modals .nav-tabs > li.active > a, .legacy-modals .nav-tabs > li.active > a:focus, .legacy-modals .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.legacy-modals .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.legacy-modals .nav-tabs.nav-justified > li {
  float: none;
}
.legacy-modals .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px;
}
.legacy-modals .nav-tabs.nav-justified > .active > a, .legacy-modals .nav-tabs.nav-justified > .active > a:focus, .legacy-modals .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 850px) {
  .legacy-modals .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacy-modals .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .legacy-modals .nav-tabs.nav-justified > .active > a, .legacy-modals .nav-tabs.nav-justified > .active > a:focus, .legacy-modals .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.legacy-modals .nav-pills > li {
  float: left;
}
.legacy-modals .nav-justified > li, .legacy-modals .nav-stacked > li {
  float: none;
}
.legacy-modals .nav-pills > li > a {
  border-radius: 4px;
}
.legacy-modals .nav-pills > li + li {
  margin-left: 2px;
}
.legacy-modals .nav-pills > li.active > a, .legacy-modals .nav-pills > li.active > a:focus, .legacy-modals .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.legacy-modals .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.legacy-modals .nav-justified {
  width: 100%;
}
.legacy-modals .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.legacy-modals .nav-tabs-justified {
  border-bottom: 0;
}
.legacy-modals .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.legacy-modals .nav-tabs-justified > .active > a, .legacy-modals .nav-tabs-justified > .active > a:focus, .legacy-modals .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 850px) {
  .legacy-modals .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacy-modals .nav-justified > li > a {
    margin-bottom: 0;
  }
  .legacy-modals .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .legacy-modals .nav-tabs-justified > .active > a, .legacy-modals .nav-tabs-justified > .active > a:focus, .legacy-modals .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.legacy-modals .tab-content > .tab-pane {
  display: none;
}
.legacy-modals .tab-content > .active {
  display: block;
}
.legacy-modals .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy-modals .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.legacy-modals .navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.legacy-modals .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1192px) {
  .legacy-modals .navbar {
    border-radius: 4px;
  }
  .legacy-modals .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .legacy-modals .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .legacy-modals .navbar-collapse.in {
    overflow-y: visible;
  }
  .legacy-modals .navbar-fixed-bottom .navbar-collapse, .legacy-modals .navbar-fixed-top .navbar-collapse, .legacy-modals .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.legacy-modals .media, .legacy-modals .media-body, .legacy-modals .modal-open, .legacy-modals .progress {
  overflow: hidden;
}
.legacy-modals .container-fluid > .navbar-collapse, .legacy-modals .container-fluid > .navbar-header, .legacy-modals .container > .navbar-collapse, .legacy-modals .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.legacy-modals .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.legacy-modals .navbar-fixed-bottom, .legacy-modals .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.legacy-modals .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.legacy-modals .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.legacy-modals .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.legacy-modals .navbar-brand:focus, .legacy-modals .navbar-brand:hover {
  text-decoration: none;
}
@media (min-width: 850px) {
  .legacy-modals .container-fluid > .navbar-collapse, .legacy-modals .container-fluid > .navbar-header, .legacy-modals .container > .navbar-collapse, .legacy-modals .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .legacy-modals .navbar-fixed-bottom, .legacy-modals .navbar-fixed-top, .legacy-modals .navbar-static-top {
    border-radius: 0;
  }
  .legacy-modals .navbar > .container .navbar-brand, .legacy-modals .navbar > .container-fluid .navbar-brand {
    margin-left: -40px;
  }
}
.legacy-modals .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy-modals .navbar-toggle:focus {
  outline: 0;
}
.legacy-modals .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.legacy-modals .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 850px) {
  .legacy-modals .navbar-toggle {
    display: none;
  }
}
.legacy-modals .breadcrumb > li, .legacy-modals .pagination {
  display: inline-block;
}
.legacy-modals .navbar-nav {
  margin: 7.5px -15px;
}
.legacy-modals .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .legacy-modals .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .legacy-modals .navbar-nav .open .dropdown-menu .dropdown-header, .legacy-modals .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .legacy-modals .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .legacy-modals .navbar-nav .open .dropdown-menu > li > a:focus, .legacy-modals .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
.legacy-modals .progress-striped .progress-bar, .legacy-modals .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@media (min-width: 850px) {
  .legacy-modals .navbar-nav {
    float: left;
    margin: 0;
  }
  .legacy-modals .navbar-nav > li {
    float: left;
  }
  .legacy-modals .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .legacy-modals .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .legacy-modals .navbar-left {
    float: left !important;
  }
  .legacy-modals .navbar-right {
    float: right !important;
  }
}
.legacy-modals .navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
@media (min-width: 850px) {
  .legacy-modals .navbar-form .checkbox, .legacy-modals .navbar-form .form-control, .legacy-modals .navbar-form .form-group, .legacy-modals .navbar-form .radio {
    display: inline-block;
    vertical-align: middle;
  }
  .legacy-modals .navbar-form .control-label, .legacy-modals .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacy-modals .navbar-form .form-control {
    width: auto;
  }
  .legacy-modals .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .legacy-modals .navbar-form .checkbox, .legacy-modals .navbar-form .radio {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .legacy-modals .navbar-form .checkbox input[type=checkbox], .legacy-modals .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0;
  }
  .legacy-modals .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .legacy-modals .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .legacy-modals .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .legacy-modals .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.legacy-modals .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.legacy-modals .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacy-modals .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.legacy-modals .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacy-modals .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.legacy-modals .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 850px) {
  .legacy-modals .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .legacy-modals .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.legacy-modals .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.legacy-modals .navbar-default .navbar-brand {
  color: #777;
}
.legacy-modals .navbar-default .navbar-brand:focus, .legacy-modals .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.legacy-modals .navbar-default .navbar-nav > li > a, .legacy-modals .navbar-default .navbar-text {
  color: #777;
}
.legacy-modals .navbar-default .navbar-nav > li > a:focus, .legacy-modals .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.legacy-modals .navbar-default .navbar-nav > .active > a, .legacy-modals .navbar-default .navbar-nav > .active > a:focus, .legacy-modals .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.legacy-modals .navbar-default .navbar-nav > .disabled > a, .legacy-modals .navbar-default .navbar-nav > .disabled > a:focus, .legacy-modals .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.legacy-modals .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.legacy-modals .navbar-default .navbar-toggle:focus, .legacy-modals .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.legacy-modals .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.legacy-modals .navbar-default .navbar-collapse, .legacy-modals .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.legacy-modals .navbar-default .navbar-nav > .open > a, .legacy-modals .navbar-default .navbar-nav > .open > a:focus, .legacy-modals .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .legacy-modals .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.legacy-modals .navbar-default .navbar-link {
  color: #777;
}
.legacy-modals .navbar-default .navbar-link:hover {
  color: #333;
}
.legacy-modals .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.legacy-modals .navbar-inverse .navbar-brand {
  color: #999;
}
.legacy-modals .navbar-inverse .navbar-brand:focus, .legacy-modals .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.legacy-modals .navbar-inverse .navbar-nav > li > a, .legacy-modals .navbar-inverse .navbar-text {
  color: #999;
}
.legacy-modals .navbar-inverse .navbar-nav > li > a:focus, .legacy-modals .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.legacy-modals .navbar-inverse .navbar-nav > .active > a, .legacy-modals .navbar-inverse .navbar-nav > .active > a:focus, .legacy-modals .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.legacy-modals .navbar-inverse .navbar-nav > .disabled > a, .legacy-modals .navbar-inverse .navbar-nav > .disabled > a:focus, .legacy-modals .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.legacy-modals .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.legacy-modals .navbar-inverse .navbar-toggle:focus, .legacy-modals .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.legacy-modals .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.legacy-modals .navbar-inverse .navbar-collapse, .legacy-modals .navbar-inverse .navbar-form {
  border-color: #101010;
}
.legacy-modals .navbar-inverse .navbar-nav > .open > a, .legacy-modals .navbar-inverse .navbar-nav > .open > a:focus, .legacy-modals .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .legacy-modals .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.legacy-modals .navbar-inverse .navbar-link {
  color: #999;
}
.legacy-modals .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.legacy-modals .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.legacy-modals .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.legacy-modals .breadcrumb > .active {
  color: #999;
}
.legacy-modals .pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.legacy-modals .pager li, .legacy-modals .pagination > li {
  display: inline;
}
.legacy-modals .pagination > li > a, .legacy-modals .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacy-modals .badge, .legacy-modals .label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
}
.legacy-modals .pagination > li:first-child > a, .legacy-modals .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy-modals .pagination > li:last-child > a, .legacy-modals .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.legacy-modals .pagination > li > a:focus, .legacy-modals .pagination > li > a:hover, .legacy-modals .pagination > li > span:focus, .legacy-modals .pagination > li > span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.legacy-modals .pagination > .active > a, .legacy-modals .pagination > .active > a:focus, .legacy-modals .pagination > .active > a:hover, .legacy-modals .pagination > .active > span, .legacy-modals .pagination > .active > span:focus, .legacy-modals .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.legacy-modals .pagination > .disabled > a, .legacy-modals .pagination > .disabled > a:focus, .legacy-modals .pagination > .disabled > a:hover, .legacy-modals .pagination > .disabled > span, .legacy-modals .pagination > .disabled > span:focus, .legacy-modals .pagination > .disabled > span:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.legacy-modals .pagination-lg > li > a, .legacy-modals .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.legacy-modals .pagination-lg > li:first-child > a, .legacy-modals .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.legacy-modals .pagination-lg > li:last-child > a, .legacy-modals .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.legacy-modals .pagination-sm > li > a, .legacy-modals .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.legacy-modals .pagination-sm > li:first-child > a, .legacy-modals .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy-modals .pagination-sm > li:last-child > a, .legacy-modals .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.legacy-modals .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.legacy-modals .pager li > a, .legacy-modals .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.legacy-modals .pager li > a:focus, .legacy-modals .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.legacy-modals .pager .next > a, .legacy-modals .pager .next > span {
  float: right;
}
.legacy-modals .pager .previous > a, .legacy-modals .pager .previous > span {
  float: left;
}
.legacy-modals .pager .disabled > a, .legacy-modals .pager .disabled > a:focus, .legacy-modals .pager .disabled > a:hover, .legacy-modals .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.legacy-modals .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
}
.legacy-modals .label[href]:focus, .legacy-modals .label[href]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.legacy-modals .label:empty {
  display: none;
}
.legacy-modals .btn .label {
  position: relative;
  top: -1px;
}
.legacy-modals .label-default {
  background-color: #999;
}
.legacy-modals .label-default[href]:focus, .legacy-modals .label-default[href]:hover {
  background-color: grey;
}
.legacy-modals .label-primary {
  background-color: #428bca;
}
.legacy-modals .label-primary[href]:focus, .legacy-modals .label-primary[href]:hover {
  background-color: #3071a9;
}
.legacy-modals .label-success {
  background-color: #5cb85c;
}
.legacy-modals .label-success[href]:focus, .legacy-modals .label-success[href]:hover {
  background-color: #449d44;
}
.legacy-modals .label-info {
  background-color: #5bc0de;
}
.legacy-modals .label-info[href]:focus, .legacy-modals .label-info[href]:hover {
  background-color: #31b0d5;
}
.legacy-modals .label-warning {
  background-color: #f0ad4e;
}
.legacy-modals .label-warning[href]:focus, .legacy-modals .label-warning[href]:hover {
  background-color: #ec971f;
}
.legacy-modals .label-danger {
  background-color: #d9534f;
}
.legacy-modals .label-danger[href]:focus, .legacy-modals .label-danger[href]:hover {
  background-color: #c9302c;
}
.legacy-modals .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #999;
  border-radius: 10px;
}
.legacy-modals .badge:empty {
  display: none;
}
.legacy-modals .media-object, .legacy-modals .thumbnail {
  display: block;
}
.legacy-modals .btn .badge {
  position: relative;
  top: -1px;
}
.legacy-modals .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.legacy-modals a.badge:focus, .legacy-modals a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.legacy-modals .nav-pills > .active > a > .badge, .legacy-modals a.list-group-item.active > .badge {
  color: #428bca;
  background-color: #fff;
}
.legacy-modals .jumbotron, .legacy-modals .jumbotron .h1, .legacy-modals .jumbotron h1 {
  color: inherit;
}
.legacy-modals .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.legacy-modals .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.legacy-modals .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.legacy-modals .alert, .legacy-modals .thumbnail {
  margin-bottom: 20px;
}
.legacy-modals .alert .alert-link, .legacy-modals .close {
  font-weight: 700;
}
.legacy-modals .container .jumbotron {
  border-radius: 6px;
}
.legacy-modals .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 850px) {
  .legacy-modals .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .legacy-modals .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .legacy-modals .jumbotron .h1, .legacy-modals .jumbotron h1 {
    font-size: 63px;
  }
}
.legacy-modals .thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.legacy-modals .thumbnail a > img, .legacy-modals .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.legacy-modals a.thumbnail.active, .legacy-modals a.thumbnail:focus, .legacy-modals a.thumbnail:hover {
  border-color: #428bca;
}
.legacy-modals .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.legacy-modals .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.legacy-modals .alert h4 {
  margin-top: 0;
  color: inherit;
}
.legacy-modals .alert > p, .legacy-modals .alert > ul {
  margin-bottom: 0;
}
.legacy-modals .alert > p + p {
  margin-top: 5px;
}
.legacy-modals .alert-dismissable {
  padding-right: 35px;
}
.legacy-modals .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.legacy-modals .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.legacy-modals .alert-success hr {
  border-top-color: #c9e2b3;
}
.legacy-modals .alert-success .alert-link {
  color: #2b542c;
}
.legacy-modals .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.legacy-modals .alert-info hr {
  border-top-color: #a6e1ec;
}
.legacy-modals .alert-info .alert-link {
  color: #245269;
}
.legacy-modals .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.legacy-modals .alert-warning hr {
  border-top-color: #f7e1b5;
}
.legacy-modals .alert-warning .alert-link {
  color: #66512c;
}
.legacy-modals .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.legacy-modals .alert-danger hr {
  border-top-color: #e4b9c0;
}
.legacy-modals .alert-danger .alert-link {
  color: #843534;
}
@-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;
  }
}
.legacy-modals .progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.legacy-modals .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.legacy-modals .close, .legacy-modals .list-group-item > .badge {
  float: right;
}
.legacy-modals .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.legacy-modals .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.legacy-modals .progress-bar-success {
  background-color: #5cb85c;
}
.legacy-modals .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy-modals .progress-striped .progress-bar-info, .legacy-modals .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy-modals .progress-bar-info {
  background-color: #5bc0de;
}
.legacy-modals .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy-modals .progress-bar-warning {
  background-color: #f0ad4e;
}
.legacy-modals .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy-modals .progress-bar-danger {
  background-color: #d9534f;
}
.legacy-modals .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacy-modals .media, .legacy-modals .media-body {
  zoom: 1;
}
.legacy-modals .media, .legacy-modals .media .media {
  margin-top: 15px;
}
.legacy-modals .media:first-child {
  margin-top: 0;
}
.legacy-modals .media-heading {
  margin: 0 0 5px;
}
.legacy-modals .media > .pull-left {
  margin-right: 10px;
}
.legacy-modals .media > .pull-right {
  margin-left: 10px;
}
.legacy-modals .media-list {
  padding-left: 0;
  list-style: none;
}
.legacy-modals .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.legacy-modals .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacy-modals .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.legacy-modals .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.legacy-modals .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.legacy-modals a.list-group-item {
  color: #555;
}
.legacy-modals a.list-group-item .list-group-item-heading {
  color: #333;
}
.legacy-modals a.list-group-item:focus, .legacy-modals a.list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacy-modals a.list-group-item.active, .legacy-modals a.list-group-item.active:focus, .legacy-modals a.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.legacy-modals a.list-group-item.active .list-group-item-heading, .legacy-modals a.list-group-item.active:focus .list-group-item-heading, .legacy-modals a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
.legacy-modals a.list-group-item.active .list-group-item-text, .legacy-modals a.list-group-item.active:focus .list-group-item-text, .legacy-modals a.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7;
}
.legacy-modals .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.legacy-modals a.list-group-item-success {
  color: #3c763d;
}
.legacy-modals a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.legacy-modals a.list-group-item-success:focus, .legacy-modals a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
.legacy-modals a.list-group-item-success.active, .legacy-modals a.list-group-item-success.active:focus, .legacy-modals a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.legacy-modals .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.legacy-modals a.list-group-item-info {
  color: #31708f;
}
.legacy-modals a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.legacy-modals a.list-group-item-info:focus, .legacy-modals a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
.legacy-modals a.list-group-item-info.active, .legacy-modals a.list-group-item-info.active:focus, .legacy-modals a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.legacy-modals .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.legacy-modals a.list-group-item-warning {
  color: #8a6d3b;
}
.legacy-modals a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.legacy-modals a.list-group-item-warning:focus, .legacy-modals a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.legacy-modals a.list-group-item-warning.active, .legacy-modals a.list-group-item-warning.active:focus, .legacy-modals a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.legacy-modals .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.legacy-modals a.list-group-item-danger {
  color: #a94442;
}
.legacy-modals a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.legacy-modals a.list-group-item-danger:focus, .legacy-modals a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
.legacy-modals a.list-group-item-danger.active, .legacy-modals a.list-group-item-danger.active:focus, .legacy-modals a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.legacy-modals .panel-heading > .dropdown .dropdown-toggle, .legacy-modals .panel-title, .legacy-modals .panel-title > a {
  color: inherit;
}
.legacy-modals .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.legacy-modals .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.legacy-modals .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacy-modals .panel-title, .legacy-modals .panel > .list-group, .legacy-modals .panel > .table, .legacy-modals .panel > .table-responsive > .table {
  margin-bottom: 0;
}
.legacy-modals .panel-body {
  padding: 15px;
}
.legacy-modals .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy-modals .panel-title {
  margin-top: 0;
  font-size: 16px;
}
.legacy-modals .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.legacy-modals .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.legacy-modals .panel-group .panel-heading, .legacy-modals .panel > .list-group:last-child .list-group-item:last-child, .legacy-modals .panel > .table-bordered > tbody > tr:first-child > td, .legacy-modals .panel > .table-bordered > tbody > tr:first-child > th, .legacy-modals .panel > .table-bordered > tbody > tr:last-child > td, .legacy-modals .panel > .table-bordered > tbody > tr:last-child > th, .legacy-modals .panel > .table-bordered > tfoot > tr:last-child > td, .legacy-modals .panel > .table-bordered > tfoot > tr:last-child > th, .legacy-modals .panel > .table-bordered > thead > tr:first-child > td, .legacy-modals .panel > .table-bordered > thead > tr:first-child > th, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.legacy-modals .panel > .list-group:last-child .list-group-item:last-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child, .legacy-modals .panel > .table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.legacy-modals .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy-modals .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.legacy-modals .panel > .table-responsive:first-child > .table:first-child, .legacy-modals .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.legacy-modals .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .legacy-modals .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .legacy-modals .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .legacy-modals .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .legacy-modals .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.legacy-modals .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .legacy-modals .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .legacy-modals .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .legacy-modals .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .legacy-modals .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .legacy-modals .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.legacy-modals .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .legacy-modals .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .legacy-modals .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .legacy-modals .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .legacy-modals .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.legacy-modals .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .legacy-modals .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .legacy-modals .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .legacy-modals .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .legacy-modals .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .legacy-modals .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.legacy-modals .panel > .panel-body + .table, .legacy-modals .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.legacy-modals .panel > .table > tbody:first-child > tr:first-child td, .legacy-modals .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.legacy-modals .panel > .table-bordered, .legacy-modals .panel > .table-responsive > .table-bordered {
  border: 0;
}
.legacy-modals .panel > .table-bordered > tbody > tr > td:first-child, .legacy-modals .panel > .table-bordered > tbody > tr > th:first-child, .legacy-modals .panel > .table-bordered > tfoot > tr > td:first-child, .legacy-modals .panel > .table-bordered > tfoot > tr > th:first-child, .legacy-modals .panel > .table-bordered > thead > tr > td:first-child, .legacy-modals .panel > .table-bordered > thead > tr > th:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.legacy-modals .panel > .table-bordered > tbody > tr > td:last-child, .legacy-modals .panel > .table-bordered > tbody > tr > th:last-child, .legacy-modals .panel > .table-bordered > tfoot > tr > td:last-child, .legacy-modals .panel > .table-bordered > tfoot > tr > th:last-child, .legacy-modals .panel > .table-bordered > thead > tr > td:last-child, .legacy-modals .panel > .table-bordered > thead > tr > th:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .legacy-modals .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.legacy-modals .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.legacy-modals .panel-group {
  margin-bottom: 20px;
}
.legacy-modals .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.legacy-modals .panel-group .panel + .panel {
  margin-top: 5px;
}
.legacy-modals .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.legacy-modals .panel-group .panel-footer {
  border-top: 0;
}
.legacy-modals .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.legacy-modals .panel-default {
  border-color: #ddd;
}
.legacy-modals .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.legacy-modals .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.legacy-modals .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.legacy-modals .panel-primary {
  border-color: #428bca;
}
.legacy-modals .panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.legacy-modals .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.legacy-modals .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.legacy-modals .panel-success {
  border-color: #d6e9c6;
}
.legacy-modals .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.legacy-modals .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.legacy-modals .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.legacy-modals .panel-info {
  border-color: #bce8f1;
}
.legacy-modals .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.legacy-modals .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.legacy-modals .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.legacy-modals .panel-warning {
  border-color: #faebcc;
}
.legacy-modals .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.legacy-modals .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.legacy-modals .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.legacy-modals .panel-danger {
  border-color: #ebccd1;
}
.legacy-modals .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.legacy-modals .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.legacy-modals .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.legacy-modals .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacy-modals .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.legacy-modals .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.legacy-modals .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.legacy-modals .close {
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.legacy-modals .carousel-caption, .legacy-modals .carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.legacy-modals .close:focus, .legacy-modals .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.legacy-modals button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.legacy-modals .modal-content, .legacy-modals .popover {
  background-clip: padding-box;
}
.legacy-modals .modal {
  position: fixed;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.legacy-modals .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.legacy-modals .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.legacy-modals .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.legacy-modals .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.legacy-modals .modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}
.legacy-modals .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.legacy-modals .carousel-control, .legacy-modals .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.legacy-modals .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.legacy-modals .modal-header .close {
  margin-top: -2px;
}
.legacy-modals .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.legacy-modals .modal-body {
  position: relative;
  padding: 20px;
}
.legacy-modals .popover, .legacy-modals .tooltip, .legacy-modals .tooltip-arrow {
  position: absolute;
}
.legacy-modals .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.legacy-modals .tooltip.top .tooltip-arrow, .legacy-modals .tooltip.top-left .tooltip-arrow, .legacy-modals .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacy-modals .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.legacy-modals .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.legacy-modals .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 850px) {
  .legacy-modals .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .legacy-modals .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .legacy-modals .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .legacy-modals .modal-lg {
    width: 1000px;
  }
}
.legacy-modals .tooltip {
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.legacy-modals .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.legacy-modals .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.legacy-modals .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.legacy-modals .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.legacy-modals .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.legacy-modals .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.legacy-modals .tooltip-arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacy-modals .tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.legacy-modals .tooltip.top-left .tooltip-arrow {
  left: 5px;
}
.legacy-modals .tooltip.top-right .tooltip-arrow {
  right: 5px;
}
.legacy-modals .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.legacy-modals .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.legacy-modals .tooltip.bottom .tooltip-arrow, .legacy-modals .tooltip.bottom-left .tooltip-arrow, .legacy-modals .tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}
.legacy-modals .tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.legacy-modals .tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}
.legacy-modals .tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}
.legacy-modals .popover {
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.legacy-modals .cc-btn, .legacy-modals .d2h-code-line, .legacy-modals .d2h-file-name {
  white-space: nowrap;
}
.legacy-modals .popover.top {
  margin-top: -10px;
}
.legacy-modals .popover.right {
  margin-left: 10px;
}
.legacy-modals .popover.bottom {
  margin-top: 10px;
}
.legacy-modals .popover.left {
  margin-left: -10px;
}
.legacy-modals .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.legacy-modals .popover-content {
  padding: 9px 14px;
}
.legacy-modals .popover > .arrow, .legacy-modals .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacy-modals .carousel, .legacy-modals .carousel-inner {
  position: relative;
}
.legacy-modals .popover > .arrow {
  border-width: 11px;
}
.legacy-modals .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.legacy-modals .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.legacy-modals .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.legacy-modals .popover.left > .arrow:after, .legacy-modals .popover.right > .arrow:after {
  bottom: -10px;
  content: " ";
}
.legacy-modals .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.legacy-modals .popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.legacy-modals .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.legacy-modals .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.legacy-modals .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.legacy-modals .popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}
.legacy-modals .carousel-inner {
  width: 100%;
  overflow: hidden;
}
.legacy-modals .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.legacy-modals .carousel-inner > .item > a > img, .legacy-modals .carousel-inner > .item > img {
  line-height: 1;
}
.legacy-modals .carousel-inner > .active, .legacy-modals .carousel-inner > .next, .legacy-modals .carousel-inner > .prev {
  display: block;
}
.legacy-modals .carousel-inner > .active {
  left: 0;
}
.legacy-modals .carousel-inner > .next, .legacy-modals .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.legacy-modals .carousel-inner > .next {
  left: 100%;
}
.legacy-modals .carousel-inner > .prev {
  left: -100%;
}
.legacy-modals .carousel-inner > .next.left, .legacy-modals .carousel-inner > .prev.right {
  left: 0;
}
.legacy-modals .carousel-inner > .active.left {
  left: -100%;
}
.legacy-modals .carousel-inner > .active.right {
  left: 100%;
}
.legacy-modals .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.legacy-modals .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.legacy-modals .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.legacy-modals .carousel-control:focus, .legacy-modals .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.legacy-modals .carousel-control .glyphicon-chevron-left, .legacy-modals .carousel-control .glyphicon-chevron-right, .legacy-modals .carousel-control .icon-next, .legacy-modals .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.legacy-modals .carousel-control .glyphicon-chevron-left, .legacy-modals .carousel-control .icon-prev {
  left: 50%;
}
.legacy-modals .carousel-control .glyphicon-chevron-right, .legacy-modals .carousel-control .icon-next {
  right: 50%;
}
.legacy-modals .carousel-control .icon-next, .legacy-modals .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.legacy-modals .carousel-control .icon-prev:before {
  content: "‹";
}
.legacy-modals .carousel-control .icon-next:before {
  content: "›";
}
.legacy-modals .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.legacy-modals .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.legacy-modals .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.legacy-modals .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.legacy-modals .carousel-caption .btn, .legacy-modals .text-hide {
  text-shadow: none;
}
@media screen and (min-width: 850px) {
  .legacy-modals .carousel-control .glyphicon-chevron-left, .legacy-modals .carousel-control .glyphicon-chevron-right, .legacy-modals .carousel-control .icon-next, .legacy-modals .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .legacy-modals .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .legacy-modals .carousel-indicators {
    bottom: 20px;
  }
}
.legacy-modals .btn-group-vertical > .btn-group:after, .legacy-modals .btn-group-vertical > .btn-group:before, .legacy-modals .btn-toolbar:after, .legacy-modals .btn-toolbar:before, .legacy-modals .clearfix:after, .legacy-modals .clearfix:before, .legacy-modals .container-fluid:after, .legacy-modals .container-fluid:before, .legacy-modals .container:after, .legacy-modals .container:before, .legacy-modals .form-horizontal .form-group:after, .legacy-modals .form-horizontal .form-group:before, .legacy-modals .modal-footer:after, .legacy-modals .modal-footer:before, .legacy-modals .nav:after, .legacy-modals .nav:before, .legacy-modals .navbar-collapse:after, .legacy-modals .navbar-collapse:before, .legacy-modals .navbar-header:after, .legacy-modals .navbar-header:before, .legacy-modals .navbar:after, .legacy-modals .navbar:before, .legacy-modals .pager:after, .legacy-modals .pager:before, .legacy-modals .panel-body:after, .legacy-modals .panel-body:before, .legacy-modals .row:after, .legacy-modals .row:before {
  display: table;
  content: " ";
}
.legacy-modals .btn-group-vertical > .btn-group:after, .legacy-modals .btn-toolbar:after, .legacy-modals .clearfix:after, .legacy-modals .container-fluid:after, .legacy-modals .container:after, .legacy-modals .form-horizontal .form-group:after, .legacy-modals .modal-footer:after, .legacy-modals .nav:after, .legacy-modals .navbar-collapse:after, .legacy-modals .navbar-header:after, .legacy-modals .navbar:after, .legacy-modals .pager:after, .legacy-modals .panel-body:after, .legacy-modals .row:after {
  clear: both;
}
.legacy-modals .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.legacy-modals .pull-right {
  float: right !important;
}
.legacy-modals .pull-left {
  float: left !important;
}
.legacy-modals .hide {
  display: none !important;
}
.legacy-modals .show {
  display: block !important;
}
.legacy-modals .hidden, .legacy-modals .visible-lg, .legacy-modals .visible-md, .legacy-modals .visible-sm, .legacy-modals .visible-xs {
  display: none !important;
}
.legacy-modals .invisible {
  visibility: hidden;
}
.legacy-modals .text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}
.legacy-modals .hidden {
  visibility: hidden !important;
}
.legacy-modals .affix {
  position: fixed;
}
@-ms-viewport {
  .legacy-modals {
    width: device-width;
  }
}
@media (max-width: 767px) {
  .legacy-modals .visible-xs {
    display: block !important;
  }
  .legacy-modals table.visible-xs {
    display: table;
  }
  .legacy-modals tr.visible-xs {
    display: table-row !important;
  }
  .legacy-modals td.visible-xs, .legacy-modals th.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .legacy-modals .visible-sm {
    display: block !important;
  }
  .legacy-modals table.visible-sm {
    display: table;
  }
  .legacy-modals tr.visible-sm {
    display: table-row !important;
  }
  .legacy-modals td.visible-sm, .legacy-modals th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy-modals .visible-md {
    display: block !important;
  }
  .legacy-modals table.visible-md {
    display: table;
  }
  .legacy-modals tr.visible-md {
    display: table-row !important;
  }
  .legacy-modals td.visible-md, .legacy-modals th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .legacy-modals .visible-lg {
    display: block !important;
  }
  .legacy-modals table.visible-lg {
    display: table;
  }
  .legacy-modals tr.visible-lg {
    display: table-row !important;
  }
  .legacy-modals td.visible-lg, .legacy-modals th.visible-lg {
    display: table-cell !important;
  }
  .legacy-modals .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .legacy-modals .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .legacy-modals .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacy-modals .hidden-md {
    display: none !important;
  }
}
.legacy-modals .visible-print {
  display: none !important;
}
@media print {
  .legacy-modals .visible-print {
    display: block !important;
  }
  .legacy-modals table.visible-print {
    display: table;
  }
  .legacy-modals tr.visible-print {
    display: table-row !important;
  }
  .legacy-modals td.visible-print, .legacy-modals th.visible-print {
    display: table-cell !important;
  }
  .legacy-modals .hidden-print {
    display: none !important;
  }
}
.legacy-modals .nya-bs-select {
  width: 220px\9 ;
  padding: 0;
  margin: 0;
}
.legacy-modals .nya-bs-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.legacy-modals .nya-bs-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.legacy-modals .nya-bs-select.form-control:not([class*=col-]) {
  width: 100%;
}
.legacy-modals .nya-bs-select .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.legacy-modals .nya-bs-select .dropdown-toggle .filter-option, .legacy-modals .nya-bs-select .dropdown-toggle .special-title {
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.legacy-modals .nya-bs-select .dropdown-toggle .filter-option {
  display: inline-block;
}
.legacy-modals .nya-bs-select .dropdown-toggle .special-title, .legacy-modals .nya-bs-select .dropdown-toggle.show-special-title .filter-option {
  display: none;
}
.legacy-modals .nya-bs-select .dropdown-toggle.show-special-title .special-title {
  display: inline-block;
}
.legacy-modals .nya-bs-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.legacy-modals .nya-bs-select.fit-width {
  width: auto !important;
}
.legacy-modals .nya-bs-select.btn-group:not(.input-group-btn), .legacy-modals .nya-bs-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.legacy-modals .nya-bs-select.btn-group.dropdown-menu-right, .legacy-modals .nya-bs-select.btn-group[class*=col-].dropdown-menu-right, .legacy-modals .row-fluid .nya-bs-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.legacy-modals .nya-bs-select.btn-group[class*=col-] .btn {
  width: 100%;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.legacy-modals .cc-banner .cc-btn:last-child, .legacy-modals .cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li {
  position: relative;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.legacy-modals .cc-btn, .legacy-modals .cc-close, .legacy-modals .cc-link, .legacy-modals .cc-revoke, .legacy-modals .d2h-file-switch, .legacy-modals .nya-bs-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.not-match {
  display: none;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.no-search-result {
  display: none;
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.no-search-result.show {
  display: list-item;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.group-item a {
  padding-left: 2.25em;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  margin-right: 34px;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.selected a .check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li .dropdown-header {
  display: none;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.first-in-group {
  margin-top: 1.75em;
}
.legacy-modals .nya-bs-select.btn-group .dropdown-menu li.first-in-group .dropdown-header {
  display: block;
  position: absolute;
  top: -1.75em;
  left: 0;
}
.legacy-modals .nya-bs-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.legacy-modals .nya-bs-select.show-menu-arrow .dropdown-toggle:before {
  content: " ";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.legacy-modals .nya-bs-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.legacy-modals .nya-bs-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.legacy-modals .nya-bs-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.legacy-modals .nya-bs-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.legacy-modals .nya-bs-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.legacy-modals .nya-bs-select.show-menu-arrow.open > .dropdown-toggle:after, .legacy-modals .nya-bs-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.legacy-modals .nya-bs-select .bs-actionsbox, .legacy-modals .nya-bs-select .bs-searchbox {
  padding: 4px 8px;
}
.legacy-modals .nya-bs-select .bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.legacy-modals .nya-bs-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.legacy-modals .nya-bs-select .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.legacy-modals .nya-bs-select .bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  z-index: inherit;
  display: block;
  position: static;
  border-radius: 4px;
}
.legacy-modals .nya-bs-select.fit-width .btn .filter-option, .legacy-modals .nya-bs-select.fit-width .btn .special-title {
  position: static;
}
.legacy-modals .nya-bs-select.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.legacy-modals .nya-bs-select.on-modal .dropdown-menu {
  z-index: 1040;
}
.legacy-modals .nya-bs-select.on-modal.open > .btn {
  z-index: 1041;
}
.legacy-modals .ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}
.legacy-modals body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
.legacy-modals .ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.legacy-modals body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}
.legacy-modals .ui-pnotify.ui-pnotify-in {
  display: block !important;
}
.legacy-modals .ui-pnotify.ui-pnotify-move {
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity 0.6s linear;
  opacity: 0;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity 0.4s linear;
  opacity: 0;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  opacity: 0;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.legacy-modals .ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}
.legacy-modals .ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}
.legacy-modals .ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}
.legacy-modals .ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.legacy-modals .ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.legacy-modals .ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}
.legacy-modals .ui-pnotify-text {
  display: block;
}
.legacy-modals .ui-pnotify-icon, .legacy-modals .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
.legacy-modals .ui-pnotify.stack-bottomleft, .legacy-modals .ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}
.legacy-modals .ui-pnotify.stack-bottomleft, .legacy-modals .ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}
.legacy-modals .ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}
.legacy-modals .brighttheme {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.legacy-modals .brighttheme.ui-pnotify-container {
  padding: 18px;
}
.legacy-modals .brighttheme .ui-pnotify-title {
  margin-bottom: 12px;
}
.legacy-modals .brighttheme-notice {
  background-color: #FFFFA2;
  border: 0 solid #FF0;
  color: #4F4F00;
}
.legacy-modals .brighttheme-info {
  background-color: #8FCEDD;
  border: 0 solid #0286A5;
  color: #012831;
}
.legacy-modals .brighttheme-success {
  background-color: #AFF29A;
  border: 0 solid #35DB00;
  color: #104300;
}
.legacy-modals .brighttheme-error {
  background-color: #FFABA2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
  border: 0 solid #FF1800;
  color: #4F0800;
}
.legacy-modals .brighttheme-icon-closer, .legacy-modals .brighttheme-icon-info, .legacy-modals .brighttheme-icon-notice, .legacy-modals .brighttheme-icon-sticker, .legacy-modals .brighttheme-icon-success {
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Courier New", Courier, monospace;
  border-radius: 50%;
}
.legacy-modals .brighttheme-icon-closer:after, .legacy-modals .brighttheme-icon-info:after, .legacy-modals .brighttheme-icon-notice:after, .legacy-modals .brighttheme-icon-sticker:after, .legacy-modals .brighttheme-icon-success:after {
  position: absolute;
  top: 0;
  left: 4px;
}
.legacy-modals .brighttheme-icon-notice {
  background-color: #2E2E00;
  color: #FFFFA2;
  margin-top: 2px;
}
.legacy-modals .brighttheme-icon-notice:after {
  content: "!";
}
.legacy-modals .brighttheme-icon-info {
  background-color: #012831;
  color: #8FCEDD;
  margin-top: 2px;
}
.legacy-modals .brighttheme-icon-info:after {
  content: "i";
}
.legacy-modals .brighttheme-icon-success {
  background-color: #104300;
  color: #AFF29A;
  margin-top: 2px;
}
.legacy-modals .brighttheme-icon-success:after {
  content: "✓";
}
.legacy-modals .brighttheme-icon-error {
  position: relative;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #2E0400;
  font-size: 0;
  line-height: 0;
  color: #FFABA2;
  margin-top: 1px;
}
.legacy-modals .brighttheme-icon-error:after {
  position: absolute;
  top: 1px;
  left: -4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Courier New", Courier, monospace;
  content: "!";
}
.legacy-modals .brighttheme-icon-closer, .legacy-modals .brighttheme-icon-sticker {
  display: inline-block;
}
.legacy-modals .brighttheme-icon-closer:after {
  top: -4px;
  content: "✕";
}
.legacy-modals .brighttheme-icon-sticker:after {
  top: -5px;
  content: "𝆺𝅥";
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.legacy-modals .brighttheme-icon-sticker.brighttheme-icon-stuck:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.legacy-modals .brighttheme .ui-pnotify-action-bar {
  padding-top: 12px;
}
.legacy-modals .brighttheme .ui-pnotify-action-bar input, .legacy-modals .brighttheme .ui-pnotify-action-bar textarea {
  display: block;
  width: 100%;
  margin-bottom: 12px !important;
}
.legacy-modals .brighttheme .ui-pnotify-action-button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  border: none;
  background: 0 0;
}
.legacy-modals .brighttheme .ui-pnotify-action-button.btn-primary {
  border: none;
  border-radius: 0;
}
.legacy-modals .brighttheme-notice .ui-pnotify-action-button.btn-primary {
  background-color: #FF0;
  color: #4F4F00;
}
.legacy-modals .brighttheme-info .ui-pnotify-action-button.btn-primary {
  background-color: #0286A5;
  color: #012831;
}
.legacy-modals .brighttheme-success .ui-pnotify-action-button.btn-primary {
  background-color: #35DB00;
  color: #104300;
}
.legacy-modals .brighttheme-error .ui-pnotify-action-button.btn-primary {
  background-color: #FF1800;
  color: #4F0800;
}
.legacy-modals .ui-pnotify-closer, .legacy-modals .ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}
.legacy-modals .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}
.legacy-modals .hljs-comment, .legacy-modals .hljs-quote {
  color: #998;
  font-style: italic;
}
.legacy-modals .hljs-keyword, .legacy-modals .hljs-selector-tag, .legacy-modals .hljs-subst {
  color: #333;
  font-weight: 700;
}
.legacy-modals .hljs-literal, .legacy-modals .hljs-number, .legacy-modals .hljs-tag .hljs-attr, .legacy-modals .hljs-template-variable, .legacy-modals .hljs-variable {
  color: teal;
}
.legacy-modals .hljs-doctag, .legacy-modals .hljs-string {
  color: #d14;
}
.legacy-modals .hljs-section, .legacy-modals .hljs-selector-id, .legacy-modals .hljs-title {
  color: #900;
  font-weight: 700;
}
.legacy-modals .hljs-subst {
  font-weight: 400;
}
.legacy-modals .hljs-class .hljs-title, .legacy-modals .hljs-type {
  color: #458;
  font-weight: 700;
}
.legacy-modals .hljs-attribute, .legacy-modals .hljs-name, .legacy-modals .hljs-tag {
  color: navy;
  font-weight: 400;
}
.legacy-modals .d2h-file-list-title, .legacy-modals .hljs-meta, .legacy-modals .hljs-strong {
  font-weight: 700;
}
.legacy-modals .hljs-link, .legacy-modals .hljs-regexp {
  color: #009926;
}
.legacy-modals .hljs-bullet, .legacy-modals .hljs-symbol {
  color: #990073;
}
.legacy-modals .hljs-built_in, .legacy-modals .hljs-builtin-name {
  color: #0086b3;
}
.legacy-modals .hljs-meta {
  color: #999;
}
.legacy-modals .hljs-deletion {
  background: #fdd;
}
.legacy-modals .hljs-addition {
  background: #dfd;
}
.legacy-modals .hljs-emphasis {
  font-style: italic;
}
.legacy-modals .d2h-wrapper {
  text-align: left;
}
.legacy-modals .d2h-file-header {
  padding: 5px 10px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7;
}
.legacy-modals .d2h-file-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 14px;
}
.legacy-modals .d2h-lines-added {
  text-align: right;
  border: 1px solid #b4e2b4;
  border-radius: 5px 0 0 5px;
  color: #399839;
  padding: 2px;
  vertical-align: middle;
}
.legacy-modals .d2h-lines-deleted {
  text-align: left;
  border: 1px solid #e9aeae;
  border-radius: 0 5px 5px 0;
  color: #c33;
  padding: 2px;
  vertical-align: middle;
  margin-left: 1px;
}
.legacy-modals .d2h-file-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.legacy-modals .d2h-file-name {
  text-overflow: ellipsis;
  overflow-x: hidden;
  line-height: 21px;
}
.legacy-modals .d2h-file-diff, .legacy-modals .d2h-file-side-diff {
  overflow-x: scroll;
  overflow-y: hidden;
}
.legacy-modals .d2h-file-wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1em;
}
.legacy-modals .d2h-diff-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Menlo, Consolas, monospace;
  font-size: 13px;
}
.legacy-modals .d2h-diff-tbody > tr > td {
  height: 20px;
  line-height: 20px;
}
.legacy-modals .d2h-files-diff {
  display: block;
  width: 100%;
  height: 100%;
}
.legacy-modals .d2h-file-side-diff {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  margin-bottom: -8px;
}
.legacy-modals .d2h-code-line {
  display: inline-block;
  padding: 0 10px;
  margin-left: 80px;
}
.legacy-modals .d2h-code-side-line {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 50px;
}
.legacy-modals .d2h-code-line del, .legacy-modals .d2h-code-side-line del {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #ffb6ba;
  border-radius: 0.2em;
}
.legacy-modals .d2h-code-line ins, .legacy-modals .d2h-code-side-line ins {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #97f295;
  border-radius: 0.2em;
  text-align: left;
}
.legacy-modals .d2h-code-line-ctn, .legacy-modals .d2h-code-line-prefix {
  display: inline;
  background: 0 0;
  padding: 0;
  word-wrap: normal;
  white-space: pre;
}
.legacy-modals .d2h-code-linenumber, .legacy-modals .d2h-code-side-linenumber {
  position: absolute;
  background-color: #fff;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.legacy-modals .line-num1, .legacy-modals .line-num2 {
  width: 40px;
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legacy-modals .line-num1 {
  float: left;
}
.legacy-modals .line-num2 {
  float: right;
}
.legacy-modals .d2h-code-linenumber {
  box-sizing: border-box;
  width: 86px;
  padding-left: 2px;
  padding-right: 2px;
  border: solid #eee;
  border-width: 0 1px;
}
.legacy-modals .d2h-code-side-linenumber {
  box-sizing: border-box;
  width: 56px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid #eee;
  border-width: 0 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.legacy-modals .d2h-del {
  background-color: #fee8e9;
  border-color: #e9aeae;
}
.legacy-modals .d2h-ins {
  background-color: #dfd;
  border-color: #b4e2b4;
}
.legacy-modals .d2h-info {
  background-color: #f8fafd;
  color: rgba(0, 0, 0, 0.3);
  border-color: #d5e4f2;
}
.legacy-modals .d2h-file-diff .d2h-del.d2h-change {
  background-color: #fdf2d0;
}
.legacy-modals .d2h-file-diff .d2h-ins.d2h-change {
  background-color: #ded;
}
.legacy-modals .d2h-file-list-wrapper {
  margin-bottom: 10px;
}
.legacy-modals .d2h-file-list-wrapper a {
  text-decoration: none;
  color: #3572b0;
}
.legacy-modals .d2h-file-list-wrapper a:visited {
  color: #3572b0;
}
.legacy-modals .d2h-file-list-header {
  text-align: left;
}
.legacy-modals .d2h-file-list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.legacy-modals .cc-btn, .legacy-modals .fa-fw, .legacy-modals .fa-li, .legacy-modals .fa-stack-1x, .legacy-modals .fa-stack-2x {
  text-align: center;
}
.legacy-modals .d2h-file-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.legacy-modals .d2h-file-list > li {
  border-bottom: #ddd solid 1px;
  padding: 5px 10px;
  margin: 0;
}
.legacy-modals .d2h-file-list > li:last-child {
  border-bottom: none;
}
.legacy-modals .d2h-file-switch {
  display: none;
  font-size: 10px;
}
.legacy-modals .d2h-icon-wrapper {
  line-height: 31px;
}
.legacy-modals .d2h-icon {
  vertical-align: middle;
  margin-right: 10px;
  fill: currentColor;
}
.legacy-modals .fa.fa-pull-left, .legacy-modals .fa.pull-left {
  margin-right: 0.3em;
}
.legacy-modals .d2h-deleted {
  color: #c33;
}
.legacy-modals .d2h-added {
  color: #399839;
}
.legacy-modals .d2h-changed {
  color: #d0b44c;
}
.legacy-modals .d2h-moved {
  color: #3572b0;
}
.legacy-modals .d2h-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-left: 5px;
  padding: 0 2px;
  background-color: #fff;
}
.legacy-modals .fa, .legacy-modals .fa-stack {
  display: inline-block;
}
.legacy-modals .d2h-deleted-tag {
  border: 1px solid #c33;
}
.legacy-modals .d2h-added-tag {
  border: 1px solid #399839;
}
.legacy-modals .d2h-changed-tag {
  border: 1px solid #d0b44c;
}
.legacy-modals .d2h-moved-tag {
  border: 1px solid #3572b0;
}
.legacy-modals .selecting-left .d2h-code-line, .legacy-modals .selecting-left .d2h-code-line *, .legacy-modals .selecting-left .d2h-code-side-line, .legacy-modals .selecting-left .d2h-code-side-line *, .legacy-modals .selecting-right td.d2h-code-linenumber, .legacy-modals .selecting-right td.d2h-code-linenumber *, .legacy-modals .selecting-right td.d2h-code-side-linenumber, .legacy-modals .selecting-right td.d2h-code-side-linenumber * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacy-modals .selecting-left .d2h-code-line ::-moz-selection, .legacy-modals .selecting-left .d2h-code-line::-moz-selection, .legacy-modals .selecting-left .d2h-code-side-line ::-moz-selection, .legacy-modals .selecting-left .d2h-code-side-line::-moz-selection, .legacy-modals .selecting-right td.d2h-code-linenumber::-moz-selection, .legacy-modals .selecting-right td.d2h-code-side-linenumber ::-moz-selection, .legacy-modals .selecting-right td.d2h-code-side-linenumber::-moz-selection {
  background: 0 0;
}
.legacy-modals .selecting-left .d2h-code-line ::selection, .legacy-modals .selecting-left .d2h-code-line::selection, .legacy-modals .selecting-left .d2h-code-side-line ::selection, .legacy-modals .selecting-left .d2h-code-side-line::selection, .legacy-modals .selecting-right td.d2h-code-linenumber::selection, .legacy-modals .selecting-right td.d2h-code-side-linenumber ::selection, .legacy-modals .selecting-right td.d2h-code-side-linenumber::selection {
  background: 0 0;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.legacy-modals .fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.legacy-modals .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.legacy-modals .fa-2x {
  font-size: 2em;
}
.legacy-modals .fa-3x {
  font-size: 3em;
}
.legacy-modals .fa-4x {
  font-size: 4em;
}
.legacy-modals .fa-5x {
  font-size: 5em;
}
.legacy-modals .fa-fw {
  width: 1.28571429em;
}
.legacy-modals .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.legacy-modals .fa.fa-pull-right, .legacy-modals .fa.pull-right {
  margin-left: 0.3em;
}
.legacy-modals .fa-ul > li {
  position: relative;
}
.legacy-modals .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}
.legacy-modals .fa-li.fa-lg {
  left: -1.85714286em;
}
.legacy-modals .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.legacy-modals .fa-pull-left {
  float: left;
}
.legacy-modals .fa-pull-right {
  float: right;
}
.legacy-modals .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.legacy-modals .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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.legacy-modals .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.legacy-modals .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.legacy-modals .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.legacy-modals .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.legacy-modals .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.legacy-modals :root .fa-flip-horizontal, .legacy-modals :root .fa-flip-vertical, .legacy-modals :root .fa-rotate-180, .legacy-modals :root .fa-rotate-270, .legacy-modals :root .fa-rotate-90 {
  filter: none;
}
.legacy-modals .fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.legacy-modals .fa-stack-1x, .legacy-modals .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
}
.legacy-modals .fa-stack-1x {
  line-height: inherit;
}
.legacy-modals .fa-stack-2x {
  font-size: 2em;
}
.legacy-modals .fa-inverse {
  color: #fff;
}
.legacy-modals .fa-glass:before {
  content: "\f000";
}
.legacy-modals .fa-music:before {
  content: "\f001";
}
.legacy-modals .fa-search:before {
  content: "\f002";
}
.legacy-modals .fa-envelope-o:before {
  content: "\f003";
}
.legacy-modals .fa-heart:before {
  content: "\f004";
}
.legacy-modals .fa-star:before {
  content: "\f005";
}
.legacy-modals .fa-star-o:before {
  content: "\f006";
}
.legacy-modals .fa-user:before {
  content: "\f007";
}
.legacy-modals .fa-film:before {
  content: "\f008";
}
.legacy-modals .fa-th-large:before {
  content: "\f009";
}
.legacy-modals .fa-th:before {
  content: "\f00a";
}
.legacy-modals .fa-th-list:before {
  content: "\f00b";
}
.legacy-modals .fa-check:before {
  content: "\f00c";
}
.legacy-modals .fa-close:before, .legacy-modals .fa-remove:before, .legacy-modals .fa-times:before {
  content: "\f00d";
}
.legacy-modals .fa-search-plus:before {
  content: "\f00e";
}
.legacy-modals .fa-search-minus:before {
  content: "\f010";
}
.legacy-modals .fa-power-off:before {
  content: "\f011";
}
.legacy-modals .fa-signal:before {
  content: "\f012";
}
.legacy-modals .fa-cog:before, .legacy-modals .fa-gear:before {
  content: "\f013";
}
.legacy-modals .fa-trash-o:before {
  content: "\f014";
}
.legacy-modals .fa-home:before {
  content: "\f015";
}
.legacy-modals .fa-file-o:before {
  content: "\f016";
}
.legacy-modals .fa-clock-o:before {
  content: "\f017";
}
.legacy-modals .fa-road:before {
  content: "\f018";
}
.legacy-modals .fa-download:before {
  content: "\f019";
}
.legacy-modals .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.legacy-modals .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.legacy-modals .fa-inbox:before {
  content: "\f01c";
}
.legacy-modals .fa-play-circle-o:before {
  content: "\f01d";
}
.legacy-modals .fa-repeat:before, .legacy-modals .fa-rotate-right:before {
  content: "\f01e";
}
.legacy-modals .fa-refresh:before {
  content: "\f021";
}
.legacy-modals .fa-list-alt:before {
  content: "\f022";
}
.legacy-modals .fa-lock:before {
  content: "\f023";
}
.legacy-modals .fa-flag:before {
  content: "\f024";
}
.legacy-modals .fa-headphones:before {
  content: "\f025";
}
.legacy-modals .fa-volume-off:before {
  content: "\f026";
}
.legacy-modals .fa-volume-down:before {
  content: "\f027";
}
.legacy-modals .fa-volume-up:before {
  content: "\f028";
}
.legacy-modals .fa-qrcode:before {
  content: "\f029";
}
.legacy-modals .fa-barcode:before {
  content: "\f02a";
}
.legacy-modals .fa-tag:before {
  content: "\f02b";
}
.legacy-modals .fa-tags:before {
  content: "\f02c";
}
.legacy-modals .fa-book:before {
  content: "\f02d";
}
.legacy-modals .fa-bookmark:before {
  content: "\f02e";
}
.legacy-modals .fa-print:before {
  content: "\f02f";
}
.legacy-modals .fa-camera:before {
  content: "\f030";
}
.legacy-modals .fa-font:before {
  content: "\f031";
}
.legacy-modals .fa-bold:before {
  content: "\f032";
}
.legacy-modals .fa-italic:before {
  content: "\f033";
}
.legacy-modals .fa-text-height:before {
  content: "\f034";
}
.legacy-modals .fa-text-width:before {
  content: "\f035";
}
.legacy-modals .fa-align-left:before {
  content: "\f036";
}
.legacy-modals .fa-align-center:before {
  content: "\f037";
}
.legacy-modals .fa-align-right:before {
  content: "\f038";
}
.legacy-modals .fa-align-justify:before {
  content: "\f039";
}
.legacy-modals .fa-list:before {
  content: "\f03a";
}
.legacy-modals .fa-dedent:before, .legacy-modals .fa-outdent:before {
  content: "\f03b";
}
.legacy-modals .fa-indent:before {
  content: "\f03c";
}
.legacy-modals .fa-video-camera:before {
  content: "\f03d";
}
.legacy-modals .fa-image:before, .legacy-modals .fa-photo:before, .legacy-modals .fa-picture-o:before {
  content: "\f03e";
}
.legacy-modals .fa-pencil:before {
  content: "\f040";
}
.legacy-modals .fa-map-marker:before {
  content: "\f041";
}
.legacy-modals .fa-adjust:before {
  content: "\f042";
}
.legacy-modals .fa-tint:before {
  content: "\f043";
}
.legacy-modals .fa-edit:before, .legacy-modals .fa-pencil-square-o:before {
  content: "\f044";
}
.legacy-modals .fa-share-square-o:before {
  content: "\f045";
}
.legacy-modals .fa-check-square-o:before {
  content: "\f046";
}
.legacy-modals .fa-arrows:before {
  content: "\f047";
}
.legacy-modals .fa-step-backward:before {
  content: "\f048";
}
.legacy-modals .fa-fast-backward:before {
  content: "\f049";
}
.legacy-modals .fa-backward:before {
  content: "\f04a";
}
.legacy-modals .fa-play:before {
  content: "\f04b";
}
.legacy-modals .fa-pause:before {
  content: "\f04c";
}
.legacy-modals .fa-stop:before {
  content: "\f04d";
}
.legacy-modals .fa-forward:before {
  content: "\f04e";
}
.legacy-modals .fa-fast-forward:before {
  content: "\f050";
}
.legacy-modals .fa-step-forward:before {
  content: "\f051";
}
.legacy-modals .fa-eject:before {
  content: "\f052";
}
.legacy-modals .fa-chevron-left:before {
  content: "\f053";
}
.legacy-modals .fa-chevron-right:before {
  content: "\f054";
}
.legacy-modals .fa-plus-circle:before {
  content: "\f055";
}
.legacy-modals .fa-minus-circle:before {
  content: "\f056";
}
.legacy-modals .fa-times-circle:before {
  content: "\f057";
}
.legacy-modals .fa-check-circle:before {
  content: "\f058";
}
.legacy-modals .fa-question-circle:before {
  content: "\f059";
}
.legacy-modals .fa-info-circle:before {
  content: "\f05a";
}
.legacy-modals .fa-crosshairs:before {
  content: "\f05b";
}
.legacy-modals .fa-times-circle-o:before {
  content: "\f05c";
}
.legacy-modals .fa-check-circle-o:before {
  content: "\f05d";
}
.legacy-modals .fa-ban:before {
  content: "\f05e";
}
.legacy-modals .fa-arrow-left:before {
  content: "\f060";
}
.legacy-modals .fa-arrow-right:before {
  content: "\f061";
}
.legacy-modals .fa-arrow-up:before {
  content: "\f062";
}
.legacy-modals .fa-arrow-down:before {
  content: "\f063";
}
.legacy-modals .fa-mail-forward:before, .legacy-modals .fa-share:before {
  content: "\f064";
}
.legacy-modals .fa-expand:before {
  content: "\f065";
}
.legacy-modals .fa-compress:before {
  content: "\f066";
}
.legacy-modals .fa-plus:before {
  content: "\f067";
}
.legacy-modals .fa-minus:before {
  content: "\f068";
}
.legacy-modals .fa-asterisk:before {
  content: "\f069";
}
.legacy-modals .fa-exclamation-circle:before {
  content: "\f06a";
}
.legacy-modals .fa-gift:before {
  content: "\f06b";
}
.legacy-modals .fa-leaf:before {
  content: "\f06c";
}
.legacy-modals .fa-fire:before {
  content: "\f06d";
}
.legacy-modals .fa-eye:before {
  content: "\f06e";
}
.legacy-modals .fa-eye-slash:before {
  content: "\f070";
}
.legacy-modals .fa-exclamation-triangle:before, .legacy-modals .fa-warning:before {
  content: "\f071";
}
.legacy-modals .fa-plane:before {
  content: "\f072";
}
.legacy-modals .fa-calendar:before {
  content: "\f073";
}
.legacy-modals .fa-random:before {
  content: "\f074";
}
.legacy-modals .fa-comment:before {
  content: "\f075";
}
.legacy-modals .fa-magnet:before {
  content: "\f076";
}
.legacy-modals .fa-chevron-up:before {
  content: "\f077";
}
.legacy-modals .fa-chevron-down:before {
  content: "\f078";
}
.legacy-modals .fa-retweet:before {
  content: "\f079";
}
.legacy-modals .fa-shopping-cart:before {
  content: "\f07a";
}
.legacy-modals .fa-folder:before {
  content: "\f07b";
}
.legacy-modals .fa-folder-open:before {
  content: "\f07c";
}
.legacy-modals .fa-arrows-v:before {
  content: "\f07d";
}
.legacy-modals .fa-arrows-h:before {
  content: "\f07e";
}
.legacy-modals .fa-bar-chart-o:before, .legacy-modals .fa-bar-chart:before {
  content: "\f080";
}
.legacy-modals .fa-twitter-square:before {
  content: "\f081";
}
.legacy-modals .fa-facebook-square:before {
  content: "\f082";
}
.legacy-modals .fa-camera-retro:before {
  content: "\f083";
}
.legacy-modals .fa-key:before {
  content: "\f084";
}
.legacy-modals .fa-cogs:before, .legacy-modals .fa-gears:before {
  content: "\f085";
}
.legacy-modals .fa-comments:before {
  content: "\f086";
}
.legacy-modals .fa-thumbs-o-up:before {
  content: "\f087";
}
.legacy-modals .fa-thumbs-o-down:before {
  content: "\f088";
}
.legacy-modals .fa-star-half:before {
  content: "\f089";
}
.legacy-modals .fa-heart-o:before {
  content: "\f08a";
}
.legacy-modals .fa-sign-out:before {
  content: "\f08b";
}
.legacy-modals .fa-linkedin-square:before {
  content: "\f08c";
}
.legacy-modals .fa-thumb-tack:before {
  content: "\f08d";
}
.legacy-modals .fa-external-link:before {
  content: "\f08e";
}
.legacy-modals .fa-sign-in:before {
  content: "\f090";
}
.legacy-modals .fa-trophy:before {
  content: "\f091";
}
.legacy-modals .fa-github-square:before {
  content: "\f092";
}
.legacy-modals .fa-upload:before {
  content: "\f093";
}
.legacy-modals .fa-lemon-o:before {
  content: "\f094";
}
.legacy-modals .fa-phone:before {
  content: "\f095";
}
.legacy-modals .fa-square-o:before {
  content: "\f096";
}
.legacy-modals .fa-bookmark-o:before {
  content: "\f097";
}
.legacy-modals .fa-phone-square:before {
  content: "\f098";
}
.legacy-modals .fa-twitter:before {
  content: "\f099";
}
.legacy-modals .fa-facebook-f:before, .legacy-modals .fa-facebook:before {
  content: "\f09a";
}
.legacy-modals .fa-github:before {
  content: "\f09b";
}
.legacy-modals .fa-unlock:before {
  content: "\f09c";
}
.legacy-modals .fa-credit-card:before {
  content: "\f09d";
}
.legacy-modals .fa-feed:before, .legacy-modals .fa-rss:before {
  content: "\f09e";
}
.legacy-modals .fa-hdd-o:before {
  content: "\f0a0";
}
.legacy-modals .fa-bullhorn:before {
  content: "\f0a1";
}
.legacy-modals .fa-bell:before {
  content: "\f0f3";
}
.legacy-modals .fa-certificate:before {
  content: "\f0a3";
}
.legacy-modals .fa-hand-o-right:before {
  content: "\f0a4";
}
.legacy-modals .fa-hand-o-left:before {
  content: "\f0a5";
}
.legacy-modals .fa-hand-o-up:before {
  content: "\f0a6";
}
.legacy-modals .fa-hand-o-down:before {
  content: "\f0a7";
}
.legacy-modals .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.legacy-modals .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.legacy-modals .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.legacy-modals .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.legacy-modals .fa-globe:before {
  content: "\f0ac";
}
.legacy-modals .fa-wrench:before {
  content: "\f0ad";
}
.legacy-modals .fa-tasks:before {
  content: "\f0ae";
}
.legacy-modals .fa-filter:before {
  content: "\f0b0";
}
.legacy-modals .fa-briefcase:before {
  content: "\f0b1";
}
.legacy-modals .fa-arrows-alt:before {
  content: "\f0b2";
}
.legacy-modals .fa-group:before, .legacy-modals .fa-users:before {
  content: "\f0c0";
}
.legacy-modals .fa-chain:before, .legacy-modals .fa-link:before {
  content: "\f0c1";
}
.legacy-modals .fa-cloud:before {
  content: "\f0c2";
}
.legacy-modals .fa-flask:before {
  content: "\f0c3";
}
.legacy-modals .fa-cut:before, .legacy-modals .fa-scissors:before {
  content: "\f0c4";
}
.legacy-modals .fa-copy:before, .legacy-modals .fa-files-o:before {
  content: "\f0c5";
}
.legacy-modals .fa-paperclip:before {
  content: "\f0c6";
}
.legacy-modals .fa-floppy-o:before, .legacy-modals .fa-save:before {
  content: "\f0c7";
}
.legacy-modals .fa-square:before {
  content: "\f0c8";
}
.legacy-modals .fa-bars:before, .legacy-modals .fa-navicon:before, .legacy-modals .fa-reorder:before {
  content: "\f0c9";
}
.legacy-modals .fa-list-ul:before {
  content: "\f0ca";
}
.legacy-modals .fa-list-ol:before {
  content: "\f0cb";
}
.legacy-modals .fa-strikethrough:before {
  content: "\f0cc";
}
.legacy-modals .fa-underline:before {
  content: "\f0cd";
}
.legacy-modals .fa-table:before {
  content: "\f0ce";
}
.legacy-modals .fa-magic:before {
  content: "\f0d0";
}
.legacy-modals .fa-truck:before {
  content: "\f0d1";
}
.legacy-modals .fa-pinterest:before {
  content: "\f0d2";
}
.legacy-modals .fa-pinterest-square:before {
  content: "\f0d3";
}
.legacy-modals .fa-google-plus-square:before {
  content: "\f0d4";
}
.legacy-modals .fa-google-plus:before {
  content: "\f0d5";
}
.legacy-modals .fa-money:before {
  content: "\f0d6";
}
.legacy-modals .fa-caret-down:before {
  content: "\f0d7";
}
.legacy-modals .fa-caret-up:before {
  content: "\f0d8";
}
.legacy-modals .fa-caret-left:before {
  content: "\f0d9";
}
.legacy-modals .fa-caret-right:before {
  content: "\f0da";
}
.legacy-modals .fa-columns:before {
  content: "\f0db";
}
.legacy-modals .fa-sort:before, .legacy-modals .fa-unsorted:before {
  content: "\f0dc";
}
.legacy-modals .fa-sort-desc:before, .legacy-modals .fa-sort-down:before {
  content: "\f0dd";
}
.legacy-modals .fa-sort-asc:before, .legacy-modals .fa-sort-up:before {
  content: "\f0de";
}
.legacy-modals .fa-envelope:before {
  content: "\f0e0";
}
.legacy-modals .fa-linkedin:before {
  content: "\f0e1";
}
.legacy-modals .fa-rotate-left:before, .legacy-modals .fa-undo:before {
  content: "\f0e2";
}
.legacy-modals .fa-gavel:before, .legacy-modals .fa-legal:before {
  content: "\f0e3";
}
.legacy-modals .fa-dashboard:before, .legacy-modals .fa-tachometer:before {
  content: "\f0e4";
}
.legacy-modals .fa-comment-o:before {
  content: "\f0e5";
}
.legacy-modals .fa-comments-o:before {
  content: "\f0e6";
}
.legacy-modals .fa-bolt:before, .legacy-modals .fa-flash:before {
  content: "\f0e7";
}
.legacy-modals .fa-sitemap:before {
  content: "\f0e8";
}
.legacy-modals .fa-umbrella:before {
  content: "\f0e9";
}
.legacy-modals .fa-clipboard:before, .legacy-modals .fa-paste:before {
  content: "\f0ea";
}
.legacy-modals .fa-lightbulb-o:before {
  content: "\f0eb";
}
.legacy-modals .fa-exchange:before {
  content: "\f0ec";
}
.legacy-modals .fa-cloud-download:before {
  content: "\f0ed";
}
.legacy-modals .fa-cloud-upload:before {
  content: "\f0ee";
}
.legacy-modals .fa-user-md:before {
  content: "\f0f0";
}
.legacy-modals .fa-stethoscope:before {
  content: "\f0f1";
}
.legacy-modals .fa-suitcase:before {
  content: "\f0f2";
}
.legacy-modals .fa-bell-o:before {
  content: "\f0a2";
}
.legacy-modals .fa-coffee:before {
  content: "\f0f4";
}
.legacy-modals .fa-cutlery:before {
  content: "\f0f5";
}
.legacy-modals .fa-file-text-o:before {
  content: "\f0f6";
}
.legacy-modals .fa-building-o:before {
  content: "\f0f7";
}
.legacy-modals .fa-hospital-o:before {
  content: "\f0f8";
}
.legacy-modals .fa-ambulance:before {
  content: "\f0f9";
}
.legacy-modals .fa-medkit:before {
  content: "\f0fa";
}
.legacy-modals .fa-fighter-jet:before {
  content: "\f0fb";
}
.legacy-modals .fa-beer:before {
  content: "\f0fc";
}
.legacy-modals .fa-h-square:before {
  content: "\f0fd";
}
.legacy-modals .fa-plus-square:before {
  content: "\f0fe";
}
.legacy-modals .fa-angle-double-left:before {
  content: "\f100";
}
.legacy-modals .fa-angle-double-right:before {
  content: "\f101";
}
.legacy-modals .fa-angle-double-up:before {
  content: "\f102";
}
.legacy-modals .fa-angle-double-down:before {
  content: "\f103";
}
.legacy-modals .fa-angle-left:before {
  content: "\f104";
}
.legacy-modals .fa-angle-right:before {
  content: "\f105";
}
.legacy-modals .fa-angle-up:before {
  content: "\f106";
}
.legacy-modals .fa-angle-down:before {
  content: "\f107";
}
.legacy-modals .fa-desktop:before {
  content: "\f108";
}
.legacy-modals .fa-laptop:before {
  content: "\f109";
}
.legacy-modals .fa-tablet:before {
  content: "\f10a";
}
.legacy-modals .fa-mobile-phone:before, .legacy-modals .fa-mobile:before {
  content: "\f10b";
}
.legacy-modals .fa-circle-o:before {
  content: "\f10c";
}
.legacy-modals .fa-quote-left:before {
  content: "\f10d";
}
.legacy-modals .fa-quote-right:before {
  content: "\f10e";
}
.legacy-modals .fa-spinner:before {
  content: "\f110";
}
.legacy-modals .fa-circle:before {
  content: "\f111";
}
.legacy-modals .fa-mail-reply:before, .legacy-modals .fa-reply:before {
  content: "\f112";
}
.legacy-modals .fa-github-alt:before {
  content: "\f113";
}
.legacy-modals .fa-folder-o:before {
  content: "\f114";
}
.legacy-modals .fa-folder-open-o:before {
  content: "\f115";
}
.legacy-modals .fa-smile-o:before {
  content: "\f118";
}
.legacy-modals .fa-frown-o:before {
  content: "\f119";
}
.legacy-modals .fa-meh-o:before {
  content: "\f11a";
}
.legacy-modals .fa-gamepad:before {
  content: "\f11b";
}
.legacy-modals .fa-keyboard-o:before {
  content: "\f11c";
}
.legacy-modals .fa-flag-o:before {
  content: "\f11d";
}
.legacy-modals .fa-flag-checkered:before {
  content: "\f11e";
}
.legacy-modals .fa-terminal:before {
  content: "\f120";
}
.legacy-modals .fa-code:before {
  content: "\f121";
}
.legacy-modals .fa-mail-reply-all:before, .legacy-modals .fa-reply-all:before {
  content: "\f122";
}
.legacy-modals .fa-star-half-empty:before, .legacy-modals .fa-star-half-full:before, .legacy-modals .fa-star-half-o:before {
  content: "\f123";
}
.legacy-modals .fa-location-arrow:before {
  content: "\f124";
}
.legacy-modals .fa-crop:before {
  content: "\f125";
}
.legacy-modals .fa-code-fork:before {
  content: "\f126";
}
.legacy-modals .fa-chain-broken:before, .legacy-modals .fa-unlink:before {
  content: "\f127";
}
.legacy-modals .fa-question:before {
  content: "\f128";
}
.legacy-modals .fa-info:before {
  content: "\f129";
}
.legacy-modals .fa-exclamation:before {
  content: "\f12a";
}
.legacy-modals .fa-superscript:before {
  content: "\f12b";
}
.legacy-modals .fa-subscript:before {
  content: "\f12c";
}
.legacy-modals .fa-eraser:before {
  content: "\f12d";
}
.legacy-modals .fa-puzzle-piece:before {
  content: "\f12e";
}
.legacy-modals .fa-microphone:before {
  content: "\f130";
}
.legacy-modals .fa-microphone-slash:before {
  content: "\f131";
}
.legacy-modals .fa-shield:before {
  content: "\f132";
}
.legacy-modals .fa-calendar-o:before {
  content: "\f133";
}
.legacy-modals .fa-fire-extinguisher:before {
  content: "\f134";
}
.legacy-modals .fa-rocket:before {
  content: "\f135";
}
.legacy-modals .fa-maxcdn:before {
  content: "\f136";
}
.legacy-modals .fa-chevron-circle-left:before {
  content: "\f137";
}
.legacy-modals .fa-chevron-circle-right:before {
  content: "\f138";
}
.legacy-modals .fa-chevron-circle-up:before {
  content: "\f139";
}
.legacy-modals .fa-chevron-circle-down:before {
  content: "\f13a";
}
.legacy-modals .fa-html5:before {
  content: "\f13b";
}
.legacy-modals .fa-css3:before {
  content: "\f13c";
}
.legacy-modals .fa-anchor:before {
  content: "\f13d";
}
.legacy-modals .fa-unlock-alt:before {
  content: "\f13e";
}
.legacy-modals .fa-bullseye:before {
  content: "\f140";
}
.legacy-modals .fa-ellipsis-h:before {
  content: "\f141";
}
.legacy-modals .fa-ellipsis-v:before {
  content: "\f142";
}
.legacy-modals .fa-rss-square:before {
  content: "\f143";
}
.legacy-modals .fa-play-circle:before {
  content: "\f144";
}
.legacy-modals .fa-ticket:before {
  content: "\f145";
}
.legacy-modals .fa-minus-square:before {
  content: "\f146";
}
.legacy-modals .fa-minus-square-o:before {
  content: "\f147";
}
.legacy-modals .fa-level-up:before {
  content: "\f148";
}
.legacy-modals .fa-level-down:before {
  content: "\f149";
}
.legacy-modals .fa-check-square:before {
  content: "\f14a";
}
.legacy-modals .fa-pencil-square:before {
  content: "\f14b";
}
.legacy-modals .fa-external-link-square:before {
  content: "\f14c";
}
.legacy-modals .fa-share-square:before {
  content: "\f14d";
}
.legacy-modals .fa-compass:before {
  content: "\f14e";
}
.legacy-modals .fa-caret-square-o-down:before, .legacy-modals .fa-toggle-down:before {
  content: "\f150";
}
.legacy-modals .fa-caret-square-o-up:before, .legacy-modals .fa-toggle-up:before {
  content: "\f151";
}
.legacy-modals .fa-caret-square-o-right:before, .legacy-modals .fa-toggle-right:before {
  content: "\f152";
}
.legacy-modals .fa-eur:before, .legacy-modals .fa-euro:before {
  content: "\f153";
}
.legacy-modals .fa-gbp:before {
  content: "\f154";
}
.legacy-modals .fa-dollar:before, .legacy-modals .fa-usd:before {
  content: "\f155";
}
.legacy-modals .fa-inr:before, .legacy-modals .fa-rupee:before {
  content: "\f156";
}
.legacy-modals .fa-cny:before, .legacy-modals .fa-jpy:before, .legacy-modals .fa-rmb:before, .legacy-modals .fa-yen:before {
  content: "\f157";
}
.legacy-modals .fa-rouble:before, .legacy-modals .fa-rub:before, .legacy-modals .fa-ruble:before {
  content: "\f158";
}
.legacy-modals .fa-krw:before, .legacy-modals .fa-won:before {
  content: "\f159";
}
.legacy-modals .fa-bitcoin:before, .legacy-modals .fa-btc:before {
  content: "\f15a";
}
.legacy-modals .fa-file:before {
  content: "\f15b";
}
.legacy-modals .fa-file-text:before {
  content: "\f15c";
}
.legacy-modals .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.legacy-modals .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.legacy-modals .fa-sort-amount-asc:before {
  content: "\f160";
}
.legacy-modals .fa-sort-amount-desc:before {
  content: "\f161";
}
.legacy-modals .fa-sort-numeric-asc:before {
  content: "\f162";
}
.legacy-modals .fa-sort-numeric-desc:before {
  content: "\f163";
}
.legacy-modals .fa-thumbs-up:before {
  content: "\f164";
}
.legacy-modals .fa-thumbs-down:before {
  content: "\f165";
}
.legacy-modals .fa-youtube-square:before {
  content: "\f166";
}
.legacy-modals .fa-youtube:before {
  content: "\f167";
}
.legacy-modals .fa-xing:before {
  content: "\f168";
}
.legacy-modals .fa-xing-square:before {
  content: "\f169";
}
.legacy-modals .fa-youtube-play:before {
  content: "\f16a";
}
.legacy-modals .fa-dropbox:before {
  content: "\f16b";
}
.legacy-modals .fa-stack-overflow:before {
  content: "\f16c";
}
.legacy-modals .fa-instagram:before {
  content: "\f16d";
}
.legacy-modals .fa-flickr:before {
  content: "\f16e";
}
.legacy-modals .fa-adn:before {
  content: "\f170";
}
.legacy-modals .fa-bitbucket:before {
  content: "\f171";
}
.legacy-modals .fa-bitbucket-square:before {
  content: "\f172";
}
.legacy-modals .fa-tumblr:before {
  content: "\f173";
}
.legacy-modals .fa-tumblr-square:before {
  content: "\f174";
}
.legacy-modals .fa-long-arrow-down:before {
  content: "\f175";
}
.legacy-modals .fa-long-arrow-up:before {
  content: "\f176";
}
.legacy-modals .fa-long-arrow-left:before {
  content: "\f177";
}
.legacy-modals .fa-long-arrow-right:before {
  content: "\f178";
}
.legacy-modals .fa-apple:before {
  content: "\f179";
}
.legacy-modals .fa-windows:before {
  content: "\f17a";
}
.legacy-modals .fa-android:before {
  content: "\f17b";
}
.legacy-modals .fa-linux:before {
  content: "\f17c";
}
.legacy-modals .fa-dribbble:before {
  content: "\f17d";
}
.legacy-modals .fa-skype:before {
  content: "\f17e";
}
.legacy-modals .fa-foursquare:before {
  content: "\f180";
}
.legacy-modals .fa-trello:before {
  content: "\f181";
}
.legacy-modals .fa-female:before {
  content: "\f182";
}
.legacy-modals .fa-male:before {
  content: "\f183";
}
.legacy-modals .fa-gittip:before, .legacy-modals .fa-gratipay:before {
  content: "\f184";
}
.legacy-modals .fa-sun-o:before {
  content: "\f185";
}
.legacy-modals .fa-moon-o:before {
  content: "\f186";
}
.legacy-modals .fa-archive:before {
  content: "\f187";
}
.legacy-modals .fa-bug:before {
  content: "\f188";
}
.legacy-modals .fa-vk:before {
  content: "\f189";
}
.legacy-modals .fa-weibo:before {
  content: "\f18a";
}
.legacy-modals .fa-renren:before {
  content: "\f18b";
}
.legacy-modals .fa-pagelines:before {
  content: "\f18c";
}
.legacy-modals .fa-stack-exchange:before {
  content: "\f18d";
}
.legacy-modals .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.legacy-modals .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.legacy-modals .fa-caret-square-o-left:before, .legacy-modals .fa-toggle-left:before {
  content: "\f191";
}
.legacy-modals .fa-dot-circle-o:before {
  content: "\f192";
}
.legacy-modals .fa-wheelchair:before {
  content: "\f193";
}
.legacy-modals .fa-vimeo-square:before {
  content: "\f194";
}
.legacy-modals .fa-try:before, .legacy-modals .fa-turkish-lira:before {
  content: "\f195";
}
.legacy-modals .fa-plus-square-o:before {
  content: "\f196";
}
.legacy-modals .fa-space-shuttle:before {
  content: "\f197";
}
.legacy-modals .fa-slack:before {
  content: "\f198";
}
.legacy-modals .fa-envelope-square:before {
  content: "\f199";
}
.legacy-modals .fa-wordpress:before {
  content: "\f19a";
}
.legacy-modals .fa-openid:before {
  content: "\f19b";
}
.legacy-modals .fa-bank:before, .legacy-modals .fa-institution:before, .legacy-modals .fa-university:before {
  content: "\f19c";
}
.legacy-modals .fa-graduation-cap:before, .legacy-modals .fa-mortar-board:before {
  content: "\f19d";
}
.legacy-modals .fa-yahoo:before {
  content: "\f19e";
}
.legacy-modals .fa-google:before {
  content: "\f1a0";
}
.legacy-modals .fa-reddit:before {
  content: "\f1a1";
}
.legacy-modals .fa-reddit-square:before {
  content: "\f1a2";
}
.legacy-modals .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.legacy-modals .fa-stumbleupon:before {
  content: "\f1a4";
}
.legacy-modals .fa-delicious:before {
  content: "\f1a5";
}
.legacy-modals .fa-digg:before {
  content: "\f1a6";
}
.legacy-modals .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.legacy-modals .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.legacy-modals .fa-drupal:before {
  content: "\f1a9";
}
.legacy-modals .fa-joomla:before {
  content: "\f1aa";
}
.legacy-modals .fa-language:before {
  content: "\f1ab";
}
.legacy-modals .fa-fax:before {
  content: "\f1ac";
}
.legacy-modals .fa-building:before {
  content: "\f1ad";
}
.legacy-modals .fa-child:before {
  content: "\f1ae";
}
.legacy-modals .fa-paw:before {
  content: "\f1b0";
}
.legacy-modals .fa-spoon:before {
  content: "\f1b1";
}
.legacy-modals .fa-cube:before {
  content: "\f1b2";
}
.legacy-modals .fa-cubes:before {
  content: "\f1b3";
}
.legacy-modals .fa-behance:before {
  content: "\f1b4";
}
.legacy-modals .fa-behance-square:before {
  content: "\f1b5";
}
.legacy-modals .fa-steam:before {
  content: "\f1b6";
}
.legacy-modals .fa-steam-square:before {
  content: "\f1b7";
}
.legacy-modals .fa-recycle:before {
  content: "\f1b8";
}
.legacy-modals .fa-automobile:before, .legacy-modals .fa-car:before {
  content: "\f1b9";
}
.legacy-modals .fa-cab:before, .legacy-modals .fa-taxi:before {
  content: "\f1ba";
}
.legacy-modals .fa-tree:before {
  content: "\f1bb";
}
.legacy-modals .fa-spotify:before {
  content: "\f1bc";
}
.legacy-modals .fa-deviantart:before {
  content: "\f1bd";
}
.legacy-modals .fa-soundcloud:before {
  content: "\f1be";
}
.legacy-modals .fa-database:before {
  content: "\f1c0";
}
.legacy-modals .fa-file-pdf-o:before {
  content: "\f1c1";
}
.legacy-modals .fa-file-word-o:before {
  content: "\f1c2";
}
.legacy-modals .fa-file-excel-o:before {
  content: "\f1c3";
}
.legacy-modals .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.legacy-modals .fa-file-image-o:before, .legacy-modals .fa-file-photo-o:before, .legacy-modals .fa-file-picture-o:before {
  content: "\f1c5";
}
.legacy-modals .fa-file-archive-o:before, .legacy-modals .fa-file-zip-o:before {
  content: "\f1c6";
}
.legacy-modals .fa-file-audio-o:before, .legacy-modals .fa-file-sound-o:before {
  content: "\f1c7";
}
.legacy-modals .fa-file-movie-o:before, .legacy-modals .fa-file-video-o:before {
  content: "\f1c8";
}
.legacy-modals .fa-file-code-o:before {
  content: "\f1c9";
}
.legacy-modals .fa-vine:before {
  content: "\f1ca";
}
.legacy-modals .fa-codepen:before {
  content: "\f1cb";
}
.legacy-modals .fa-jsfiddle:before {
  content: "\f1cc";
}
.legacy-modals .fa-life-bouy:before, .legacy-modals .fa-life-buoy:before, .legacy-modals .fa-life-ring:before, .legacy-modals .fa-life-saver:before, .legacy-modals .fa-support:before {
  content: "\f1cd";
}
.legacy-modals .fa-circle-o-notch:before {
  content: "\f1ce";
}
.legacy-modals .fa-ra:before, .legacy-modals .fa-rebel:before, .legacy-modals .fa-resistance:before {
  content: "\f1d0";
}
.legacy-modals .fa-empire:before, .legacy-modals .fa-ge:before {
  content: "\f1d1";
}
.legacy-modals .fa-git-square:before {
  content: "\f1d2";
}
.legacy-modals .fa-git:before {
  content: "\f1d3";
}
.legacy-modals .fa-hacker-news:before, .legacy-modals .fa-y-combinator-square:before, .legacy-modals .fa-yc-square:before {
  content: "\f1d4";
}
.legacy-modals .fa-tencent-weibo:before {
  content: "\f1d5";
}
.legacy-modals .fa-qq:before {
  content: "\f1d6";
}
.legacy-modals .fa-wechat:before, .legacy-modals .fa-weixin:before {
  content: "\f1d7";
}
.legacy-modals .fa-paper-plane:before, .legacy-modals .fa-send:before {
  content: "\f1d8";
}
.legacy-modals .fa-paper-plane-o:before, .legacy-modals .fa-send-o:before {
  content: "\f1d9";
}
.legacy-modals .fa-history:before {
  content: "\f1da";
}
.legacy-modals .fa-circle-thin:before {
  content: "\f1db";
}
.legacy-modals .fa-header:before {
  content: "\f1dc";
}
.legacy-modals .fa-paragraph:before {
  content: "\f1dd";
}
.legacy-modals .fa-sliders:before {
  content: "\f1de";
}
.legacy-modals .fa-share-alt:before {
  content: "\f1e0";
}
.legacy-modals .fa-share-alt-square:before {
  content: "\f1e1";
}
.legacy-modals .fa-bomb:before {
  content: "\f1e2";
}
.legacy-modals .fa-futbol-o:before, .legacy-modals .fa-soccer-ball-o:before {
  content: "\f1e3";
}
.legacy-modals .fa-tty:before {
  content: "\f1e4";
}
.legacy-modals .fa-binoculars:before {
  content: "\f1e5";
}
.legacy-modals .fa-plug:before {
  content: "\f1e6";
}
.legacy-modals .fa-slideshare:before {
  content: "\f1e7";
}
.legacy-modals .fa-twitch:before {
  content: "\f1e8";
}
.legacy-modals .fa-yelp:before {
  content: "\f1e9";
}
.legacy-modals .fa-newspaper-o:before {
  content: "\f1ea";
}
.legacy-modals .fa-wifi:before {
  content: "\f1eb";
}
.legacy-modals .fa-calculator:before {
  content: "\f1ec";
}
.legacy-modals .fa-paypal:before {
  content: "\f1ed";
}
.legacy-modals .fa-google-wallet:before {
  content: "\f1ee";
}
.legacy-modals .fa-cc-visa:before {
  content: "\f1f0";
}
.legacy-modals .fa-cc-mastercard:before {
  content: "\f1f1";
}
.legacy-modals .fa-cc-discover:before {
  content: "\f1f2";
}
.legacy-modals .fa-cc-amex:before {
  content: "\f1f3";
}
.legacy-modals .fa-cc-paypal:before {
  content: "\f1f4";
}
.legacy-modals .fa-cc-stripe:before {
  content: "\f1f5";
}
.legacy-modals .fa-bell-slash:before {
  content: "\f1f6";
}
.legacy-modals .fa-bell-slash-o:before {
  content: "\f1f7";
}
.legacy-modals .fa-trash:before {
  content: "\f1f8";
}
.legacy-modals .fa-copyright:before {
  content: "\f1f9";
}
.legacy-modals .fa-at:before {
  content: "\f1fa";
}
.legacy-modals .fa-eyedropper:before {
  content: "\f1fb";
}
.legacy-modals .fa-paint-brush:before {
  content: "\f1fc";
}
.legacy-modals .fa-birthday-cake:before {
  content: "\f1fd";
}
.legacy-modals .fa-area-chart:before {
  content: "\f1fe";
}
.legacy-modals .fa-pie-chart:before {
  content: "\f200";
}
.legacy-modals .fa-line-chart:before {
  content: "\f201";
}
.legacy-modals .fa-lastfm:before {
  content: "\f202";
}
.legacy-modals .fa-lastfm-square:before {
  content: "\f203";
}
.legacy-modals .fa-toggle-off:before {
  content: "\f204";
}
.legacy-modals .fa-toggle-on:before {
  content: "\f205";
}
.legacy-modals .fa-bicycle:before {
  content: "\f206";
}
.legacy-modals .fa-bus:before {
  content: "\f207";
}
.legacy-modals .fa-ioxhost:before {
  content: "\f208";
}
.legacy-modals .fa-angellist:before {
  content: "\f209";
}
.legacy-modals .fa-cc:before {
  content: "\f20a";
}
.legacy-modals .fa-ils:before, .legacy-modals .fa-shekel:before, .legacy-modals .fa-sheqel:before {
  content: "\f20b";
}
.legacy-modals .fa-meanpath:before {
  content: "\f20c";
}
.legacy-modals .fa-buysellads:before {
  content: "\f20d";
}
.legacy-modals .fa-connectdevelop:before {
  content: "\f20e";
}
.legacy-modals .fa-dashcube:before {
  content: "\f210";
}
.legacy-modals .fa-forumbee:before {
  content: "\f211";
}
.legacy-modals .fa-leanpub:before {
  content: "\f212";
}
.legacy-modals .fa-sellsy:before {
  content: "\f213";
}
.legacy-modals .fa-shirtsinbulk:before {
  content: "\f214";
}
.legacy-modals .fa-simplybuilt:before {
  content: "\f215";
}
.legacy-modals .fa-skyatlas:before {
  content: "\f216";
}
.legacy-modals .fa-cart-plus:before {
  content: "\f217";
}
.legacy-modals .fa-cart-arrow-down:before {
  content: "\f218";
}
.legacy-modals .fa-diamond:before {
  content: "\f219";
}
.legacy-modals .fa-ship:before {
  content: "\f21a";
}
.legacy-modals .fa-user-secret:before {
  content: "\f21b";
}
.legacy-modals .fa-motorcycle:before {
  content: "\f21c";
}
.legacy-modals .fa-street-view:before {
  content: "\f21d";
}
.legacy-modals .fa-heartbeat:before {
  content: "\f21e";
}
.legacy-modals .fa-venus:before {
  content: "\f221";
}
.legacy-modals .fa-mars:before {
  content: "\f222";
}
.legacy-modals .fa-mercury:before {
  content: "\f223";
}
.legacy-modals .fa-intersex:before, .legacy-modals .fa-transgender:before {
  content: "\f224";
}
.legacy-modals .fa-transgender-alt:before {
  content: "\f225";
}
.legacy-modals .fa-venus-double:before {
  content: "\f226";
}
.legacy-modals .fa-mars-double:before {
  content: "\f227";
}
.legacy-modals .fa-venus-mars:before {
  content: "\f228";
}
.legacy-modals .fa-mars-stroke:before {
  content: "\f229";
}
.legacy-modals .fa-mars-stroke-v:before {
  content: "\f22a";
}
.legacy-modals .fa-mars-stroke-h:before {
  content: "\f22b";
}
.legacy-modals .fa-neuter:before {
  content: "\f22c";
}
.legacy-modals .fa-genderless:before {
  content: "\f22d";
}
.legacy-modals .fa-facebook-official:before {
  content: "\f230";
}
.legacy-modals .fa-pinterest-p:before {
  content: "\f231";
}
.legacy-modals .fa-whatsapp:before {
  content: "\f232";
}
.legacy-modals .fa-server:before {
  content: "\f233";
}
.legacy-modals .fa-user-plus:before {
  content: "\f234";
}
.legacy-modals .fa-user-times:before {
  content: "\f235";
}
.legacy-modals .fa-bed:before, .legacy-modals .fa-hotel:before {
  content: "\f236";
}
.legacy-modals .fa-viacoin:before {
  content: "\f237";
}
.legacy-modals .fa-train:before {
  content: "\f238";
}
.legacy-modals .fa-subway:before {
  content: "\f239";
}
.legacy-modals .fa-medium:before {
  content: "\f23a";
}
.legacy-modals .fa-y-combinator:before, .legacy-modals .fa-yc:before {
  content: "\f23b";
}
.legacy-modals .fa-optin-monster:before {
  content: "\f23c";
}
.legacy-modals .fa-opencart:before {
  content: "\f23d";
}
.legacy-modals .fa-expeditedssl:before {
  content: "\f23e";
}
.legacy-modals .fa-battery-4:before, .legacy-modals .fa-battery-full:before, .legacy-modals .fa-battery:before {
  content: "\f240";
}
.legacy-modals .fa-battery-3:before, .legacy-modals .fa-battery-three-quarters:before {
  content: "\f241";
}
.legacy-modals .fa-battery-2:before, .legacy-modals .fa-battery-half:before {
  content: "\f242";
}
.legacy-modals .fa-battery-1:before, .legacy-modals .fa-battery-quarter:before {
  content: "\f243";
}
.legacy-modals .fa-battery-0:before, .legacy-modals .fa-battery-empty:before {
  content: "\f244";
}
.legacy-modals .fa-mouse-pointer:before {
  content: "\f245";
}
.legacy-modals .fa-i-cursor:before {
  content: "\f246";
}
.legacy-modals .fa-object-group:before {
  content: "\f247";
}
.legacy-modals .fa-object-ungroup:before {
  content: "\f248";
}
.legacy-modals .fa-sticky-note:before {
  content: "\f249";
}
.legacy-modals .fa-sticky-note-o:before {
  content: "\f24a";
}
.legacy-modals .fa-cc-jcb:before {
  content: "\f24b";
}
.legacy-modals .fa-cc-diners-club:before {
  content: "\f24c";
}
.legacy-modals .fa-clone:before {
  content: "\f24d";
}
.legacy-modals .fa-balance-scale:before {
  content: "\f24e";
}
.legacy-modals .fa-hourglass-o:before {
  content: "\f250";
}
.legacy-modals .fa-hourglass-1:before, .legacy-modals .fa-hourglass-start:before {
  content: "\f251";
}
.legacy-modals .fa-hourglass-2:before, .legacy-modals .fa-hourglass-half:before {
  content: "\f252";
}
.legacy-modals .fa-hourglass-3:before, .legacy-modals .fa-hourglass-end:before {
  content: "\f253";
}
.legacy-modals .fa-hourglass:before {
  content: "\f254";
}
.legacy-modals .fa-hand-grab-o:before, .legacy-modals .fa-hand-rock-o:before {
  content: "\f255";
}
.legacy-modals .fa-hand-paper-o:before, .legacy-modals .fa-hand-stop-o:before {
  content: "\f256";
}
.legacy-modals .fa-hand-scissors-o:before {
  content: "\f257";
}
.legacy-modals .fa-hand-lizard-o:before {
  content: "\f258";
}
.legacy-modals .fa-hand-spock-o:before {
  content: "\f259";
}
.legacy-modals .fa-hand-pointer-o:before {
  content: "\f25a";
}
.legacy-modals .fa-hand-peace-o:before {
  content: "\f25b";
}
.legacy-modals .fa-trademark:before {
  content: "\f25c";
}
.legacy-modals .fa-registered:before {
  content: "\f25d";
}
.legacy-modals .fa-creative-commons:before {
  content: "\f25e";
}
.legacy-modals .fa-gg:before {
  content: "\f260";
}
.legacy-modals .fa-gg-circle:before {
  content: "\f261";
}
.legacy-modals .fa-tripadvisor:before {
  content: "\f262";
}
.legacy-modals .fa-odnoklassniki:before {
  content: "\f263";
}
.legacy-modals .fa-odnoklassniki-square:before {
  content: "\f264";
}
.legacy-modals .fa-get-pocket:before {
  content: "\f265";
}
.legacy-modals .fa-wikipedia-w:before {
  content: "\f266";
}
.legacy-modals .fa-safari:before {
  content: "\f267";
}
.legacy-modals .fa-chrome:before {
  content: "\f268";
}
.legacy-modals .fa-firefox:before {
  content: "\f269";
}
.legacy-modals .fa-opera:before {
  content: "\f26a";
}
.legacy-modals .fa-internet-explorer:before {
  content: "\f26b";
}
.legacy-modals .fa-television:before, .legacy-modals .fa-tv:before {
  content: "\f26c";
}
.legacy-modals .fa-contao:before {
  content: "\f26d";
}
.legacy-modals .fa-500px:before {
  content: "\f26e";
}
.legacy-modals .fa-amazon:before {
  content: "\f270";
}
.legacy-modals .fa-calendar-plus-o:before {
  content: "\f271";
}
.legacy-modals .fa-calendar-minus-o:before {
  content: "\f272";
}
.legacy-modals .fa-calendar-times-o:before {
  content: "\f273";
}
.legacy-modals .fa-calendar-check-o:before {
  content: "\f274";
}
.legacy-modals .fa-industry:before {
  content: "\f275";
}
.legacy-modals .fa-map-pin:before {
  content: "\f276";
}
.legacy-modals .fa-map-signs:before {
  content: "\f277";
}
.legacy-modals .fa-map-o:before {
  content: "\f278";
}
.legacy-modals .fa-map:before {
  content: "\f279";
}
.legacy-modals .fa-commenting:before {
  content: "\f27a";
}
.legacy-modals .fa-commenting-o:before {
  content: "\f27b";
}
.legacy-modals .fa-houzz:before {
  content: "\f27c";
}
.legacy-modals .fa-vimeo:before {
  content: "\f27d";
}
.legacy-modals .fa-black-tie:before {
  content: "\f27e";
}
.legacy-modals .fa-fonticons:before {
  content: "\f280";
}
.legacy-modals .fa-reddit-alien:before {
  content: "\f281";
}
.legacy-modals .fa-edge:before {
  content: "\f282";
}
.legacy-modals .fa-credit-card-alt:before {
  content: "\f283";
}
.legacy-modals .fa-codiepie:before {
  content: "\f284";
}
.legacy-modals .fa-modx:before {
  content: "\f285";
}
.legacy-modals .fa-fort-awesome:before {
  content: "\f286";
}
.legacy-modals .fa-usb:before {
  content: "\f287";
}
.legacy-modals .fa-product-hunt:before {
  content: "\f288";
}
.legacy-modals .fa-mixcloud:before {
  content: "\f289";
}
.legacy-modals .fa-scribd:before {
  content: "\f28a";
}
.legacy-modals .fa-pause-circle:before {
  content: "\f28b";
}
.legacy-modals .fa-pause-circle-o:before {
  content: "\f28c";
}
.legacy-modals .fa-stop-circle:before {
  content: "\f28d";
}
.legacy-modals .fa-stop-circle-o:before {
  content: "\f28e";
}
.legacy-modals .fa-shopping-bag:before {
  content: "\f290";
}
.legacy-modals .fa-shopping-basket:before {
  content: "\f291";
}
.legacy-modals .fa-hashtag:before {
  content: "\f292";
}
.legacy-modals .fa-bluetooth:before {
  content: "\f293";
}
.legacy-modals .fa-bluetooth-b:before {
  content: "\f294";
}
.legacy-modals .fa-percent:before {
  content: "\f295";
}
.legacy-modals .fa-gitlab:before {
  content: "\f296";
}
.legacy-modals .fa-wpbeginner:before {
  content: "\f297";
}
.legacy-modals .fa-wpforms:before {
  content: "\f298";
}
.legacy-modals .fa-envira:before {
  content: "\f299";
}
.legacy-modals .fa-universal-access:before {
  content: "\f29a";
}
.legacy-modals .fa-wheelchair-alt:before {
  content: "\f29b";
}
.legacy-modals .fa-question-circle-o:before {
  content: "\f29c";
}
.legacy-modals .fa-blind:before {
  content: "\f29d";
}
.legacy-modals .fa-audio-description:before {
  content: "\f29e";
}
.legacy-modals .fa-volume-control-phone:before {
  content: "\f2a0";
}
.legacy-modals .fa-braille:before {
  content: "\f2a1";
}
.legacy-modals .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.legacy-modals .fa-american-sign-language-interpreting:before, .legacy-modals .fa-asl-interpreting:before {
  content: "\f2a3";
}
.legacy-modals .fa-deaf:before, .legacy-modals .fa-deafness:before, .legacy-modals .fa-hard-of-hearing:before {
  content: "\f2a4";
}
.legacy-modals .fa-glide:before {
  content: "\f2a5";
}
.legacy-modals .fa-glide-g:before {
  content: "\f2a6";
}
.legacy-modals .fa-sign-language:before, .legacy-modals .fa-signing:before {
  content: "\f2a7";
}
.legacy-modals .fa-low-vision:before {
  content: "\f2a8";
}
.legacy-modals .fa-viadeo:before {
  content: "\f2a9";
}
.legacy-modals .fa-viadeo-square:before {
  content: "\f2aa";
}
.legacy-modals .fa-snapchat:before {
  content: "\f2ab";
}
.legacy-modals .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.legacy-modals .fa-snapchat-square:before {
  content: "\f2ad";
}
.legacy-modals .fa-pied-piper:before {
  content: "\f2ae";
}
.legacy-modals .fa-first-order:before {
  content: "\f2b0";
}
.legacy-modals .fa-yoast:before {
  content: "\f2b1";
}
.legacy-modals .fa-themeisle:before {
  content: "\f2b2";
}
.legacy-modals .fa-google-plus-circle:before, .legacy-modals .fa-google-plus-official:before {
  content: "\f2b3";
}
.legacy-modals .fa-fa:before, .legacy-modals .fa-font-awesome:before {
  content: "\f2b4";
}
.legacy-modals .fa-handshake-o:before {
  content: "\f2b5";
}
.legacy-modals .fa-envelope-open:before {
  content: "\f2b6";
}
.legacy-modals .fa-envelope-open-o:before {
  content: "\f2b7";
}
.legacy-modals .fa-linode:before {
  content: "\f2b8";
}
.legacy-modals .fa-address-book:before {
  content: "\f2b9";
}
.legacy-modals .fa-address-book-o:before {
  content: "\f2ba";
}
.legacy-modals .fa-address-card:before, .legacy-modals .fa-vcard:before {
  content: "\f2bb";
}
.legacy-modals .fa-address-card-o:before, .legacy-modals .fa-vcard-o:before {
  content: "\f2bc";
}
.legacy-modals .fa-user-circle:before {
  content: "\f2bd";
}
.legacy-modals .fa-user-circle-o:before {
  content: "\f2be";
}
.legacy-modals .fa-user-o:before {
  content: "\f2c0";
}
.legacy-modals .fa-id-badge:before {
  content: "\f2c1";
}
.legacy-modals .fa-drivers-license:before, .legacy-modals .fa-id-card:before {
  content: "\f2c2";
}
.legacy-modals .fa-drivers-license-o:before, .legacy-modals .fa-id-card-o:before {
  content: "\f2c3";
}
.legacy-modals .fa-quora:before {
  content: "\f2c4";
}
.legacy-modals .fa-free-code-camp:before {
  content: "\f2c5";
}
.legacy-modals .fa-telegram:before {
  content: "\f2c6";
}
.legacy-modals .fa-thermometer-4:before, .legacy-modals .fa-thermometer-full:before, .legacy-modals .fa-thermometer:before {
  content: "\f2c7";
}
.legacy-modals .fa-thermometer-3:before, .legacy-modals .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.legacy-modals .fa-thermometer-2:before, .legacy-modals .fa-thermometer-half:before {
  content: "\f2c9";
}
.legacy-modals .fa-thermometer-1:before, .legacy-modals .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.legacy-modals .fa-thermometer-0:before, .legacy-modals .fa-thermometer-empty:before {
  content: "\f2cb";
}
.legacy-modals .fa-shower:before {
  content: "\f2cc";
}
.legacy-modals .fa-bath:before, .legacy-modals .fa-bathtub:before, .legacy-modals .fa-s15:before {
  content: "\f2cd";
}
.legacy-modals .fa-podcast:before {
  content: "\f2ce";
}
.legacy-modals .fa-window-maximize:before {
  content: "\f2d0";
}
.legacy-modals .fa-window-minimize:before {
  content: "\f2d1";
}
.legacy-modals .fa-window-restore:before {
  content: "\f2d2";
}
.legacy-modals .fa-times-rectangle:before, .legacy-modals .fa-window-close:before {
  content: "\f2d3";
}
.legacy-modals .fa-times-rectangle-o:before, .legacy-modals .fa-window-close-o:before {
  content: "\f2d4";
}
.legacy-modals .fa-bandcamp:before {
  content: "\f2d5";
}
.legacy-modals .fa-grav:before {
  content: "\f2d6";
}
.legacy-modals .fa-etsy:before {
  content: "\f2d7";
}
.legacy-modals .fa-imdb:before {
  content: "\f2d8";
}
.legacy-modals .fa-ravelry:before {
  content: "\f2d9";
}
.legacy-modals .fa-eercast:before {
  content: "\f2da";
}
.legacy-modals .fa-microchip:before {
  content: "\f2db";
}
.legacy-modals .fa-snowflake-o:before {
  content: "\f2dc";
}
.legacy-modals .fa-superpowers:before {
  content: "\f2dd";
}
.legacy-modals .fa-wpexplorer:before {
  content: "\f2de";
}
.legacy-modals .fa-meetup:before {
  content: "\f2e0";
}
.legacy-modals .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.legacy-modals .sr-only-focusable:active, .legacy-modals .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.legacy-modals .btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.legacy-modals .btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.legacy-modals .btn-secondary.focus, .legacy-modals .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.legacy-modals .btn-secondary.disabled, .legacy-modals .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.legacy-modals .btn-secondary.active, .legacy-modals .btn-secondary:active, .legacy-modals .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.legacy-modals .cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.legacy-modals .cc-window.cc-invisible {
  opacity: 0;
}
.legacy-modals .cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.legacy-modals .cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.legacy-modals .cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.legacy-modals .cc-animate.cc-revoke.cc-active.cc-bottom, .legacy-modals .cc-animate.cc-revoke.cc-active.cc-top, .legacy-modals .cc-revoke:hover {
  transform: translateY(0);
}
.legacy-modals .cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.legacy-modals .cc-link, .legacy-modals .cc-revoke:hover {
  text-decoration: underline;
}
.legacy-modals .cc-revoke, .legacy-modals .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.legacy-modals .cc-window.cc-static {
  position: static;
}
.legacy-modals .cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.legacy-modals .cc-window.cc-banner {
  padding: 0.5em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.legacy-modals .cc-revoke {
  padding: 0.5em;
}
.legacy-modals .cc-header {
  font-size: 18px;
  font-weight: 700;
}
.legacy-modals .cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.legacy-modals .cc-link:hover {
  opacity: 1;
}
.legacy-modals .cc-link:active, .legacy-modals .cc-link:visited {
  color: initial;
}
.legacy-modals .cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
}
.legacy-modals .cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.legacy-modals .cc-highlight .cc-btn:first-child:focus, .legacy-modals .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.legacy-modals .cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.legacy-modals .cc-close:focus, .legacy-modals .cc-close:hover {
  opacity: 1;
}
.legacy-modals .cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.legacy-modals .cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.legacy-modals .cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.legacy-modals .cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.legacy-modals .cc-top {
  top: 1em;
}
.legacy-modals .cc-left {
  left: 1em;
}
.legacy-modals .cc-right {
  right: 1em;
}
.legacy-modals .cc-bottom {
  bottom: 1em;
}
.legacy-modals .cc-floating > .cc-link {
  margin-bottom: 1em;
}
.legacy-modals .cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.legacy-modals .cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.legacy-modals .cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.legacy-modals .cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.legacy-modals .cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.legacy-modals .cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.legacy-modals .cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.legacy-modals .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.legacy-modals .cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .legacy-modals .cc-revoke, .legacy-modals .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .legacy-modals .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .legacy-modals .cc-window.cc-top {
    top: 0;
  }
  .legacy-modals .cc-window.cc-bottom {
    bottom: 0;
  }
  .legacy-modals .cc-window.cc-banner, .legacy-modals .cc-window.cc-left, .legacy-modals .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .legacy-modals .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legacy-modals .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .legacy-modals .cc-window.cc-floating {
    max-width: none;
  }
  .legacy-modals .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .legacy-modals .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.legacy-modals .cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.legacy-modals .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.legacy-modals .cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.legacy-modals .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.legacy-modals .cc-theme-edgeless.cc-window {
  padding: 0;
}
.legacy-modals .cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.legacy-modals .cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.legacy-modals .cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.legacy-modals .cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.legacy-modals .checkbox label .toggle, .legacy-modals .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.legacy-modals .toggle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.legacy-modals .toggle-group, .legacy-modals .toggle-off, .legacy-modals .toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
}
.legacy-modals .toggle-group {
  width: 200%;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.legacy-modals .toggle.off .toggle-group {
  left: -100%;
}
.legacy-modals .toggle-on {
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.legacy-modals .toggle-off {
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.legacy-modals .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}
.legacy-modals .toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.legacy-modals .toggle-on.btn {
  padding-right: 24px;
}
.legacy-modals .toggle-off.btn {
  padding-left: 24px;
}
.legacy-modals .toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.legacy-modals .toggle-on.btn-lg {
  padding-right: 31px;
}
.legacy-modals .toggle-off.btn-lg {
  padding-left: 31px;
}
.legacy-modals .toggle-handle.btn-lg {
  width: 40px;
}
.legacy-modals .toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.legacy-modals .toggle-on.btn-sm {
  padding-right: 20px;
}
.legacy-modals .toggle-off.btn-sm {
  padding-left: 20px;
}
.legacy-modals .toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.legacy-modals .toggle-on.btn-xs {
  padding-right: 12px;
}
.legacy-modals .toggle-off.btn-xs {
  padding-left: 12px;
}
.legacy-modals th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.legacy-modals table .tablesort-sortable:after {
  content: "";
  float: right;
  visibility: hidden;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
}
.legacy-modals table .tablesort-desc:after {
  border-top: 4px solid #000;
  border-bottom: none;
}
.legacy-modals table .tablesort-asc, .legacy-modals table .tablesort-desc {
  background-color: rgba(141, 192, 219, 0.25);
}
.legacy-modals table .tablesort-asc:after, .legacy-modals table .tablesort-desc:after, .legacy-modals table .tablesort-sortable:hover:after {
  visibility: visible;
}
.legacy-modals .angular-notifications-container {
  position: relative;
  display: table-cell;
  width: 100%;
}
.legacy-modals .angular-notifications-icon.overlay {
  position: absolute;
  z-index: 1;
}
.legacy-modals .angular-notifications-icon {
  right: -10px;
  top: -10px;
  border-radius: 50%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  min-width: 18px;
  height: 18px;
  background: red;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.legacy-modals .angular-notifications-icon.wide-icon {
  border-radius: 30%/50%;
  background-clip: padding-box;
}
.legacy-modals .angular-notifications-icon.fade {
  -webkit-animation: notification-fade-in 0.5s;
  animation: notification-fade-in 0.5s;
}
.legacy-modals .angular-notifications-icon.bounce {
  -webkit-animation: notification-bounce 0.5s;
  animation: notification-bounce 0.5s;
}
.legacy-modals .angular-notifications-icon.grow {
  -webkit-animation: notification-grow 0.5s;
  animation: notification-grow 0.5s;
}
.legacy-modals .angular-notifications-icon.shake {
  -webkit-animation: notification-shake 0.5s;
  animation: notification-shake 0.5s;
}
@-webkit-keyframes notification-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes notification-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes notification-bounce {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
    -ms-transform: perspective(1px) translate(0, -8px);
    transform: perspective(1px) translate(0, -8px);
  }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
    -ms-transform: perspective(1px) translate(0, 0);
    transform: perspective(1px) translate(0, 0);
  }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
    -ms-transform: perspective(1px) translate(0, -5px);
    transform: perspective(1px) translate(0, -5px);
  }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
    -ms-transform: perspective(1px) translate(0, 0);
    transform: perspective(1px) translate(0, 0);
  }
}
@keyframes notification-bounce {
  30% {
    -webkit-transform: perspective(1px) translate(0, -8px);
    -ms-transform: perspective(1px) translate(0, -8px);
    transform: perspective(1px) translate(0, -8px);
  }
  60% {
    -webkit-transform: perspective(1px) translate(0, 0);
    -ms-transform: perspective(1px) translate(0, 0);
    transform: perspective(1px) translate(0, 0);
  }
  80% {
    -webkit-transform: perspective(1px) translate(0, -5px);
    -ms-transform: perspective(1px) translate(0, -5px);
    transform: perspective(1px) translate(0, -5px);
  }
  to {
    -webkit-transform: perspective(1px) translate(0, 0);
    -ms-transform: perspective(1px) translate(0, 0);
    transform: perspective(1px) translate(0, 0);
  }
}
@-webkit-keyframes notification-grow {
  30% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes notification-grow {
  30% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes notification-shake {
  20% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes notification-shake {
  20% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.legacy-modals .pretty > input + label > i.g-mdi:before, .legacy-modals .pretty > input + label + label > i.g-mdi:before {
  content: attr(data-icon);
  font: normal normal normal 24px/1 "Material Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media print {
  .legacy-modals .pretty > input:not(:checked) + label i:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: transparent !important;
  }
  .legacy-modals .pretty :not(.toggle) input:not(:checked) + label i:before, .legacy-modals .pretty > input[type=radio]:checked + label > i.default:before, .legacy-modals .pretty i:after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: transparent !important;
  }
  .legacy-modals .pretty input:checked + label i:before {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .legacy-modals .pretty.primary input:checked + label i:before {
    color: white !important;
  }
  .legacy-modals .pretty.success input:checked + label i:before {
    color: white !important;
  }
  .legacy-modals .pretty.info input:checked + label i:before {
    color: white !important;
  }
  .legacy-modals .pretty.warning input:checked + label i:before {
    color: white !important;
  }
  .legacy-modals .pretty.danger input:checked + label i:before {
    color: white !important;
  }
}
.legacy-modals .pretty {
  line-height: 1;
  position: relative;
  margin: 0 10px 5px 0;
}
.legacy-modals .pretty label {
  font-weight: normal;
}
.legacy-modals .pretty > input[type=checkbox], .legacy-modals .pretty > input[type=radio] {
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.legacy-modals .pretty i {
  font-size: 1em !important;
  position: relative;
  display: inline-block;
  box-sizing: initial;
  min-width: 1em;
  margin-right: 2px;
  padding: 1px;
  text-align: center;
}
.legacy-modals .pretty i:before {
  position: relative;
  z-index: 999;
  left: 0;
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  background-color: #fff;
}
.legacy-modals .pretty i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "�";
  color: transparent;
  border: 1px solid #b9b9b9;
  border-radius: 0;
}
.legacy-modals .pretty > input[type=checkbox]:checked + label > i:before, .legacy-modals .pretty > input[type=radio]:checked + label > i:before {
  color: inherit;
  background-color: #fff;
}
.legacy-modals .pretty > input[type=radio] + label > i.default:before {
  left: 0;
  min-width: 1em;
  content: "�";
  color: transparent;
  border-radius: 0;
  background: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.legacy-modals .pretty > input[type=radio]:checked + label > i.default:before {
  background-color: #b9b9b9 !important;
}
.legacy-modals .pretty > input[type=checkbox][disabled], .legacy-modals .pretty > input[type=radio][disabled] {
  cursor: not-allowed;
  opacity: 0;
}
.legacy-modals .pretty > input[type=checkbox][disabled] + label, .legacy-modals .pretty > input[type=radio][disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.legacy-modals .pretty.plain > input[type=checkbox]:checked + label > i:after, .legacy-modals .pretty.plain > input[type=radio]:checked + label > i:after {
  border-color: transparent;
}
.legacy-modals .pretty.plain > input[type=checkbox] + label + label > i:after, .legacy-modals .pretty.plain > input[type=radio] + label + label > i:after {
  border-color: transparent;
}
.legacy-modals .pretty.plain > input[type=checkbox]:checked + label + label > i:after, .legacy-modals .pretty.plain > input[type=radio]:checked + label + label > i:after {
  border-color: transparent;
}
.legacy-modals .pretty.plain.toggle > input[type=checkbox] + label > i:after, .legacy-modals .pretty.plain.toggle > input[type=radio] + label > i:after {
  border-color: transparent;
}
.legacy-modals .pretty.circle label i {
  padding: 2px;
}
.legacy-modals .pretty.circle label i:after, .legacy-modals .pretty.circle label i:before {
  border-radius: 100px;
}
.legacy-modals .pretty.circle label i.default:before {
  border-radius: 100px !important;
}
.legacy-modals .pretty.curvy label i:after, .legacy-modals .pretty.curvy label i:before {
  border-radius: 2px;
}
.legacy-modals .pretty.curvy label i.default:before {
  border-radius: 2px !important;
}
.legacy-modals .pretty.primary input:checked + label i:before {
  color: #fff;
  background-color: #428bca !important;
}
.legacy-modals .pretty.primary input:checked + label i:after {
  border-color: #428bca;
  background-color: #428bca !important;
}
.legacy-modals .pretty.primary input[type=radio]:checked + label i.default:before {
  background-color: #428bca !important;
  color: transparent;
}
.legacy-modals .pretty.primary input[type=radio]:checked + label i.default:after {
  background-color: initial !important;
  border-color: #428bca;
}
.legacy-modals .pretty.primary.smooth input:checked ~ label i:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.legacy-modals .pretty.o-primary input:checked + label i:before {
  color: #428bca;
}
.legacy-modals .pretty.o-primary input:checked + label i:after {
  border-color: #428bca;
}
.legacy-modals .pretty.toggle i.primary:before {
  color: #428bca !important;
}
.legacy-modals .pretty.toggle i.success:before {
  color: #5cb85c !important;
}
.legacy-modals .pretty.toggle i.info:before {
  color: #5bc0de !important;
}
.legacy-modals .pretty.toggle i.warning:before {
  color: #f0ad4e !important;
}
.legacy-modals .pretty.toggle i.danger:before {
  color: #d9534f !important;
}
.legacy-modals .pretty.success input:checked + label i:before {
  color: #fff;
  background-color: #5cb85c !important;
}
.legacy-modals .pretty.success input:checked + label i:after {
  border-color: #5cb85c;
  background-color: #5cb85c !important;
}
.legacy-modals .pretty.success input[type=radio]:checked + label i.default:before {
  background-color: #5cb85c !important;
  color: transparent;
}
.legacy-modals .pretty.success input[type=radio]:checked + label i.default:after {
  background-color: initial !important;
  border-color: #5cb85c;
}
.legacy-modals .pretty.success.smooth input:checked ~ label i:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.legacy-modals .pretty.o-success input:checked + label i:before {
  color: #5cb85c;
}
.legacy-modals .pretty.o-success input:checked + label i:after {
  border-color: #5cb85c;
}
.legacy-modals .pretty.toggle i.primary:before {
  color: #428bca !important;
}
.legacy-modals .pretty.toggle i.success:before {
  color: #5cb85c !important;
}
.legacy-modals .pretty.toggle i.info:before {
  color: #5bc0de !important;
}
.legacy-modals .pretty.toggle i.warning:before {
  color: #f0ad4e !important;
}
.legacy-modals .pretty.toggle i.danger:before {
  color: #d9534f !important;
}
.legacy-modals .pretty.info input:checked + label i:before {
  color: #fff;
  background-color: #5bc0de !important;
}
.legacy-modals .pretty.info input:checked + label i:after {
  border-color: #5bc0de;
  background-color: #5bc0de !important;
}
.legacy-modals .pretty.info input[type=radio]:checked + label i.default:before {
  background-color: #5bc0de !important;
  color: transparent;
}
.legacy-modals .pretty.info input[type=radio]:checked + label i.default:after {
  background-color: initial !important;
  border-color: #5bc0de;
}
.legacy-modals .pretty.info.smooth input:checked ~ label i:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.legacy-modals .pretty.o-info input:checked + label i:before {
  color: #5bc0de;
}
.legacy-modals .pretty.o-info input:checked + label i:after {
  border-color: #5bc0de;
}
.legacy-modals .pretty.toggle i.primary:before {
  color: #428bca !important;
}
.legacy-modals .pretty.toggle i.success:before {
  color: #5cb85c !important;
}
.legacy-modals .pretty.toggle i.info:before {
  color: #5bc0de !important;
}
.legacy-modals .pretty.toggle i.warning:before {
  color: #f0ad4e !important;
}
.legacy-modals .pretty.toggle i.danger:before {
  color: #d9534f !important;
}
.legacy-modals .pretty.warning input:checked + label i:before {
  color: #fff;
  background-color: #f0ad4e !important;
}
.legacy-modals .pretty.warning input:checked + label i:after {
  border-color: #f0ad4e;
  background-color: #f0ad4e !important;
}
.legacy-modals .pretty.warning input[type=radio]:checked + label i.default:before {
  background-color: #f0ad4e !important;
  color: transparent;
}
.legacy-modals .pretty.warning input[type=radio]:checked + label i.default:after {
  background-color: initial !important;
  border-color: #f0ad4e;
}
.legacy-modals .pretty.warning.smooth input:checked ~ label i:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.legacy-modals .pretty.o-warning input:checked + label i:before {
  color: #f0ad4e;
}
.legacy-modals .pretty.o-warning input:checked + label i:after {
  border-color: #f0ad4e;
}
.legacy-modals .pretty.toggle i.primary:before {
  color: #428bca !important;
}
.legacy-modals .pretty.toggle i.success:before {
  color: #5cb85c !important;
}
.legacy-modals .pretty.toggle i.info:before {
  color: #5bc0de !important;
}
.legacy-modals .pretty.toggle i.warning:before {
  color: #f0ad4e !important;
}
.legacy-modals .pretty.toggle i.danger:before {
  color: #d9534f !important;
}
.legacy-modals .pretty.danger input:checked + label i:before {
  color: #fff;
  background-color: #d9534f !important;
}
.legacy-modals .pretty.danger input:checked + label i:after {
  border-color: #d9534f;
  background-color: #d9534f !important;
}
.legacy-modals .pretty.danger input[type=radio]:checked + label i.default:before {
  background-color: #d9534f !important;
  color: transparent;
}
.legacy-modals .pretty.danger input[type=radio]:checked + label i.default:after {
  background-color: initial !important;
  border-color: #d9534f;
}
.legacy-modals .pretty.danger.smooth input:checked ~ label i:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.legacy-modals .pretty.o-danger input:checked + label i:before {
  color: #d9534f;
}
.legacy-modals .pretty.o-danger input:checked + label i:after {
  border-color: #d9534f;
}
.legacy-modals .pretty.toggle i.primary:before {
  color: #428bca !important;
}
.legacy-modals .pretty.toggle i.success:before {
  color: #5cb85c !important;
}
.legacy-modals .pretty.toggle i.info:before {
  color: #5bc0de !important;
}
.legacy-modals .pretty.toggle i.warning:before {
  color: #f0ad4e !important;
}
.legacy-modals .pretty.toggle i.danger:before {
  color: #d9534f !important;
}
.legacy-modals .pretty.toggle > input[type=checkbox] + label > i:before, .legacy-modals .pretty.toggle > input[type=radio] + label > i:before {
  color: inherit;
}
.legacy-modals .pretty.toggle > input[type=checkbox] + label + label, .legacy-modals .pretty.toggle > input[type=radio] + label + label {
  display: none;
}
.legacy-modals .pretty.toggle > input[type=checkbox]:checked + label, .legacy-modals .pretty.toggle > input[type=radio]:checked + label {
  display: none;
}
.legacy-modals .pretty.toggle > input[type=checkbox]:checked + label + label, .legacy-modals .pretty.toggle > input[type=radio]:checked + label + label {
  display: inline-block;
}
.legacy-modals .pretty.toggle > input[type=checkbox]:checked + label + label > i:before, .legacy-modals .pretty.toggle > input[type=radio]:checked + label + label > i:before {
  color: inherit;
}
.legacy-modals .pretty.primary.hover:hover input + label i:before {
  background-color: rgba(66, 139, 202, 0.5) !important;
  color: #fff !important;
}
.legacy-modals .pretty.primary.hover:hover input + label i:after {
  border-color: rgba(66, 139, 202, 0.5) !important;
}
.legacy-modals .pretty.o-primary.hover:hover input + label i:before {
  color: rgba(66, 139, 202, 0.8);
}
.legacy-modals .pretty.success.hover:hover input + label i:before {
  background-color: rgba(92, 184, 92, 0.5) !important;
  color: #fff !important;
}
.legacy-modals .pretty.success.hover:hover input + label i:after {
  border-color: rgba(92, 184, 92, 0.5) !important;
}
.legacy-modals .pretty.o-success.hover:hover input + label i:before {
  color: rgba(92, 184, 92, 0.8);
}
.legacy-modals .pretty.info.hover:hover input + label i:before {
  background-color: rgba(91, 192, 222, 0.5) !important;
  color: #fff !important;
}
.legacy-modals .pretty.info.hover:hover input + label i:after {
  border-color: rgba(91, 192, 222, 0.5) !important;
}
.legacy-modals .pretty.o-info.hover:hover input + label i:before {
  color: rgba(91, 192, 222, 0.8);
}
.legacy-modals .pretty.warning.hover:hover input + label i:before {
  background-color: rgba(240, 173, 78, 0.5) !important;
  color: #fff !important;
}
.legacy-modals .pretty.warning.hover:hover input + label i:after {
  border-color: rgba(240, 173, 78, 0.5) !important;
}
.legacy-modals .pretty.o-warning.hover:hover input + label i:before {
  color: rgba(240, 173, 78, 0.8);
}
.legacy-modals .pretty.danger.hover:hover input + label i:before {
  background-color: rgba(217, 83, 79, 0.5) !important;
  color: #fff !important;
}
.legacy-modals .pretty.danger.hover:hover input + label i:after {
  border-color: rgba(217, 83, 79, 0.5) !important;
}
.legacy-modals .pretty.o-danger.hover:hover input + label i:before {
  color: rgba(217, 83, 79, 0.8);
}
.legacy-modals .pretty.smooth i:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.legacy-modals .pretty.smooth i:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.legacy-modals .pretty.smooth > input[type=checkbox]:checked ~ label > i:before, .legacy-modals .pretty.smooth > input[type=radio]:checked ~ label > i:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.legacy-modals .pretty.smooth > input[type=checkbox]:checked ~ label > i:after, .legacy-modals .pretty.smooth > input[type=radio]:checked ~ label > i:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.legacy-modals .pretty.smooth > input[type=radio]:checked ~ label > i.default:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.legacy-modals .pretty.smooth > input[type=radio]:checked ~ label > i.default:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.legacy-modals .pretty.smooth.toggle i:before {
  -webkit-transform: none;
  transform: none;
}
.legacy-modals .pretty.smooth.toggle > input[type=checkbox]:checked ~ label > i:before, .legacy-modals .pretty.smooth.toggle > input[type=radio]:checked ~ label > i:before {
  -webkit-transform: none;
  transform: none;
}
.legacy-modals .pretty.smooth.toggle > input[type=checkbox]:checked ~ label > i:after, .legacy-modals .pretty.smooth.toggle > input[type=radio]:checked ~ label > i:after {
  -webkit-transform: none;
  transform: none;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(7);
    transform: scale(7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.legacy-modals .pretty.a-tada > input[type=checkbox]:checked + label > i, .legacy-modals .pretty.a-tada > input[type=radio]:checked + label > i {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.legacy-modals .pretty.a-bounce > input[type=checkbox]:checked + label > i, .legacy-modals .pretty.a-bounce > input[type=radio]:checked + label > i {
  -webkit-animation: bounce 1.1s both;
  animation: bounce 1.1s both;
}
.legacy-modals .pretty.a-rotate > input[type=checkbox]:checked + label > i, .legacy-modals .pretty.a-rotate > input[type=radio]:checked + label > i {
  -webkit-animation: rotate 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.legacy-modals .pretty.a-jelly > input[type=checkbox]:checked + label > i, .legacy-modals .pretty.a-jelly > input[type=radio]:checked + label > i {
  -webkit-animation: jelly 0.9s both;
  animation: jelly 0.9s both;
}
.legacy-modals .pretty.a-vibrate > input[type=checkbox]:checked + label > i, .legacy-modals .pretty.a-vibrate > input[type=radio]:checked + label > i {
  -webkit-animation: vibrate 0.5s linear infinite both;
  animation: vibrate 0.5s linear infinite both;
}
.legacy-modals tooltip._bottom:not(._left):not(._right) tip tip-arrow, .legacy-modals tooltip._top:not(._left):not(._right) tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  content: "";
  height: 0;
}
@-webkit-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@-moz-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@-ms-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
.legacy-modals ._exradicated-tooltip {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 999;
}
.legacy-modals tooltip {
  display: inline-block;
  position: relative;
}
.legacy-modals tooltip._multiline {
  display: block;
}
.legacy-modals tooltip._slow._ready tip {
  animation: animate-tooltip 0.65s;
}
.legacy-modals tooltip._fast._ready tip {
  animation: animate-tooltip 0.15s;
}
.legacy-modals tooltip._steady._ready tip {
  animation: animate-tooltip 0.35s;
}
.legacy-modals tooltip tip {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: none;
  line-height: normal;
  max-width: 500px;
  min-width: 250px;
  opacity: 0;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top, left, bottom, right;
}
.legacy-modals tooltip tip._hidden {
  display: block;
  visibility: hidden;
}
.legacy-modals tooltip.active:not(._force-hidden) tip {
  display: block;
  opacity: 1;
  z-index: 999;
}
.legacy-modals tooltip tip-tip {
  font-size: 0.95em;
}
.legacy-modals tooltip tip-tip._large {
  font-size: 1.1em;
}
.legacy-modals tooltip tip-tip._small {
  font-size: 0.8em;
}
.legacy-modals tooltip._top:not(._left):not(._right) tip {
  left: 50%;
  top: -9px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}
.legacy-modals tooltip._top:not(._left):not(._right) tip tip-arrow {
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 100%;
  width: 0;
}
.legacy-modals tooltip._bottom:not(._left):not(._right) tip {
  right: 50%;
  top: 100%;
  -webkit-transform: translateX(50%) translateY(9px);
  transform: translateX(50%) translateY(9px);
}
.legacy-modals tooltip._bottom:not(._left):not(._right) tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  bottom: 100%;
  position: absolute;
  width: 0;
}
.legacy-modals tooltip._right:not(._top):not(._bottom) tip {
  left: 100%;
  top: 50%;
  -webkit-transform: translateX(9px) translateY(-50%);
  transform: translateX(9px) translateY(-50%);
}
.legacy-modals tooltip._right:not(._top):not(._bottom) tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}
.legacy-modals tooltip._left:not(._top):not(._bottom) tip {
  left: -9px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}
.legacy-modals tooltip._left:not(._top):not(._bottom) tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.legacy-modals tooltip._top._left tip tip-arrow, .legacy-modals tooltip._top._right tip tip-arrow {
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
.legacy-modals tooltip._top._left tip {
  left: -9px;
  top: -9px;
  -webkit-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
}
.legacy-modals tooltip._top._left tip tip-arrow {
  left: 90%;
  top: 100%;
}
.legacy-modals tooltip._top._right tip {
  left: 100%;
  top: -9px;
  -webkit-transform: translateX(9px) translateY(-100%);
  transform: translateX(9px) translateY(-100%);
}
.legacy-modals tooltip._top._right tip tip-arrow {
  left: 10%;
  top: 100%;
}
.legacy-modals tooltip._bottom._left tip {
  left: -9px;
  top: 100%;
  -webkit-transform: translateX(-100%) translateY(9px);
  transform: translateX(-100%) translateY(9px);
}
.legacy-modals tooltip._bottom._left tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 90%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
.legacy-modals tooltip._bottom._right tip {
  left: 100%;
  top: 100%;
  -webkit-transform: translateX(9px) translateY(9px);
  transform: translateX(9px) translateY(9px);
}
.legacy-modals tooltip._bottom._right tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 10%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}
.legacy-modals tip-tip .close-button {
  cursor: pointer;
  float: right;
  left: 8%;
  margin-top: -7%;
  padding: 3px;
  position: relative;
}
.legacy-modals .moment-picker-input {
  cursor: pointer;
}
.legacy-modals .moment-picker {
  position: absolute;
  z-index: 1060;
}
.legacy-modals .moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}
.legacy-modals .moment-picker .moment-picker-container:after, .legacy-modals .moment-picker .moment-picker-container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}
.legacy-modals .moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}
.legacy-modals .moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}
.legacy-modals .moment-picker.inline {
  display: block;
  position: relative;
}
.legacy-modals .moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}
.legacy-modals .moment-picker.inline .moment-picker-container:after, .legacy-modals .moment-picker.inline .moment-picker-container:before {
  content: none;
}
.legacy-modals .moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}
.legacy-modals .moment-picker.top .moment-picker-container:after, .legacy-modals .moment-picker.top .moment-picker-container:before {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}
.legacy-modals .moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}
.legacy-modals .moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}
.legacy-modals .moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}
.legacy-modals .moment-picker.right .moment-picker-container:after, .legacy-modals .moment-picker.right .moment-picker-container:before {
  left: auto;
  right: 15px;
}
.legacy-modals .moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}
.legacy-modals .moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.legacy-modals .moment-picker th {
  font-weight: 700;
}
.legacy-modals .moment-picker th:first-child, .legacy-modals .moment-picker th:last-child {
  width: 2em;
}
.legacy-modals .moment-picker td, .legacy-modals .moment-picker th {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.legacy-modals .moment-picker td:hover, .legacy-modals .moment-picker th:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}
.legacy-modals .moment-picker td.disabled, .legacy-modals .moment-picker td.disabled:hover, .legacy-modals .moment-picker th.disabled, .legacy-modals .moment-picker th.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}
.legacy-modals .moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.9);
}
.legacy-modals .moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}
.legacy-modals .moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}
.legacy-modals .moment-picker .decade-view td, .legacy-modals .moment-picker .year-view td {
  height: 3.4em;
}
.legacy-modals .moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}
.legacy-modals .moment-picker .month-view td {
  width: 1.42857143em;
}
.legacy-modals .moment-picker .day-view td, .legacy-modals .moment-picker .hour-view td {
  height: 2.33333333em;
}
.legacy-modals .moment-picker .minute-view td {
  height: 1.8em;
}
.legacy-modals #nprogress {
  pointer-events: none;
}
.legacy-modals #nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.legacy-modals #nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}
.legacy-modals #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.legacy-modals #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 0.4s linear infinite;
  animation: nprogress-spinner 0.4s linear infinite;
}
.legacy-modals .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.legacy-modals .nprogress-custom-parent #nprogress .bar, .legacy-modals .nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.legacy-modals .bootstrap .tags {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy-modals .bootstrap .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacy-modals .bootstrap .tags .tag-item {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
  color: #fff;
}
.legacy-modals .bootstrap .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}
.legacy-modals .bootstrap .tags .tag-item button {
  background: 0 0;
  color: #000;
  opacity: 0.4;
}
.legacy-modals .bootstrap .autocomplete {
  border-radius: 4px;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item em {
  font-weight: 400;
  background-color: #ff0;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ff0;
}
.legacy-modals tags-input {
  display: block;
}
.legacy-modals tags-input *, .legacy-modals tags-input :after, .legacy-modals tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy-modals tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
.legacy-modals tags-input .host:active {
  outline: 0;
}
.legacy-modals tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
.legacy-modals tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
.legacy-modals tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.legacy-modals tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
.legacy-modals tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
.legacy-modals tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
.legacy-modals tags-input .tags .input.invalid-tag, .legacy-modals tags-input .tags .tag-item .remove-button:active {
  color: red;
}
.legacy-modals tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacy-modals tags-input .tags .input::-ms-clear {
  display: none;
}
.legacy-modals tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
.legacy-modals tags-input[disabled] .host:focus {
  outline: 0;
}
.legacy-modals tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
.legacy-modals tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
.legacy-modals tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
.legacy-modals tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
.legacy-modals tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
.legacy-modals tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.legacy-modals tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
.legacy-modals tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.legacy-modals tags-input .autocomplete .suggestion-item.selected, .legacy-modals tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
.legacy-modals tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  50% {
    -moz-transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
  80% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-10px);
  }
  20% {
    -moz-transform: translateX(10px);
  }
  30% {
    -moz-transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
  }
  50% {
    -moz-transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(10px);
  }
  70% {
    -moz-transform: translateX(-10px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  90% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  50% {
    -ms-transform: translateY(0);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
  80% {
    -ms-transform: translateY(0);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10% {
    -ms-transform: translateX(-10px);
  }
  20% {
    -ms-transform: translateX(10px);
  }
  30% {
    -ms-transform: translateX(-10px);
  }
  40% {
    -ms-transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(10px);
  }
  70% {
    -ms-transform: translateX(-10px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  90% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.legacy-modals .trip-exposed {
  background: #fff !important;
}
.legacy-modals .trip-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.legacy-modals .trip-block {
  display: none;
  padding: 8px;
  position: absolute;
  text-align: center;
  min-width: 100px;
  border-radius: 3px;
}
.legacy-modals .trip-block:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.legacy-modals .trip-block.n:before, .legacy-modals .trip-block.s:before {
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.legacy-modals .trip-block.e:before, .legacy-modals .trip-block.w:before {
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.legacy-modals .trip-block.n:before {
  top: 100%;
}
.legacy-modals .trip-block.s:before {
  bottom: 100%;
}
.legacy-modals .trip-block.e:before {
  right: 100%;
}
.legacy-modals .trip-block.w:before {
  left: 100%;
}
.legacy-modals .trip-block.screen-ne, .legacy-modals .trip-block.screen-se, .legacy-modals .trip-block.screen-sw, .legacy-modals .trip-block.screen-nw, .legacy-modals .trip-block.screen-center {
  position: fixed;
}
.legacy-modals .trip-block.animated.flash {
  -moz-animation: flash 0.5s 0s ease both;
  -webkit-animation: flash 0.5s 0s ease both;
  animation: flash 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounce {
  -moz-animation: bounce 0.5s 0s ease both;
  -webkit-animation: bounce 0.5s 0s ease both;
  animation: bounce 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.shake {
  -moz-animation: shake 0.5s 0s ease both;
  -webkit-animation: shake 0.5s 0s ease both;
  animation: shake 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.tada {
  -moz-animation: tada 0.5s 0s ease both;
  -webkit-animation: tada 0.5s 0s ease both;
  animation: tada 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeIn {
  -moz-animation: fadeIn 0.5s 0s ease both;
  -webkit-animation: fadeIn 0.5s 0s ease both;
  animation: fadeIn 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInUp {
  -moz-animation: fadeInUp 0.5s 0s ease both;
  -webkit-animation: fadeInUp 0.5s 0s ease both;
  animation: fadeInUp 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInDown {
  -moz-animation: fadeInDown 0.5s 0s ease both;
  -webkit-animation: fadeInDown 0.5s 0s ease both;
  animation: fadeInDown 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInLeft {
  -moz-animation: fadeInLeft 0.5s 0s ease both;
  -webkit-animation: fadeInLeft 0.5s 0s ease both;
  animation: fadeInLeft 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInRight {
  -moz-animation: fadeInRight 0.5s 0s ease both;
  -webkit-animation: fadeInRight 0.5s 0s ease both;
  animation: fadeInRight 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInUpBig {
  -moz-animation: fadeInUpBig 0.5s 0s ease both;
  -webkit-animation: fadeInUpBig 0.5s 0s ease both;
  animation: fadeInUpBig 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInDownBig {
  -moz-animation: fadeInDownBig 0.5s 0s ease both;
  -webkit-animation: fadeInDownBig 0.5s 0s ease both;
  animation: fadeInDownBig 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInLeftBig {
  -moz-animation: fadeInLeftBig 0.5s 0s ease both;
  -webkit-animation: fadeInLeftBig 0.5s 0s ease both;
  animation: fadeInLeftBig 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.fadeInRightBig {
  -moz-animation: fadeInRightBig 0.5s 0s ease both;
  -webkit-animation: fadeInRightBig 0.5s 0s ease both;
  animation: fadeInRightBig 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounceIn {
  -moz-animation: bounceIn 0.5s 0s ease both;
  -webkit-animation: bounceIn 0.5s 0s ease both;
  animation: bounceIn 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounceInDown {
  -moz-animation: bounceInDown 0.5s 0s ease both;
  -webkit-animation: bounceInDown 0.5s 0s ease both;
  animation: bounceInDown 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounceInUp {
  -moz-animation: bounceInUp 0.5s 0s ease both;
  -webkit-animation: bounceInUp 0.5s 0s ease both;
  animation: bounceInUp 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounceInLeft {
  -moz-animation: bounceInLeft 0.5s 0s ease both;
  -webkit-animation: bounceInLeft 0.5s 0s ease both;
  animation: bounceInLeft 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.bounceInRight {
  -moz-animation: bounceInRight 0.5s 0s ease both;
  -webkit-animation: bounceInRight 0.5s 0s ease both;
  animation: bounceInRight 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.rotateIn {
  -moz-animation: rotateIn 0.5s 0s ease both;
  -webkit-animation: rotateIn 0.5s 0s ease both;
  animation: rotateIn 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.rotateInDownLeft {
  -moz-animation: rotateInDownLeft 0.5s 0s ease both;
  -webkit-animation: rotateInDownLeft 0.5s 0s ease both;
  animation: rotateInDownLeft 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.rotateInDownRight {
  -moz-animation: rotateInDownRight 0.5s 0s ease both;
  -webkit-animation: rotateInDownRight 0.5s 0s ease both;
  animation: rotateInDownRight 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.rotateInUpLeft {
  -moz-animation: rotateInUpLeft 0.5s 0s ease both;
  -webkit-animation: rotateInUpLeft 0.5s 0s ease both;
  animation: rotateInUpLeft 0.5s 0s ease both;
}
.legacy-modals .trip-block.animated.rotateInUpRight {
  -moz-animation: rotateInUpRight 0.5s 0s ease both;
  -webkit-animation: rotateInUpRight 0.5s 0s ease both;
  animation: rotateInUpRight 0.5s 0s ease both;
}
.legacy-modals .trip-block .trip-content {
  clear: right;
}
.legacy-modals .trip-block .trip-close {
  position: relative;
  font-size: 80%;
  float: right;
  margin-top: -5px;
  z-index: 1;
}
.legacy-modals .trip-block .trip-close:hover {
  text-decoration: none;
}
.legacy-modals .trip-block .trip-navigation {
  display: -webkit-flex;
  display: flex;
}
.legacy-modals .trip-block .trip-prev, .legacy-modals .trip-block .trip-next, .legacy-modals .trip-block .trip-skip {
  padding: 5px 10px;
}
.legacy-modals .trip-block .trip-prev, .legacy-modals .trip-block .trip-next {
  -webkit-flex: 1;
  flex: 1;
}
.legacy-modals .trip-block .trip-prev.disabled, .legacy-modals .trip-block .trip-next.disabled {
  color: grey;
  pointer-events: none;
}
.legacy-modals .trip-block .trip-skip {
  -webkit-flex: 2;
  flex: 2;
}
.legacy-modals .trip-block .trip-progress-bar {
  height: 1px;
  background-color: #444;
  width: 0;
}
.legacy-modals .trip-block .trip-progress-steps {
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.legacy-modals .trip-block .trip-progress-steps .trip-progress-step {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ddd;
  margin: 15px 5px 11px;
}
.legacy-modals .trip-block .trip-progress-steps .trip-progress-step.selected {
  background: none;
  border: 1px solid;
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
.legacy-modals .trip-block.black {
  background: #293d58;
  color: #DDD;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
}
.legacy-modals .trip-block.black .trip-close {
  color: #ddd;
}
.legacy-modals .trip-block.black .trip-close:hover {
  color: #fff;
}
.legacy-modals .trip-block.black.n:before {
  border-top-color: #333;
}
.legacy-modals .trip-block.black.s:before {
  border-bottom-color: #336fbf;
}
.legacy-modals .trip-block.black.e:before {
  border-right-color: #333;
}
.legacy-modals .trip-block.black.w:before {
  border-left-color: #333;
}
.legacy-modals .trip-block.white {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}
.legacy-modals .trip-block.white .trip-close {
  color: #333;
}
.legacy-modals .trip-block.white .trip-close:hover {
  color: #000;
}
.legacy-modals .trip-block.white.n:before {
  border-top-color: #fff;
}
.legacy-modals .trip-block.white.s:before {
  border-bottom-color: #fff;
}
.legacy-modals .trip-block.white.e:before {
  border-right-color: #fff;
}
.legacy-modals .trip-block.white.w:before {
  border-left-color: #fff;
}
.legacy-modals .trip-overlay.yeti {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.legacy-modals .trip-block.yeti {
  padding: 0px;
  background: #008cba;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
}
.legacy-modals .trip-block.yeti.n:before {
  margin-top: -1px;
  border-top-color: #008cba;
}
.legacy-modals .trip-block.yeti.s:before {
  border-bottom-color: #006687;
}
.legacy-modals .trip-block.yeti.e:before {
  border-right-color: #008cba;
}
.legacy-modals .trip-block.yeti.w:before {
  border-left-color: #008cba;
}
.legacy-modals .trip-block.yeti .trip-header {
  position: relative;
  font-size: 18px;
  background: #006687;
  margin: 0px;
  border-radius: 3px 3px 0px 0px;
  padding: 5px;
}
.legacy-modals .trip-block.yeti .trip-content {
  font-size: 12px;
  padding: 15px;
  max-width: 450px;
}
.legacy-modals .trip-block.yeti .trip-close {
  right: 0px;
  top: 0px;
  margin: 3px 8px 0px 0px;
  color: #fff;
  font-size: 16px;
}
.legacy-modals .trip-block.yeti .trip-close:hover {
  color: #000;
}
.legacy-modals .trip-block.yeti .trip-prev, .legacy-modals .trip-block.yeti .trip-next, .legacy-modals .trip-block.yeti .trip-skip {
  font-size: 12px;
  color: #fff;
}
.legacy-modals .trip-block.yeti .trip-prev:hover, .legacy-modals .trip-block.yeti .trip-next:hover, .legacy-modals .trip-block.yeti .trip-skip:hover {
  background: #006687;
}
.legacy-modals .trip-block.yeti .trip-prev.disabled, .legacy-modals .trip-block.yeti .trip-next.disabled {
  color: #bfbfbf;
}
.legacy-modals .trip-block.yeti .trip-next {
  border-radius: 0px 0px 5px 0px;
}
.legacy-modals .trip-block.yeti .trip-prev {
  border-radius: 0px 0px 0px 5px;
}
.legacy-modals .trip-block.yeti .trip-progress-bar {
  background: #acf9ac;
}
.legacy-modals .trip-overlay.dark {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.legacy-modals .trip-block.dark {
  background: #333;
  padding: 0;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.39) 0 2px 2px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92);
  opacity: 0.92;
}
.legacy-modals .trip-block.dark.n:before {
  margin-top: -1px;
  border-top-color: #333;
}
.legacy-modals .trip-block.dark.s:before {
  border-bottom-color: #555;
}
.legacy-modals .trip-block.dark.e:before {
  border-right-color: #333;
}
.legacy-modals .trip-block.dark.w:before {
  border-left-color: #333;
}
.legacy-modals .trip-block.dark .trip-header {
  position: relative;
  font-size: 16px;
  background: #555;
  margin: 0;
  border-radius: 3px 3px 0px 0px;
  padding: 5px;
}
.legacy-modals .trip-block.dark .trip-content {
  font-size: 12px;
  padding: 1em;
  max-width: 450px;
}
.legacy-modals .trip-block.dark .trip-close {
  right: 0;
  top: 0;
  margin: 3px 8px 0 0;
  color: #fff;
  font-size: 16px;
}
.legacy-modals .trip-block.dark .trip-close:hover {
  color: #000;
}
.legacy-modals .trip-block.dark .trip-prev, .legacy-modals .trip-block.dark .trip-next, .legacy-modals .trip-block.dark .trip-skip {
  font-size: 12px;
  color: #fff;
}
.legacy-modals .trip-block.dark .trip-prev:hover, .legacy-modals .trip-block.dark .trip-next:hover, .legacy-modals .trip-block.dark .trip-skip:hover {
  background: #666;
}
.legacy-modals .trip-block.dark .trip-prev.disabled, .legacy-modals .trip-block.dark .trip-next.disabled {
  color: grey;
}
.legacy-modals .trip-block.dark .trip-next {
  border-radius: 0px 0px 5px 0px;
}
.legacy-modals .trip-block.dark .trip-prev {
  border-radius: 0px 0px 0px 5px;
}
.legacy-modals .trip-block.dark .trip-progress-bar {
  background: #acf9ac;
}
.legacy-modals .trip-block.minimalism {
  padding: 0;
  background: #ffffff;
  min-width: 400px;
  max-width: 90vw;
  max-height: 90vh;
  -moz-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.legacy-modals .trip-block.minimalism.n:before {
  border-top-color: #fff;
}
.legacy-modals .trip-block.minimalism.s:before {
  border-bottom-color: #fff;
}
.legacy-modals .trip-block.minimalism.e:before {
  border-right-color: #fff;
}
.legacy-modals .trip-block.minimalism.w:before {
  border-left-color: #fff;
}
.legacy-modals .trip-block.minimalism .trip-content {
  padding: 5px;
}
.legacy-modals .trip-block.minimalism .trip-header {
  padding: 10px;
}
.legacy-modals .trip-block.minimalism h1 {
  font-size: 25px;
  color: #1e2224;
  margin-bottom: 10px;
  font-weight: bold;
}
.legacy-modals .trip-block.minimalism p {
  line-height: 160%;
  font-size: 12px;
  color: #bebebe;
}
.legacy-modals .trip-block.minimalism .trip-progress-steps {
  border: 1px solid #212527;
  border-width: 1px 0;
}
.legacy-modals .trip-block.minimalism .trip-progress-steps .trip-progress-step {
  background: #1e2224;
}
.legacy-modals .trip-block.minimalism .trip-progress-steps .trip-progress-step.selected {
  background: none;
}
.legacy-modals .trip-block.minimalism .trip-navigation {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.legacy-modals .trip-block.minimalism .trip-prev, .legacy-modals .trip-block.minimalism .trip-next, .legacy-modals .trip-block.minimalism .trip-skip {
  font-size: 12px;
  text-decoration: none;
  color: #bebebe;
}
.legacy-modals .trip-block.minimalism .trip-prev, .legacy-modals .trip-block.minimalism .trip-next {
  padding: 18px 36px;
  margin: 10px;
  max-width: 150px;
}
.legacy-modals .trip-block.minimalism .trip-prev.disabled, .legacy-modals .trip-block.minimalism .trip-next.disabled {
  color: #bebebe;
}
.legacy-modals .trip-block.minimalism .trip-next {
  background: #383f43;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.legacy-modals .trip-block.minimalism .trip-skip {
  display: block;
  border-top: 1px solid #bebebe;
  padding: 15px;
  flex-basis: 100%;
}
.legacy-modals .auto-height,
.legacy-modals .auto-height .tui-editor-defaultUI {
  height: auto;
}
.legacy-modals .auto-height .tui-editor {
  position: relative;
}
.legacy-modals :not(.auto-height) > .tui-editor-defaultUI,
.legacy-modals :not(.auto-height) > .tui-editor-defaultUI > .te-editor-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.legacy-modals :not(.auto-height) > .tui-editor-defaultUI > .te-editor-section {
  -ms-flex: 1;
  flex: 1;
}
.legacy-modals .tui-editor:after,
.legacy-modals .tui-editor-defaultUI-toolbar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.legacy-modals .tui-editor {
  position: absolute;
  line-height: 1;
  color: #181818;
  width: 100%;
  height: inherit;
}
.legacy-modals .te-editor-section {
  min-height: 0px;
  position: relative;
  height: inherit;
}
.legacy-modals .te-md-container {
  display: none;
  overflow: hidden;
  height: 100%;
}
.legacy-modals .te-md-container .te-editor {
  line-height: 1.5;
}
.legacy-modals .te-md-container .te-editor,
.legacy-modals .te-md-container .te-preview {
  box-sizing: border-box;
  padding: 0;
  height: inherit;
}
.legacy-modals .te-md-container .CodeMirror {
  font-size: 13px;
  height: inherit;
}
.legacy-modals .te-md-container .te-preview {
  overflow: auto;
  padding: 0 25px;
  height: 100%;
}
.legacy-modals .te-md-container .te-preview > p:first-child {
  margin-top: 0 !important;
}
.legacy-modals .te-md-container .te-preview .tui-editor-contents {
  padding-top: 8px;
}
.legacy-modals .tui-editor .te-preview-style-tab > .te-editor,
.legacy-modals .tui-editor .te-preview-style-tab > .te-preview {
  float: left;
  width: 100%;
  display: none;
}
.legacy-modals .tui-editor .te-preview-style-tab > .te-tab-active {
  display: block;
}
.legacy-modals .tui-editor .te-preview-style-vertical > .te-tab-section {
  display: none;
}
.legacy-modals .tui-editor .te-preview-style-tab > .te-tab-section {
  display: block;
}
.legacy-modals .tui-editor .te-preview-style-vertical .te-editor {
  float: left;
  width: 50%;
}
.legacy-modals .tui-editor .te-preview-style-vertical .te-preview {
  float: left;
  width: 50%;
}
.legacy-modals .tui-editor .te-md-splitter {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #e5e5e5;
}
.legacy-modals .tui-editor .te-preview-style-vertical .te-md-splitter {
  display: block;
}
.legacy-modals .te-ww-container {
  display: none;
  overflow: hidden;
  z-index: 10;
  height: inherit;
  background-color: #fff;
}
.legacy-modals .te-ww-container > .te-editor {
  overflow: auto;
  height: inherit;
}
.legacy-modals .te-ww-container .tui-editor-contents:focus {
  outline: none;
}
.legacy-modals .te-ww-container .tui-editor-contents {
  padding: 0 25px;
}
.legacy-modals .te-ww-container .tui-editor-contents:first-child {
  box-sizing: border-box;
  margin: 0px;
  padding: 16px 25px 0px 25px;
  height: inherit;
}
.legacy-modals .te-ww-container .tui-editor-contents:last-child {
  margin-bottom: 16px;
}
.legacy-modals .te-md-mode .te-md-container {
  display: block;
  z-index: 100;
}
.legacy-modals .te-ww-mode .te-ww-container {
  display: block;
  z-index: 100;
}
.legacy-modals .tui-editor.te-hide,
.legacy-modals .tui-editor-defaultUI.te-hide {
  display: none;
}
.legacy-modals .tui-editor-defaultUI .CodeMirror-lines {
  padding-top: 18px;
  padding-bottom: 18px;
}
.legacy-modals .tui-editor-defaultUI pre.CodeMirror-line {
  padding-left: 25px;
  padding-right: 25px;
}
.legacy-modals .tui-editor-defaultUI .CodeMirror pre.CodeMirror-placeholder {
  margin: 0;
  padding-left: 25px;
  color: grey;
}
.legacy-modals .tui-editor-defaultUI .CodeMirror-scroll {
  cursor: text;
}
.legacy-modals .tui-editor-contents td.te-cell-selected {
  background-color: #d8dfec;
}
.legacy-modals .tui-editor-contents td.te-cell-selected::selection {
  background-color: #d8dfec;
}
.legacy-modals .tui-editor-contents th.te-cell-selected {
  background-color: #908f8f;
}
.legacy-modals .tui-editor-contents th.te-cell-selected::selection {
  background-color: #908f8f;
}
.legacy-modals .tui-editor-defaultUI {
  position: relative;
  border: 1px solid #e5e5e5;
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacy-modals .tui-editor-defaultUI button {
  color: #fff;
  padding: 0px 14px 0px 15px;
  height: 28px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  outline: none;
}
.legacy-modals .tui-editor-defaultUI button.te-ok-button {
  background-color: #4b96e6;
}
.legacy-modals .tui-editor-defaultUI button.te-close-button {
  background-color: #777;
}
.legacy-modals .tui-editor-defaultUI-toolbar {
  padding: 0 25px;
  height: 31px;
  background-color: #fff;
  border: 0;
  overflow: hidden;
}
.legacy-modals .tui-toolbar-divider {
  float: left;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #ddd;
  margin: 9px 6px;
}
.legacy-modals .tui-toolbar-button-group {
  height: 28px;
  border-right: 1px solid #d9d9d9;
  float: left;
}
.legacy-modals .te-toolbar-section {
  height: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.legacy-modals .tui-editor-defaultUI-toolbar button {
  float: left;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 0;
  margin: 5px 3px;
  border: 1px solid #fff;
}
.legacy-modals .tui-editor-defaultUI-toolbar button:hover,
.legacy-modals .tui-editor-defaultUI-toolbar button:active,
.legacy-modals .tui-editor-defaultUI-toolbar button.active {
  border: 1px solid #aaa;
  background-color: #fff;
}
.legacy-modals .tui-editor-defaultUI-toolbar button:first-child {
  margin-left: 0;
}
.legacy-modals .tui-editor-defaultUI-toolbar button:last-child {
  margin-right: 0;
}
.legacy-modals .tui-editor-defaultUI-toolbar button.tui-scrollsync {
  width: auto;
  color: #777777;
  border: 0;
}
.legacy-modals .tui-editor-defaultUI button.tui-scrollsync:after {
  content: "Scroll off";
}
.legacy-modals .tui-editor-defaultUI button.tui-scrollsync.active {
  color: #125de6;
  font-weight: bold;
}
.legacy-modals .tui-editor-defaultUI button.tui-scrollsync.active:after {
  content: "Scroll on";
}
.legacy-modals .tui-editor-defaultUI .te-mode-switch-section {
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  height: 20px;
  font-size: 12px;
}
.legacy-modals .tui-editor-defaultUI .te-mode-switch {
  float: right;
  height: 100%;
}
.legacy-modals .tui-editor-defaultUI .te-switch-button {
  width: 92px;
  height: inherit;
  background: #e5e5e5;
  outline: 0;
  color: #a0aabf;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.legacy-modals .tui-editor-defaultUI .te-switch-button.active {
  background-color: #fff;
  color: #000;
}
.legacy-modals .tui-editor-defaultUI .te-markdown-tab-section {
  float: left;
  height: 31px;
  background: #fff;
}
.legacy-modals .te-markdown-tab-section .te-tab {
  margin: 0 -7px 0 24px;
  background: #fff;
}
.legacy-modals .tui-editor-defaultUI .te-tab button {
  box-sizing: border-box;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-size: 13px;
  background-color: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-top: 0;
  padding: 0 9px;
  color: #777;
  border-radius: 0;
  outline: 0;
}
.legacy-modals .te-markdown-tab-section .te-tab button:last-child {
  margin-left: -1px;
}
.legacy-modals .te-markdown-tab-section .te-tab button.te-tab-active,
.legacy-modals .te-markdown-tab-section .te-tab button:hover.te-tab-active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
.legacy-modals .te-markdown-tab-section .te-tab button:hover {
  background-color: #fff;
  color: #333;
}
.legacy-modals .tui-popup-modal-background {
  background-color: rgba(202, 202, 202, 0.6);
  position: fixed;
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.legacy-modals .tui-popup-wrapper.fit-window,
.legacy-modals .tui-popup-modal-background.fit-window .tui-popup-wrapper {
  width: 100%;
  height: 100%;
}
.legacy-modals .tui-popup-wrapper {
  width: 500px;
  margin-right: auto;
  border: 1px solid #cacaca;
  background: white;
  z-index: 9999;
}
.legacy-modals .tui-popup-modal-background .tui-popup-wrapper {
  position: absolute;
  margin: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.legacy-modals .tui-popup-header {
  padding: 10px;
  height: auto;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #cacaca;
}
.legacy-modals .tui-popup-header .tui-popup-header-buttons {
  float: right;
}
.legacy-modals .tui-popup-header .tui-popup-header-buttons button {
  padding: 0px;
  background-color: transparent;
  background-size: cover;
  float: left;
}
.legacy-modals .tui-popup-header .tui-popup-close-button {
  margin: 3px;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5GMjc2Qzc4MC0zM0JBLTQ3MTItQTM3OC04RkQwQUNDOTFDRTk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImxuYi1mb2xkZXItZGVsIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM3Nzc3NzciPiAgICAgICAgICAgIDxwYXRoIGQ9Ik01LDMuNTg1Nzg2NDQgTDEuNzA3MTA2NzgsMC4yOTI4OTMyMTkgTDAuMjkyODkzMjE5LDEuNzA3MTA2NzggTDMuNTg1Nzg2NDQsNSBMMC4yOTI4OTMyMTksOC4yOTI4OTMyMiBMMS43MDcxMDY3OCw5LjcwNzEwNjc4IEw1LDYuNDE0MjEzNTYgTDguMjkyODkzMjIsOS43MDcxMDY3OCBMOS43MDcxMDY3OCw4LjI5Mjg5MzIyIEw2LjQxNDIxMzU2LDUgTDkuNzA3MTA2NzgsMS43MDcxMDY3OCBMOC4yOTI4OTMyMiwwLjI5Mjg5MzIxOSBMNSwzLjU4NTc4NjQ0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
.legacy-modals .tui-popup-header .tui-popup-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  vertical-align: bottom;
}
.legacy-modals .tui-popup-body {
  padding: 15px;
  font-size: 12px;
}
.legacy-modals .tui-editor-popup {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
}
.legacy-modals .tui-editor-popup.tui-popup-modal-background {
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
}
.legacy-modals .tui-editor-popup .tui-popup-body label {
  font-weight: bold;
  color: #666;
  display: block;
  margin: 10px 0 5px;
}
.legacy-modals .tui-editor-popup .tui-popup-body .te-button-section {
  margin-top: 15px;
}
.legacy-modals .tui-editor-popup .tui-popup-body input[type=text],
.legacy-modals .tui-editor-popup .tui-popup-body input[type=file] {
  padding: 4px 10px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  width: 100%;
}
.legacy-modals .tui-editor-popup .tui-popup-body input.wrong {
  border-color: #ff0000;
}
.legacy-modals .te-popup-add-link .tui-popup-wrapper {
  height: 219px;
}
.legacy-modals .te-popup-add-image .tui-popup-wrapper {
  height: 243px;
}
.legacy-modals .te-popup-add-image .te-tab {
  display: block;
  background: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}
.legacy-modals .te-popup-add-image .te-url-type {
  display: none;
}
.legacy-modals .te-popup-add-image .te-file-type {
  display: none;
}
.legacy-modals .te-popup-add-image div.te-tab-active,
.legacy-modals .te-popup-add-image form.te-tab-active {
  display: block;
}
.legacy-modals .te-popup-add-image .te-tab button {
  border: 1px solid #ccc;
  background: #eee;
  min-width: 100px;
  margin-left: -1px;
  border-bottom: 0px;
  border-radius: 3px 3px 0px 0px;
}
.legacy-modals .te-popup-add-image .te-tab button.te-tab-active {
  background: #fff;
}
.legacy-modals .te-popup-add-table .te-table-selection {
  position: relative;
}
.legacy-modals .te-popup-add-table .te-table-body {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAARCAYAAAAougcOAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQ4EWO8e/fuPwYGBkYgphlgAZmspKREMwtABjPR1HSo4aOWkBTKo8E1GlwkhQBJikdT1wgNLgAMSwQgckFvTgAAAABJRU5ErkJggg==");
}
.legacy-modals .te-popup-add-table .te-table-header {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAARCAYAAAAougcOAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAOklEQVQ4EWO8e/fuPwYGBkYgphlgAZksLCxMMwtABjPR1HSo4aOWkBTKo8E1GlwkhQBJikdT1wgNLgDxKwPzTeWPdAAAAABJRU5ErkJggg==");
}
.legacy-modals .te-popup-add-table .te-selection-area {
  position: absolute;
  top: 0;
  left: 0;
  background: #80d2ff;
  opacity: 0.3;
  z-index: 999;
}
.legacy-modals .te-popup-add-table .te-description {
  margin: 10px 0 0 0;
  text-align: center;
}
.legacy-modals .te-popup-table-utils {
  width: 120px;
}
.legacy-modals .te-popup-table-utils .tui-popup-body {
  padding: 0px;
}
.legacy-modals .te-popup-table-utils button {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  color: #777;
}
.legacy-modals .te-popup-table-utils button:hover {
  background-color: #f4f4f4;
}
.legacy-modals .te-popup-table-utils hr {
  background-color: #cacaca;
  border-style: none;
  height: 1px;
}
.legacy-modals .te-popup-table-utils .te-context-menu-disabled {
  color: #ccc;
}
.legacy-modals .te-popup-table-utils .te-context-menu-disabled:hover {
  background-color: #fff;
}
.legacy-modals .te-heading-add {
  width: auto;
}
.legacy-modals .te-heading-add .tui-popup-body {
  padding: 0;
}
.legacy-modals .te-heading-add h1,
.legacy-modals .te-heading-add h2,
.legacy-modals .te-heading-add h3,
.legacy-modals .te-heading-add h4,
.legacy-modals .te-heading-add h5,
.legacy-modals .te-heading-add h6,
.legacy-modals .te-heading-add ul,
.legacy-modals .te-heading-add p {
  padding: 0;
  margin: 0;
}
.legacy-modals .te-heading-add ul {
  list-style: none;
}
.legacy-modals .te-heading-add ul li {
  padding: 2px 10px;
  cursor: pointer;
}
.legacy-modals .te-heading-add ul li:hover {
  background-color: #eee;
}
.legacy-modals .te-heading-add h1 {
  font-size: 24px;
}
.legacy-modals .te-heading-add h2 {
  font-size: 22px;
}
.legacy-modals .te-heading-add h3 {
  font-size: 20px;
}
.legacy-modals .te-heading-add h4 {
  font-size: 18px;
}
.legacy-modals .te-heading-add h5 {
  font-size: 16px;
}
.legacy-modals .te-heading-add h6 {
  font-size: 14px;
}
.legacy-modals .te-dropdown-toolbar {
  position: absolute;
  width: auto;
}
.legacy-modals .te-dropdown-toolbar .tui-popup-body {
  padding: 0px;
}
.legacy-modals .tui-popup-color {
  padding: 0;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container,
.legacy-modals .tui-popup-color .tui-colorpicker-palette-container {
  width: 144px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container ul {
  width: 144px;
  margin-bottom: 8px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container li {
  padding: 0 1px 1px 0;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container li .tui-colorpicker-palette-button {
  border: 0;
  width: 17px;
  height: 17px;
}
.legacy-modals .tui-popup-color .tui-popup-body {
  padding: 10px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-toggle-slider {
  display: none;
}
.legacy-modals .tui-popup-color .te-apply-button,
.legacy-modals .tui-popup-color .tui-colorpicker-palette-hex {
  float: right;
}
.legacy-modals .tui-popup-color .te-apply-button {
  height: 21px;
  width: 35px;
  background: #fff;
  border: 1px solid #efefef;
  position: absolute;
  bottom: 135px;
  right: 10px;
  color: black;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-hex {
  border: 1px solid #e1e1e1;
  padding: 3px 14px;
  margin-left: -1px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container div.tui-colorpicker-clearfix {
  display: inline-block;
}
.legacy-modals .tui-popup-color .tui-colorpicker-container .tui-colorpicker-palette-preview {
  width: 19px;
  height: 19px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-slider-container .tui-colorpicker-slider-right {
  width: 22px;
}
.legacy-modals .tui-popup-color .tui-colorpicker-slider-container .tui-colorpicker-huebar-handle {
  display: none;
}
.legacy-modals .tui-tooltip {
  position: absolute;
  background-color: #222;
  z-index: 999;
  opacity: 0.8;
  color: #fff;
  padding: 2px 5px;
  font-size: 10px;
}
.legacy-modals .tui-tooltip .arrow {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 6px;
  z-index: -1;
}
.legacy-modals .tui-toolbar-icons {
  background: url("../img/toastui-editor.png");
  background-size: 218px 188px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .legacy-modals .tui-toolbar-icons {
    background: url("../img/toastui-editor-2x.png");
    background-size: 218px 188px;
    display: inline-block;
  }
}
.legacy-modals .tui-toolbar-icons.tui-heading {
  background-position: -172px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-heading:disabled {
  background-position: -193px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-bold {
  background-position: -4px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-bold:disabled {
  background-position: -25px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-italic {
  background-position: -4px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-italic:disabled {
  background-position: -25px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-color {
  background-position: -172px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-color:disabled {
  background-position: -193px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-strike {
  background-position: -4px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-strike:disabled {
  background-position: -25px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-hrline {
  background-position: -46px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-hrline:disabled {
  background-position: -67px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-quote {
  background-position: -4px -114px;
}
.legacy-modals .tui-toolbar-icons.tui-quote:disabled {
  background-position: -25px -114px;
}
.legacy-modals .tui-toolbar-icons.tui-ul {
  background-position: -46px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-ul:disabled {
  background-position: -67px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-ol {
  background-position: -46px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-ol:disabled {
  background-position: -67px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-task {
  background-position: -130px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-task:disabled {
  background-position: -151px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-indent {
  background-position: -46px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-indent:disabled {
  background-position: -67px -48px;
}
.legacy-modals .tui-toolbar-icons.tui-outdent {
  background-position: -46px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-outdent:disabled {
  background-position: -67px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-table {
  background-position: -88px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-table:disabled {
  background-position: -109px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-image {
  background-position: -130px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-image:disabled {
  background-position: -151px -4px;
}
.legacy-modals .tui-toolbar-icons.tui-link {
  background-position: -130px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-link:disabled {
  background-position: -151px -26px;
}
.legacy-modals .tui-toolbar-icons.tui-code {
  background-position: -130px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-code:disabled {
  background-position: -151px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-codeblock {
  background-position: -130px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-codeblock:disabled {
  background-position: -151px -70px;
}
.legacy-modals .tui-toolbar-icons.tui-more {
  background-position: -172px -92px;
}
.legacy-modals .tui-toolbar-icons.tui-more:disabled {
  background-position: -193px -92px;
}
.legacy-modals .tui-colorpicker-svg-slider {
  border: 1px solid #ebebeb;
}
.legacy-modals .tui-colorpicker-vml-slider {
  border: 1px solid #ebebeb;
}
.legacy-modals .tui-colorpicker-svg-huebar {
  border: 1px solid #ebebeb;
}
.legacy-modals .CodeMirror .cm-header {
  font-weight: bold;
  color: inherit;
}
.legacy-modals .CodeMirror .cm-header-1 {
  font-size: 24px;
}
.legacy-modals .CodeMirror .cm-header-2 {
  font-size: 22px;
}
.legacy-modals .CodeMirror .cm-header-3 {
  font-size: 20px;
}
.legacy-modals .CodeMirror .cm-header-4 {
  font-size: 18px;
}
.legacy-modals .CodeMirror .cm-header-5 {
  font-size: 16px;
}
.legacy-modals .CodeMirror .cm-header-6 {
  font-size: 14px;
}
.legacy-modals .CodeMirror .cm-variable-2 {
  color: inherit;
}
.legacy-modals .tui-editor-pseudo-clipboard {
  position: fixed;
  left: -1000px;
  top: -1000px;
  width: 100px;
  height: 100px;
}
.legacy-modals .te-ww-block-overlay.code-block-header {
  text-align: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacy-modals .te-ww-block-overlay.code-block-header span {
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
  color: #333333;
  cursor: default;
}
.legacy-modals .te-ww-block-overlay.code-block-header button {
  margin: 8px;
  font-size: 10px;
  color: #333333;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 4px;
  height: auto;
}
.legacy-modals .te-popup-code-block-languages {
  position: fixed;
  box-sizing: border-box;
  width: 130px;
}
.legacy-modals .te-popup-code-block-languages .tui-popup-body {
  max-height: 169px;
  overflow: auto;
  padding: 0px;
}
.legacy-modals .te-popup-code-block-languages button {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  color: #777;
}
.legacy-modals .te-popup-code-block-languages button.active {
  background-color: #f4f4f4;
}
.legacy-modals .tui-popup-code-block-editor .tui-popup-wrapper {
  width: 70%;
  height: 70%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.legacy-modals .te-input-language {
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}
.legacy-modals .te-input-language input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 3px 5px;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  box-sizing: border-box;
  width: 130px;
  outline: none;
}
.legacy-modals .te-input-language input::-ms-clear {
  display: none;
}
.legacy-modals .te-input-language::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxMiAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT42Q0NBRDk2QS0yMjYxLTRFNDAtOTk1RC1DRUUyQUREQUQ3NkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbS10cmFuZ2xlLWQtc2lkZSIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS03IiBwb2ludHM9IjIgNSAxMCA1IDYgMTAiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  position: absolute;
  top: 1px;
  right: 3px;
}
.legacy-modals .te-input-language.active::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxMiAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5BNEZDRkIzMy0zNjdBLTREMjAtOEEyNC1DQ0I2ODFBMDZDODg8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbS10cmFuZ2xlLXVwLXNpZGUiIGZpbGw9IiM1NTU1NTUiPiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMDAwMDAsIDYuNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC02LjAwMDAwMCwgLTYuNTAwMDAwKSAiIHBvaW50cz0iMiA0IDEwIDQgNiA5Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}
.legacy-modals .tui-popup-code-block-editor button {
  margin: -1px 3px;
}
.legacy-modals .tui-popup-code-block-editor .tui-popup-header-buttons {
  height: 20px;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-preview::after {
  content: "Preview off";
  color: #777;
  margin-right: 22px;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-preview.active::after {
  content: "Preview on";
  color: #4b96e6;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-scroll::after {
  content: "Scroll off";
  color: #777;
  margin-right: 16px;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-scroll.active::after {
  content: "Scroll on";
  color: #4b96e6;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-fit {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT40OUQ4RTYyMy1GRTAyLTQ1RUUtQkQ5Ri0xMjUyQjEzRTU1MkQ8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbnRlbnRzLWV4cGFuZCIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBhdGggZD0iTTMsMyBMOSwzIEw5LDUgTDUsNSBMNSw5IEwzLDkgTDMsMyBaIE0xNSwxNSBMOSwxNSBMOSwxMyBMMTMsMTMgTDEzLDkgTDE1LDkgTDE1LDE1IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wMDAwMDAsIDkuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC05LjAwMDAwMCwgLTkuMDAwMDAwKSAiPjwvcGF0aD4gICAgICAgICAgICA8cG9seWdvbiBpZD0iTGluZSIgZmlsbC1ydWxlPSJub256ZXJvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41MDAwMDAsIDYuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMS41MDAwMDAsIC02LjUwMDAwMCkgIiBwb2ludHM9IjkuMDg1Nzg2NDQgNS41IDEyLjUgOC45MTQyMTM1NiAxMy45MTQyMTM2IDcuNSAxMC41IDQuMDg1Nzg2NDQiPjwvcG9seWdvbj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iTGluZS1Db3B5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCAxMS41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtMTEuNTAwMDAwKSAiIHBvaW50cz0iNC4wODU3ODY0NCAxMC41IDcuNSAxMy45MTQyMTM2IDguOTE0MjEzNTYgMTIuNSA1LjUgOS4wODU3ODY0NCI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-toggle-fit.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT4wN0Q1MjlCRi1GNTIzLTREN0EtQTlGNi05NTUzNTU5RDNEMUE8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggc2tldGNodG9vbC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImNvbnRlbnRzLXJlZHVjZSIgZmlsbD0iIzU1NTU1NSI+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMzIiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDEyLjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNS41MDAwMDAsIC0xMi41MDAwMDApICIgcG9pbnRzPSIzLjA4NTc4NjQ0IDExLjUgNi41IDE0LjkxNDIxMzYgNy45MTQyMTM1NiAxMy41IDQuNSAxMC4wODU3ODY0Ij48L3BvbHlnb24+ICAgICAgICAgICAgPHBhdGggZD0iTTksOSBMMTUsOSBMMTUsMTEgTDExLDExIEwxMSwxNSBMOSwxNSBMOSw5IFogTTksOSBMMyw5IEwzLDcgTDcsNyBMNywzIEw5LDMgTDksOSBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMDAwMDAwLCA5LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtOS4wMDAwMDAsIC05LjAwMDAwMCkgIj48L3BhdGg+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMzMiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuNTAwMDAwLCA1LjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTIuNTAwMDAwLCAtNS41MDAwMDApICIgcG9pbnRzPSIxNC45MTQyMTM2IDYuNSAxMS41IDMuMDg1Nzg2NDQgMTAuMDg1Nzg2NCA0LjUgMTMuNSA3LjkxNDIxMzU2Ij48L3BvbHlnb24+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
}
.legacy-modals .tui-popup-code-block-editor .tui-popup-close-button {
  margin-top: 6px;
}
.legacy-modals .tui-popup-code-block-editor .tui-popup-body {
  z-index: -1;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-body {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #cacaca;
}
.legacy-modals .tui-popup-code-block-editor .te-button-section {
  padding: 15px;
}
.legacy-modals .tui-popup-code-block-editor .te-button-section button {
  float: left;
}
.legacy-modals .tui-popup-code-block-editor .tui-editor-contents pre {
  margin: 0px;
  background-color: transparent;
}
.legacy-modals .tui-popup-code-block-editor .CodeMirror {
  height: auto;
}
.legacy-modals .tui-popup-code-block-editor .CodeMirror-line {
  font-family: Consolas, Courier, "Apple SD 산돌고딕 Neo", -apple-system, "Lucida Grande", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Segoe UI", "돋움", dotum, sans-serif;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.legacy-modals .tui-popup-code-block-editor .popup-editor-editor-wrapper {
  min-height: 100%;
}
.legacy-modals .tui-split-scroll-wrapper {
  position: relative;
}
.legacy-modals .tui-split-scroll {
  position: absolute;
}
.legacy-modals .tui-split-scroll,
.legacy-modals .tui-split-scroll-wrapper {
  width: 100%;
  height: 100%;
}
.legacy-modals .tui-split-scroll .tui-split-content-left,
.legacy-modals .tui-split-scroll .tui-split-content-right {
  position: absolute;
  top: 0px;
  width: 50%;
  box-sizing: border-box;
}
.legacy-modals .tui-split-scroll .tui-split-content-left {
  left: 0px;
}
.legacy-modals .tui-split-scroll .tui-split-content-right {
  left: 50%;
}
.legacy-modals .tui-split-scroll .tui-splitter {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #cacaca;
}
.legacy-modals .tui-split-scroll .tui-split-scroll-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.legacy-modals .tui-split-scroll .tui-split-content-left,
.legacy-modals .tui-split-scroll .tui-split-content-right {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.legacy-modals .tui-split-scroll button.tui-scrollsync {
  top: 10px;
  opacity: 0.2;
}
.legacy-modals .tui-split-scroll button.tui-scrollsync::after {
  content: "scroll off";
}
.legacy-modals .tui-split-scroll.scroll-sync button.tui-scrollsync {
  opacity: 0.5;
}
.legacy-modals .tui-split-scroll.scroll-sync .tui-split-content-left,
.legacy-modals .tui-split-scroll.scroll-sync .tui-split-content-right {
  height: auto;
  overflow: initial;
}
.legacy-modals .tui-split-scroll.scroll-sync button.tui-scrollsync::after {
  content: "scroll on";
}
.legacy-modals .tui-split-scroll.scroll-sync .tui-split-scroll-content {
  overflow-y: auto;
}
.legacy-modals .tui-split-scroll.single-content .tui-splitter {
  display: none;
}
.legacy-modals .tui-split-scroll.single-content .tui-split-content-left {
  width: 100%;
}
.legacy-modals .tui-split-scroll.single-content .tui-split-content-right {
  display: none;
}
.legacy-modals .tui-split-scroll.single-content button.tui-scrollsync {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .legacy-modals {
    /* IE10+ */
  }
  .legacy-modals .tui-split-scroll-wrapper .tui-splitter {
    left: calc(50% - 9px);
  }
}
@supports (-ms-accelerator: true) {
  .legacy-modals {
    /* IE Edge 12+ CSS styles go here */
  }
  .legacy-modals .tui-split-scroll-wrapper .tui-splitter {
    left: calc(50% - 9px);
  }
}
@media screen and (max-width: 480px) {
  .legacy-modals .tui-popup-wrapper {
    max-width: 300px;
  }
  .legacy-modals .tui-editor-popup {
    margin-left: -150px;
  }
  .legacy-modals .te-dropdown-toolbar {
    max-width: none;
  }
}
.legacy-modals .CodeMirror {
  font-family: monospace;
  height: 300px;
  color: #000;
  direction: ltr;
}
.legacy-modals .CodeMirror-lines {
  padding: 4px 0;
}
.legacy-modals .CodeMirror pre {
  padding: 0 4px;
}
.legacy-modals .CodeMirror-gutter-filler, .legacy-modals .CodeMirror-scrollbar-filler {
  background-color: #fff;
}
.legacy-modals .CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.legacy-modals .CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.legacy-modals .CodeMirror-guttermarker {
  color: #000;
}
.legacy-modals .CodeMirror-guttermarker-subtle {
  color: #999;
}
.legacy-modals .CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.legacy-modals .CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.legacy-modals .cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.legacy-modals .cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.legacy-modals .cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.legacy-modals .cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.legacy-modals .cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.legacy-modals .CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.legacy-modals .CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
.legacy-modals .cm-s-default .cm-header {
  color: #00f;
}
.legacy-modals .cm-s-default .cm-quote {
  color: #090;
}
.legacy-modals .cm-negative {
  color: #d44;
}
.legacy-modals .cm-positive {
  color: #292;
}
.legacy-modals .cm-header, .legacy-modals .cm-strong {
  font-weight: 700;
}
.legacy-modals .cm-em {
  font-style: italic;
}
.legacy-modals .cm-link {
  text-decoration: underline;
}
.legacy-modals .cm-strikethrough {
  text-decoration: line-through;
}
.legacy-modals .cm-s-default .cm-keyword {
  color: #708;
}
.legacy-modals .cm-s-default .cm-atom {
  color: #219;
}
.legacy-modals .cm-s-default .cm-number {
  color: #164;
}
.legacy-modals .cm-s-default .cm-def {
  color: #00f;
}
.legacy-modals .cm-s-default .cm-variable-2 {
  color: #05a;
}
.legacy-modals .cm-s-default .cm-type, .legacy-modals .cm-s-default .cm-variable-3 {
  color: #085;
}
.legacy-modals .cm-s-default .cm-comment {
  color: #a50;
}
.legacy-modals .cm-s-default .cm-string {
  color: #a11;
}
.legacy-modals .cm-s-default .cm-string-2 {
  color: #f50;
}
.legacy-modals .cm-s-default .cm-meta {
  color: #555;
}
.legacy-modals .cm-s-default .cm-qualifier {
  color: #555;
}
.legacy-modals .cm-s-default .cm-builtin {
  color: #30a;
}
.legacy-modals .cm-s-default .cm-bracket {
  color: #997;
}
.legacy-modals .cm-s-default .cm-tag {
  color: #170;
}
.legacy-modals .cm-s-default .cm-attribute {
  color: #00c;
}
.legacy-modals .cm-s-default .cm-hr {
  color: #999;
}
.legacy-modals .cm-s-default .cm-link {
  color: #00c;
}
.legacy-modals .cm-s-default .cm-error {
  color: red;
}
.legacy-modals .cm-invalidchar {
  color: red;
}
.legacy-modals .CodeMirror-composing {
  border-bottom: 2px solid;
}
.legacy-modals div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
.legacy-modals div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.legacy-modals .CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.legacy-modals .CodeMirror-activeline-background {
  background: #e8f2ff;
}
.legacy-modals .CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.legacy-modals .CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.legacy-modals .CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.legacy-modals .CodeMirror-gutter-filler, .legacy-modals .CodeMirror-hscrollbar, .legacy-modals .CodeMirror-scrollbar-filler, .legacy-modals .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.legacy-modals .CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.legacy-modals .CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.legacy-modals .CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.legacy-modals .CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.legacy-modals .CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.legacy-modals .CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.legacy-modals .CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
}
.legacy-modals .CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.legacy-modals .CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.legacy-modals .CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.legacy-modals .CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.legacy-modals .CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.legacy-modals .CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.legacy-modals .CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.legacy-modals .CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.legacy-modals .CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}
.legacy-modals .CodeMirror-rtl pre {
  direction: rtl;
}
.legacy-modals .CodeMirror-code {
  outline: 0;
}
.legacy-modals .CodeMirror-gutter, .legacy-modals .CodeMirror-gutters, .legacy-modals .CodeMirror-linenumber, .legacy-modals .CodeMirror-scroll, .legacy-modals .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.legacy-modals .CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.legacy-modals .CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.legacy-modals .CodeMirror-measure pre {
  position: static;
}
.legacy-modals div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.legacy-modals div.CodeMirror-dragcursors {
  visibility: visible;
}
.legacy-modals .CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.legacy-modals .CodeMirror-selected {
  background: #d9d9d9;
}
.legacy-modals .CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.legacy-modals .CodeMirror-crosshair {
  cursor: crosshair;
}
.legacy-modals .CodeMirror-line::selection, .legacy-modals .CodeMirror-line > span::selection, .legacy-modals .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.legacy-modals .CodeMirror-line::-moz-selection, .legacy-modals .CodeMirror-line > span::-moz-selection, .legacy-modals .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.legacy-modals .cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
.legacy-modals .cm-force-border {
  padding-right: 0.1px;
}
@media print {
  .legacy-modals .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.legacy-modals .cm-tab-wrap-hack:after {
  content: "";
}
.legacy-modals span.CodeMirror-selectedtext {
  background: 0 0;
}
.legacy-modals .hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}
.legacy-modals .hljs-comment, .legacy-modals .hljs-quote {
  color: #998;
  font-style: italic;
}
.legacy-modals .hljs-keyword, .legacy-modals .hljs-selector-tag, .legacy-modals .hljs-subst {
  color: #333;
  font-weight: bold;
}
.legacy-modals .hljs-number, .legacy-modals .hljs-literal, .legacy-modals .hljs-variable, .legacy-modals .hljs-template-variable, .legacy-modals .hljs-tag .hljs-attr {
  color: #008080;
}
.legacy-modals .hljs-string, .legacy-modals .hljs-doctag {
  color: #d14;
}
.legacy-modals .hljs-title, .legacy-modals .hljs-section, .legacy-modals .hljs-selector-id {
  color: #900;
  font-weight: bold;
}
.legacy-modals .hljs-subst {
  font-weight: normal;
}
.legacy-modals .hljs-type, .legacy-modals .hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}
.legacy-modals .hljs-tag, .legacy-modals .hljs-name, .legacy-modals .hljs-attribute {
  color: #000080;
  font-weight: normal;
}
.legacy-modals .hljs-regexp, .legacy-modals .hljs-link {
  color: #009926;
}
.legacy-modals .hljs-symbol, .legacy-modals .hljs-bullet {
  color: #990073;
}
.legacy-modals .hljs-built_in, .legacy-modals .hljs-builtin-name {
  color: #0086b3;
}
.legacy-modals .hljs-meta {
  color: #999;
  font-weight: bold;
}
.legacy-modals .hljs-deletion {
  background: #fdd;
}
.legacy-modals .hljs-addition {
  background: #dfd;
}
.legacy-modals .hljs-emphasis {
  font-style: italic;
}
.legacy-modals .hljs-strong {
  font-weight: bold;
}
.legacy-modals #nprogress {
  pointer-events: none;
}
.legacy-modals #nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.legacy-modals #nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px);
}
.legacy-modals #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
.legacy-modals #nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 0.4s linear infinite;
  animation: nprogress-spinner 0.4s linear infinite;
}
.legacy-modals .nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.legacy-modals .nprogress-custom-parent #nprogress .bar, .legacy-modals .nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.legacy-modals .bootstrap .tags {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.legacy-modals .bootstrap .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacy-modals .bootstrap .tags .tag-item {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
  color: #fff;
}
.legacy-modals .bootstrap .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}
.legacy-modals .bootstrap .tags .tag-item button {
  background: 0 0;
  color: #000;
  opacity: 0.4;
}
.legacy-modals .bootstrap .autocomplete {
  border-radius: 4px;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item em {
  font-weight: 400;
  background-color: #ff0;
}
.legacy-modals .bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ff0;
}
.legacy-modals tags-input {
  display: block;
}
.legacy-modals tags-input *, .legacy-modals tags-input :after, .legacy-modals tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy-modals tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
.legacy-modals tags-input .host:active {
  outline: 0;
}
.legacy-modals tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}
.legacy-modals tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
.legacy-modals tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.legacy-modals tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
.legacy-modals tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
}
.legacy-modals tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial, sans-serif;
  color: #585858;
}
.legacy-modals tags-input .tags .input.invalid-tag, .legacy-modals tags-input .tags .tag-item .remove-button:active {
  color: red;
}
.legacy-modals tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacy-modals tags-input .tags .input::-ms-clear {
  display: none;
}
.legacy-modals tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
.legacy-modals tags-input[disabled] .host:focus {
  outline: 0;
}
.legacy-modals tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
.legacy-modals tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
.legacy-modals tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
.legacy-modals tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
.legacy-modals tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
.legacy-modals tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.legacy-modals tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
.legacy-modals tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.legacy-modals tags-input .autocomplete .suggestion-item.selected, .legacy-modals tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
.legacy-modals tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.legacy-modals .tui-colorpicker-clearfix {
  zoom: 1;
}
.legacy-modals .tui-colorpicker-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.legacy-modals .tui-colorpicker-vml {
  behavior: url(#default#VML);
  display: block;
}
.legacy-modals .tui-colorpicker-container, .legacy-modals .tui-colorpicker-palette-container {
  width: 152px;
}
.legacy-modals .tui-colorpicker-palette-container ul {
  width: 152px;
  margin: 0;
  padding: 0;
}
.legacy-modals .tui-colorpicker-palette-container li {
  float: left;
  margin: 0;
  padding: 0 3px 3px 0;
  list-style: none;
}
.legacy-modals .tui-colorpicker-palette-button {
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.legacy-modals .tui-colorpicker-palette-button.tui-colorpicker-selected {
  border: 2px solid #000;
}
.legacy-modals .tui-colorpicker-palette-button.tui-colorpicker-color-transparent {
  barckground-repeat: repeat;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAABfGlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGAqSSwoyGFhYGDIzSspCnJ3UoiIjFJgv8PAzcDDIMRgxSCemFxc4BgQ4MOAE3y7xsAIoi/rgsxK8/x506a1fP4WNq+ZclYlOrj1gQF3SmpxMgMDIweQnZxSnJwLZOcA2TrJBUUlQPYMIFu3vKQAxD4BZIsUAR0IZN8BsdMh7A8gdhKYzcQCVhMS5AxkSwDZAkkQtgaInQ5hW4DYyRmJKUC2B8guiBvAgNPDRcHcwFLXkYC7SQa5OaUwO0ChxZOaFxoMcgcQyzB4MLgwKDCYMxgwWDLoMjiWpFaUgBQ65xdUFmWmZ5QoOAJDNlXBOT+3oLQktUhHwTMvWU9HwcjA0ACkDhRnEKM/B4FNZxQ7jxDLX8jAYKnMwMDcgxBLmsbAsH0PA4PEKYSYyjwGBn5rBoZt5woSixLhDmf8xkKIX5xmbARh8zgxMLDe+///sxoDA/skBoa/E////73o//+/i4H2A+PsQA4AJHdp4IxrEg8AAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjEzPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CghrN1AAAABzSURBVCgVldKxEYAgDAXQD5VOpLuwgi4jlrTMqF00oOd5Aia/CcV/F4oYOgNlrLjvVyCEVJchBjEC25538PeaWTzRMBLxvIL7UZwFwL06qoA6aoAy+gFfJABvJAQPUoCMlICRRd8BzgHzJL4ok9aJ67l4AK9AxVKhHryUAAAAAElFTkSuQmCC");
}
.legacy-modals .tui-colorpicker-palette-hex {
  font-family: monospace;
  width: 60px;
}
.legacy-modals .tui-colorpicker-palette-hex, .legacy-modals .tui-colorpicker-palette-preview {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.legacy-modals .tui-colorpicker-palette-preview {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.legacy-modals .tui-colorpicker-palette-toggle-slider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  float: right;
}
.legacy-modals .tui-colorpicker-slider-container {
  margin: 5px 0 0;
  height: 122px;
  zoom: 1;
}
.legacy-modals .tui-colorpicker-slider-container:after {
  content: "";
  display: block;
  clear: both;
}
.legacy-modals .tui-colorpicker-slider-left {
  float: left;
  width: 120px;
  height: 120px;
}
.legacy-modals .tui-colorpicker-slider-right {
  float: right;
  width: 32px;
  height: 120px;
}
.legacy-modals .tui-colorpicker-svg {
  display: block;
}
.legacy-modals .tui-colorpicker-slider-handle {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: 2;
  opacity: 0.9;
}
.legacy-modals .tui-colorpicker-svg-slider, .legacy-modals .tui-colorpicker-vml-slider {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.legacy-modals .tui-colorpicker-vml-slider {
  position: relative;
}
.legacy-modals .tui-colorpicker-vml-slider-bg {
  position: absolute;
  margin: -1px 0 0 -1px;
  top: 0;
  left: 0;
  width: 122px;
  height: 122px;
}
.legacy-modals .tui-colorpicker-svg-huebar {
  float: right;
  width: 18px;
  height: 120px;
  border: 1px solid #ccc;
  overflow: visible;
}
.legacy-modals .tui-colorpicker-vml-huebar {
  width: 32px;
  position: relative;
}
.legacy-modals .tui-colorpicker-vml-huebar-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 121px;
}
.legacy-modals .CodeMirror {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacy-modals .tui-editor-contents *:not(table) {
  line-height: 160%;
  box-sizing: content-box;
}
.legacy-modals .tui-editor-contents i,
.legacy-modals .tui-editor-contents cite,
.legacy-modals .tui-editor-contents em,
.legacy-modals .tui-editor-contents var,
.legacy-modals .tui-editor-contents address,
.legacy-modals .tui-editor-contents dfn {
  font-style: italic;
}
.legacy-modals .tui-editor-contents strong {
  font-weight: bold;
}
.legacy-modals .tui-editor-contents p {
  margin: 10px 0;
  color: #555;
  font-size: 13px;
}
.legacy-modals .tui-editor-contents > h1:first-of-type,
.legacy-modals .tui-editor-contents > div > div:first-of-type h1 {
  margin-top: 14px;
}
.legacy-modals .tui-editor-contents h1,
.legacy-modals .tui-editor-contents h2,
.legacy-modals .tui-editor-contents h3,
.legacy-modals .tui-editor-contents h5 {
  font-weight: bold;
}
.legacy-modals .tui-editor-contents h1 {
  font-size: 1.6rem;
  line-height: 28px;
  border-bottom: 3px double #999;
  margin: 52px 0 15px 0;
  padding-bottom: 7px;
  color: #000;
}
.legacy-modals .tui-editor-contents h2 {
  font-size: 1.3rem;
  line-height: 23px;
  border-bottom: 1px solid #dbdbdb;
  margin: 30px 0 13px 0;
  padding-bottom: 7px;
  color: #333;
}
.legacy-modals .tui-editor-contents h3,
.legacy-modals .tui-editor-contents h4 {
  font-size: 1.2rem;
  line-height: 18px;
  margin: 20px 0 2px;
  color: #333;
}
.legacy-modals .tui-editor-contents h5,
.legacy-modals .tui-editor-contents h6 {
  font-size: 1rem;
  line-height: 17px;
  margin: 10px 0 -4px;
  color: #333;
}
.legacy-modals .tui-editor-contents blockquote {
  margin: 15px 0;
}
.legacy-modals .tui-editor-contents blockquote {
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777;
}
.legacy-modals .tui-editor-contents blockquote > :first-child {
  margin-top: 0;
}
.legacy-modals .tui-editor-contents blockquote > :last-child {
  margin-bottom: 0;
}
.legacy-modals .tui-editor-contents pre,
.legacy-modals .tui-editor-contents code {
  font-family: Consolas, Courier, "Apple SD 산돌고딕 Neo", -apple-system, "Lucida Grande", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Segoe UI", "돋움", dotum, sans-serif;
  border: 0;
  border-radius: 0;
}
.legacy-modals .tui-editor-contents pre {
  margin: 2px 0 8px;
  padding: 18px;
  background-color: #f5f7f8;
}
.legacy-modals .tui-editor-contents code {
  color: #c1788b;
  padding: 2px 2px 2px 2px;
  letter-spacing: -0.3px;
}
.legacy-modals .tui-editor-contents pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}
.legacy-modals .tui-editor-contents pre.addon {
  border: 1px solid #e8ebed;
  background-color: #fff;
}
.legacy-modals .tui-editor-contents img {
  margin: 4px 0 10px;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.legacy-modals .tui-editor-contents table {
  margin: 2px 0 14px;
  color: #555;
  width: auto;
  border-collapse: collapse;
  box-sizing: border-box;
}
.legacy-modals .tui-editor-contents table th,
.legacy-modals .tui-editor-contents table td {
  height: 32px;
  padding: 5px 14px 5px 12px;
}
.legacy-modals .tui-editor-contents table td {
  border: 1px solid #eaeaea;
}
.legacy-modals .tui-editor-contents table th {
  border: 1px solid #72777b;
  border-top: 0;
  background-color: #7b8184;
  font-weight: 300;
  color: #fff;
  padding-top: 6px;
}
.legacy-modals .tui-editor-contents ul,
.legacy-modals .tui-editor-contents menu,
.legacy-modals .tui-editor-contents ol,
.legacy-modals .tui-editor-contents dir {
  display: block;
  list-style-type: disc;
  padding-left: 17px;
  margin: 6px 0 10px;
  color: #555;
}
.legacy-modals .tui-editor-contents ol {
  list-style-type: decimal;
}
.legacy-modals .tui-editor-contents ul ul,
.legacy-modals .tui-editor-contents ul ol,
.legacy-modals .tui-editor-contents ol ol,
.legacy-modals .tui-editor-contents ol ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.legacy-modals .tui-editor-contents ul li,
.legacy-modals .tui-editor-contents ol li {
  position: relative;
}
.legacy-modals .tui-editor-contents ul p,
.legacy-modals ol p {
  margin: 0;
}
.legacy-modals .tui-editor-contents ul li.task-list-item:before,
.legacy-modals .tui-editor-contents ol li.task-list-item:before,
.legacy-modals .tui-editor-contents pre ul li:before {
  content: "";
}
.legacy-modals .tui-editor-contents hr {
  border-top: 1px solid #eee;
  margin: 16px 0;
}
.legacy-modals .tui-editor-contents a {
  text-decoration: underline;
  color: #5286bc;
}
.legacy-modals .tui-editor-contents a:hover {
  color: #007cff;
}
.legacy-modals .tui-editor-contents {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.legacy-modals .tui-editor-contents .task-list-item {
  border: 0;
  list-style: none;
  padding-left: 22px;
  margin-left: -22px;
  min-height: 20px;
}
.legacy-modals .tui-editor-contents .task-list-item:before {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADdJREFUKBVjvHv37n8GMgALSI+SkhJJWu/du8fARJIOJMWjGpECA505GjjoIYLEB6dVUNojFQAA/1MJUFWet/4AAAAASUVORK5CYII=");
}
.legacy-modals .tui-editor-contents .task-list-item.checked:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMpJREFUKBVjjJ/64D8DGYCJDD1gLbTVyM3OxJDiJMzAxcYIdyALnIWDAdJU7i/OICfCxsDMxMgwc88bwk5F1vTs/W+GFUffwY2H+1FBlI2hLliCQYCbGSyJrqlzwwuGj9//YWoMtRBgUBJnZ6gMEGeQFWaFOw9kE7omkG5GWDyCPF7mJ86gIMbO8P//fwZGRkYGXJpAGuFO/fbrP0PXppcMD179JKgJRSOIA9N8/NZXrM4DqYEBjOgAaYYFOUwRNhruVGyS+MTI1ggAx8NTGcUtFVQAAAAASUVORK5CYII=");
}
.legacy-modals .tui-editor-contents .task-list-item input[type=checkbox],
.legacy-modals .tui-editor-contents .task-list-item .task-list-item-checkbox {
  margin-left: -17px;
  margin-right: 3.8px;
  margin-top: 3px;
}
.legacy-modals .tui-editor-contents-placeholder:before {
  content: attr(data-placeholder);
  color: grey;
  line-height: 160%;
  position: absolute;
}
.legacy-modals .jq-checkbox, .legacy-modals .jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacy-modals .jq-checkbox input, .legacy-modals .jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.legacy-modals .jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.legacy-modals .jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.legacy-modals .jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.legacy-modals .jq-select-multiple, .legacy-modals .jq-selectbox {
  position: relative;
  display: inline-block;
}
.legacy-modals .jq-select-multiple select, .legacy-modals .jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.legacy-modals .jq-select-multiple li, .legacy-modals .jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.legacy-modals .jq-selectbox {
  z-index: 10;
}
.legacy-modals .jq-selectbox__select {
  position: relative;
}
.legacy-modals .jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.legacy-modals .jq-selectbox__dropdown {
  position: absolute;
}
.legacy-modals .jq-selectbox__search input {
  -webkit-appearance: textfield;
}
.legacy-modals .jq-selectbox__search input::-webkit-search-cancel-button, .legacy-modals .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.legacy-modals .jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
.legacy-modals .jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.legacy-modals .jq-number {
  display: inline-block;
}
.legacy-modals .jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}
.legacy-modals .jq-number__field input::-webkit-inner-spin-button, .legacy-modals .jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.legacy-modals :root {
  --swiper-theme-color: #007aff;
}
.legacy-modals .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.legacy-modals .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.legacy-modals .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.legacy-modals .swiper-container-android .swiper-slide,
.legacy-modals .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.legacy-modals .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.legacy-modals .swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.legacy-modals .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.legacy-modals .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.legacy-modals .swiper-slide-invisible-blank {
  visibility: hidden;
}
.legacy-modals .swiper-container-autoheight,
.legacy-modals .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.legacy-modals .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.legacy-modals .swiper-container-3d {
  perspective: 1200px;
}
.legacy-modals .swiper-container-3d .swiper-wrapper,
.legacy-modals .swiper-container-3d .swiper-slide,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-left,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-right,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-top,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom,
.legacy-modals .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-left,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-right,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-top,
.legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.legacy-modals .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.legacy-modals .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.legacy-modals :root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.legacy-modals .swiper-button-prev,
.legacy-modals .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.legacy-modals .swiper-button-prev.swiper-button-disabled,
.legacy-modals .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.legacy-modals .swiper-button-prev:after,
.legacy-modals .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.legacy-modals .swiper-button-prev,
.legacy-modals .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.legacy-modals .swiper-button-prev:after,
.legacy-modals .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.legacy-modals .swiper-button-next,
.legacy-modals .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.legacy-modals .swiper-button-next:after,
.legacy-modals .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.legacy-modals .swiper-button-prev.swiper-button-white,
.legacy-modals .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.legacy-modals .swiper-button-prev.swiper-button-black,
.legacy-modals .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.legacy-modals .swiper-button-lock {
  display: none;
}
.legacy-modals :root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.legacy-modals .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.legacy-modals .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.legacy-modals .swiper-pagination-fraction,
.legacy-modals .swiper-pagination-custom,
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.legacy-modals .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.legacy-modals .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.legacy-modals button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.legacy-modals .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.legacy-modals .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.legacy-modals .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.legacy-modals .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.legacy-modals .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.legacy-modals .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-progressbar,
.legacy-modals .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-progressbar,
.legacy-modals .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.legacy-modals .swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.legacy-modals .swiper-pagination-lock {
  display: none;
}
.legacy-modals .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.legacy-modals .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.legacy-modals .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.legacy-modals .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.legacy-modals .swiper-scrollbar-lock {
  display: none;
}
.legacy-modals .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.legacy-modals .swiper-zoom-container > img,
.legacy-modals .swiper-zoom-container > svg,
.legacy-modals .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.legacy-modals .swiper-slide-zoomed {
  cursor: move;
}
.legacy-modals :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.legacy-modals .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.legacy-modals .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.legacy-modals .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.legacy-modals .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.legacy-modals .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.legacy-modals .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.legacy-modals .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-fade .swiper-slide-active,
.legacy-modals .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-cube {
  overflow: visible;
}
.legacy-modals .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.legacy-modals .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.legacy-modals .swiper-container-cube .swiper-slide-active,
.legacy-modals .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-cube .swiper-slide-active,
.legacy-modals .swiper-container-cube .swiper-slide-next,
.legacy-modals .swiper-container-cube .swiper-slide-prev,
.legacy-modals .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.legacy-modals .swiper-container-cube .swiper-slide-shadow-top,
.legacy-modals .swiper-container-cube .swiper-slide-shadow-bottom,
.legacy-modals .swiper-container-cube .swiper-slide-shadow-left,
.legacy-modals .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.legacy-modals .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.legacy-modals .swiper-container-flip {
  overflow: visible;
}
.legacy-modals .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.legacy-modals .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-flip .swiper-slide-active,
.legacy-modals .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-flip .swiper-slide-shadow-top,
.legacy-modals .swiper-container-flip .swiper-slide-shadow-bottom,
.legacy-modals .swiper-container-flip .swiper-slide-shadow-left,
.legacy-modals .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.legacy-modals :root {
  --swiper-theme-color:#007aff;
}
.legacy-modals .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.legacy-modals .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.legacy-modals .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.legacy-modals .swiper-container-android .swiper-slide, .legacy-modals .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.legacy-modals .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.legacy-modals .swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.legacy-modals .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.legacy-modals .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.legacy-modals .swiper-slide-invisible-blank {
  visibility: hidden;
}
.legacy-modals .swiper-container-autoheight, .legacy-modals .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.legacy-modals .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.legacy-modals .swiper-container-3d {
  perspective: 1200px;
}
.legacy-modals .swiper-container-3d .swiper-cube-shadow, .legacy-modals .swiper-container-3d .swiper-slide, .legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom, .legacy-modals .swiper-container-3d .swiper-slide-shadow-left, .legacy-modals .swiper-container-3d .swiper-slide-shadow-right, .legacy-modals .swiper-container-3d .swiper-slide-shadow-top, .legacy-modals .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom, .legacy-modals .swiper-container-3d .swiper-slide-shadow-left, .legacy-modals .swiper-container-3d .swiper-slide-shadow-right, .legacy-modals .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.legacy-modals .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.legacy-modals .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.legacy-modals .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.legacy-modals :root {
  --swiper-navigation-size:44px;
}
.legacy-modals .swiper-button-next, .legacy-modals .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.legacy-modals .swiper-button-next.swiper-button-disabled, .legacy-modals .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.legacy-modals .swiper-button-next:after, .legacy-modals .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.legacy-modals .swiper-button-prev, .legacy-modals .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.legacy-modals .swiper-button-prev:after, .legacy-modals .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.legacy-modals .swiper-button-next, .legacy-modals .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.legacy-modals .swiper-button-next:after, .legacy-modals .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.legacy-modals .swiper-button-next.swiper-button-white, .legacy-modals .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}
.legacy-modals .swiper-button-next.swiper-button-black, .legacy-modals .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}
.legacy-modals .swiper-button-lock {
  display: none;
}
.legacy-modals .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.legacy-modals .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets, .legacy-modals .swiper-pagination-custom, .legacy-modals .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.legacy-modals .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.legacy-modals .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.legacy-modals .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.legacy-modals button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.legacy-modals .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.legacy-modals .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.legacy-modals .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.legacy-modals .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.legacy-modals .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.legacy-modals .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.legacy-modals .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-progressbar, .legacy-modals .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .legacy-modals .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}
.legacy-modals .swiper-pagination-black {
  --swiper-pagination-color:#000000;
}
.legacy-modals .swiper-pagination-lock {
  display: none;
}
.legacy-modals .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.legacy-modals .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.legacy-modals .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.legacy-modals .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.legacy-modals .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.legacy-modals .swiper-scrollbar-lock {
  display: none;
}
.legacy-modals .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.legacy-modals .swiper-zoom-container > canvas, .legacy-modals .swiper-zoom-container > img, .legacy-modals .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.legacy-modals .swiper-slide-zoomed {
  cursor: move;
}
.legacy-modals .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.legacy-modals .swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.legacy-modals .swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.legacy-modals .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.legacy-modals .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.legacy-modals .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.legacy-modals .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-fade .swiper-slide-active, .legacy-modals .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-cube {
  overflow: visible;
}
.legacy-modals .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.legacy-modals .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.legacy-modals .swiper-container-cube .swiper-slide-active, .legacy-modals .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-cube .swiper-slide-active, .legacy-modals .swiper-container-cube .swiper-slide-next, .legacy-modals .swiper-container-cube .swiper-slide-next + .swiper-slide, .legacy-modals .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.legacy-modals .swiper-container-cube .swiper-slide-shadow-bottom, .legacy-modals .swiper-container-cube .swiper-slide-shadow-left, .legacy-modals .swiper-container-cube .swiper-slide-shadow-right, .legacy-modals .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.legacy-modals .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.legacy-modals .swiper-container-flip {
  overflow: visible;
}
.legacy-modals .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.legacy-modals .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.legacy-modals .swiper-container-flip .swiper-slide-active, .legacy-modals .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.legacy-modals .swiper-container-flip .swiper-slide-shadow-bottom, .legacy-modals .swiper-container-flip .swiper-slide-shadow-left, .legacy-modals .swiper-container-flip .swiper-slide-shadow-right, .legacy-modals .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.legacy-modals table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
.legacy-modals table.dataTable td, .legacy-modals table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.legacy-modals table.dataTable td.dataTables_empty, .legacy-modals table.dataTable th.dataTables_empty {
  text-align: center;
}
.legacy-modals table.dataTable.nowrap th, .legacy-modals table.dataTable.nowrap td {
  white-space: nowrap;
}
.legacy-modals div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.legacy-modals div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
.legacy-modals div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
.legacy-modals div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.legacy-modals div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.legacy-modals div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
.legacy-modals div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  margin-top: 10px;
  white-space: nowrap;
  text-align: right;
}
.legacy-modals div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
.legacy-modals div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
.legacy-modals table.dataTable thead > tr > th.sorting_asc, .legacy-modals table.dataTable thead > tr > th.sorting_desc, .legacy-modals table.dataTable thead > tr > th.sorting, .legacy-modals table.dataTable thead > tr > td.sorting_asc, .legacy-modals table.dataTable thead > tr > td.sorting_desc, .legacy-modals table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
.legacy-modals table.dataTable thead > tr > th:active, .legacy-modals table.dataTable thead > tr > td:active {
  outline: none;
}
.legacy-modals table.dataTable thead .sorting, .legacy-modals table.dataTable thead .sorting_asc, .legacy-modals table.dataTable thead .sorting_desc, .legacy-modals table.dataTable thead .sorting_asc_disabled, .legacy-modals table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.legacy-modals table.dataTable thead .sorting:after, .legacy-modals table.dataTable thead .sorting_asc:after, .legacy-modals table.dataTable thead .sorting_desc:after, .legacy-modals table.dataTable thead .sorting_asc_disabled:after, .legacy-modals table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 0.5;
}
.legacy-modals table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
}
.legacy-modals table.dataTable thead .sorting_asc:after {
  content: "\e155";
}
.legacy-modals table.dataTable thead .sorting_desc:after {
  content: "\e156";
}
.legacy-modals table.dataTable thead .sorting_asc_disabled:after, .legacy-modals table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
.legacy-modals div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
.legacy-modals div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.legacy-modals div.dataTables_scrollBody > table > thead .sorting:after, .legacy-modals div.dataTables_scrollBody > table > thead .sorting_asc:after, .legacy-modals div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
.legacy-modals div.dataTables_scrollBody > table > tbody > tr:first-child > th, .legacy-modals div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}
.legacy-modals div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
.legacy-modals div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .legacy-modals div.dataTables_wrapper div.dataTables_length, .legacy-modals div.dataTables_wrapper div.dataTables_filter, .legacy-modals div.dataTables_wrapper div.dataTables_info, .legacy-modals div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
.legacy-modals table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
.legacy-modals table.dataTable.table-condensed .sorting:after, .legacy-modals table.dataTable.table-condensed .sorting_asc:after, .legacy-modals table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}
.legacy-modals table.table-bordered.dataTable {
  border-right-width: 0;
}
.legacy-modals table.table-bordered.dataTable th, .legacy-modals table.table-bordered.dataTable td {
  border-left-width: 0;
}
.legacy-modals table.table-bordered.dataTable th:last-child, .legacy-modals table.table-bordered.dataTable th:last-child, .legacy-modals table.table-bordered.dataTable td:last-child, .legacy-modals table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
.legacy-modals table.table-bordered.dataTable tbody th, .legacy-modals table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
.legacy-modals div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
.legacy-modals div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
.legacy-modals div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
.legacy-modals div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
.legacy-modals table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.legacy-modals table.dataTable thead th, .legacy-modals table.dataTable tfoot th {
  font-weight: bold;
}
.legacy-modals table.dataTable thead th, .legacy-modals table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #DDD;
}
.legacy-modals table.dataTable thead th:active, .legacy-modals table.dataTable thead td:active {
  outline: none;
}
.legacy-modals table.dataTable tfoot th, .legacy-modals table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
.legacy-modals table.dataTable thead .sorting, .legacy-modals table.dataTable thead .sorting_asc, .legacy-modals table.dataTable thead .sorting_desc, .legacy-modals table.dataTable thead .sorting_asc_disabled, .legacy-modals table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
.legacy-modals table.dataTable tbody tr {
  background-color: #fff;
}
.legacy-modals table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
.legacy-modals table.dataTable tbody th, .legacy-modals table.dataTable tbody td {
  padding: 8px 10px;
}
.legacy-modals table.dataTable.row-border tbody th, .legacy-modals table.dataTable.row-border tbody td, .legacy-modals table.dataTable.display tbody th, .legacy-modals table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
.legacy-modals table.dataTable.row-border tbody tr:first-child th, .legacy-modals table.dataTable.row-border tbody tr:first-child td, .legacy-modals table.dataTable.display tbody tr:first-child th, .legacy-modals table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
.legacy-modals table.dataTable.cell-border tbody th, .legacy-modals table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.legacy-modals table.dataTable.cell-border tbody tr th:first-child, .legacy-modals table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
.legacy-modals table.dataTable.cell-border tbody tr:first-child th, .legacy-modals table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
.legacy-modals table.dataTable.stripe tbody tr.odd, .legacy-modals table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
.legacy-modals table.dataTable.stripe tbody tr.odd.selected, .legacy-modals table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
.legacy-modals table.dataTable.hover tbody tr:hover, .legacy-modals table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
.legacy-modals table.dataTable.hover tbody tr:hover.selected, .legacy-modals table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
.legacy-modals table.dataTable.order-column tbody tr > .sorting_1, .legacy-modals table.dataTable.order-column tbody tr > .sorting_2, .legacy-modals table.dataTable.order-column tbody tr > .sorting_3, .legacy-modals table.dataTable.display tbody tr > .sorting_1, .legacy-modals table.dataTable.display tbody tr > .sorting_2, .legacy-modals table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
.legacy-modals table.dataTable.order-column tbody tr.selected > .sorting_1, .legacy-modals table.dataTable.order-column tbody tr.selected > .sorting_2, .legacy-modals table.dataTable.order-column tbody tr.selected > .sorting_3, .legacy-modals table.dataTable.display tbody tr.selected > .sorting_1, .legacy-modals table.dataTable.display tbody tr.selected > .sorting_2, .legacy-modals table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
.legacy-modals table.dataTable.display tbody tr.odd > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
.legacy-modals table.dataTable.display tbody tr.odd > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
.legacy-modals table.dataTable.display tbody tr.odd > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
.legacy-modals table.dataTable.display tbody tr.odd.selected > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
.legacy-modals table.dataTable.display tbody tr.odd.selected > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
.legacy-modals table.dataTable.display tbody tr.odd.selected > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
.legacy-modals table.dataTable.display tbody tr.even > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
.legacy-modals table.dataTable.display tbody tr.even > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
.legacy-modals table.dataTable.display tbody tr.even > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
.legacy-modals table.dataTable.display tbody tr.even.selected > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
.legacy-modals table.dataTable.display tbody tr.even.selected > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
.legacy-modals table.dataTable.display tbody tr.even.selected > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
.legacy-modals table.dataTable.display tbody tr:hover > .sorting_1, .legacy-modals table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
.legacy-modals table.dataTable.display tbody tr:hover > .sorting_2, .legacy-modals table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
.legacy-modals table.dataTable.display tbody tr:hover > .sorting_3, .legacy-modals table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
.legacy-modals table.dataTable.display tbody tr:hover.selected > .sorting_1, .legacy-modals table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
.legacy-modals table.dataTable.display tbody tr:hover.selected > .sorting_2, .legacy-modals table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
.legacy-modals table.dataTable.display tbody tr:hover.selected > .sorting_3, .legacy-modals table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
.legacy-modals table.dataTable.no-footer {
  border-bottom: 1px solid #DDD;
}
.legacy-modals table.dataTable.nowrap th, .legacy-modals table.dataTable.nowrap td {
  white-space: nowrap;
}
.legacy-modals table.dataTable.compact thead th, .legacy-modals table.dataTable.compact thead td {
  padding: 4px 17px;
}
.legacy-modals table.dataTable.compact tfoot th, .legacy-modals table.dataTable.compact tfoot td {
  padding: 4px;
}
.legacy-modals table.dataTable.compact tbody th, .legacy-modals table.dataTable.compact tbody td {
  padding: 4px;
}
.legacy-modals table.dataTable th.dt-left, .legacy-modals table.dataTable td.dt-left {
  text-align: left;
}
.legacy-modals table.dataTable th.dt-center, .legacy-modals table.dataTable td.dt-center, .legacy-modals table.dataTable td.dataTables_empty {
  text-align: center;
}
.legacy-modals table.dataTable th.dt-right, .legacy-modals table.dataTable td.dt-right {
  text-align: right;
}
.legacy-modals table.dataTable th.dt-justify, .legacy-modals table.dataTable td.dt-justify {
  text-align: justify;
}
.legacy-modals table.dataTable th.dt-nowrap, .legacy-modals table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
.legacy-modals table.dataTable thead th.dt-head-left, .legacy-modals table.dataTable thead td.dt-head-left, .legacy-modals table.dataTable tfoot th.dt-head-left, .legacy-modals table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
.legacy-modals table.dataTable thead th.dt-head-center, .legacy-modals table.dataTable thead td.dt-head-center, .legacy-modals table.dataTable tfoot th.dt-head-center, .legacy-modals table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
.legacy-modals table.dataTable thead th.dt-head-right, .legacy-modals table.dataTable thead td.dt-head-right, .legacy-modals table.dataTable tfoot th.dt-head-right, .legacy-modals table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
.legacy-modals table.dataTable thead th.dt-head-justify, .legacy-modals table.dataTable thead td.dt-head-justify, .legacy-modals table.dataTable tfoot th.dt-head-justify, .legacy-modals table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
.legacy-modals table.dataTable thead th.dt-head-nowrap, .legacy-modals table.dataTable thead td.dt-head-nowrap, .legacy-modals table.dataTable tfoot th.dt-head-nowrap, .legacy-modals table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
.legacy-modals table.dataTable tbody th.dt-body-left, .legacy-modals table.dataTable tbody td.dt-body-left {
  text-align: left;
}
.legacy-modals table.dataTable tbody th.dt-body-center, .legacy-modals table.dataTable tbody td.dt-body-center {
  text-align: center;
}
.legacy-modals table.dataTable tbody th.dt-body-right, .legacy-modals table.dataTable tbody td.dt-body-right {
  text-align: right;
}
.legacy-modals table.dataTable tbody th.dt-body-justify, .legacy-modals table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
.legacy-modals table.dataTable tbody th.dt-body-nowrap, .legacy-modals table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
.legacy-modals table.dataTable, .legacy-modals table.dataTable th, .legacy-modals table.dataTable td {
  box-sizing: content-box;
}
.legacy-modals .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.legacy-modals .dataTables_wrapper .dataTables_length {
  float: left;
}
.legacy-modals .dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.legacy-modals .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.legacy-modals .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.legacy-modals .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.legacy-modals .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.legacy-modals .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;
  color: #428bca !important;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button.current, .legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFF !important;
  border: 1px solid #037faa;
  background-color: #037faa;
}
.legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.legacy-modals .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #111;
  color: #2a6496 !important;
  background-color: #eee;
  border-color: #ddd;
}
.legacy-modals .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));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.legacy-modals .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.legacy-modals .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: -moz-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: -ms-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: -o-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%);
}
.legacy-modals .dataTables_wrapper .dataTables_length, .legacy-modals .dataTables_wrapper .dataTables_filter, .legacy-modals .dataTables_wrapper .dataTables_info, .legacy-modals .dataTables_wrapper .dataTables_processing, .legacy-modals .dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.legacy-modals .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .legacy-modals .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.legacy-modals .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #DDD;
}
.legacy-modals .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .legacy-modals .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.legacy-modals .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .legacy-modals .dataTables_wrapper .dataTables_info, .legacy-modals .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .legacy-modals .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .legacy-modals .dataTables_wrapper .dataTables_length, .legacy-modals .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .legacy-modals .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.legacy-modals table.dataTable tbody > tr.selected, .legacy-modals table.dataTable tbody > tr > .selected {
  background-color: #b0bed9;
}
.legacy-modals table.dataTable.stripe tbody > tr.odd.selected, .legacy-modals table.dataTable.stripe tbody > tr.odd > .selected, .legacy-modals table.dataTable.display tbody > tr.odd.selected, .legacy-modals table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
.legacy-modals table.dataTable.hover tbody > tr.selected:hover, .legacy-modals table.dataTable.hover tbody > tr > .selected:hover, .legacy-modals table.dataTable.display tbody > tr.selected:hover, .legacy-modals table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
.legacy-modals table.dataTable.order-column tbody > tr.selected > .sorting_1, .legacy-modals table.dataTable.order-column tbody > tr.selected > .sorting_2, .legacy-modals table.dataTable.order-column tbody > tr.selected > .sorting_3, .legacy-modals table.dataTable.order-column tbody > tr > .selected, .legacy-modals table.dataTable.display tbody > tr.selected > .sorting_1, .legacy-modals table.dataTable.display tbody > tr.selected > .sorting_2, .legacy-modals table.dataTable.display tbody > tr.selected > .sorting_3, .legacy-modals table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
.legacy-modals table.dataTable.display tbody > tr.odd.selected > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
.legacy-modals table.dataTable.display tbody > tr.odd.selected > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
.legacy-modals table.dataTable.display tbody > tr.odd.selected > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
.legacy-modals table.dataTable.display tbody > tr.even.selected > .sorting_1, .legacy-modals table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
.legacy-modals table.dataTable.display tbody > tr.even.selected > .sorting_2, .legacy-modals table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
.legacy-modals table.dataTable.display tbody > tr.even.selected > .sorting_3, .legacy-modals table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
.legacy-modals table.dataTable.display tbody > tr.odd > .selected, .legacy-modals table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
.legacy-modals table.dataTable.display tbody > tr.even > .selected, .legacy-modals table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
.legacy-modals table.dataTable.display tbody > tr.selected:hover > .sorting_1, .legacy-modals table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
.legacy-modals table.dataTable.display tbody > tr.selected:hover > .sorting_2, .legacy-modals table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
.legacy-modals table.dataTable.display tbody > tr.selected:hover > .sorting_3, .legacy-modals table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
.legacy-modals table.dataTable.display tbody > tr:hover > .selected, .legacy-modals table.dataTable.display tbody > tr > .selected:hover, .legacy-modals table.dataTable.order-column.hover tbody > tr:hover > .selected, .legacy-modals table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
.legacy-modals table.dataTable tbody td.select-checkbox, .legacy-modals table.dataTable tbody th.select-checkbox {
  position: relative;
}
.legacy-modals table.dataTable tbody td.select-checkbox:before, .legacy-modals table.dataTable tbody td.select-checkbox:after, .legacy-modals table.dataTable tbody th.select-checkbox:before, .legacy-modals table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
.legacy-modals table.dataTable tbody td.select-checkbox:before, .legacy-modals table.dataTable tbody th.select-checkbox:before {
  content: " ";
  margin-top: 0px;
  margin-left: -6px;
  border: 1px solid #ababab;
  border-radius: 3px;
}
.legacy-modals table.dataTable tr.selected td.select-checkbox:after, .legacy-modals table.dataTable tr.selected th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
.legacy-modals table.dataTable.compact tbody td.select-checkbox:before, .legacy-modals table.dataTable.compact tbody th.select-checkbox:before {
  margin-top: -12px;
}
.legacy-modals table.dataTable.compact tr.selected td.select-checkbox:after, .legacy-modals table.dataTable.compact tr.selected th.select-checkbox:after {
  margin-top: -16px;
}
.legacy-modals div.dataTables_wrapper span.select-info, .legacy-modals div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .legacy-modals div.dataTables_wrapper span.select-info, .legacy-modals div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/*# sourceMappingURL=lib-threat-canvas.css.map */
