@import url(https://fonts.googleapis.com/css?family=Fira+Mono);/* ==========================================================================
   Back To Flash Panel Modal
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
.back-to-flash-panel-body {
  background-color: #fafafb;
  padding: 1em 1em;
  color: #11232e;
}
.back-to-flash-panel-body p {
  font-weight: 600;
}
.back-to-flash-panel-body .md-button {
  min-width: 51%;
  text-transform: none;
}
.back-to-flash-panel-body .back-to-flash-panel-button {
  color: white;
  background-color: #003FC1;
  border: 2px solid rgba(77, 175, 255, 0.5);
}
.back-to-flash-panel-body .back-to-flash-panel-button:hover {
  border: 2px solid rgba(241, 243, 245, 0.5);
}
.back-to-flash-panel-body .cancel-button {
  color: #b9b8bc background-color #f1f3f5;
  border: 2px solid rgba(241, 243, 245, 0.5);
}
.back-to-flash-panel-card {
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: #b9b8bc;
}
.back-to-flash-panel-container {
  width: 500px;
}
.back-to-flash-panel-content {
  padding: 35px 0 5px 0;
  background-color: #ffffff;
  color: #003FC1;
  width: 100%;
  text-align: center;
}
.back-to-flash-panel-content .error {
  color: #003FC1;
  font-size: 64px;
}
.back-to-flash-panel-title-container {
  background-color: #ffffff;
  color: #88a3b6;
  height: 25px;
  padding: 20px 0;
  border-bottom: 2px solid #fafafb;
}
.back-to-flash-panel-title-container .md-button {
  padding-right: 10px;
}
.back-to-flash-panel-title-container .bc-text-contrast {
  color: #b9b8bc;
}
.TableBody__preloaderContainer___pIJAl,
.TableBody__preloaderContainer___pIJAl > div,
.TableBody__preloaderContainer___pIJAl > div > div {
  height: 50%;
  width: 100%;
}
.TableBody__preloaderContainerFull___1WHmt,
.TableBody__preloaderContainerFull___1WHmt > div,
.TableBody__preloaderContainerFull___1WHmt > div > div {
  height: 100%;
  width: 100%;
}
.DataTable__stickyColumn___1KEGI > div::-webkit-scrollbar {
  width: 0 !important;
}
.DataTable__stickyColumn___1KEGI::-webkit-scrollbar {
  width: 0 !important;
}
/* ==========================================================================
   Bc-banner
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
.bc-banner {
  border: 1px solid #e5ebf0;
}
.bc-banner .action-bar {
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0s 0s;
}
.bc-banner .action-bar.is-off {
  opacity: 0;
  transform: translate3d(0, -80px, 0);
}
.bc-banner .action-bar.is-enable-create {
  background-color: #007da7;
}
.action-bar-button {
  border-radius: 4px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.action-bar-button.is-hover:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.action-bar-button.is-selected,
.action-bar-button.is-selected:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* ==========================================================================
   BC Data Table
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Icon Size
   ========================================================================== */
/* ==========================================================================
   Text overflow
   ========================================================================== */
/* ==========================================================================
   Toast
   ========================================================================== */
/* ==========================================================================
   BC Table Toolbar
   ========================================================================== */
md-toolbar.bc-table-toolbar {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.bc-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
  height: initial;
  max-height: none;
  min-height: 64px;
}
.bc-table-toolbar .md-toolbar-tools .md-button.md-icon-button,
.bc-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.87);
}
.bc-table-toolbar md-chips .md-chips {
  box-shadow: none;
}
.bc-table-toolbar md-chip .md-chip-content {
  max-width: 23ch;
  padding-right: 20px;
  position: relative;
}
.bc-table-toolbar md-chip .md-chip-content md-icon {
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 18px;
}
.bc-table-toolbar md-chip .md-chip-content md-icon:focus {
  outline: none;
}
/* ==========================================================================
   BC Table Head
   ========================================================================== */
thead[bc-table-head] > tr > th {
  padding: 0 20px;
}
thead[bc-table-head] > tr > th[bc-select-all] {
  position: relative;
  right: -8px;
}
thead[bc-table-head] > tr > th.select-all-row-cell {
  background: #ffc948;
  text-align: center;
  font-weight: normal;
}
thead[bc-table-head] > tr > th .select-grid-class {
  color: #003FC1;
}
thead[bc-table-head] > tr > th .select-page-button-class {
  background-color: transparent;
  border: none;
}
thead[bc-table-head] > tr > th .selected-count {
  font-weight: bold;
}
thead[bc-table-head] > tr > th .clear-grid-class {
  color: #003FC1;
}
thead[bc-table-head] > tr > th button:focus {
  outline: none;
}
thead[bc-table-head] md-menu-bar {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0;
  white-space: nowrap;
}
thead[bc-table-head] md-menu-bar button {
  padding: 0 26px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
}
thead[bc-table-head] md-menu-bar button > md-icon {
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
  font-size: 16px;
  margin: 0 4px;
  transition: transform 0.25s;
}
thead[bc-table-head] md-menu-bar button > md-icon.down {
  transform: rotate(180deg);
}
thead[bc-table-head] md-menu-bar button > md-icon.up {
  transform: rotate(0);
}
thead[bc-table-head] md-menu-bar button > md-icon.none {
  display: none;
}
thead[bc-table-head] md-menu-bar button > md-icon.bc-table-header-icon-left,
thead[bc-table-head] md-menu-bar button > md-icon.bc-table-header-icon-right {
  position: absolute;
  top: 12px;
}
thead[bc-table-head] md-menu-bar button > md-icon.bc-table-header-icon-left {
  left: 0;
}
thead[bc-table-head] md-menu-bar button > md-icon.bc-table-header-icon-right {
  right: 0;
}
thead[bc-table-head] .bc-table-head-noMenu {
  margin-left: 16px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  line-height: 40px;
  height: 40px;
}
thead[bc-table-head] [numeric] > .bc-table-head-noMenu {
  text-align: right;
  margin-right: 16px;
}
thead[bc-table-head] [numeric] > md-menu-bar {
  justify-content: flex-end;
  right: -10px;
}
thead[bc-table-head] :not([numeric]) > md-menu-bar {
  left: -10px;
}
thead[bc-table-head] md-checkbox[aria-label='Select All'] {
  display: none;
}
/* ==========================================================================
   BC Data Table Body
   ========================================================================== */
table[bc-data-table] > tbody > tr {
  height: 40px;
  transition: background-color 0.3s;
}
table[bc-data-table] > tbody > tr:hover {
  background-color: #f8fafd;
}
table[bc-data-table] > tbody > tr.md-selected {
  background-color: #f8fafd;
}
table[bc-data-table] > tbody > tr > td {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
table[bc-data-table] > tbody > tr > td[md-auto-select]:focus {
  outline: none;
}
table[bc-data-table] > tbody > tr > td[ng-repeat].ng-leave {
  display: none;
}
table[bc-data-table] > tbody > tr > td:empty::after {
  content: '\2014';
}
table[bc-data-table] > tbody > tr > td.clickable {
  cursor: pointer;
}
table[bc-data-table] > tbody > tr > td.numeric {
  text-align: right;
}
table[bc-data-table] > tbody > tr > td.text {
  text-align: left;
}
table[bc-data-table] > tbody > tr[no-top-border] > td {
  border-top: none;
}
table[bc-data-table] > tbody[empty] > tr[placeholder]:hover {
  background-color: transparent !important;
}
table[bc-data-table] > tbody[empty] > tr[placeholder] td {
  height: 150px;
  text-align: center;
  font-size: 14px;
}
table[bc-data-table] > tbody > tr > td > md-select {
  margin: 0;
}
table[bc-data-table] > tbody > tr > td > md-select > md-select-value {
  border-bottom: 0 !important;
}
table[bc-data-table] > tbody > tr > td > md-select > md-select-value > span:first-child {
  transform: none;
}
table[bc-data-table] > tbody > tr > td > md-select > md-select-value > .md-select-icon {
  transform: none;
  color: rgba(0, 0, 0, 0.54) !important;
}
table[bc-data-table] > tbody > tr > td > md-select > md-select-value > .md-select-icon:after {
  transform: scaleY(0.4) scaleX(0.8);
}
[bc-table-cell] .md-menu {
  padding: 0;
}
md-checkbox .md-icon,
md-checkbox.md-checked .md-icon {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 0;
}
md-checkbox .md-icon::after,
md-checkbox.md-checked .md-icon::after {
  border-color: rgba(0, 0, 0, 0.54);
  left: 6.22222px;
  top: 0.66667px;
}
/* ==========================================================================
   BC Table Foot
   ========================================================================== */
table[bc-data-table] > tfoot > tr {
  height: 48px;
}
table[bc-data-table] > tfoot > tr > td {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
  white-space: nowrap;
}
table[bc-data-table] > tfoot > tr > td.numeric {
  text-align: right;
}
/* ==========================================================================
   BC Table Pagination
   ========================================================================== */
.bc-table-pagination-container {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 56px;
  padding: 0 24px 0 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.bc-table-pagination-container md-select {
  display: inline-block;
  margin: 0;
}
.bc-table-pagination-container md-select > .md-select-value {
  padding: 0;
  min-width: 0;
  min-height: 0;
  border-bottom: 0 !important;
}
.bc-table-pagination-container md-select > .md-select-value > span:first-child {
  flex: 1 0 auto;
  max-width: none;
  color: rgba(0, 0, 0, 0.54) !important;
  transform: none;
}
.bc-table-pagination-container md-select > .md-select-value > .md-select-icon {
  align-items: center;
  margin: 0;
  color: rgba(0, 0, 0, 0.54) !important;
  text-align: center;
  transform: none;
}
.bc-table-pagination-container md-select > .md-select-value > .md-select-icon:after {
  top: 1px;
  transform: scaleY(0.5) scaleX(1);
}
.bc-table-pagination-container .md-button.md-icon-button {
  margin: 0;
}
.bc-table-pagination-container md-input-container {
  margin: 0;
  width: 45px;
}
.bc-table-pagination-container md-input-container input {
  max-width: 48px;
}
.bc-table-pagination-container md-input-container .md-errors-spacer {
  display: none;
}
@media screen and (max-width: 599px) {
  .bc-table-pagination-container {
    padding: 0;
  }
}
/* ==========================================================================
   BC Data Table Progress Bar
   ========================================================================== */
@keyframes bc-table-progress-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bc-table-progress-leave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
table[bc-data-table] > thead[bc-table-progress].ng-enter {
  animation: bc-table-progress-enter 1s;
}
table[bc-data-table] > thead[bc-table-progress].ng-leave {
  animation: bc-table-progress-leave 1s 0.5s;
}
table[bc-data-table] > thead[bc-table-progress] tr > th {
  padding: 0;
}
table[bc-data-table] > thead[bc-table-progress] tr > th > md-progress-linear {
  height: 0;
  top: -3px;
}
table[bc-data-table] > thead[bc-table-progress] tr > th > md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table[bc-data-table] > thead[bc-table-progress] tr > th > md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
/* ==========================================================================
   BC Data Table Filter
   ========================================================================== */
.md-select-menu-container.bc-filter-select {
  z-index: 1300;
}
.md-select-backdrop.bc-filter-select-backdrop {
  z-index: 1299;
}
md-menu-content.bc-table-head-menu-content > md-menu-item {
  position: relative;
}
md-menu-content.bc-table-head-menu-content > md-menu-item .md-button:not([disabled]).md-focused {
  background-color: transparent;
}
md-menu-content.bc-table-head-menu-content > md-menu-item .md-button:not([disabled]).md-focused:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
md-menu-content.bc-table-head-menu-content .md-nested-menu.md-menu .md-button {
  font-weight: 600;
}
md-menu-content.bc-table-head-menu-content .bc-filter-sorting-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 18px;
  font-size: 18px;
  pointer-events: none;
}
md-menu-content.bc-table-head-menu-content md-input-container {
  display: block;
  margin: 16px 16px 16px 8px;
}
md-menu-content.bc-table-head-menu-content md-input-container .md-errors-spacer {
  display: none;
}
md-menu-content.bc-table-head-menu-content md-input-container input[type='search'] {
  padding-right: 30px;
}
md-menu-content.bc-table-head-menu-content md-input-container .bc-clear-search {
  left: auto;
  right: 0;
  opacity: 0;
  transition: 0.25s;
  font-size: 18px;
}
md-menu-content.bc-table-head-menu-content md-input-container .bc-clear-search:focus {
  outline: none;
}
md-menu-content.bc-table-head-menu-content md-input-container.md-input-has-value .bc-clear-search {
  opacity: 0.54;
  cursor: pointer;
}
md-menu-content.bc-table-head-menu-content md-input-container.bc-number-filter-range {
  width: 120px;
}
md-menu-content.bc-table-head-menu-content md-input-container.bc-number-filter-range:first-child {
  margin-right: 8px;
}
md-menu-content.bc-table-head-menu-content .md-button.bc-filter-button {
  margin-bottom: 0;
  display: inline-block;
}
md-menu-content.bc-table-head-menu-content .md-button.bc-filter-button span {
  float: none;
}
md-menu-content.bc-table-head-menu-content .bc-table-head-filter-list {
  max-height: 200px;
}
md-menu-content.bc-table-head-menu-content .bc-table-head-filter-list md-list-item {
  min-height: 32px;
}
md-menu-content.bc-table-head-menu-content .bc-table-head-filter-list md-list-item .md-list-item-inner {
  min-height: 32px;
}
md-menu-content.bc-table-head-menu-content .bc-table-head-filter-list md-list-item .md-list-item-inner > md-checkbox {
  margin: 0 8px;
}
bc-table-container {
  max-width: 100%;
  min-height: 0;
}
table[bc-data-table] {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
table[bc-data-table] tbody > tr > td,
table[bc-data-table] tfoot > tr > td {
  padding: 0 36px;
  text-align: left;
}
table[bc-data-table] .no-animate-row.ng-move,
table[bc-data-table] .no-animate-row.ng-enter,
table[bc-data-table] .no-animate-row.ng-leave {
  transition: none;
}
table[bc-data-table] thead > tr > th:first-child,
table[bc-data-table] tr[bc-select-row] > td:first-child {
  padding-right: 0;
  width: 20px;
}
table[bc-data-table] thead > tr > th > md-checkbox,
table[bc-data-table] tr[bc-select-row] > td > md-checkbox {
  margin-bottom: 0;
  width: 20px;
}
/* ==========================================================================
   Multiflyout Panel
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
/* Base
   ========================================================================== */
/* Multiflyout Panel Banner */
panel-content {
  background-color: #fff;
}
/* Multiflyout Panel Container */
.bc-mf-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  z-index: 1200;
  /* Default Multiflyout Position(When leftnav is expanded) */
  /* Expanded MultiFlyout Position(When leftnav is pinned) */
}
.bc-mf-container.bc-mf-container-open {
  left: 340px;
  width: calc(100% - 340px);
}
.bc-mf-container.bc-mf-container-open.bc-mf-container-expanded {
  left: 144px;
  width: calc(100% - 144px);
}
/* Backdrop */
.bc-mf-backdrop {
  z-index: 1199;
}
/* Tab Menu
   ========================================================================== */
/* Tab Menu Container*/
.bc-mf-menu {
  position: absolute;
  top: 0px;
  left: -49px;
  width: 50px;
}
/* Tab */
.bc-mf-menu-tab {
  height: 80px;
  background: no-repeat 0 0;
  /* Close Icon */
  /* Spacing Between Each Menu Tab*/
  /* Inactive Tab Styles */
  /* Active Tab Styles */
}
.bc-mf-menu-tab:focus {
  outline: none;
}
.bc-mf-menu-tab .md-icon-button {
  margin: 0;
  padding: 0;
  min-height: 42px;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.bc-mf-menu-tab .md-icon-button:hover {
  background-color: #E5EBF0 !important;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.bc-mf-menu-tab .material-icons {
  min-height: 22px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  color: #3F4C55;
  font-size: 22px;
}
.bc-mf-menu-tab:not(:first-child) {
  margin-top: 1px;
}
.bc-mf-menu-tab.inactive {
  cursor: pointer;
  background-color: #e5ebf0;
  border-radius: 4px 0 0 4px;
}
.bc-mf-menu-tab.active {
  background-color: white;
  border-radius: 4px 0 0 4px;
  position: relative;
}
/* Mixin For Generating Menu Tabs */
/* Generate MenuTabs */
.bc-mf-menu-tab:nth-child(6) {
  z-index: 1;
}
.bc-mf-menu-tab:nth-child(5) {
  z-index: 2;
}
.bc-mf-menu-tab:nth-child(4) {
  z-index: 3;
}
.bc-mf-menu-tab:nth-child(3) {
  z-index: 4;
}
.bc-mf-menu-tab:nth-child(2) {
  z-index: 5;
}
.bc-mf-menu-tab:nth-child(1) {
  z-index: 6;
}
/* ==========================================================================
   User 360 Provider Card Menu
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
.bc-u360-user-avatar {
  margin: 24px auto 8px auto;
  width: 214px;
}
.bc-u360-user-avatar:before {
  border: 4px solid #2768F5;
  border-radius: 50%;
  content: '';
  height: 88px;
  position: absolute;
  width: 88px;
}
.bc-u360-user-avatar img {
  border-radius: 50%;
  height: 92px;
  width: 92px;
}
.bc-u360-user-avatar-img {
  padding: 2px 2px;
}
.bc-u360-user-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.bc-u360-user-title {
  color: rgba(0, 0, 0, 0.38);
  font-size: 13px;
}
.bc-u360-providers {
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 28px;
}
.bc-u360-providers md-list-item {
  border-top: 1px solid #ccc;
}
.bc-u360-providers md-list-item:last-child {
  border-bottom: 1px solid #ccc;
}
.bc-u360-providers md-list-item.is-active {
  background-color: #d2d6da;
}
.bc-u360-providers md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin: 8px 12px 8px 0;
}
.bc-u360-providers md-list-item .md-list-item-inner > p {
  font-weight: 600;
  font-size: 11px;
}
.bc-u360-providers .icon-bettercloud {
  background-image: url(/static/assets/images/bettercloud_icon.d55ad8c963cb9ac8dd6d79e72fbd0ffa.svg);
  background-size: cover;
  border-radius: 50%;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
/**
 * Created by deanna on 1/23/17.
 */
.bc-u360-metadata {
  margin: 20px 0 0 0;
}
.bc-u360-metadata .md-errors-spacer {
  display: none;
}
.bc-u360-metadata .bc-u360-metadata-label {
  font-weight: 300;
}
.bc-u360-metadata .md-input-focused .bc-u360-metadata-label:not(.md-no-float),
.bc-u360-metadata .md-input-has-value .bc-u360-metadata-label:not(.md-no-float) {
  transform: translate3d(0, 8px, 0) scale(0.85);
}
.bc-u360-metadata .bc-u360-metadata-details {
  border: none;
}
.bc-provider-card-panel-button.md-button.md-raised.md-primary {
  background-color: #f5f6f7;
  color: #000000;
  border: 1px solid #8f9aa2;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: initial;
}
.bc-provider-card-panel-button.md-button.md-raised.md-primary:hover {
  background-color: rgba(158, 158, 158, 0.2);
  border: 1px solid #535963;
}
.md-button.md-primary.md-raised:not([disabled]) md-icon {
  color: #000000;
}
.user-icon {
  font-size: 22px;
  margin-right: -11px;
}
.remove-icon {
  margin-top: inherit;
  font-weight: bolder;
  font-size: x-small;
}
p.ng-binding.ng-scope {
  height: 9px;
  display: contents;
}
/* ==========================================================================
   Abn Tree
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
.abn-tree {
  cursor: pointer;
  padding: 0;
  /* Generating branches */
}
.abn-tree .md-button {
  border-radius: initial;
  display: flex;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  min-height: 28px;
  text-align: left;
  text-transform: initial;
  padding: 0 8px;
  width: 100%;
}
.abn-tree .md-button .md-ripple-container {
  border-radius: initial;
}
.abn-tree .active .md-button {
  background: #d2d6da;
}
.abn-tree .child-active.level-1,
.abn-tree .child-active.level-2 {
  color: #003FC1;
}
.abn-tree .level-2 .md-button {
  padding-left: 10px;
}
.abn-tree .level-10 .md-button {
  padding-left: 140px;
}
.abn-tree .level-9 .md-button {
  padding-left: 125px;
}
.abn-tree .level-8 .md-button {
  padding-left: 110px;
}
.abn-tree .level-7 .md-button {
  padding-left: 95px;
}
.abn-tree .level-6 .md-button {
  padding-left: 80px;
}
.abn-tree .level-5 .md-button {
  padding-left: 65px;
}
.abn-tree .level-4 .md-button {
  padding-left: 50px;
}
.abn-tree .level-3 .md-button {
  padding-left: 35px;
}
.abn-tree .tree-icon {
  color: #535963;
  transform: rotate(90deg);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.abn-tree .tree-icon.rotate {
  transform: rotate(0deg);
}
.abn-tree .leaf .tree-icon {
  display: none;
}
.abn-tree .abn-tree-row {
  min-height: initial;
  padding: 0;
}
.abn-tree-provider-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.abn-tree-row.abn-tree-row-is-disabled {
  opacity: 0.54;
}
.abn-tree-row.abn-tree-row-is-disabled:hover {
  cursor: not-allowed;
}
.abn-tree-row.abn-tree-row-is-disabled .md-button {
  pointer-events: none;
}
.abn-tree-row.abn-tree-row-is-disabled .abn-tree-provider-icon {
  position: relative;
}
.abn-tree-row.abn-tree-row-is-disabled .abn-tree-provider-icon:after {
  background-image: url(/static/assets/images/warning.d3bf26081a26640ee409b7c2f5eeb9b8.svg);
  background-size: cover;
  content: '';
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 16px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.bounceIn {
  animation-duration: 0.7s;
}
.animated.bounceOut {
  animation-duration: 0.5s;
}
.animated.bounceIn {
  animation-name: bounceIn;
}
.animated.bounceOut {
  animation-name: bounceOut;
}
.animated.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.7s;
}
.animated.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.3s;
}
.animated.bounceInDown {
  animation-name: bounceInDown;
}
.animated.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: perspective(1px) scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: perspective(1px) scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: perspective(1px) scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: perspective(1px) scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: perspective(1px) scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: perspective(1px) scale3d(1, 1, 1);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.rrt-confirm-holder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16000003;
}
.rrt-confirm-holder .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(50, 58, 68, 0.8);
}
.rrt-confirm-holder .rrt-confirm {
  width: 320px;
  background-color: white;
  position: absolute;
  z-index: 9;
  top: 20%;
  left: 50%;
  margin-left: -160px;
  box-shadow: 3px 3px 20px #333;
  border-radius: 4px;
  overflow: hidden;
}
.rrt-confirm-holder .rrt-confirm .rrt-message {
  width: 100%;
  padding: 5%;
  min-height: 50px;
  font-size: 1em;
  background-color: white;
  text-align: center;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  clear: both;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
  display: flex;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
  flex-grow: 1;
  height: 50px;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  float: left;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
  background-color: #f5f5f5;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
  background-color: #2cb037;
  color: white;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
  background-color: #ff484e;
  color: white;
}
.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
  outline: none;
}
body.toastr-confirm-active {
  overflow: hidden;
}
@media print {
  .redux-toastr {
    display: none;
  }
}
.redux-toastr *,
.redux-toastr *:before,
.redux-toastr *:after {
  box-sizing: border-box;
}
.redux-toastr .top-left,
.redux-toastr .top-right,
.redux-toastr .top-center,
.redux-toastr .bottom-left,
.redux-toastr .bottom-right,
.redux-toastr .bottom-center {
  padding: 0 10px;
  position: fixed;
  width: 450px;
  z-index: 16000003;
}
.redux-toastr .top-left,
.redux-toastr .top-right,
.redux-toastr .top-center {
  top: 0;
}
.redux-toastr .top-right,
.redux-toastr .bottom-right {
  right: 0;
}
.redux-toastr .bottom-left,
.redux-toastr .bottom-right,
.redux-toastr .bottom-center {
  bottom: 0;
}
.redux-toastr .top-left,
.redux-toastr .bottom-left {
  left: 0;
}
.redux-toastr .top-center,
.redux-toastr .bottom-center {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 320px) {
  .redux-toastr .top-left,
  .redux-toastr .top-right,
  .redux-toastr .top-center,
  .redux-toastr .bottom-left,
  .redux-toastr .bottom-right,
  .redux-toastr .bottom-center {
    width: 320px;
  }
}
.redux-toastr .toastr {
  background-color: #fcfcfc;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  color: #333333;
  margin: 10px 0;
  min-height: 70px;
  opacity: 0.94;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.redux-toastr .toastr:hover:not(.rrt-message) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.redux-toastr .toastr .toastr-status {
  width: 100%;
  height: 5px;
}
.redux-toastr .toastr .toastr-status.success {
  background-color: #2cb037;
}
.redux-toastr .toastr .toastr-status.warning {
  background-color: #ffc948;
}
.redux-toastr .toastr .toastr-status.info {
  background-color: #88a3b6;
}
.redux-toastr .toastr .toastr-status.error {
  background-color: #ff484e;
}
.redux-toastr .toastr .rrt-left-container,
.redux-toastr .toastr .rrt-right-container {
  float: left;
  overflow: hidden;
  text-align: center;
}
.redux-toastr .toastr .rrt-left-container {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.redux-toastr .toastr .rrt-left-container .rrt-holder {
  height: 70px;
  left: 5px;
  line-height: 60px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.redux-toastr .toastr .rrt-left-container .toastr-icon {
  height: 26px !important;
  margin-top: 5px;
  vertical-align: middle;
  width: 26px !important;
}
.redux-toastr .toastr .rrt-middle-container {
  float: left;
  font-size: 14px;
  margin-left: 50px;
  position: relative;
  padding: 10px 5px;
  text-align: left;
  width: 77%;
}
.redux-toastr .toastr .rrt-middle-container .rrt-title {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.redux-toastr .toastr .rrt-right-container {
  width: 10%;
}
.redux-toastr .toastr .rrt-right-container:before {
  background-color: #bababa;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #b9b8bc 50%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  min-height: 90%;
  position: absolute;
  width: 1px;
}
.redux-toastr .toastr .close-toastr {
  background-color: transparent;
  border: none;
  color: #b9b8bc;
  cursor: pointer;
  font-size: 18px;
  height: 100%;
  opacity: 0.5;
  outline: none;
  padding-left: 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}
.redux-toastr .toastr .close-toastr:hover {
  opacity: 1;
}
.redux-toastr .toastr .close-toastr:focus {
  outline: none;
}
.redux-toastr .toastr.rrt-info,
.redux-toastr .toastr.rrt-success,
.redux-toastr .toastr.rrt-warning,
.redux-toastr .toastr.rrt-error {
  color: #5d6c75;
}
.redux-toastr .toastr.rrt-info {
  background-color: #fafafa;
}
.redux-toastr .toastr.rrt-info .toastr-icon {
  fill: #88a3b6;
}
.redux-toastr .toastr.rrt-info .rrt-title {
  color: #88a3b6;
}
.redux-toastr .toastr.rrt-success {
  background-color: #fafafa;
}
.redux-toastr .toastr.rrt-success .toastr-icon {
  fill: #2cb037;
}
.redux-toastr .toastr.rrt-success .rrt-title {
  color: #2cb037;
}
.redux-toastr .toastr.rrt-warning {
  background-color: #fafafa;
}
.redux-toastr .toastr.rrt-warning .toastr-icon {
  fill: #ffc948;
}
.redux-toastr .toastr.rrt-warning .rrt-title {
  color: #ffc948;
}
.redux-toastr .toastr.rrt-error {
  background-color: #fafafa;
}
.redux-toastr .toastr.rrt-error .toastr-icon {
  fill: #ff484e;
}
.redux-toastr .toastr.rrt-error .rrt-title {
  color: #ff484e;
}
.redux-toastr .toastr.rrt-light .rrt-progressbar {
  background-color: #cccccc;
}
.redux-toastr .toastr.rrt-light .toastr-icon {
  fill: #333333 !important;
}
.redux-toastr .toastr.rrt-message {
  border: 1px solid #dbdbdb;
  opacity: 1;
}
.redux-toastr .toastr.rrt-message .rrt-title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.redux-toastr .toastr.rrt-message .rrt-text {
  background-color: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  width: 100%;
}
.redux-toastr .toastr.rrt-message .rrt-text img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.redux-toastr .toastr.rrt-message .close-toastr {
  height: 50px;
}
.redux-toastr .toastr .rrt-progress-container {
  bottom: 20px;
  height: 5px;
  margin: 0 -20px -20px -60px;
  position: absolute;
  width: 100%;
}
.redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  background-color: #d8d8d8;
  border-radius: 0 0 0 4px;
  height: 100%;
}
.redux-toastr .toastr-attention {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
.modal-title {
  color: #000000;
  font-weight: bold;
  padding: 20px;
}
md-icon.close.ng-scope.material-icons {
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
  margin: -30% 6px 0 -8px;
  color: #3F4C55;
}
md-icon.close.ng-scope.material-icons:hover {
  background-color: #E5EBF0;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-dialog-content.message {
  margin-top: -25px !important;
}
.md-confirm.md-button.md-ink-ripple {
  background: #2768f5;
  color: #f5f6f7;
  transition: background-color 0.3s ease;
}
.md-confirm.md-button.md-ink-ripple:hover {
  background: #003FC1;
  color: #f5f6f7;
}
.md-button.md-cancel.md-ink-ripple {
  background-color: #ffffff;
  border: 1px solid #8f9aa2;
}
@charset "UTF-8";
/* ==========================================================================
   Main
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* =================================================================================================
   Angular Material Variables (SHOULD NOT TOUCH THIS FILE UNLESS Angular Material update this)

   src: https://github.com/angular/material/blob/master/src/core/style/variables.scss
   ================================================================================================= */
/* ==========================================================================
   Multiflyout Variables
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Icon Size
   ========================================================================== */
/* ==========================================================================
   Text overflow
   ========================================================================== */
/* ==========================================================================
   Toast
   ========================================================================== */
/* ==========================================================================
   Animation
   ========================================================================== */
@keyframes spinner {
  from {
    transform: rotate3d(0, 0, 1, 360deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0);
  }
}
.spinner {
  animation-name: spinner;
}
/* ==========================================================================
   Icons
   ========================================================================== */
/* Since icons are fonts, they can be placed anywhere text is placed and are
 *  thus automatically sized to match the surrounding child. To use, create an
 *  inline element with the appropriate classes, like so:
 *  <i class="bc-icon bc-icon-cvs"></i>
 */
.bc-icon {
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
/*
 * Icon size is  24 x 24 by default.
 * Use either of the small or large modifier class to override the default size.
 */
.bc-icon-sm {
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
  font-size: 14px;
}
.bc-icon-lg {
  height: 125px;
  min-height: 125px;
  min-width: 125px;
  width: 125px;
  font-size: 125px;
}
.bc-icon-csv {
  background-image: url(/static/assets/images/fileTypes/csv.43c019c7e47f8f9c6709adf82c38b2e9.svg);
}
.bc-icon-excel {
  background-image: url(/static/assets/images/fileTypes/excel.b8cee07b59fed6d88f47dd0414f3e17d.svg);
}
.bc-icon-google-sheets {
  background-image: url(/static/assets/images/fileTypes/google_sheets.0f411c44837fdc9e57474e721b7cf241.svg);
}
.bc-icon-pdf {
  background-image: url(/static/assets/images/fileTypes/pdf.47555c56e75d8097ba7e17fc283a4d24.svg);
}
.bc-icon-action-engine-button-icon {
  background: url(/static/assets/images/action_engine_button_icon.c60e1d35e7aa6b9ec9b3f9d8f0760f42.svg) 0 0 no-repeat;
  position: relative;
  top: 8px;
}
.bc-icon-action-engine-section {
  background: url(/static/sprite.46136471de27264f5dd52bb4bc282206.svg#action_engine-usage) 0 0 no-repeat;
  background-position: center !important;
}
/*
 *  Use 'bc-icon-action-engine-base' as the default class, and the other `bc-icon-action-engine-*`
 *  classes as modifiers
 */
.bc-icon-action-engine-base {
  background: url(/static/assets/images/action_engine_button_icons.e9008780d11deb1129d069a8eadd88c2.svg) 0 0 no-repeat;
  background-size: 24px 336px;
  margin-left: 4px;
  vertical-align: middle;
}
.bc-icon-action-engine-6 {
  background-position: 0 -288px;
}
.action-bar-button:hover .bc-icon-action-engine-6 {
  background-position: 0 -312px;
}
.bc-icon-action-engine-5 {
  background-position: 0 -240px;
}
.action-bar-button:hover .bc-icon-action-engine-5 {
  background-position: 0 -264px;
}
.bc-icon-action-engine-4 {
  background-position: 0 -192px;
}
.action-bar-button:hover .bc-icon-action-engine-4 {
  background-position: 0 -216px;
}
.bc-icon-action-engine-3 {
  background-position: 0 -144px;
}
.action-bar-button:hover .bc-icon-action-engine-3 {
  background-position: 0 -168px;
}
.bc-icon-action-engine-2 {
  background-position: 0 -96px;
}
.action-bar-button:hover .bc-icon-action-engine-2 {
  background-position: 0 -120px;
}
.bc-icon-action-engine-1 {
  background-position: 0 -48px;
}
.action-bar-button:hover .bc-icon-action-engine-1 {
  background-position: 0 -72px;
}
/* ==========================================================================
   Metadata styles
   ========================================================================== */
.bc-metadata {
  margin: 0;
  padding: 16px;
}
.bc-metadata > dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  clear: left;
  color: rgba(0, 0, 0, 0.38);
  float: left;
  width: 120px;
}
.bc-metadata > dd {
  margin-bottom: 5px;
  margin-left: 140px;
}
@media (max-width: 959px) and (min-width: 0) {
  .bc-metadata {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Chips
   ========================================================================== */
.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 16px;
}
.md-chip-remove-container .md-button {
  height: 24px;
  line-height: 24px;
  margin: 0;
  min-height: initial;
  min-width: initial;
  padding: 0;
  position: relative;
  right: 4px;
  top: 3px;
  width: 24px;
}
.md-chip-remove-container .md-button,
.md-chip-remove-container .md-button .md-ripple-container {
  border-radius: 50%;
}
.md-button[md-chip-remove] md-icon {
  font-size: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  width: 14px;
}
.bc-chip-remove.bc-chip-remove-warn md-icon {
  color: #ffc948;
}
pre[class*='language-'],
.public-DraftStyleDefault-pre {
  margin: 0 !important;
}
/* ==========================================================================
   Toast
   ========================================================================== */
md-toast {
  z-index: 1400;
}
md-toast .md-toast-content {
  border-radius: 4px;
}
md-toast .toast-dismiss-button {
  right: -24px;
}
md-toast .md-toast-content > .toast-type-icon {
  color: #ffffff;
  margin-right: 8px;
}
@media (min-width: 960px) {
  md-toast.md-top {
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    /*
     * Restore the default mouse event functionality for toast content inside
     * the toast wrapper.
     */
  }
  md-toast.md-top .md-toast-content {
    pointer-events: auto;
  }
}
md-toast.error .md-toast-content {
  background-color: #c23934;
}
md-toast.success .md-toast-content {
  background-color: #34a673;
}
md-toast.warn .md-toast-content {
  background-color: #eeb413;
}
md-toast.dialog .md-toast-content {
  background-color: #ffffff;
}
md-toast.dialog .md-toast-content {
  border-radius: 0;
  box-sizing: border-box;
  color: #8f9aa2;
  flex-direction: column;
  margin: 0 auto;
  max-height: initial;
  padding: 0 80px;
  position: relative;
  width: 90%;
}
md-toast.dialog .md-toast-content:before {
  background: #15232d;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 16px;
}
md-toast.dialog .md-toast-content .toast-dismiss-button {
  position: absolute;
  right: 4px;
  top: 6px;
}
md-toast.dialog .md-toast-content .toast-dialog-action,
md-toast.dialog .md-toast-content md-divider {
  width: 100%;
}
md-toast.dialog .md-toast-content .toast-dialog-action-button {
  color: #535963;
  border: 1px solid currentColor;
}
@media (min-width: 960px) {
  md-toast.dialog .md-toast-content {
    width: 60%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/**
 * Draft v0.10.5
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable='true'] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 1;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) '. ';
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) '. ';
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) '. ';
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) '. ';
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) '. ';
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
._elevio_launcher {
  display: none;
}
/*
 * Hopscotch
 * by Jan T. Sott
 * https://github.com/idleberg/Hopscotch
 *
 * This work is licensed under the Creative Commons CC0 1.0 Universal License
 */
code[class*='language-'],
pre[class*='language-'] {
  color: #ffffff;
  font-family: 'Fira Mono', Menlo, Monaco, 'Lucida Console', 'Courier New', Courier, monospace;
  font-size: 16px;
  line-height: 1.375;
  direction: ltr;
  text-align: left;
  word-spacing: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background: #212428;
  color: #b9b5b8;
}
/* Code blocks */
pre[class*='language-'] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
/* Inline code */
:not(pre) > code[class*='language-'] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #797379;
}
.token.punctuation {
  color: #b9b5b8;
}
.namespace {
  opacity: 0.7;
}
.token.null,
.token.operator,
.token.boolean,
.token.number {
  color: #fd8b19;
}
.token.property {
  color: #fdcc59;
}
.token.tag {
  color: #1290bf;
}
.token.string {
  color: #149b93;
}
.token.selector {
  color: #c85e7c;
}
.token.attr-name {
  color: #fd8b19;
}
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #149b93;
}
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit {
  color: #8fc13e;
}
.token.statement,
.token.regex,
.token.atrule {
  color: #149b93;
}
.token.placeholder,
.token.variable {
  color: #1290bf;
}
.token.important {
  color: #dd464c;
  font-weight: bold;
}
.token.entity {
  cursor: help;
}
pre > code.highlight {
  outline: 0.4em solid red;
  outline-offset: 0.4em;
}
.redux-toastr .toastr.simple .rrt-left-container {
  display: none !important;
}
.redux-toastr .toastr.simple .rrt-middle-container {
  margin-left: 8px !important;
  width: auto !important;
}
.redux-toastr .toastr.simple .rrt-right-container {
  display: none !important;
}
/* ==========================================================================
   Utility classes
   ========================================================================== */
.block {
  display: block;
}
.inline-block {
  display: inline-block !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.bc-title {
  text-transform: uppercase;
}
.bc-text-bold {
  font-weight: 700;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.mt18 {
  margin-top: 18px;
}
.m0 {
  margin: 0;
}
.ml1 {
  margin-left: 1px;
}
.mt1 {
  margin-top: 1px;
}
.mr1 {
  margin-right: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml2 {
  margin-left: 2px;
}
.mt2 {
  margin-top: 2px;
}
.mr2 {
  margin-right: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml5 {
  margin-left: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml10 {
  margin-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml-50 {
  margin-left: -50px;
}
.mt-50 {
  margin-top: -50px;
}
.mr-50 {
  margin-right: -50px;
}
.mb-50 {
  margin-bottom: -50px;
}
.ml50 {
  margin-left: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml150 {
  margin-left: 150px;
}
.mt150 {
  margin-top: 150px;
}
.mr150 {
  margin-right: 150px;
}
.mb150 {
  margin-bottom: 150px;
}
.p0 {
  padding: 0;
}
.pl1 {
  padding-left: 1px;
}
.pt1 {
  padding-top: 1px;
}
.pr1 {
  padding-right: 1px;
}
.pb1 {
  padding-bottom: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pb2 {
  padding-bottom: 2px;
}
.pl5 {
  padding-left: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.bc-text-success {
  color: #00b48b;
}
.bc-text-info {
  color: #71c5df;
}
.bc-text-warn {
  color: #ffc948;
}
.bc-text-error {
  color: #ff484e;
}
.bc-text-muted {
  color: rgba(0, 0, 0, 0.38);
}
.bc-text-contrast {
  color: #ffffff !important;
}
.bc-text-linked {
  color: #006676;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.word-break {
  word-break: break-all;
}
.bc-em-dash::after {
  content: '\2014';
}
.bc-list-circle {
  list-style-type: circle;
}
/* ==========================================================================
   Scaffolding
   ========================================================================== */
html,
body {
  background: #f5f5f6;
}
button,
html,
input,
select,
textarea {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.md-title {
  font-weight: 600;
}
p {
  line-height: 1.42857143;
}
a {
  color: #003FC1;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #2768f5;
  cursor: pointer;
  text-decoration: underline;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.md-body-2 {
  font-weight: 600;
}
.md-caption {
  color: rgba(0, 0, 0, 0.38);
}
small {
  font-size: 10px;
}
md-toolbar {
  background: white;
  min-height: 80px;
}
.md-toolbar-tools {
  background: white;
  height: 80px;
  max-height: 80px;
}
.md-toolbar-tools .banner-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  flex-grow: 2;
}
md-toolbar.md-hue-2:not(.md-menu-toolbar).md-accent {
  background-color: white;
  color: #212428;
}
.md-button {
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
.md-button.bc-button-compact {
  min-width: initial;
}
.md-button.md-raised {
  background-color: transparent;
  box-shadow: none !important;
}
.md-button.md-raised:not(.md-accent):not(.md-primary):not(.md-icon-button) {
  border: 1px solid currentColor;
}
.bc-chat-button.md-button.md-raised {
  min-width: initial;
  box-shadow: none;
}
md-input-container label {
  text-transform: capitalize;
}
md-input-container textarea[md-no-autogrow].md-input {
  height: inherit;
  overflow-y: auto;
}
md-content {
  background-color: transparent;
  color: #4a4a4a;
}
md-content > p:first-child {
  margin-top: 0;
}
md-content > p:last-child {
  margin-bottom: 0;
}
md-select .md-select-value,
md-input-container .md-input {
  border-color: rgba(0, 0, 0, 0.87);
}
md-select .md-select-value.md-select-placeholder,
md-input-container label,
md-input-container input::placeholder,
md-input-container textarea::placeholder {
  color: rgba(0, 0, 0, 0.54);
}
md-backdrop.md-select-backdrop {
  z-index: 1299;
}
.md-select-menu-container {
  z-index: 1300;
}
md-backdrop.md-dialog-backdrop {
  z-index: 1299;
}
.md-dialog-container {
  z-index: 1300;
}
.md-dialog-content-body-sm {
  max-width: 300px;
}
.md-dialog-content-body-md {
  max-width: 500px;
}
.md-dialog-content-body-lg {
  max-width: 700px;
}
md-tabs .md-tab {
  font-weight: 400;
}
md-tabs.md-hue-1 .md-tab {
  color: #4a4a4a;
}
md-tabs.md-hue-1 .md-tab.md-active {
  color: #00abe4;
}
md-divider.md-default-theme,
md-divider {
  border-top-color: #d2d6da;
}
.md-tooltip {
  height: auto;
  max-width: 400px;
  white-space: inherit;
}
.bc-tooltip-wrapper {
  pointer-events: auto;
}
md-card-header .md-menu {
  padding: 0;
  margin: -8px 0;
}
md-card-header .md-menu > .md-button {
  margin: 0;
}
md-card-header > .md-button {
  margin: -5px 12px;
}
md-card.bc-table-card {
  margin: 24px;
  min-height: 0;
}
md-card > :not(md-card-content) img,
md-card > img {
  width: 100%;
}
.md-step {
  pointer-events: none;
  padding: 12px 0;
}
.md-step:first-child {
  padding-left: 12px;
}
.md-step:last-child {
  padding-right: 12px;
}
md-steppers md-pagination-wrapper {
  height: 48px;
  background: #eeeeee;
  border-radius: 24px;
}
md-chips .md-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
md-chips .md-chip.md-focus {
  background: #213645;
  color: rgba(255, 255, 255, 0.87);
}
md-chips .md-chip.md-focus md-icon {
  color: rgba(255, 255, 255, 0.87);
}
input[type='file'] {
  display: none;
}
.form-no-validation .md-errors-spacer {
  display: none;
}
md-list-item .md-list-item-inner:before,
md-list-item:before {
  min-height: initial;
}
.md-panel-outer-wrapper {
  z-index: 1300 !important;
}
.md-panel {
  z-index: 1301 !important;
}
.md-datepicker-calendar-pane {
  z-index: 1300 !important;
}
md-backdrop.md-menu-backdrop {
  z-index: 1299;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 1199;
}
md-sidenav {
  z-index: 1200;
}
@media print {
  div#app_root {
    height: auto !important;
  }
}
/* ==========================================================================
   Sketch
   ========================================================================== */
md-icon.md-accent {
  color: #00abe4;
}
md-sidenav.md-sidenav-sm,
md-sidenav.md-sidenav-sm.md-locked-open {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
md-sidenav.md-sidenav-md {
  width: 450px !important;
  min-width: 450px !important;
}
@media (max-width: 599px) {
  md-sidenav.md-sidenav-md {
    width: 340px !important;
    min-width: 340px !important;
  }
}
@media (min-width: 600px) {
  md-sidenav {
    width: 450px !important;
    min-width: 450px !important;
  }
}
@media (min-width: 960px) {
  md-sidenav {
    width: 830px !important;
    max-width: 830px !important;
  }
}
.preloader-container {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1300;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1300;
}
.md-open-menu-container {
  z-index: 1300;
}

/*# sourceMappingURL=xmain.min.717beba1087da280e95c.css.map*/