﻿@import url("Theme.Patterns_SilkUI_clone.css?4915");

/*
    To override a style copy and paste it to
    the application theme and then modify it

    $0. Fonts

    $1. General Properties
     1.1 General Properties > a links
     1.2 General Properties > Margins

    $2. Structure
     2.1 Structure > Header
     2.2 Structure > Menu
     2.3 Structure > Footer
     2.4 Structure > Content
     2.5 Structure > Title Section

    $3. Forms
     3.1 Forms > Radio Button & Checkbox
     3.2 Forms > Inputs, Selects & Textarea
     3.3 Forms > ReadOnly & Disabled
     3.4 Forms > Not Valid

    $4. Buit-in widgets
     4.1 Buit-in widgets > Filter Form
     4.2 Buit-in widgets > EditableTable
     4.3 Buit-in widgets > TableRecords

    $5. RichWidgets
     5.1 RichWidgets > Feedback Ajax Loading
     5.2 RichWidgets > Feedback Message
     5.3 RichWidgets > List Navigation
     5.4 RichWidgets > Popup Editor

    $6. Login

    $7. SILK Patterns
     7.1 SILK Patterns > Content
     7.2 SILK Patterns > Controls
     7.3 SILK Patterns > Data
     7.4 SILK Patterns > Layout
     7.5 SILK Patterns > Mobile
     7.6 SILK Patterns > Navigation
     7.7 SILK Patterns > Responsive

     $8. Custom Patterns
     8.1 Custom Patterns > [Pattern Name]
     ...

    $9. Usefull Classes
     9.1 Usefull Classes > Text Classes
     9.2 Usefull Classes > Buttons
     9.3 Usefull Classes > Background Colors
     9.4 Usefull Classes > Text Colors


    $10. Custom Classes

    $11. Studio Preview

    $12. Print

*/
:root {
  /* Typography - Headings Sizes */
  /* Typography - Sizes */
  /* Typography - Weight */
  /* Color - Brand */
  /* Color - Opacity */
  /* Color - Neutral */
  /*--color-neutral-0:  #fff;
  --color-neutral-1:  #f8f8f8;
  --color-neutral-2:  #f8f8f8;
  --color-neutral-3:  #c5c5c5;
  --color-neutral-4:  #c5c5c5;
  --color-neutral-5:  #c5c5c5;
  --color-neutral-6:  #6c6c6c;
  --color-neutral-7:  #6c6c6c;
  --color-neutral-8:  #393939;
  --color-neutral-9:  #393939;
  --color-neutral-10: #000;*/
  /* Space - Sizes */
  /* Border Radius */
  /* Border Size */
  /* Elevation / Shadow */
  /* App Settings */ }

/*------------------------------------*\
      $0. Resets
\*-------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  color: #393939;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  -moz-osx-font-smoothing: greyscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow: auto;
  overflow-x: hidden;
  
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #f8f8f8;
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.7;
  -webkit-overflow-scrolling: touch; }

html,
body,
form {
  min-height: 100%;
  margin: 0;
  padding: 0; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline; }

:focus {
  outline: 0; }

input,
textarea,
select,
button {
  font-size: 100%;
  line-height: 1.25;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  border: 0;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button; }

div[onclick] {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/* Brandshift > Hyperlinks                          */
a {
  color: #2175d9;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
a:link {
  color: #2175d9;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
a:visited {
  color: #2175d9;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #2175d9;
  text-decoration: underline; }

a :hover:active {
  color: #144580; }

a:focus {
  color: #2175d9;
  -webkit-box-shadow: 0 0 0 2px #8cb9ee;
          box-shadow: 0 0 0 2px #8cb9ee; }

a.text-underline {
  text-decoration: underline; }
  a.text-underline:hover {
    text-decoration: none; }

a.text-strong {
  font-weight: 500; }

a.link-subtle {
  color: #6c6c6c; }

.background-primary-dark a {
  color: #fff; }

.background-primary a {
  color: #fff; }

.background-primary-light a {
  color: #fff; }

.background-black a {
  color: #fff; }

.background-grey-dark a {
  color: #fff; }

.background-grey a {
  color: #fff; }

.background-info-dark a {
  color: #fff; }

.background-info a {
  color: #fff; }

.background-info-light a {
  color: #fff; }

.background-error-dark a {
  color: #fff; }

.background-error a {
  color: #fff; }

.background-error-light a {
  color: #fff; }

.background-warning-dark a {
  color: #fff; }

.background-warning a {
  color: #fff; }

.background-warning-light a {
  color: #fff; }

.background-success-dark a {
  color: #fff; }

.background-success a {
  color: #fff; }

.background-success-light a {
  color: #fff; }

.background-blue-dark a {
  color: #fff; }

.background-blue a {
  color: #fff; }

.background-blue-light a {
  color: #fff; }

.background-red-dark a {
  color: #fff; }

.background-red a {
  color: #fff; }

.background-red-light a {
  color: #fff; }

.background-yellow-dark a {
  color: #fff; }

.background-yellow a {
  color: #fff; }

.background-yellow-light a {
  color: #fff; }

.background-green-dark a {
  color: #fff; }

.background-green a {
  color: #fff; }

.background-green-light a {
  color: #fff; }

a[disabled="disabled"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c5c5c5;
  text-decoration: none; }

a[disabled="disabled"]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c5c5c5;
  text-decoration: none; }

a[disabled="disabled"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c5c5c5;
  text-decoration: none; }

a[disabled="disabled"]:hover:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c5c5c5;
  text-decoration: none; }

div[onclick] {
  cursor: pointer;
  /* add a pointer cursor when the div has a click event */ }

/*------------------------------------*\
        $1. Fonts
\*-------------------------------------*/
/*$fontPath: "/Brandshift_Theme"; */
/*@import "../fonts/import-fonts";*/
/* Fonts > Font Definition */
html {
  font-family: Graphik, sans-serif; }
body {
  font-family: Graphik, sans-serif; }
a {
  font-family: Graphik, sans-serif; }
select {
  font-family: Graphik, sans-serif; }
fieldset {
  font-family: Graphik, sans-serif; }
input {
  font-family: Graphik, sans-serif; }
button {
  font-family: Graphik, sans-serif; }
select {
  font-family: Graphik, sans-serif; }
textarea {
  font-family: Graphik, sans-serif; }
optgroup {
  font-family: Graphik, sans-serif; }
option {
  font-family: Graphik, sans-serif; }

[class^="icon-rds"], [class*=" icon-rds"],
[class^="icon-WL_"], [class*=" icon-WL_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rds-icon" !important;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
  padding: 0.125rem;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }
  [class^="icon-rds"].icon-small,
  .compact-view + .TableRecords [class^="icon-rds"],
  .compact-view [class^="icon-rds"], [class*=" icon-rds"].icon-small,
  .compact-view + .TableRecords [class*=" icon-rds"],
  .compact-view [class*=" icon-rds"],
  [class^="icon-WL_"].icon-small,
  .compact-view + .TableRecords
  [class^="icon-WL_"],
  .compact-view
  [class^="icon-WL_"], [class*=" icon-WL_"].icon-small,
  .compact-view + .TableRecords [class*=" icon-WL_"],
  .compact-view [class*=" icon-WL_"] {
    font-size: 0.875rem;
    padding: 0.0625rem; }

.icon-rds-account-check:before {
  content: "\e95f"; }

.icon-rds-account-warning:before {
  content: "\e960"; }

.icon-rds-briefcase-check:before {
  content: "\e961"; }

.icon-rds-calendar-warning:before {
  content: "\e962"; }

.icon-rds-chat:before {
  content: "\e963"; }

.icon-rds-database-import:before {
  content: "\e964"; }

.icon-rds-database:before {
  content: "\e965"; }

.icon-rds-download-cloud:before {
  content: "\e966"; }

.icon-rds-megaphone:before {
  content: "\e967"; }

.icon-rds-pin:before {
  content: "\e968"; }

.icon-rds-redo:before {
  content: "\e969"; }

.icon-rds-star:before {
  content: "\e96a"; }

.icon-rds-whatsapp:before {
  content: "\e96b"; }

.icon-rds-account-circle:before {
  content: "\e900"; }

.icon-rds-account:before,
.icon-WL_icon_user:before {
  content: "\e901"; }

.icon-rds-add-circle:before,
.icon-WL_icon_add:before {
  content: "\e902"; }

.icon-rds-add:before,
.icon-WL_icon_plus:before {
  content: "\e903"; }

.icon-rds-address-book:before {
  content: "\e904"; }

.icon-rds-arrow-down:before {
  content: "\e905"; }

.icon-rds-arrow-left:before,
.icon-WL_icon_arrow-left:before {
  content: "\e906"; }

.icon-rds-arrow-right:before,
.icon-WL_icon_arrow-right:before {
  content: "\e907"; }

.icon-rds-arrow-up:before {
  content: "\e908"; }

.icon-rds-attachment:before {
  content: "\e909"; }

.icon-rds-briefcase:before {
  content: "\e90a"; }

.icon-rds-bullet-list:before {
  content: "\e90b"; }

.icon-rds-calendar-check:before {
  content: "\e90c"; }

.icon-rds-calendar:before,
.icon-WL_icon_schedule:before {
  content: "\e90d"; }

.icon-rds-camera:before,
.icon-WL_icon_camera:before {
  content: "\e90e"; }

.icon-rds-career:before {
  content: "\e90f"; }

.icon-rds-check:before,
.icon-WL_icon_check:before,
.icon-WL_icon_checkbox:before {
  content: "\e910"; }

.icon-rds-chevron-down:before,
.icon-WL_icon_chevron-down:before {
  content: "\e911"; }

.icon-rds-chevron-left:before,
.icon-WL_icon_chevron-left:before {
  content: "\e912"; }

.icon-rds-chevron-right:before,
.icon-WL_icon_chevron-right:before {
  content: "\e913"; }

.icon-rds-chevron-up:before,
.icon-WL_icon_chevron-up:before {
  content: "\e914"; }

.icon-rds-clock:before,
.icon-WL_icon_time:before {
  content: "\e915"; }

.icon-rds-close-circle:before,
.icon-WL_icon_remove {
  content: "\e916"; }

.icon-rds-close:before,
.icon-WL_icon_close:before {
  content: "\e917"; }

.icon-rds-consultant:before {
  content: "\e918"; }

.icon-rds-copy:before,
.icon-WL_icon_copy:before {
  content: "\e919"; }

.icon-rds-current-location:before,
.icon-WL_icon_location:before {
  content: "\e91a"; }

.icon-rds-dashboard:before {
  content: "\e91b"; }

.icon-rds-document-check:before {
  content: "\e91c"; }

.icon-rds-document-lock:before {
  content: "\e91d"; }

.icon-rds-document-pdf:before,
.icon-WL_icon_pdf:before {
  content: "\e91e"; }

.icon-rds-document-search:before {
  content: "\e91f"; }

.icon-rds-document:before,
.icon-WL_icon_document:before {
  content: "\e920"; }

.icon-rds-dollar:before {
  content: "\e921"; }

.icon-rds-download:before,
.icon-WL_icon_download:before {
  content: "\e922"; }

.icon-rds-edit:before,
.icon-WL_icon_edit:before,
.icon-WL_icon_pen-four:before {
  content: "\e923"; }

.icon-rds-education:before {
  content: "\e924"; }

.icon-rds-email:before,
.icon-WL_icon_mail:before {
  content: "\e925"; }

.icon-rds-euro:before,
.icon-WL_icon_moneyeu:before {
  content: "\e926"; }

.icon-rds-external:before,
.icon-WL_icon_externallink:before {
  content: "\e927"; }

.icon-rds-eye:before,
.icon-WL_icon_eye:before {
  content: "\e928"; }

.icon-rds-face-happy:before {
  content: "\e929"; }

.icon-rds-face-neutral:before {
  content: "\e92a"; }

.icon-rds-face-sad:before {
  content: "\e92b"; }

.icon-rds-facebook:before {
  content: "\e92c"; }

.icon-rds-filter:before,
.icon-WL_icon_filter:before {
  content: "\e92d"; }

.icon-rds-fingerprint:before,
.icon-WL_icon_fingerprint:before {
  content: "\e92e"; }

.icon-rds-folder:before,
.icon-WL_icon_folder-map:before {
  content: "\e92f"; }

.icon-rds-heart-filled:before {
  content: "\e930"; }

.icon-rds-heart:before,
.icon-WL_icon_heart:before {
  content: "\e931"; }

.icon-rds-help:before,
.icon-WL_icon_question:before {
  content: "\e932"; }

.icon-rds-home:before,
.icon-WL_icon_home:before {
  content: "\e933"; }

.icon-rds-image:before {
  content: "\e934"; }

.icon-rds-info:before,
.icon-WL_icon_info:before {
  content: "\e935"; }

.icon-rds-instagram:before {
  content: "\e936"; }

.icon-rds-language:before,
.icon-WL_icon_flag:before {
  content: "\e937"; }

.icon-rds-linkedin:before {
  content: "\e938"; }

.icon-rds-location:before {
  content: "\e939"; }

.icon-rds-lock:before,
.icon-WL_icon_lock:before {
  content: "\e93a"; }

.icon-rds-login:before,
.icon-WL_icon_login:before {
  content: "\e93b"; }

.icon-rds-logout:before,
.icon-WL_icon_logout:before {
  content: "\e93c"; }

.icon-rds-marker:before,
.icon-WL_icon_marker:before {
  content: "\e93d"; }

.icon-rds-maternity:before,
.icon-WL_icon_stroller:before {
  content: "\e93e"; }

.icon-rds-medical:before,
.icon-WL_icon_health:before {
  content: "\e93f"; }

.icon-rds-menu:before,
.icon-WL_icon_menu:before {
  content: "\e940"; }

.icon-rds-minus:before,
.icon-WL_icon_minus:before {
  content: "\e941"; }

.icon-rds-more:before,
.icon-WL_icon_actions_multiple:before {
  content: "\e942"; }

.icon-rds-notification:before,
.icon-WL_icon_alert:before {
  content: "\e943"; }

.icon-rds-phone-mobile:before {
  content: "\e944"; }

.icon-rds-phone:before,
.icon-WL_icon_phone:before {
  content: "\e945"; }

.icon-rds-pound:before {
  content: "\e946"; }

.icon-rds-print:before,
.icon-WL_icon_print:before {
  content: "\e947"; }

.icon-rds-promotion:before,
.icon-WL_icon_promotion:before {
  content: "\e948"; }

.icon-rds-puzzle:before {
  content: "\e949"; }

.icon-rds-refresh:before,
.icon-WL_icon_refresh:before {
  content: "\e94a"; }

.icon-rds-reply:before,
.icon-WL_icon_reply:before {
  content: "\e94b"; }

.icon-rds-salary:before {
  content: "\e94c"; }

.icon-rds-search:before,
.icon-WL_icon_search:before {
  content: "\e94d"; }

.icon-rds-settings:before,
.icon-WL_icon_settings:before {
  content: "\e94e"; }

.icon-rds-share:before,
.icon-WL_icon_share:before {
  content: "\e94f"; }

.icon-rds-support:before,
.icon-WL_icon_callcentre:before {
  content: "\e950"; }

.icon-rds-task-check:before {
  content: "\e951"; }

.icon-rds-trash:before,
.icon-WL_icon_trash:before {
  content: "\e952"; }

.icon-rds-twitter:before {
  content: "\e953"; }

.icon-rds-undo:before {
  content: "\e954"; }

.icon-rds-upload-success:before {
  content: "\e955"; }

.icon-rds-upload:before {
  content: "\e956"; }

.icon-rds-vacation:before,
.icon-WL_icon_vacation:before,
.icon-WL_icon_vacancie:before {
  content: "\e957"; }

.icon-rds-view-big:before,
.icon-WL_icon_expandedresult:before {
  content: "\e958"; }

.icon-rds-view-day:before {
  content: "\e959"; }

.icon-rds-view-small:before,
.icon-WL_icon_shortresult:before {
  content: "\e95a"; }

.icon-rds-view-week:before {
  content: "\e95b"; }

.icon-rds-warning:before,
.icon-WL_icon_warning:before {
  content: "\e95c"; }

.icon-rds-yen:before {
  content: "\e95d"; }

.icon-rds-youtube:before {
  content: "\e95e"; }

.rds--action-bar {
  position: fixed;
  bottom: 1.5rem;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  /*height: 66px;*/
  min-height: 56px;
  padding: 0.5rem 0.5rem;
  background: #e5effb;
  border: 1px solid #2175d9;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 12px 0 #8cb9ee;
          box-shadow: 0 2px 12px 0 #8cb9ee;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }
  @media screen and (max-width: 767px) {
    .rds--action-bar {
      /*height: 58px;*/
      padding: 0.5rem; }
      .rds--action-bar .btn {
        vertical-align: top; } }
  .show.rds--action-bar {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .rds--action-bar .btn:not(:first-child) {
    margin-left: 1rem; }
  .rds--action-bar .dropdown {
    display: none;
    width: 40px;
    margin-left: 1rem; }
    .rds--action-bar .dropdown .btn {
      padding: 0 0.5rem;
      font-size: 1.25rem;
      color: #393939; }
  .rds--action-bar a {
    text-decoration: none; }
    .rds--action-bar a:hover {
      color: #175197;
      text-decoration: none; }
      .rds--action-bar a:hover i:before {
        color: #175197; }
    .rds--action-bar a i:before {
      color: #2175d9; }
  .rds--action-bar .align-right {
    position: absolute;
    right: 0;
    margin-right: 1rem; }

/*
%alert {
 @media screen and (max-width: 767px) {
    &:not(.customToast) {
      height: auto !important;
    }
  }

  @media screen and (max-width: 576px) {
    &:not(.customToast) {
      left: 0 !important;
      width: 90% !important;
    }
  }

  &:not(.customToast) {
    position: fixed;
    top: 0;
    right: 0;
    left: $sidebar-width;
    z-index: 9999;
    display: flex;
    align-items: center;
    width: 50%;
    height: 64px;
    padding: var(--space-m);
    margin: 0 auto;
    color: $color-grey-dark;
    border-radius: var(--border-radius-soft);
    box-shadow: 0 0 14px 0 var(--color-grey-light);
    transition: left .35s, transform .35s;
    transform: translateY(-120%);

    &.show {
      transform: translateY(80px);
    }
  }

  &.rds--w--actions {
    > i {
      @media screen and (max-width: 767px) {
        &:first-child {
          display: none;
        }
      }

      margin-right: var(--space-s);
    }

    .alert--content {
      span {
        display: inline-block;
        max-width: 90%;
      }

      .actions {
        @media screen and (max-width: 767px) {
          margin-left: 0;
        }

        display: inline-block;
        margin-left: var(--space-xl);

        .rds--type-link {
          margin-right: var(--space-m);
          color: $color-grey;
          text-decoration: none;

          &:hover {
            color: var(--color-primary);
          }
        }
      }
    }

    .btn {
      @media screen and (max-width: 767px) {
        align-self: start;
        margin-top: -var(--space-s);
        margin-right: -var(--space-s);
      }

      margin-left: auto;
      border: none;

      &:hover {
        border: none;
      }

      &:active {
        background: none;
      }
    }
  }

//  &.alert-success,
  &.Success {
    background-color: $color-success-lighter;
    border: 1px solid $color-success;

    span {
      color: $color-grey-dark;
    }

    &.rds--w--actions {
      > i {
        &::before {
          color: $color-success;
        }
      }
    }
  }

  // &.alert-danger,
  &.Error {
    background-color: $color-error-lighter;
    border: 1px solid $color-error;

    span {
      color: $color-grey-dark;
    }

    &.rds--w--actions {
      > i {
        &::before {
          color: $color-error;
        }
      }
    }
  }

  // &.alert-warning,
  &.Warning {
    background-color: $color-warning-lighter;
    border: 1px solid $color-warning;

    span {
      color: $color-grey-dark;
    }

    &.rds--w--actions {
      > i {
        &::before {
          color: $color-warning;
        }
      }
    }
  }

  // &.alert-info,
  &.Info {
    background-color: var(--color-info-lighter);
    border: 1px solid var(--color-info);

    span {
      color: $color-grey-dark;
    }

    &.rds--w--actions {
      > i {
        &::before {
          color: $color-info;
        }
      }
    }
  }

  .btn {
    &:hover,
    &:active {
      background: $color-transparent !important;

      i {
        &::before {
          opacity: 1;
        }
      }
    }

    i {
      &::before {
        color: $color-grey !important;
        opacity: .5;
      }
    }
  }

  .close:hover {
    text-decoration: none;

    i {
      color: var(--color-primary);
    }
  }
}*/
.ui-widget.ui-widget-content.ui-autocomplete {
  position: fixed;
  max-height: 152px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #2175d9;
  border-radius: 0.25rem; }
  .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    display: block;
    height: 38px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #393939; }
  .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-corner-all {
    display: block;
    height: 38px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #393939; }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      margin: 0;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      background: #2175d9;
      border: none; }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-hover {
      margin: 0;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      background: #2175d9;
      border: none; }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-active {
      margin: 0;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      background: #2175d9;
      border: none; }
    .ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-hover {
      margin: 0;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      background: #2175d9;
      border: none; }

.avatar {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .avatar:hover img {
    -webkit-box-shadow: inset 0 0 0 2px #8cb9ee;
            box-shadow: inset 0 0 0 2px #8cb9ee; }
  .avatar label {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #393939;
    vertical-align: middle;
    cursor: pointer; }
  .avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #6c6c6c;
            box-shadow: 0 0 0 1px #6c6c6c; }

.DropdownMultiSelect .dropdown-menu {
  top: -5px !important;
  min-width: auto;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  /* Menu Header */
  /* Menu Header */
  /* List Group */
  /* List Group */
  /* Menu Footer */
  /* Menu Footer */
  /* Item */
  /* Item */ }
  .DropdownMultiSelect .show.dropdown-menu {
    -webkit-box-shadow: inset 0 0 0 2px #8cb9ee;
            box-shadow: inset 0 0 0 2px #8cb9ee; }
  .DropdownMultiSelect .dropdown-menu .dropdown-menu-header {
    position: relative;
    padding: 20px; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-header::after {
      position: absolute;
      right: 2px;
      bottom: 0;
      left: 2px;
      content: "";
      border-bottom: 1px solid #c5c5c5; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-header .title {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      color: #393939; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-header .chip {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .DropdownMultiSelect .dropdown-menu .list-group {
    height: 270px;
    overflow-y: auto; }
    .DropdownMultiSelect .dropdown-menu .list-group .dropdown-item {
      overflow: unset;
      -o-text-overflow: unset;
         text-overflow: unset;
      white-space: nowrap; }
      .DropdownMultiSelect .dropdown-menu .list-group .dropdown-item .media i {
        margin-right: 16px; }
      .DropdownMultiSelect .dropdown-menu .list-group .dropdown-item .media .media-heading {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 400; }
      .DropdownMultiSelect .dropdown-menu .list-group .dropdown-item .media .media-meta {
        font-size: 0.75rem;
        font-weight: 400; }
  .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer {
    position: relative; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer::before {
      position: absolute;
      top: 0;
      right: 2px;
      left: 2px;
      content: "";
      border-top: 1px solid #c5c5c5; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer:hover i::before {
      color: #fff; }
    .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: .572rem 1.072rem;
      margin: 0; }
      .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn::before {
        vertical-align: sub; }
      .DropdownMultiSelect .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn:hover {
        text-decoration: none; }
  .DropdownMultiSelect .dropdown-menu .dropdown-item {
    width: calc(100% - 4px);
    padding: 0 1rem;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 400;
    line-height: 22px;
    color: #2175d9;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
    .DropdownMultiSelect .dropdown-menu .dropdown-item:last-child {
      margin-bottom: 2px; }
    .DropdownMultiSelect .dropdown-menu .dropdown-item i {
      margin-right: 16px; }
    .DropdownMultiSelect .dropdown-menu .dropdown-item:focus {
      background-color: unset; }
    .DropdownMultiSelect .dropdown-menu .dropdown-item:hover {
      color: #393939;
      background: #2175d9; }
      .DropdownMultiSelect .dropdown-menu .dropdown-item:hover .media .media-heading {
        color: #fff; }
      .DropdownMultiSelect .dropdown-menu .dropdown-item:hover i::before {
        color: #fff; }

.rds--dropdown.rds--dropdown--filter.DropdownMultiSelect .dropdown-toggle {
  padding-right: 42px; }

.rds--dropdown.rds--dropdown--filter.DropdownMultiSelect .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.rds--dropdown.DropdownMultiSelect .dropdown-toggle {
  position: relative;
  height: auto;
  padding: 0.5rem 40px 0.5rem 0.5rem;
  overflow: hidden;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .rds--dropdown.DropdownMultiSelect .dropdown-toggle[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  .rds--dropdown.DropdownMultiSelect .dropdown-toggle > span:first-child {
    color: #393939;
    opacity: .8; }
  .rds--dropdown.DropdownMultiSelect .dropdown-toggle .badge {
    position: absolute;
    top: 12px;
    right: 38px;
    background: #6c6c6c; }
    @media (max-width: 567px) {
      .rds--dropdown.DropdownMultiSelect .dropdown-toggle .badge {
        top: 12px; } }

.rds--dropdown.DropdownMultiSelect .dropdown-menu {
  overflow: hidden;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-box-shadow: 0 4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9;
          box-shadow: 0 4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9; }
  .rds--dropdown.DropdownMultiSelect .dropdown-menu .dropdown-item .rds--checkbox__label {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .rds--dropdown.DropdownMultiSelect .dropdown-menu.show {
    border-width: 2px;
    border-top: 0; }
    .rds--dropdown.DropdownMultiSelect .dropdown-menu.show::before {
      right: 0;
      left: 0;
      display: block;
      height: 1px;
      margin: 0 16px;
      content: "";
      background: #c5c5c5; }
    .rds--dropdown.DropdownMultiSelect .dropdown-menu.show .dropdown-item i {
      margin-right: 16px; }
    .rds--dropdown.DropdownMultiSelect .dropdown-menu.show .dropdown-item:hover i::before {
      color: #fff; }
    .rds--dropdown.DropdownMultiSelect .dropdown-menu.show .dropdown-item:hover .rds--checkbox__label {
      color: #fff; }
      .rds--dropdown.DropdownMultiSelect .dropdown-menu.show .dropdown-item:hover .rds--checkbox__label::before {
        background: #fff;
        border-color: #2175d9; }
      .rds--dropdown.DropdownMultiSelect .dropdown-menu.show .dropdown-item:hover .rds--checkbox__label::after {
        border-color: #2175d9; }

.rds--dropdown.up.DropdownMultiSelect .dropdown-toggle[aria-expanded="true"] {
  border-radius: 0 0 0.25rem 0.25rem; }

.rds--dropdown.up.DropdownMultiSelect .dropdown-menu {
  top: 3px !important;
  border-radius: 0.25rem 0.25rem 0 0;
  -webkit-box-shadow: 0 -4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 2px 0 0 #2175d9;
          box-shadow: 0 -4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 2px 0 0 #2175d9; }
  .rds--dropdown.up.DropdownMultiSelect .dropdown-menu::before {
    content: unset; }
  .rds--dropdown.up.DropdownMultiSelect .dropdown-menu::after {
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    margin: 0 16px;
    content: "";
    background: #c5c5c5; }

.avatar label::after {
  display: inline-block;
  margin-top: -0.5rem;
  margin-left: 1rem;
  vertical-align: middle; }

.rds--dropdown.DropdownMultiSelect .dropdown-toggle::after, .ButtonDropdown_button.Button:after, .DropdownMultiSelect .rds--dropdown:after {
  position: absolute;
  top: 1.25rem;
  right: 10px;
  margin-top: -7px; }

.avatar label::after {
  padding: 4px;
  content: "";
  border: solid #2175d9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.rds--dropdown.DropdownMultiSelect .dropdown-toggle::after {
  padding: 4px;
  content: "";
  border: solid #2175d9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ButtonDropdown_button.Button:after {
  padding: 4px;
  content: "";
  border: solid #2175d9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.DropdownMultiSelect .rds--dropdown:after {
  padding: 4px;
  content: "";
  border: solid #2175d9;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.rds--filter-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 2.625rem;
  overflow: hidden;
  -webkit-transition: height .35s;
  -o-transition: height .35s;
  transition: height .35s; }
  @media screen and (max-width: 1200px) {
    .rds--filter-box {
      display: block;
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-transition: height .35s;
      -o-transition: height .35s;
      transition: height .35s; }
      .rds--filter-box [class^="rds--row"] {
        margin-bottom: 1rem; }
      .rds--filter-box .rds--row {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .rds--filter-box .rds--row .col-filter:last-child {
          display: block !important;
          width: 16.666667% !important;
          margin-left: 16px;
          text-align: right !important; }
        .rds--filter-box .rds--row .col-filter.col-search {
          width: 83.3333333333% !important; }
      .rds--filter-box .rds--row-xl {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        width: calc(83.3333333333% - 13px) !important;
        margin-bottom: 1rem; }
      .rds--filter-box .col-filter:last-child {
        text-align: left !important; } }
  .d-block.rds--filter-box {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow: hidden;
    -webkit-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s; }
    .d-block.rds--filter-box .rds--row {
      margin-bottom: 1rem; }
      .d-block.rds--filter-box .rds--row .col-filter.col-search {
        width: 83.3333333333%; }
      .d-block.rds--filter-box .rds--row .col-filter:last-child {
        position: relative;
        display: block;
        width: 16.666667%;
        margin-left: 1rem;
        text-align: right; }
    .d-block.rds--filter-box:not(.show) {
      overflow: hidden !important; }
  .rds--filter-box .rds--row, .rds--filter-box .rds--row-xl,
  .rds--filter-box .rds--row-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .rds--filter-box .rds--row-hidden [class^="col"] {
    padding: 0; }
  .rds--filter-box .rds--row {
    margin-right: 1rem; }
    .rds--filter-box .rds--row .col-filter:last-child {
      display: none; }
    .rds--filter-box .rds--row .col-filter.col-search {
      width: 100%;
      margin: 0; }
  .rds--filter-box .rds--row-xl {
    margin-right: 1rem; }
    .rds--filter-box .rds--row-xl .col-filter {
      width: 50%; }
  
  .rds--filter-box .rds--row-hidden {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(83.3333333333% - 13px);
    margin-bottom: 1rem; }
  .rds--filter-box .col-filter:not(:last-child) {
    margin-right: 1rem; }
  @media screen and (min-width: 768px) {
    .rds--filter-box .col-filter.col-actions .btn.d-md-block {
      display: inline-block !important; } }
  .rds--filter-box .col-filter .dropdown {
    min-width: 196px; }
    .rds--filter-box .col-filter .dropdown .dropdown-toggle {
      width: 100%; }

.loader-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1700;
  display: none; }
  .show.loader-container {
    display: block; }
    .show.loader-container .loader .bounce > div {
      width: 1.5rem;
      height: 1.5rem;
      background-color: #fff; }

.loader {
  /* Spinner */
  /* Spinner */
  /* Bounce */
  /* Bounce */
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  /* Spinner */
  /* Spinner */
  /* Bounce */
  /* Bounce */ }

@-webkit-keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes loader-bounce {
  0%, 60%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loader-bounce {
  0%, 60%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .show.loader {
    z-index: 1800; }
  .loader .spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: solid 2px transparent;
    border-top-color: #2175d9;
    border-left-color: #2175d9;
    border-radius: 50px;
    -webkit-animation: loader-spinner 400ms linear infinite;
            animation: loader-spinner 400ms linear infinite; }
  .loader .bounce > div {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #2175d9;
    border-radius: 100%;
    -webkit-animation: loader-bounce 1.4s infinite ease-in-out both;
            animation: loader-bounce 1.4s infinite ease-in-out both; }
  .loader .bounce .bounce1 {
    -webkit-animation-delay: -.48s;
            animation-delay: -.48s; }
  .loader .bounce .bounce2 {
    -webkit-animation-delay: -.32s;
            animation-delay: -.32s; }
  .loader .bounce .bounce3 {
    -webkit-animation-delay: -.16s;
            animation-delay: -.16s; }

.show.loader-container .loader, .show.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.Text_Paragraph {
  font-size: 1.25rem;
  line-height: 1.5; }

.body-text-xl {
  font-size: 1.25rem;
  line-height: 1.5; }

.Text_large {
  font-size: 1.25rem;
  line-height: 1.5; }
  .phone .Text_Paragraph {
    font-size: 1rem; }
  .phone .body-text-xl {
    font-size: 1rem; }
  .phone .Text_large {
    font-size: 1rem; }

.body-text-l {
  font-size: 1.125rem;
  line-height: 1.5; }
  .phone .body-text-l {
    font-size: 1rem; }

.body-text-m {
  font-size: 1rem;
  line-height: 1.5; }

.font-size-base {
  font-size: 1rem;
  line-height: 1.5; }

.body-text-s {
  font-size: 0.875rem;
  line-height: 1.7; }

.font-size-s {
  font-size: 0.875rem;
  line-height: 1.7; }

.rds--body-text {
  font-size: 0.875rem;
  line-height: 1.7; }

.body-text-xs {
  font-size: 0.75rem;
  line-height: 2; }

.rds--text-small {
  font-size: 0.75rem;
  line-height: 2; }

.Text_small {
  font-size: 0.75rem;
  line-height: 2; }

.font-size-xs {
  font-size: 0.75rem;
  line-height: 2; }

.reading-text {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  max-width: 75ch;
  overflow: hidden; }

.font-size-display {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25; }

.heading-xl {
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25; }
  .phone .font-size-display,
  .phone .heading-xl {
    font-size: 2rem; }
  .background-primary-dark .font-size-display,
  .background-primary-dark .heading-xl {
    color: #fff; }

.Heading1 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25; }

.heading1 {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25; }

.heading-l {
  margin: 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25; }
  .phone .Heading1,
  .phone .heading1,
  .phone .heading-l {
    font-size: 1.75rem; }
  .background-primary-dark .Heading1,
  .background-primary-dark .heading1,
  .background-primary-dark .heading-l {
    color: #fff; }

.Heading2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25; }

.heading2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25; }

.heading-m {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25; }
  .phone .Heading2,
  .phone .heading2,
  .phone .heading-m {
    font-size: 1.25rem; }
  .background-primary-dark .Heading2,
  .background-primary-dark .heading2,
  .background-primary-dark .heading-m {
    color: #fff; }

.Heading3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }

.heading3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }

.heading-s {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .background-primary-dark .Heading3,
  .background-primary-dark .heading3,
  .background-primary-dark .heading-s {
    color: #fff; }

.Heading4 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

.heading4 {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

.heading-xs {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }
  .background-primary-dark .Heading4,
  .background-primary-dark .heading4,
  .background-primary-dark .heading-xs {
    color: #fff; }

.Heading5 {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c6c6c;
  text-transform: uppercase; }

.heading5 {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c6c6c;
  text-transform: uppercase; }

.heading-xxs {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6c6c6c;
  text-transform: uppercase; }
  .background-primary-dark .Heading5,
  .background-primary-dark .heading5,
  .background-primary-dark .heading-xxs {
    color: #fff; }

.Separator,
hr {
  width: 100%;
  border-bottom: 1px solid #393939;
  opacity: .4; }
  .rds--divider--white.Separator,
  hr.rds--divider--white {
    border-color: #fff; }
  .dashed.Separator,
  hr.dashed {
    border-style: dashed; }
  .strong.Separator,
  hr.strong {
    border-width: 2px; }

.block {
  position: relative;
  padding: 2rem;
  background-color: #609de7; }
  .Success.block {
    background-color: #cef2e2; }
  .Warning.block {
    background-color: #fff4dd;
    border: 1px solid #ffb511; }
  .Error.block {
    background-color: #fae4e4; }

textarea {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #393939;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5; }

select {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #393939;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5; }

input {
  height: auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #393939;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5; }
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c5c5c5;
    opacity: 1; }
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c5c5c5;
    opacity: 1; }
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c5c5c5;
    opacity: 1; }
  textarea:-moz-placeholder,
  select:-moz-placeholder,
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #c5c5c5;
    opacity: 1; }
  textarea:focus,
  select:focus,
  input:focus {
    color: #393939;
    border-color: transparent;
    -webkit-box-shadow: inset inset 0 0 0 1px #c5c5c5;
            box-shadow: inset inset 0 0 0 1px #c5c5c5; }
  textarea:disabled,
  select:disabled,
  input:disabled {
    color: #393939;
    resize: none;
    background: #f8f8f8; }
  .compact-view textarea {
    height: auto;
    padding: 0.25rem 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem; }
  .compact-view select {
    height: auto;
    padding: 0.25rem 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem; }
  .compact-view input {
    height: auto;
    padding: 0.25rem 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5rem; }

.Form > div {
  margin-bottom: 1.5rem; }
  .Form > div label:first-child {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #0f1941; }
  .Form > div .icon {
    position: absolute;
    right: 1rem; }

/*%input {
  height: $input-height;
}*/
.Form select.ReadOnly {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTcuODk5IDcuMzM4Yy4wMTQtLjA1OS4wMzQtLjExNy4wMzQtLjE3OCAwLS4wNTgtLjAyLS4xMTMtLjAzMi0uMTctLjAxLS4wNDMtLjAxLS4wODgtLjAyNi0uMTMtLjAyMi0uMDU0LS4wNjMtLjA5OC0uMDk3LS4xNDYtLjAyNy0uMDQtLjA0My0uMDg0LS4wNzctLjExOUwxLjM2Ny4yMzVhLjguOCAwIDEgMC0xLjEzNCAxLjEzTDYuMDA1IDcuMTYuMjMzIDEyLjk1OGEuOC44IDAgMSAwIDEuMTM0IDEuMTI4TDcuNjk2IDcuNzNsLjAwMi0uMDAyLjAwMi0uMDAydi0uMDAxYy4wMTUtLjAxNC4wMTktLjAzMy4wMzMtLjA0N2EuNzg4Ljc4OCAwIDAgMCAuMTQyLS4yMTdjLjAxNi0uMDM4LjAxNC0uMDguMDI0LS4xMjIiIGlkPSJhIi8+PC9kZWZzPjx1c2UgZmlsbD0iIzIxNzVkOSIgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0icm90YXRlKDkwIDcuNiA3LjYpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 14px 7px;
  -webkit-appearance: none; }
select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTcuODk5IDcuMzM4Yy4wMTQtLjA1OS4wMzQtLjExNy4wMzQtLjE3OCAwLS4wNTgtLjAyLS4xMTMtLjAzMi0uMTctLjAxLS4wNDMtLjAxLS4wODgtLjAyNi0uMTMtLjAyMi0uMDU0LS4wNjMtLjA5OC0uMDk3LS4xNDYtLjAyNy0uMDQtLjA0My0uMDg0LS4wNzctLjExOUwxLjM2Ny4yMzVhLjguOCAwIDEgMC0xLjEzNCAxLjEzTDYuMDA1IDcuMTYuMjMzIDEyLjk1OGEuOC44IDAgMSAwIDEuMTM0IDEuMTI4TDcuNjk2IDcuNzNsLjAwMi0uMDAyLjAwMi0uMDAydi0uMDAxYy4wMTUtLjAxNC4wMTktLjAzMy4wMzMtLjA0N2EuNzg4Ljc4OCAwIDAgMCAuMTQyLS4yMTdjLjAxNi0uMDM4LjAxNC0uMDguMDI0LS4xMjIiIGlkPSJhIi8+PC9kZWZzPjx1c2UgZmlsbD0iIzIxNzVkOSIgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0icm90YXRlKDkwIDcuNiA3LjYpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 14px 7px;
  -webkit-appearance: none; }
  .Form select.ReadOnly option:first-child {
    color: #0f1941;
    opacity: .6; }
  select option:first-child {
    color: #0f1941;
    opacity: .6; }

/* Sidebar Fold */
/* Sidebar Fold */
/* Sidebar Fold */
/* Sidebar Fold */
/* Footer */
/* Footer */
/* Sidebar Fold */
/* Sidebar Fold */
/* Sidebar Fold Mobile */
/* Sidebar Fold Mobile */
/* [Brandshift Structure > Layout Sidebar ]             ********** */
.layout-base-side-xpto {
  position: relative; }

/* [Brandshift Structure > Layout Sidebar > Menu ]      ********** */
.menu-sidebarxpto {
  position: relative; }

/* [Brandshift Structure > Layout Sidebar > Header ]    ********** */
.page-header {
  border-bottom: 1px solid #c5c5c5;
  position: relative; }
  .page-header a {
    color: #6c6c6c;
    display: inline-block;
    line-height: 1.5rem;
    padding: 0.5rem;
    position: relative;
    vertical-align: middle;
    text-decoration: none; }
  .page-header a:link {
    color: #6c6c6c;
    display: inline-block;
    line-height: 1.5rem;
    padding: 0.5rem;
    position: relative;
    vertical-align: middle;
    text-decoration: none; }
    .page-header a i,
    .page-header a:link i {
      font-size: 1.25rem;
      line-height: 1;
      padding: 0.125rem;
      vertical-align: middle; }
  .page-header-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    line-height: 2rem;
    padding: 0.75rem 0; }
  .page-header a.page-header-burguer {
    display: none;
    padding: 0.5rem;
     }
  .page-header-back-link {
    padding: 0 0.5rem;
    position: relative;
     }
    .page-header-back-link:after {
      background: #c5c5c5;
      content: "";
      height: 1.5rem;
      left: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0.0625rem; }
    .page-header-back-link a,
    .page-header-back-link a:link {
      margin: -0.25rem 0 0;
      padding: 0; }
      .page-header-back-link a i {
        color: #c5c5c5;
        margin-left: -0.3125rem;
        font-size: 0.75rem; }
      .page-header-back-link a:link i {
        color: #c5c5c5;
        margin-left: -0.3125rem;
        font-size: 0.75rem; }
  .page-header-breadcrumb {
    padding: 0 0.5rem;
    position: relative;
     }
    .page-header-breadcrumb:after {
      color: #c5c5c5;
      content: "\e913";
      display: inline-block;
      font-family: "rds-icon" !important;
      font-size: 0.75rem;
      line-height: 1.5rem;
      margin: 0 -0.5rem 0 0.375rem; }
  .page-header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    padding: 0 0.5rem; }
    .page-header-left.title {
      font-size: 0.875rem;
      font-weight: 500;
      margin: 0; }
    .page-header-left.title h1 {
      font-size: 0.875rem;
      font-weight: 500;
      margin: 0; }
  .page-header-center {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .page-header-right {
    justify-self: flex-end;
    padding: 0 0.5rem;
     }
  .page-header-content-menu {
    position: relative; }
    .page-header-content-menu a {
      line-height: 1rem;
      margin-left: 1rem;
      padding: 1rem 0.5rem;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease; }
    .page-header-content-menu a:link {
      line-height: 1rem;
      margin-left: 1rem;
      padding: 1rem 0.5rem;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .page-header-content-menu a:after {
        background-color: transparent;
        content: "";
        bottom: 0;
        height: 0.25rem;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease; }
      .page-header-content-menu a:link:after {
        background-color: transparent;
        content: "";
        bottom: 0;
        height: 0.25rem;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease; }
      .page-header-content-menu a:first-child {
        margin-left: 0; }
      .page-header-content-menu a:link:first-child {
        margin-left: 0; }
      .page-header-content-menu a:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
      .page-header-content-menu a:link:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
      .page-header-content-menu a:not(.active):hover,
      .page-header-content-menu a:link:not(.active):hover {
        background: rgba(108, 108, 108, 0.15); }
        .page-header-content-menu a:not(.active):hover:active,
        .page-header-content-menu a:link:not(.active):hover:active {
          background: rgba(108, 108, 108, 0.3); }
      .page-header-content-menu a.active {
        color: #393939;
        font-weight: 500; }
      .page-header-content-menu a:link.active {
        color: #393939;
        font-weight: 500; }
      .page-header-content-menu a:hover:after {
        background-color: #c5c5c5; }
      .page-header-content-menu a.active:after {
        background-color: #c5c5c5; }
      .page-header-content-menu a:link:hover:after {
        background-color: #c5c5c5; }
      .page-header-content-menu a:link.active:after {
        background-color: #c5c5c5; }

/* [Brandshift Structure > Component Layout Structure  ] ********** */
.component-base {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 3rem;
  position: relative;
  min-height: 250px;
  width: 100%; }
  .component-base img {
    max-width: 100%; }
  .component-base-content {
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
    margin-right: 0.5rem;
    padding: 1.5rem;
    width: 75%; }
  .component-base-sidebar {
    margin-left: 0.5rem;
    width: 25%; }
  .tablet.portrait .component-base,
  .phone .component-base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .tablet.portrait .component-base-content,
    .phone .component-base-content {
      width: 100%; }
    .tablet.portrait .component-base-sidebar,
    .phone .component-base-sidebar {
      width: 100%; }

/* [Brandshift Structure > Component Layout Login  ] ********** */
.layout-login {
  height: 100vh;
  min-height: 100%;
  position: relative; }

.login-box {
  background: #fff;
  border-radius: 0.25rem;
  left: 25%;
  padding: 2.5rem;
  position: absolute;
  top: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  z-index: 1;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }
  .login-box-logo {
    margin-bottom: 1rem; }
    .login-box-logo img {
      max-height: 64px;
      width: auto; }
  .login-box-form {
    font-size: 1rem; }
  .login-box-footer {
    color: #6c6c6c;
    margin-top: 2.5rem; }
  @media screen and (min-width: 1600px) {
    .login-box {
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
  @media screen and (max-width: 1024px) {
    .login-box {
      left: 50%;
      max-width: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
  @media screen and (max-width: 420px) {
    .login-box {
      border-radius: 0;
      bottom: 0;
      left: 0;
      min-height: 100%;
      padding: 1rem;
      position: relative;
      right: 0;
      top: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: auto; } }

.login-form-actions .btn,
.login-form-actions .OSInline {
  vertical-align: middle; }

.login-background {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }
  .login-background img {
    width: 100%; }

/* ------------------------------------- *\
    $3. Forms
\* ------------------------------------- */
textarea {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
select {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="text"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="password"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="datetime"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="datetime-local"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="date"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="month"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="time"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="week"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="number"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="email"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="url"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="search"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="tel"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
input[type="color"] {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.Form input.ReadOnly {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.Form textarea.ReadOnly {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
.Form select.ReadOnly {
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  textarea:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  select:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="text"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="password"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="datetime"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="datetime-local"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="date"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="month"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="time"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="week"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="number"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="email"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="url"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="search"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="tel"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  input[type="color"]:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  .Form input.ReadOnly:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  .Form textarea.ReadOnly:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  .Form select.ReadOnly:focus {
    border-color: #2175d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  textarea.Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  select.Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="text"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="password"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="datetime"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="datetime-local"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="date"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="month"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="time"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="week"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="number"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="email"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="url"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="search"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="tel"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  input[type="color"].Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  .Form input.ReadOnly.Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  .Form textarea.ReadOnly.Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
  .Form select.ReadOnly.Not_Valid {
    padding: 0.5rem 0.5rem;
    background-color: #fae4e4;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #d73b3b;
            box-shadow: inset 0 0 0 2px #d73b3b; }
    textarea.Not_Valid:focus,
    select.Not_Valid:focus,
    input[type="text"].Not_Valid:focus,
    input[type="password"].Not_Valid:focus,
    input[type="datetime"].Not_Valid:focus,
    input[type="datetime-local"].Not_Valid:focus,
    input[type="date"].Not_Valid:focus,
    input[type="month"].Not_Valid:focus,
    input[type="time"].Not_Valid:focus,
    input[type="week"].Not_Valid:focus,
    input[type="number"].Not_Valid:focus,
    input[type="email"].Not_Valid:focus,
    input[type="url"].Not_Valid:focus,
    input[type="search"].Not_Valid:focus,
    input[type="tel"].Not_Valid:focus,
    input[type="color"].Not_Valid:focus,
    .Form input.ReadOnly.Not_Valid:focus,
    .Form textarea.ReadOnly.Not_Valid:focus,
    .Form select.ReadOnly.Not_Valid:focus {
      border: none; }
  textarea.Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  select.Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="text"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="password"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="datetime"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="datetime-local"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="date"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="month"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="time"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="week"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="number"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="email"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="url"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="search"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="tel"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  input[type="color"].Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  .Form input.ReadOnly.Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  .Form textarea.ReadOnly.Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  .Form select.ReadOnly.Valid {
    background-color: #cef2e2;
    -webkit-box-shadow: inset 0 0 0 2px #238559;
            box-shadow: inset 0 0 0 2px #238559; }
  .tablet textarea,
  .phone textarea, .tablet
  select,
  .phone
  select, .tablet
  input[type="text"],
  .phone
  input[type="text"], .tablet
  input[type="password"],
  .phone
  input[type="password"], .tablet
  input[type="datetime"],
  .phone
  input[type="datetime"], .tablet
  input[type="datetime-local"],
  .phone
  input[type="datetime-local"], .tablet
  input[type="date"],
  .phone
  input[type="date"], .tablet
  input[type="month"],
  .phone
  input[type="month"], .tablet
  input[type="time"],
  .phone
  input[type="time"], .tablet
  input[type="week"],
  .phone
  input[type="week"], .tablet
  input[type="number"],
  .phone
  input[type="number"], .tablet
  input[type="email"],
  .phone
  input[type="email"], .tablet
  input[type="url"],
  .phone
  input[type="url"], .tablet
  input[type="search"],
  .phone
  input[type="search"], .tablet
  input[type="tel"],
  .phone
  input[type="tel"], .tablet
  input[type="color"],
  .phone
  input[type="color"], .tablet
  .Form input.ReadOnly,
  .phone
  .Form input.ReadOnly, .tablet
  .Form textarea.ReadOnly,
  .phone
  .Form textarea.ReadOnly, .tablet
  .Form select.ReadOnly,
  .phone
  .Form select.ReadOnly {
    height: auto; }
  .compact-view textarea, .compact-view
  select, .compact-view
  input[type="text"], .compact-view
  input[type="password"], .compact-view
  input[type="datetime"], .compact-view
  input[type="datetime-local"], .compact-view
  input[type="date"], .compact-view
  input[type="month"], .compact-view
  input[type="time"], .compact-view
  input[type="week"], .compact-view
  input[type="number"], .compact-view
  input[type="email"], .compact-view
  input[type="url"], .compact-view
  input[type="search"], .compact-view
  input[type="tel"], .compact-view
  input[type="color"], .compact-view
  .Form input.ReadOnly, .compact-view
  .Form textarea.ReadOnly, .compact-view
  .Form select.ReadOnly {
    padding: 0.25rem 0.25rem; }

/* Overide System Styles */
.Page.ios input[type="datetime"] {
  padding-top: 1.5rem; }
.Page.ios input[type="datetime-local"] {
  padding-top: 1.5rem; }
.Page.ios input[type="date"] {
  padding-top: 1.5rem; }
.Page.android input[type="datetime"] {
  padding-top: 1.5rem; }
.Page.android input[type="datetime-local"] {
  padding-top: 1.5rem; }
.Page.android input[type="date"] {
  padding-top: 1.5rem; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: auto; }
  .compact-view input[type="text"], .compact-view
  input[type="password"], .compact-view
  input[type="datetime"], .compact-view
  input[type="datetime-local"], .compact-view
  input[type="date"], .compact-view
  input[type="month"], .compact-view
  input[type="time"], .compact-view
  input[type="week"], .compact-view
  input[type="number"], .compact-view
  input[type="email"], .compact-view
  input[type="url"], .compact-view
  input[type="search"], .compact-view
  input[type="tel"], .compact-view
  input[type="color"] {
    height: auto;
    padding: 0.25rem 0.25rem; }
  .tablet input[type="text"],
  .phone input[type="text"], .tablet
  input[type="password"],
  .phone
  input[type="password"], .tablet
  input[type="datetime"],
  .phone
  input[type="datetime"], .tablet
  input[type="datetime-local"],
  .phone
  input[type="datetime-local"], .tablet
  input[type="date"],
  .phone
  input[type="date"], .tablet
  input[type="month"],
  .phone
  input[type="month"], .tablet
  input[type="time"],
  .phone
  input[type="time"], .tablet
  input[type="week"],
  .phone
  input[type="week"], .tablet
  input[type="number"],
  .phone
  input[type="number"], .tablet
  input[type="email"],
  .phone
  input[type="email"], .tablet
  input[type="url"],
  .phone
  input[type="url"], .tablet
  input[type="search"],
  .phone
  input[type="search"], .tablet
  input[type="tel"],
  .phone
  input[type="tel"], .tablet
  input[type="color"],
  .phone
  input[type="color"] {
    height: auto; }

/* INPUT STYPE SEARCH */
input[type="search"] {
  padding: 0 !important;
  padding-left: 1.5rem !important; }

select {
  height: auto;
  padding-right: 2rem; }
  .tablet select,
  .phone select {
    line-height: 1.5rem; }

/*  Inputs,
    selects,
    textareas,
    radio buttons and checkboxes generic styling */
.Form input.ReadOnly:not(.Not_Valid) {
  background-color: #fff;
  border-color: #c5c5c5;
  opacity: 1; }
.Form textarea.ReadOnly:not(.Not_Valid) {
  background-color: #fff;
  border-color: #c5c5c5;
  opacity: 1; }
.Form select.ReadOnly:not(.Not_Valid) {
  background-color: #fff;
  border-color: #c5c5c5;
  opacity: 1; }

.Form textarea.ReadOnly[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

.Form select.ReadOnly[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

.Form input.ReadOnly[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

textarea[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

select[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

input[disabled="disabled"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

textarea[readonly="readonly"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

select[readonly="readonly"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

input[readonly="readonly"] {
  color: #6c6c6c;
  background-color: #f8f8f8; }

.Form input[readonly="readonly"].ReadOnly:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Form input[disabled="disabled"].ReadOnly:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Form select[readonly="readonly"].ReadOnly:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Form select[disabled="disabled"].ReadOnly:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

input[readonly="readonly"]:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

textarea[readonly="readonly"]:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

select[readonly="readonly"]:not(.Not_Valid):focus {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none; }

textarea,
select,
input {
  position: relative;
  border-radius: 0.25rem; }

textarea,
.Form textarea.ReadOnly {
  min-width: 100%;
  min-height: 40px;
  padding: 0.5rem 0.5rem;
  white-space: normal; }

.Form textarea.Not_Valid:focus,
.Form textarea.Not_Valid,
textarea.Not_Valid:focus,
textarea.Not_Valid {
  padding: 0.5rem 0.5rem; }

/* Smart Input - Hide Undo*/
.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo,
.Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo,
.Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
  display: none; }

/* Form Label */
.Form:not(.form-top) label {
  display: inline-block;
  padding-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5rem; }

.Form > div {
  margin-bottom: 1.429rem; }
  .shout .Form > div:last-of-type {
    margin: 0; }
  .Form > div label {
    line-height: 1.5rem; }

.Form label:not(.MandatoryLabel):after {
  color: #6c6c6c;
  content: "(optional)";
  display: inline;
  font-size: 0.75rem;
  padding: 0 0.25rem; }

.Form label[for=""]:after, .Form label.MandatoryLabel:after {
  content: "";
  display: none; }

.label-help-text {
  color: #6c6c6c;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin: -0.25rem 0 0.25rem; }

.ValidationMessage {
  color: #d73b3b;
  font-size: 0.875rem;
  margin-top: 0.25rem; }

.form-control-message {
  width: 100%;
  margin-top: 1rem;
  font-size: 1rem;
  color: #c5c5c5; }

.label-input {
  margin-bottom: 1rem; }
  .label-input label {
    color: #393939;
    font-size: 0.875rem;
    display: block;
    margin: 0 0 0.25rem; }
  .label-input input {
    display: block;
    width: 100%; }

input[type="checkbox"] {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 2.5rem;
  margin: 0;
  padding: 0 !important;
  vertical-align: middle;
  width: 1rem;
  cursor: pointer;
  /* Checked **************************/
  /* Hover */
  /* Disabled **************************/ }
  input[type="checkbox"].ReadOnly,
  .tablet input[type="checkbox"],
  .tablet input[type="checkbox"].ReadOnly,
  .phone input[type="checkbox"],
  .phone input[type="checkbox"].ReadOnly {
    height: 2.5rem; }
  input[type="checkbox"]:focus {
    border: none !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type="checkbox"]:before {
    background-color: #fff;
    border: 2px solid #c5c5c5;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    content: "";
    height: 0.75rem;
    left: 0;
    position: absolute;
    top: 0.75rem;
    width: 0.75rem; }
  input[type="checkbox"]:after {
    background-color: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    content: "";
    height: 0.3125rem;
    left: 0.1875rem;
    margin-top: -0.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0) rotate(-45deg);
        -ms-transform: scale(0) rotate(-45deg);
            transform: scale(0) rotate(-45deg);
    width: 0.625rem; }
  input[type="checkbox"].indeterminate:before {
    background-color: #2175d9;
    border-color: #2175d9; }
  input[type="checkbox"].indeterminate:after {
    background-color: #fff;
    border-width: 0;
    height: 0.125rem;
    margin-top: -1px;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  input[type="checkbox"]:checked:before {
    background-color: #2175d9;
    border-color: #2175d9; }
  input[type="checkbox"]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-45deg);
        -ms-transform: scale(1) rotate(-45deg);
            transform: scale(1) rotate(-45deg); }
  input[type="checkbox"]:checked.indeterminate:after {
    background-color: #fff;
    border-width: 0;
    height: 0.125rem;
    margin-top: -0.0625rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  input[type="checkbox"]:checked:hover:before {
    background-color: #2175d9; }
  input[type="checkbox"]:hover:before {
    background-color: #fff;
    border-color: #2175d9; }
  input[type="checkbox"]:focus:before {
    border-color: #2175d9;
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .Form input[type="checkbox"].Not_Valid:before {
    border: transparent; }
  input[type="checkbox"].Not_Valid:before {
    border: transparent; }
  input[type="checkbox"]:disabled {
    cursor: not-allowed; }
    input[type="checkbox"]:disabled:before {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      -webkit-box-shadow: none;
              box-shadow: none; }
    input[type="checkbox"]:disabled:hover:before {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      -webkit-box-shadow: none;
              box-shadow: none; }
    input[type="checkbox"]:disabled:checked:after {
      border-color: #fff; }
    input[type="checkbox"]:disabled:checked:before {
      background-color: #c5c5c5;
      border-color: #c5c5c5; }
    input[type="checkbox"]:disabled:checked:hover:before {
      background-color: #c5c5c5;
      border-color: #c5c5c5; }
  input[type="checkbox"] ~ label {
    cursor: pointer;
    color: #393939;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  input[type="checkbox"] ~ label + span {
    cursor: pointer;
    color: #393939;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    input[type="checkbox"] ~ label:after,
    .Form input[type="checkbox"] ~ label:after,
    input[type="checkbox"] ~ label + span:after,
    .Form
    input[type="checkbox"] ~ label + span:after {
      display: none; }
  input[type="checkbox"]:checked ~ label {
    color: #2175d9; }
  input[type="checkbox"]:hover ~ label {
    color: #2175d9; }
  input[type="checkbox"][disabled="disabled"] ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  input[type="checkbox"][disabled] ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  input[type="checkbox"][disabled]:hover ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  .compact-view input[type="checkbox"] {
    height: 2rem; }
    .compact-view input[type="checkbox"].ReadOnly,
    .tablet .compact-view input[type="checkbox"],
    .tablet .compact-view input[type="checkbox"].ReadOnly,
    .phone .compact-view input[type="checkbox"],
    .phone .compact-view input[type="checkbox"].ReadOnly {
      height: 2rem; }
    .compact-view input[type="checkbox"]:before {
      top: 0.5rem; }
    .compact-view input[type="checkbox"] ~ label {
      padding: 0.25rem 0 0.25rem 0.5rem; }
    .compact-view input[type="checkbox"] ~ label + span {
      padding: 0.25rem 0 0.25rem 0.5rem; }

.Form input[type="checkbox"] {
  margin: 0; }
  .Form input[type="checkbox"].SmartInput {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -0.125rem;
    vertical-align: middle; }

.Form:not(.form-top) input[type="checkbox"] ~ label {
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0 0.5rem 0.5rem; }
  .compact-view .Form:not(.form-top) input[type="checkbox"] ~ label {
    padding: 0.25rem 0 0.25rem 0.5rem; }

input[type="radio"] {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 2.5rem;
  margin: 0;
  padding: 0 !important;
  vertical-align: middle;
  width: 1rem;
  cursor: pointer; }
  input[type="radio"].ReadOnly,
  .tablet input[type="radio"],
  .tablet input[type="radio"].ReadOnly,
  .phone input[type="radio"],
  .phone input[type="radio"].ReadOnly {
    height: 2.5rem; }
  input[type="radio"]:focus {
    border: none !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type="radio"]:before {
    background-color: #fff;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    content: "";
    height: 0.75rem;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0.75rem;
    width: 0.75rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  input[type="radio"]:after {
    background-color: #2175d9;
    border: none;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 0.5rem;
    left: 0.25rem;
    margin-top: -0.25rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0.5rem; }
  input[type="radio"]:checked:before {
    border-color: #2175d9; }
  input[type="radio"]:checked:after {
    opacity: 1; }
  input[type="radio"]:hover:before {
    border-color: #2175d9; }
  input[type="radio"]:focus:before {
    border-color: #2175d9;
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .Form input[type="radio"].Not_Valid:before {
    border: transparent; }
  input[type="radio"].Not_Valid:before {
    border: transparent; }
  input[type="radio"]:disabled {
    cursor: not-allowed; }
    input[type="radio"]:disabled:before {
      background: #f8f8f8;
      border-color: #c5c5c5;
      -webkit-box-shadow: none;
              box-shadow: none; }
    input[type="radio"]:disabled:hover:before {
      background: #f8f8f8;
      border-color: #c5c5c5;
      -webkit-box-shadow: none;
              box-shadow: none; }
    input[type="radio"]:disabled:checked:after {
      background-color: #c5c5c5; }
    input[type="radio"]:disabled:checked:before {
      background: #fff;
      border-color: #c5c5c5; }
    input[type="radio"]:disabled:checked:hover:before {
      background: #fff;
      border-color: #c5c5c5; }
  input[type="radio"] ~ label {
    cursor: pointer;
    color: #393939;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  input[type="radio"] ~ label + span {
    cursor: pointer;
    color: #393939;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-left: 0;
    padding: 0.5rem 0 0.5rem 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    input[type="radio"] ~ label:after,
    .Form input[type="radio"] ~ label:after,
    input[type="radio"] ~ label + span:after,
    .Form
    input[type="radio"] ~ label + span:after {
      display: none; }
  input[type="radio"]:checked ~ label {
    color: #2175d9; }
  input[type="radio"]:hover ~ label {
    color: #2175d9; }
  input[type="radio"][disabled="disabled"] ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  input[type="radio"][disabled] ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  input[type="radio"][disabled]:hover ~ label {
    cursor: not-allowed;
    color: #c5c5c5; }
  .compact-view input[type="radio"] {
    height: 2rem; }
    .compact-view input[type="radio"].ReadOnly,
    .tablet .compact-view input[type="radio"],
    .tablet .compact-view input[type="radio"].ReadOnly,
    .phone .compact-view input[type="radio"],
    .phone .compact-view input[type="radio"].ReadOnly {
      height: 2rem; }
    .compact-view input[type="radio"]:before {
      top: 0.5rem; }
    .compact-view input[type="radio"] ~ label {
      padding: 0.25rem 0 0.25rem 0.5rem; }
    .compact-view input[type="radio"] ~ label + span {
      padding: 0.25rem 0 0.25rem 0.5rem; }

.Form input[type="radio"].SmartInput {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  top: -0.125rem;
  vertical-align: middle !important; }

.Form.form-top input[type="radio"] ~ label {
  display: inline-block;
  margin-bottom: 0;
  width: auto; }

.Form:not(.form-top) input[type="radio"] ~ label {
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem 0 0.5rem 0.5rem; }
  .compact-view .Form:not(.form-top) input[type="radio"] ~ label {
    padding: 0.25rem 0 0.25rem 0.5rem; }

/* IE */
.ie .Form select {
  padding-right: 0.5rem; }
.ie .Form select.ReadOnly {
  padding-right: 0.5rem; }

/* ------------------------------------- *\
    $4. Buit-in widgets
\* ------------------------------------- */
/* Slider Range ********************/
/* DEPRECATED > to delete on 10/1/2020 */
/* filter form **************************/
.Filters_Wrapper {
  padding: 1rem 1.5rem;
  line-height: 2.5rem;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }
  .Filters_Wrapper .Button {
    margin-left: 1rem; }

.phone .Filters_Wrapper input[type="text"] {
  width: 100%;
  margin-bottom: 1rem; }

.phone .Filters_Wrapper input.Button.Is_Default {
  margin-left: 0; }

/* editable table **************************/
.EditableTable {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }
  .EditableTable thead td {
    padding-left: 2.5rem;
    font-size: 0.875rem;
    font-weight: normal;
    color: #0f1941;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0.25rem; }
  .EditableTable tbody tr:not(.RowControlGroup) td {
    border-bottom: 1px solid #c5c5c5; }
  .EditableTable tr.Selected td {
    background-color: #fff; }
  .EditableTable tr.OnEdit + tr.RowControlGroup .ControlActions {
    left: 50%;
    padding: 0.5rem;
    margin-top: -2px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .EditableTable tr.Selected + tr.RowControlGroup .ControlActions {
    left: 50%;
    padding: 0.5rem;
    margin-top: -2px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .EditableTable tr.RowControlGroup a {
    display: none;
    width: 50px;
    color: #2175d9;
    cursor: pointer; }

td.RowWithAddAction {
  border-bottom: 0; }
  td.RowWithAddAction i {
    margin-right: 0.5rem;
    font-size: 1rem; }

body .EditableTable input:not(.InEditMode) {
  font-size: 1rem;
  color: #0f1941;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

body .EditableTable textarea:not(.InEditMode) {
  font-size: 1rem;
  color: #0f1941;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

body .EditableTable select:not(.InEditMode) {
  font-size: 1rem;
  color: #0f1941;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Submit Button *******************/
/* Header **************************/
table.OSFillParent,
table[cellSpacing] {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.TableRecords {
  color: #393939;
  padding: 0;
  margin: 0; }
  .TableRecords_Header {
    color: #6c6c6c;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 1rem 0.5rem;
    vertical-align: top;
    text-transform: uppercase; }
    .table-wrapper.table--compact .TableRecords_Header {
      padding: 0.75rem 0.5rem; }
    .table-wrapper.table--tight .TableRecords_Header {
      padding: 0.75rem 0.5rem; }
  .TableRecords_OddLine {
    border-top: 1px solid #c5c5c5;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.5rem;
    vertical-align: top; }
  .TableRecords_EvenLine {
    border-top: 1px solid #c5c5c5;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.75rem 0.5rem;
    vertical-align: top; }
    .table-wrapper.table--compact .TableRecords_OddLine {
      padding: 0.5rem 0.5rem; }
    .table-wrapper.table--compact .TableRecords_EvenLine {
      padding: 0.5rem 0.5rem; }
    .table-wrapper.table--tight .TableRecords_OddLine {
      padding: 0.25rem 0.5rem; }
    .table-wrapper.table--tight .TableRecords_EvenLine {
      padding: 0.25rem 0.5rem; }
  .TableRecords .btn-icon {
    margin: -0.5rem 0; }
    .table-wrapper.table--compact .TableRecords .btn-icon,
    .table-wrapper.table--tight .TableRecords .btn-icon {
      line-height: 1;
      padding: 0.125rem;
      min-width: 2rem;
      height: 2rem; }
      .table-wrapper.table--compact .TableRecords .btn-icon i,
      .table-wrapper.table--tight .TableRecords .btn-icon i {
        font-size: 1.25rem;
        padding: 0; }
  .TableRecords [type="checkbox"],
  .TableRecords [type="radio"] {
    height: 1.5rem;
    vertical-align: top; }
    .TableRecords [type="checkbox"]:before,
    .TableRecords [type="radio"]:before {
      top: 0.25rem; }
  .TableRecords_BottomNavigation {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem; }

.table-wrapper {
  position: relative; }
  .table-wrapper .TableRecords.is--freezed-header thead tr {
    position: fixed;
    display: table;
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
    margin: 0 -1.5rem;
    z-index: 50; }
    .table-wrapper .TableRecords.is--freezed-header thead tr th:first-child {
      padding-left: 1.5rem; }
    .table-wrapper .TableRecords.is--freezed-header thead tr th:last-child {
      padding-right: 1.5rem; }
  .table-wrapper .TableRecords.is--freezed-header tbody {
    position: relative; }

/* OutSystems UI based */
.js-table-records-label {
  display: none;
  color: #6c6c6c;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  padding: 1rem 0.5rem;
  vertical-align: top;
  text-transform: uppercase;
  min-width: 100px; }
  .tablet.portrait .TableRecords:not(.no-responsive) .js-table-records-label,
  .phone .TableRecords:not(.no-responsive) .js-table-records-label {
    display: block; }
  .phone .TableRecords:not(.no-responsive) .js-table-records-label {
    min-width: 70px;
    max-width: 70px; }

/* Expanded Rows */
.tablet .table-wrapper.table--expandable-rows .TableRecords,
.phone .table-wrapper.table--expandable-rows .TableRecords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tablet .table-wrapper.table--expandable-rows .TableRecords thead,
  .phone .table-wrapper.table--expandable-rows .TableRecords thead {
    display: none; }
  .tablet .table-wrapper.table--expandable-rows .TableRecords tbody,
  .phone .table-wrapper.table--expandable-rows .TableRecords tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr,
    .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 0.75rem 0.5rem;
        width: 100% !important; }
      .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 0.75rem 0.5rem;
        width: 100% !important; }
        .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td:focus {
          -webkit-box-shadow: inset 0 0 0 2px #8cb9ee;
                  box-shadow: inset 0 0 0 2px #8cb9ee; }
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td:focus {
          -webkit-box-shadow: inset 0 0 0 2px #8cb9ee;
                  box-shadow: inset 0 0 0 2px #8cb9ee; }
        .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child .js-table-records-label, .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td:not(:first-child),
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child .js-table-records-label,
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td:not(:first-child) {
          display: none; }
        .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child {
          border-top: 1px solid #c5c5c5;
          display: block;
          overflow: hidden;
          position: relative;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          white-space: nowrap; }
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child {
          border-top: 1px solid #c5c5c5;
          display: block;
          overflow: hidden;
          position: relative;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          white-space: nowrap; }
        .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child:after {
          color: #2175d9;
          content: "\e911";
          font-family: "rds-icon" !important;
          font-size: 1.25rem;
          font-style: normal;
          height: 1.25rem;
          line-height: 1;
          padding: .125rem;
          position: absolute;
          right: 0.5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: -webkit-transform 180ms linear;
          transition: -webkit-transform 180ms linear;
          -o-transition: transform 180ms linear;
          transition: transform 180ms linear;
          transition: transform 180ms linear, -webkit-transform 180ms linear;
          width: 1.25rem; }
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td:first-child:after {
          color: #2175d9;
          content: "\e911";
          font-family: "rds-icon" !important;
          font-size: 1.25rem;
          font-style: normal;
          height: 1.25rem;
          line-height: 1;
          padding: .125rem;
          position: absolute;
          right: 0.5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: -webkit-transform 180ms linear;
          transition: -webkit-transform 180ms linear;
          -o-transition: transform 180ms linear;
          transition: transform 180ms linear;
          transition: transform 180ms linear, -webkit-transform 180ms linear;
          width: 1.25rem; }
        .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr td .js-table-records-label,
        .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr td .js-table-records-label {
          padding: 0;
          width: 35%;
          max-width: 50%; }
      .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:not(:first-child),
      .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:not(:first-child) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:first-child:after,
      .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:first-child:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
      .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:first-child {
        font-weight: 500; }
      .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded td:first-child {
        font-weight: 500; }
      .tablet .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded .js-table-records-label,
      .phone .table-wrapper.table--expandable-rows .TableRecords tbody tr.is--row-expanded .js-table-records-label {
        display: block; }
  .tablet .table-wrapper.table--expandable-rows .TableRecords i,
  .phone .table-wrapper.table--expandable-rows .TableRecords i {
    vertical-align: middle; }
  .tablet .table-wrapper.table--expandable-rows .TableRecords input[type="checkbox"],
  .phone .table-wrapper.table--expandable-rows .TableRecords input[type="checkbox"] {
    height: 1.5rem;
    pointer-events: auto;
    vertical-align: middle; }
    .tablet .table-wrapper.table--expandable-rows .TableRecords input[type="checkbox"]:before,
    .phone .table-wrapper.table--expandable-rows .TableRecords input[type="checkbox"]:before {
      top: 0.25rem; }

.tablet .table-wrapper.table--expandable-rows.table--compact .TableRecords tbody tr td {
  padding: 0.5rem 0.5rem; }

.phone .table-wrapper.table--expandable-rows.table--compact .TableRecords tbody tr td {
  padding: 0.5rem 0.5rem; }

.tablet .table-wrapper.table--expandable-rows.table--tight .TableRecords tbody tr td {
  padding: 0.25rem 0.5rem; }

.phone .table-wrapper.table--expandable-rows.table--tight .TableRecords tbody tr td {
  padding: 0.25rem 0.5rem; }

/* Scrollable Row */
.tablet .table-wrapper.table--scrollable-rows .TableRecords,
.phone .table-wrapper.table--scrollable-rows .TableRecords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem; }
  .tablet .table-wrapper.table--scrollable-rows .TableRecords .js-table-records-label,
  .phone .table-wrapper.table--scrollable-rows .TableRecords .js-table-records-label {
    display: none; }
  .tablet .table-wrapper.table--scrollable-rows .TableRecords thead,
  .phone .table-wrapper.table--scrollable-rows .TableRecords thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .tablet .table-wrapper.table--scrollable-rows .TableRecords thead tr,
    .phone .table-wrapper.table--scrollable-rows .TableRecords thead tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .tablet .table-wrapper.table--scrollable-rows .TableRecords thead th {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #c5c5c5;
      border-right: 1px solid #c5c5c5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: auto;
      line-height: 1.5rem;
      padding: 0.75rem 0.5rem;
      pointer-events: none;
      width: auto !important;
      word-break: break-word; }
    .phone .table-wrapper.table--scrollable-rows .TableRecords thead th {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #c5c5c5;
      border-right: 1px solid #c5c5c5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: auto;
      line-height: 1.5rem;
      padding: 0.75rem 0.5rem;
      pointer-events: none;
      width: auto !important;
      word-break: break-word; }
      .tablet .table-wrapper.table--scrollable-rows .TableRecords thead th:first-child,
      .phone .table-wrapper.table--scrollable-rows .TableRecords thead th:first-child {
        border-top-color: transparent; }
  .tablet .table-wrapper.table--scrollable-rows .TableRecords tbody,
  .phone .table-wrapper.table--scrollable-rows .TableRecords tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: -0.5rem;
    overflow-x: auto;
    position: relative;
    width: 100%; }
    .tablet .table-wrapper.table--scrollable-rows .TableRecords tbody tr,
    .phone .table-wrapper.table--scrollable-rows .TableRecords tbody tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .tablet .table-wrapper.table--scrollable-rows .TableRecords tbody tr td {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: auto;
        line-height: 1.5rem;
        padding: 0.75rem 0.5rem;
        width: auto !important; }
      .phone .table-wrapper.table--scrollable-rows .TableRecords tbody tr td {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-top: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: auto;
        line-height: 1.5rem;
        padding: 0.75rem 0.5rem;
        width: auto !important; }
        .tablet .table-wrapper.table--scrollable-rows .TableRecords tbody tr td:first-child,
        .phone .table-wrapper.table--scrollable-rows .TableRecords tbody tr td:first-child {
          border-top-color: transparent; }
      .tablet .table-wrapper.table--scrollable-rows .TableRecords tbody tr:last-child td,
      .phone .table-wrapper.table--scrollable-rows .TableRecords tbody tr:last-child td {
        border-right-color: transparent; }
  .tablet .table-wrapper.table--scrollable-rows .TableRecords i,
  .phone .table-wrapper.table--scrollable-rows .TableRecords i {
    vertical-align: middle; }
  .tablet .table-wrapper.table--scrollable-rows .TableRecords input[type="checkbox"],
  .phone .table-wrapper.table--scrollable-rows .TableRecords input[type="checkbox"] {
    height: 1.5rem;
    pointer-events: auto;
    vertical-align: middle; }
    .tablet .table-wrapper.table--scrollable-rows .TableRecords input[type="checkbox"]:before,
    .phone .table-wrapper.table--scrollable-rows .TableRecords input[type="checkbox"]:before {
      top: 0.25rem; }

.tablet .table-wrapper.table--scrollable-rows.table--compact .TableRecords thead tr th {
  padding: 0.5rem 0.5rem; }

.tablet .table-wrapper.table--scrollable-rows.table--compact .TableRecords tbody tr td {
  padding: 0.5rem 0.5rem; }

.phone .table-wrapper.table--scrollable-rows.table--compact .TableRecords thead tr th {
  padding: 0.5rem 0.5rem; }

.phone .table-wrapper.table--scrollable-rows.table--compact .TableRecords tbody tr td {
  padding: 0.5rem 0.5rem; }

.tablet .table-wrapper.table--scrollable-rows.table--tight .TableRecords thead tr th {
  padding: 0.25rem 0.5rem; }

.tablet .table-wrapper.table--scrollable-rows.table--tight .TableRecords tbody tr td {
  padding: 0.25rem 0.5rem; }

.phone .table-wrapper.table--scrollable-rows.table--tight .TableRecords thead tr th {
  padding: 0.25rem 0.5rem; }

.phone .table-wrapper.table--scrollable-rows.table--tight .TableRecords tbody tr td {
  padding: 0.25rem 0.5rem; }

/* table **************************/
table.EditRecord {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  /* All columns **************************/
  /* First column **************************/
  /* Last Row **************************/ }
table.ShowRecord {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  /* All columns **************************/
  /* First column **************************/
  /* Last Row **************************/ }
  table.EditRecord tr td {
    padding-top: 2.5rem;
    padding-right: 2.5rem; }
  table.ShowRecord tr td {
    padding-top: 2.5rem;
    padding-right: 2.5rem; }
  table.EditRecord td:first-child {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    /* First row **************************/ }
  table.ShowRecord td:first-child {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    /* First row **************************/ }
    table.EditRecord td:first-child td {
      padding-top: 2.5rem; }
    table.ShowRecord td:first-child td {
      padding-top: 2.5rem; }
  table.EditRecord tr:last-child td {
    padding-bottom: 2.5rem; }
  table.ShowRecord tr:last-child td {
    padding-bottom: 2.5rem; }

.EditRecord_Buttons .Button {
  line-height: 2rem; }

/* Responsive Context */
/* First Column / first column - tablet and phone **************************/
.tablet table.EditRecord tr:first-child td:first-child {
  padding-top: 2.5rem; }
.tablet table.ShowRecord tr:first-child td:first-child {
  padding-top: 2.5rem; }
.phone table.EditRecord tr:first-child td:first-child {
  padding-top: 2.5rem; }
.phone table.ShowRecord tr:first-child td:first-child {
  padding-top: 2.5rem; }

.tablet table.EditRecord tr td {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.tablet table.ShowRecord tr td {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.phone table.EditRecord tr td {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.phone table.ShowRecord tr td {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.tablet td.EditRecord_Caption:first-child + .EditRecord_Value {
  padding-right: 2.5rem; }

.phone td.EditRecord_Caption:first-child + .EditRecord_Value {
  padding-right: 2.5rem; }

/* Last Row / Last Column on tablet and phone **************************/
.tablet table.EditRecord tr:last-child td:last-child {
  padding-bottom: 2.5rem; }
.tablet table.ShowRecord tr:last-child td:last-child {
  padding-bottom: 2.5rem; }
.phone table.EditRecord tr:last-child td:last-child {
  padding-bottom: 2.5rem; }
.phone table.ShowRecord tr:last-child td:last-child {
  padding-bottom: 2.5rem; }

/* ------------------------------------ *\
    $5. RichWidgets
\* ------------------------------------- */
/* Feedback Message **************************/
div.Feedback_Message_Wrapper {
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
  height: auto !important; }
  div.Feedback_Message_Wrapper img {
    display: none; }

div.Feedback_Message_Error {
  background: #393939;
  border: 0;
  border-radius: 6.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  max-width: 600px;
  padding: 0.5rem 2.5rem;
  width: 100%; }

div.Feedback_Message_Warning {
  background: #393939;
  border: 0;
  border-radius: 6.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  max-width: 600px;
  padding: 0.5rem 2.5rem;
  width: 100%; }

div.Feedback_Message_Success {
  background: #393939;
  border: 0;
  border-radius: 6.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  max-width: 600px;
  padding: 0.5rem 2.5rem;
  width: 100%; }

div.Feedback_Message_Info {
  background: #393939;
  border: 0;
  border-radius: 6.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  max-width: 600px;
  padding: 0.5rem 2.5rem;
  width: 100%; }
  div.Feedback_Message_Error:before {
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: "rds-icon" !important;
    font-size: 1.25rem;
    height: 2.5rem;
    left: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    width: 2.5rem; }
  div.Feedback_Message_Warning:before {
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: "rds-icon" !important;
    font-size: 1.25rem;
    height: 2.5rem;
    left: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    width: 2.5rem; }
  div.Feedback_Message_Success:before {
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: "rds-icon" !important;
    font-size: 1.25rem;
    height: 2.5rem;
    left: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    width: 2.5rem; }
  div.Feedback_Message_Info:before {
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: "rds-icon" !important;
    font-size: 1.25rem;
    height: 2.5rem;
    left: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    width: 2.5rem; }
  div.Feedback_Message_Error > span {
    display: block;
    padding: 0.5rem 1.5rem; }
  div.Feedback_Message_Warning > span {
    display: block;
    padding: 0.5rem 1.5rem; }
  div.Feedback_Message_Success > span {
    display: block;
    padding: 0.5rem 1.5rem; }
  div.Feedback_Message_Info > span {
    display: block;
    padding: 0.5rem 1.5rem; }

div.Feedback_Message_Error:before {
  background: #d73b3b;
  content: "\e916"; }

div.Feedback_Message_Warning:before {
  background: #ffb511;
  content: "\e95c"; }

div.Feedback_Message_Success:before {
  background: #238559;
  content: "\e910"; }

div.Feedback_Message_Info:before {
  background: #2175d9;
  content: "\e935"; }

a.Feedback_Message_Wrapper_Close {
  background: none;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  text-decoration: none;
  top: 0.5rem;
  width: 2.5rem; }
  a.Feedback_Message_Wrapper_Close:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  a.Feedback_Message_Wrapper_Close:before {
    content: "\e917";
    font-family: "rds-icon" !important; }
  a.Feedback_Message_Wrapper_Close:hover {
    background: #6c6c6c;
    color: #fff;
    text-decoration: none; }
  a.Feedback_Message_Wrapper_Close:hover:active {
    background: #6c6c6c;
    color: #fff; }

/* Pagination **************************/
.ListNavigation_Wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .text-center .ListNavigation_Wrapper,
  [align="center"] .ListNavigation_Wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .text-right .ListNavigation_Wrapper,
  [align="right"] .ListNavigation_Wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.ListNavigation_DisabledPrevious {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_DisabledNext {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_Ellipsis {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_CurrentPageNumber {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_Previous {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_Next {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_PageNumber {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 3rem; }

.ListNavigation_PageNumber {
  background-color: transparent;
  border-color: transparent;
  color: #6c6c6c; }
  .ListNavigation_PageNumber:hover {
    background-color: rgba(108, 108, 108, 0.15);
    border-color: transparent;
    color: #393939; }
    .ListNavigation_PageNumber:hover:active {
      background-color: rgba(108, 108, 108, 0.3);
      border-color: transparent;
      color: #393939; }
  .ListNavigation_PageNumber:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }

.ListNavigation_Previous, .ListNavigation_DisabledPrevious, .ListNavigation_Next, .ListNavigation_DisabledNext {
  font-size: 0; }
  .ListNavigation_Previous:before {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_Previous:after {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_DisabledPrevious:before {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_DisabledPrevious:after {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_Next:before {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_Next:after {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_DisabledNext:before {
    font-family: "rds-icon";
    font-size: 1.125rem; }
  .ListNavigation_DisabledNext:after {
    font-family: "rds-icon";
    font-size: 1.125rem; }

.ListNavigation_Previous:before, .ListNavigation_DisabledPrevious:before {
  content: "\e906"; }

.ListNavigation_Next {
  margin-right: 0; }

.ListNavigation_DisabledNext {
  margin-right: 0; }
  .ListNavigation_Next:after, .ListNavigation_DisabledNext:after {
    content: "\e907"; }

.ListNavigation_CurrentPageNumber {
  position: relative; }
  span.ListNavigation_CurrentPageNumber {
    font-weight: 500; }
  .ListNavigation_CurrentPageNumber:after {
    background-color: #c5c5c5;
    bottom: 0;
    content: "";
    height: 0.25rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1rem); }

a.ListNavigation_PageNumber {
  color: #6c6c6c;
  padding: 0.75rem 0.5rem; }

span.ListNavigation_CurrentPageNumber {
  color: #6c6c6c;
  padding: 0.75rem 0.5rem; }

span.ListNavigation_Ellipsis {
  color: #6c6c6c;
  padding: 0.75rem 0.5rem; }
  a.ListNavigation_PageNumber:hover,
  span.ListNavigation_CurrentPageNumber:hover,
  span.ListNavigation_Ellipsis:hover {
    color: inherit;
    text-decoration: none; }

a.ListNavigation_Previous {
  background-color: transparent;
  border-color: transparent;
  color: #2175d9;
  padding: 0.75rem 0.5rem; }

a.ListNavigation_Next {
  background-color: transparent;
  border-color: transparent;
  color: #2175d9;
  padding: 0.75rem 0.5rem; }
  a.ListNavigation_Previous:hover {
    background-color: rgba(33, 117, 217, 0.15);
    border-color: transparent;
    color: #144580;
    text-decoration: none; }
  a.ListNavigation_Next:hover {
    background-color: rgba(33, 117, 217, 0.15);
    border-color: transparent;
    color: #144580;
    text-decoration: none; }
  a.ListNavigation_Previous:hover:active {
    background-color: rgba(33, 117, 217, 0.3);
    border-color: transparent;
    color: #144580; }
  a.ListNavigation_Next:hover:active {
    background-color: rgba(33, 117, 217, 0.3);
    border-color: transparent;
    color: #144580; }
  a.ListNavigation_Previous:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  a.ListNavigation_Next:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }

span.ListNavigation_DisabledPrevious {
  color: #c5c5c5;
  padding: 0.75rem 0.5rem; }

span.ListNavigation_DisabledNext {
  color: #c5c5c5;
  padding: 0.75rem 0.5rem; }

/* Ajax Loading **************************/
.Feedback_AjaxWait {
  right: 25px;
  bottom: 10px;
  z-index: 10000;
  height: 70px;
  padding: 2rem 1rem;
  font-size: 0.75rem;
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }
  .Feedback_AjaxWait .Loader {
    position: relative;
    width: 1em;
    height: 1em;
    margin-bottom: 2.5rem;
    font-size: 4px;
    text-indent: -9999em;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear; }

.ie .Feedback_AjaxWait:not(.ie11):not(.ie10) {
  z-index: 10000;
  height: 70px;
  padding-top: 0;
  border: 1px solid #c5c5c5; }

.ie .Feedback_AjaxWait .Loader {
  width: 100%;
  height: 81%;
  margin-bottom: 0;
  background: url("/WebPatterns/img/ajaxloader_new.gif?4241") no-repeat;
  background-position: 8px 9px;
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes loader {
  0% {
    -webkit-box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9; }
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9; }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 0.2em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 0.2em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 0.2em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 0.2em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 0.2em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 0.2em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  50% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 0.2em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 0.2em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 0.2em #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 0.2em #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 -0.5em #2175d9; }
  75% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0.2em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0.2em #2175d9, -2em -2em 0 0 #2175d9; }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 0.2em #2175d9;
            box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 0.2em #2175d9; } }

@keyframes loader {
  0% {
    -webkit-box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9; }
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 0.2em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 0 #2175d9; }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 0.2em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 0.2em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 0.2em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 0 #2175d9, 3em 0 0 0.2em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 0.2em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 0 #2175d9, 2em 2em 0 0.2em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 -0.5em #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  50% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 0.2em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 0 #2175d9, 0 3em 0 0.2em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 -0.5em #2175d9, -2em -2em 0 -0.5em #2175d9; }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 0.2em #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 -0.5em #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 0 #2175d9, -2em 2em 0 0.2em #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 -0.5em #2175d9; }
  75% {
    -webkit-box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0.2em #2175d9, -2em -2em 0 0 #2175d9;
            box-shadow: 0 -3em 0 -0.5em #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0.2em #2175d9, -2em -2em 0 0 #2175d9; }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 0.2em #2175d9;
            box-shadow: 0 -3em 0 0 #2175d9, 2em -2em 0 -0.5em #2175d9, 3em 0 0 -0.5em #2175d9, 2em 2em 0 -0.5em #2175d9, 0 3em 0 -0.5em #2175d9, -2em 2em 0 0 #2175d9, -3em 0 0 0 #2175d9, -2em -2em 0 0.2em #2175d9; } }

/* --- #PopUp --- */
.MainPopup {
  overflow-y: auto;
  padding: 2rem;
  background-color: #fff; }

/* Popup Iframe **************************/
.os-internal-Popup.os-internal-ui-dialog iframe {
  border-radius: 0.25rem; }

/* Popups **************************/
.os-internal-Popup .os-internal-ui-dialog {
  border-radius: 0.25rem; }
.os-internal-Popup.os-internal-ui-dialog {
  border-radius: 0.25rem; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title {
  top: 20px;
  left: 32px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0f1941; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
  top: 20px;
  left: 32px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0f1941; }

div.os-internal-Popup .os-internal-ui-dialog {
  background-color: #fff;
  border-radius: 0.25rem;
  min-height: 150px; }

div.os-internal-Popup.os-internal-ui-dialog {
  background-color: #fff;
  border-radius: 0.25rem;
  min-height: 150px; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
  height: 64px !important;
  background: #fff;
  border-bottom: 1px solid #c5c5c5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close:hover,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:hover,
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: none;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

/* ------------------------------------ *\
    $6. Login
\* ------------------------------------- */
/* Feddback Message on Login **************************/
/* ------------------------------------ *\
    $7. Silk Patterns
\* ------------------------------------- */
/* Content ***************************/
/* --- #Accordion --- */
/* DEPRECATED > to delete on 10/1/2020 */
.AccordionVertical {
  border: none;
  border-radius: 0.25rem;
  /* Rules when accordion item is envolved by span */ }
  .AccordionVertical .fa {
     }
  .AccordionVertical span:not(:first-child) .AccordionVertical_item {
    border-top: 1px solid #c5c5c5; }
  .AccordionVertical .AccordionVertical_item {
    
    overflow: hidden;
    border: 1px solid #c5c5c5;
    border-radius: 0.25rem;
    /* Item Opened */ }
    .AccordionVertical .AccordionVertical_item:not(:first-child) {
      margin-top: 2rem; }
    .AccordionVertical .AccordionVertical_item .AccordionVertical__header {
      position: relative;
      display: block;
      padding: 1rem 2rem;
      background-color: #fff; }
      .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___title {
        padding: 0;
        font-size: 1.5rem;
        line-height: 32px;
        color: #2175d9; }
        .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___title > div {
          margin-right: 0.5rem; }
      .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon {
        padding: 0;
        border: none; }
        .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon > span {
          
          display: none; }
          .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon > span:after {
            display: none; }
        .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___icon:before {
          font-family: rds-icon;
          font-size: 1rem;
          color: #6c6c6c;
          content: "\e911"; }
    .AccordionVertical .AccordionVertical_item .AccordionVertical__content {
      padding: 0; }
      .AccordionVertical .AccordionVertical_item .AccordionVertical__content .Card {
        padding: 32px;
        border: none;
        border-top: 1px solid #c5c5c5;
        border-radius: 0; }
    .AccordionVertical .AccordionVertical_item.open .AccordionVertical__header {
      font-weight: 400; }
      .AccordionVertical .AccordionVertical_item.open .AccordionVertical__header .AccordionVertical___icon:before {
        content: "\e914"; }
    .AccordionVertical .AccordionVertical_item.open .AccordionVertical__content {
      border-top: none; }

.phone .AccordionVertical .AccordionVertical_item .AccordionVertical__header .AccordionVertical___title {
  font-size: 1.25rem; }

/* ************************************************************************************* */
/*                                                                                       */
/*                       New version - OutSystems UI Accordion                           */
/*                                                                                       */
/* ************************************************************************************* */
.accordion {
  background-color: #fff; }
  .accordion-item {
    border-bottom: 1px solid #c5c5c5; }
    .accordion-item-header {
      border-bottom: 1px solid transparent;
      color: #2175d9;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.875rem;
      font-weight: 500;
      padding: 0.75rem 0;
      -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
      -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
      transition: background-color .15s ease-in-out, color .15s ease-in-out;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .accordion-item-header:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
      .accordion-item-header:hover {
        background-color: rgba(33, 117, 217, 0.15);
        color: #144580; }
        .accordion-item-header:hover .accordion-item-icon {
          color: #144580; }
      .accordion-item-header:active {
        border-bottom-color: #2175d9; }
    .accordion-item-title {
      line-height: 1.5rem;
      width: 100%; }
    .accordion-item-icon {
      color: #2175d9;
      height: 1.5rem;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .accordion-item-icon i {
        color: inherit; }
    .accordion-item-content {
      display: block;
      overflow: hidden; }
      .accordion-item-content, .accordion-item-content.is--collapsed {
        height: 0;
        visibility: hidden; }
      .accordion-item-content.is--expanded {
        height: auto;
        padding-bottom: 2.5rem;
        padding-top: 1rem;
        visibility: visible; }
      .accordion-item-content.is--animating {
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
    .accordion-item:last-child {
      border: 0; }
    .accordion-item.is--open .accordion-item-icon i:before {
      content: "\e914"; }
    .accordion-item.is--disabled {
      color: #393939;
      pointer-events: none; }
      .accordion-item.is--disabled .accordion-item-icon {
        color: #6c6c6c; }

/* --- #Alerts --- */
/* DEPRECATED > to delete on 10/1/2020 */
.Alert {
  height: auto;
  min-height: 64px; }
  .Alert .actions {
    display: inline-block;
    margin-left: 40px; }
    .Alert .actions a {
      margin-right: 20px; }
  .Alert .Button:last-child {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .Alert:not(.customToast) {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 64px;
    margin: 10px 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .Alert span.fa {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    margin: 0;
    font-family: "rds-icon";
    font-size: 1rem;
    line-height: 1.5rem; }
    .Alert span.fa + * {
      padding-left: 2rem; }
  .Alert.Success span.fa:before {
    color: #238559;
    content: "\e910"; }
  .Alert.Error span.fa:before {
    color: #d73b3b;
    content: "\e95c"; }
  .Alert.Warning span.fa:before {
    color: #2175d9;
    content: "\e935"; }
  .Alert.Info span.fa:before {
    color: #2175d9;
    content: "\e935"; }

/* ************************************************************************************* */
/*                                                                                       */
/*                       New version - OutSystems UI Alert                               */
/*                                                                                       */
/* ************************************************************************************* */
.alert {
  border-radius: 0.25rem;
  color: #393939;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  padding: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
   }
  .alert a {
    color: #2175d9; }
  .alert a:link {
    color: #2175d9; }
  .alert a:visited {
    color: #2175d9; }
  .alert-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.25rem; }
    .alert-icon i {
      color: inherit; }
  .alert-close {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    margin-left: 0.5rem;
    width: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .alert-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .alert-success {
    background-color: #cef2e2; }
    .alert-success .alert-icon {
      color: #238559; }
  .alert-warning {
    background-color: #fff4dd; }
    .alert-warning .alert-icon {
      color: #ffb511; }
  .alert-error {
    background-color: #fae4e4; }
    .alert-error .alert-icon {
      color: #d73b3b; }
  .alert-info {
    background-color: #e5effb; }
    .alert-info .alert-icon {
      color: #2175d9; }
  .alert.is--hidden, .alert-close.is--hidden {
    display: none; }

/* --- #Ballon --- */
/* DEPRECATED > to delete on 10/1/2020 */
.Balloon {
  z-index: 20;
  display: none;
  min-width: 300px;
  padding: 0;
  font-size: 1rem;
  line-height: normal;
  background-color: #fff;
  border: 2px solid #2175d9;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px #c5c5c5;
          box-shadow: 0 2px 8px #c5c5c5; }
  .Balloon.tooltipster-fade-show {
    display: block; }
  .Balloon .tooltipster-arrow {
    display: none; }
  .Balloon .tooltipster-content > div {
    width: 100%; }
  .Balloon .Balloon_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-width: 300px;
    padding: 0;
    margin-bottom: 0;
    overflow-y: auto; }
    .Balloon .Balloon_content + .scroll-element {
      overflow: hidden; }
    .Balloon .Balloon_content > .Balloon_content {
      height: 270px; }
      .Balloon .Balloon_content > .Balloon_content > .scroll-x {
        overflow: hidden; }
    .Balloon .Balloon_content div {
      display: inline-block;
      margin: 0;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 19px; }
      .Balloon .Balloon_content div .notification-time {
        display: block;
        font-size: 0.75rem; }
    .Balloon .Balloon_content a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 8px 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 22px;
      color: #393939;
      text-align: left; }
      .Balloon .Balloon_content a i {
        padding-top: 1px;
        margin-right: 16px; }
      .Balloon .Balloon_content a:hover {
        color: #fff;
        text-decoration: none;
        background: #2175d9;
        border-radius: 0; }
        .Balloon .Balloon_content a:hover i {
          color: #fff !important; }

.Balloon_header {
  position: relative;
  padding: 20px;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #c5c5c5; }
  .Balloon_header .badge {
    position: absolute;
    top: 50%;
    right: 20px;
    text-transform: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.Balloon_footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  border-top: 1px solid #c5c5c5; }
  .Balloon_footer i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: .572rem 1.072rem;
    margin: 0; }
  .Balloon_footer:hover {
    color: #fff;
    background-color: #2175d9;
    border-radius: 0.25rem; }
    .Balloon_footer:hover i {
      color: #fff !important; }

/* ************************************************************************************* */
/*                                                                                       */
/*                       New version - OutSystems UI Balloon                             */
/*                                                                                       */
/* ************************************************************************************* */
.balloon {
  font-size: 1rem;
  pointer-events: all;
  
  
  
   }
  .balloon-header {
    position: relative; }
  .balloon-title {
    color: #393939;
    margin: 0;
    padding: 1rem 2.5rem 0 1rem; }
  .balloon-actions {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem; }
  .balloon-content {
    padding: 1rem !important;
    max-height: 20.625rem;
    min-width: 15.625rem;
    overflow: auto;
     }
    .balloon-content.bordered:not(.scroll-content) {
      border-top: 1px solid #c5c5c5;
      border-bottom: 1px solid #c5c5c5;
      padding: 0 !important;
      margin: 1rem 0; }
      .balloon-content.bordered:not(.scroll-content) .list-group-item {
        margin: 0; }
      .balloon-content.bordered:not(.scroll-content) .balloon-notification-item {
        margin: 0; }
    .balloon-content .list-group-wrapper {
      margin: -1rem;
      /* fallback */
      margin: calc(-1 * 1rem);
       }
    .balloon-content .balloon-notification-item {
      color: #6c6c6c;
      margin: 0 calc(-1 * 1rem);
      min-width: 18.75rem;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .balloon-content .balloon-notification-item:hover {
        background: #e5effb; }
      .balloon-content .balloon-notification-item:focus {
        background: #e5effb; }
      .balloon-content .balloon-notification-item .balloon-notification-content {
        padding: 1rem; }
      .balloon-content .balloon-notification-item .balloon-notification-action {
        padding: 1rem; }
      .balloon-content .balloon-notification-item .balloon-notification-action {
        padding-right: 1.5rem; }
      .balloon-content .balloon-notification-item .balloon-notification-title {
        color: #2175d9;
        font-weight: 500; }
      .balloon-content .balloon-notification-item .balloon-notification-title a {
        color: #2175d9;
        font-weight: 500; }
      .balloon-content .balloon-notification-item .balloon-notification-date {
        margin-top: 0.25rem; }
    .balloon-content .Separator {
      margin: 0.5rem 0;
      width: auto; }
  .balloon-footer {
    padding: 0 1rem 1rem; }
    .balloon-footer a {
      color: #2175d9; }

.only-balloon .tippy-popper {
  max-width: 350px; }

[data-balloon="balloon"] {
  cursor: pointer; }

span[data-balloon="balloon"] {
  color: #2175d9; }

/* Fix to hide content on start */
.balloon-container {
  display: none; }

.tippy-popper .balloon-container {
  display: block; }

/* Tippy */
.tippy-iOS {
  cursor: pointer !important; }

.tippy-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.tippy-popper {
  line-height: 1.4;
  outline: 0;
  pointer-events: none;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 9999; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  left: 0;
  position: absolute;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.tippy-active {
  cursor: pointer; }

/* arrow */
.tippy-popper[x-placement^=top] .tippy-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #393939;
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
      -ms-transform-origin: 0 25%;
          transform-origin: 0 25%; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -55%);
      -ms-transform: scale(1) translate(-50%, -55%);
          transform: scale(1) translate(-50%, -55%); }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  opacity: 0;
  -webkit-transform: scale(0.2) translate(-50%, -45%);
      -ms-transform: scale(0.2) translate(-50%, -45%);
          transform: scale(0.2) translate(-50%, -45%); }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
          transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(60deg);
          transform: translateY(0) rotateX(60deg); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
      -ms-transform: translateY(-10px) scale(1);
          transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
      -ms-transform: translateY(0) scale(0.5);
          transform: translateY(0) scale(0.5); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #393939;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
      -ms-transform-origin: 0 -50%;
          transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -45%);
      -ms-transform: scale(1) translate(-50%, -45%);
          transform: scale(1) translate(-50%, -45%); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  opacity: 0;
  -webkit-transform: scale(0.2) translate(-50%);
      -ms-transform: scale(0.2) translate(-50%);
          transform: scale(0.2) translate(-50%); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
          transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-60deg);
          transform: translateY(0) rotateX(-60deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
      -ms-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
      -ms-transform: translateY(0) scale(0.5);
          transform: translateY(0) scale(0.5); }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
      -ms-transform-origin: 33.33333333% 50%;
          transform-origin: 33.33333333% 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #393939;
  border-top: 8px solid transparent;
  right: -8px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%; }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  opacity: 0;
  -webkit-transform: scale(0.2) translate(-75%, -50%);
      -ms-transform: scale(0.2) translate(-75%, -50%);
          transform: scale(0.2) translate(-75%, -50%); }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
          transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-60deg);
          transform: translateX(0) rotateY(-60deg); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
      -ms-transform: translateX(-10px) scale(1);
          transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
      -ms-transform: translateX(0) scale(0.5);
          transform: translateX(0) scale(0.5); }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0; }

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
      -ms-transform-origin: 66.66666666% 50%;
          transform-origin: 66.66666666% 50%; }

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  left: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #393939;
  border-top: 8px solid transparent;
  left: -7px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%; }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
      -ms-transform-origin: -50% 0;
          transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%); }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  opacity: 0;
  -webkit-transform: scale(0.2) translate(-25%, -50%);
      -ms-transform: scale(0.2) translate(-25%, -50%);
          transform: scale(0.2) translate(-25%, -50%); }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
          transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(60deg);
          transform: translateX(0) rotateY(60deg); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
      -ms-transform: translateX(10px) scale(1);
          transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
      -ms-transform: translateX(0) scale(0.5);
          transform: translateX(0) scale(0.5); }

.tippy-tooltip {
  background-color: #333;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 1rem;
  position: relative;
  will-change: transform; }

.tippy-tooltip[data-size=small] {
  font-size: 0.875rem; }

.tippy-tooltip[data-size=large] {
  font-size: 1rem; }

.tippy-tooltip[data-animatefill] {
  background-color: transparent;
  overflow: hidden; }

.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
       -o-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
          transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.tippy-arrow,
.tippy-roundarrow {
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1; }

.tippy-roundarrow {
  height: 8px;
  pointer-events: none;
  width: 24px;
  fill: #333; }

.tippy-backdrop {
  background-color: #333;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -o-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  width: calc(110% + 2rem);
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%; }

.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1; }

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0; }

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c5c5c5; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid #c5c5c5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c5c5c5;
  border-top: 8px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c5c5c5;
  border-top: 8px solid transparent; }

/* Arrow Fix for border */
.tippy-popper[x-placement^=bottom] .tippy-arrow:before,
.tippy-popper[x-placement^=top] .tippy-arrow:before,
.tippy-popper[x-placement^=left] .tippy-arrow:before,
.tippy-popper[x-placement^=right] .tippy-arrow:before {
  content: " ";
  pointer-events: none;
  position: absolute; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow:before {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
  top: 1px; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  margin-left: -8px;
  top: -9px; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  margin-top: -8px;
  right: 1px; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow:before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  margin-top: -8px; }

/* Light Theme */
.tippy-tooltip.light-theme {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  color: #393939; }

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff; }

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff; }

/* --- BlankSlate --- */
.Blank {
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  padding-bottom: 1.5rem; }

.Blank_icon {
  font-size: 5rem;
  color: #6c6c6c; }

.Blank_desc {
  margin-top: 1.5rem; }

.Blank_action {
  margin-top: 2.5rem; }

/* --- #Box --- */
.Box {
  padding: 2.5rem;
  margin: 2.5rem 0; }

.Section .Box {
  padding: 1.5rem;
  margin: 2.5rem 0; }

/* Responsive Context */
.phone .Box {
  padding: 1.5rem; }

/* --- #Bullets --- */
ol.List {
  padding-left: 3rem;
  margin-top: 1.5rem; }
ul.List {
  padding-left: 3rem;
  margin-top: 1.5rem; }
  ol.List li {
    padding-bottom: 1.5rem; }
  ul.List li {
    padding-bottom: 1.5rem; }

/* --- #Buttons Area --- */
.Buttons {
  padding: 1.5rem 0; }

/* --- #Cards --- */
.card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  display: block;
  /* shadow when cards inside card */ }
  .card img {
    max-width: 100%; }
  .card-header {
    padding: 1rem 0 0;
    margin: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .card:not(.card--no-header-border) .card-header {
      border-bottom: 1px solid #c5c5c5;
      padding-bottom: 1rem; }
  .card-highlight {
    background-color: #ffb511;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.5rem 1.0625rem;
    font-weight: 500;
    font-size: 0.875rem;
    margin-left: -0.0625rem;
    margin-right: -0.0625rem; }
  .card-title {
    margin-bottom: 0;
    line-height: 1.5rem; }
    .card-title .body-text-s {
      margin-bottom: 1rem; }
  .card-content {
    padding: 1rem 1rem 1.5rem; }
  .card--confy .card-header {
    padding: 1rem 0 0;
    margin: 0 1.5rem; }
  .card--confy .card-title {
    line-height: 2rem; }
  .card--confy .card-highlight {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; }
  .card--confy .card-content {
    padding: 1rem 1.5rem 2rem 1.5rem; }
  .card--disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
     }
  .card .DropdownMenu {
    right: 0;
    left: auto; }
  .card .DropdownMenu.arrangeHorizontal {
    right: 0;
    left: auto; }
  .card .card {
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0 0 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 0 2px transparent, 0 0 2px 0 rgba(0, 0, 0, 0.25); }
  .component-base-content .card {
    -webkit-box-shadow: inset 0 0 0 2px transparent, 0 0 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 0 0 2px transparent, 0 0 2px 0 rgba(0, 0, 0, 0.25); }

/* kanban board */
[data-card-id] {
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 0.25rem; }
  [data-card-id]:not(.ui-sortable-helper) {
    margin: 1rem 0;
    opacity: 1; }
  [data-card-id]:hover .card:not(.card--disabled) {
    background-color: #e5effb;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25); }
  [data-card-id]:focus {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  [data-card-id]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
    [data-card-id]:focus .card:not(.card--disabled), [data-card-id]:active .card:not(.card--disabled) {
      -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25); }

/* --- #Carousel --- */
.owl-theme .owl-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.5rem;
  border-top: 1px solid #c5c5c5;
  margin: 0 calc(1rem * -1) calc(1.5rem * -1); }

.owl-theme .owl-page span {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid #c5c5c5;
  background-color: #fff; }

.owl-theme .owl-controls {
  position: relative;
  margin-top: 1.5rem; }
  .owl-theme .owl-controls .owl-page.active span {
    background-color: #2175d9; }
  .owl-theme .owl-controls .owl-page.active span {
    border-color: #2175d9; }
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #2175d9; }

.owl-theme .owl-buttons {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.owl-theme .owl-prev {
  left: 0; }

.owl-theme .owl-next {
  right: 0; }

.phone .owl-theme .owl-prev > *:not(i), .phone .owl-theme .owl-next > *:not(i) {
  display: none; }

/* --- #Modal --- */
/* DEPRECATED > to delete on 10/1/2020 */
/* Old modal version */
html.MultipleModalOpened {
  overflow: hidden; }
  html.MultipleModalOpened .Modal .ModalBackground {
    display: block; }
  html.MultipleModalOpened .ModalShow .Modal {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 301; }
    html.MultipleModalOpened .ModalShow .Modal .ModalBackground {
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: opacity .15s linear;
      -o-transition: opacity .15s linear;
      transition: opacity .15s linear; }
    html.MultipleModalOpened .ModalShow .Modal .ModalContainer {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    html.MultipleModalOpened .ModalShow .Modal .pika-single {
      z-index: 302; }
  html.MultipleModalOpened .ModalShow .SideBarStructure .Modal .ModalContainer {
    -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
    top: 0;
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
            transform: translateX(0%) translateY(0%) translateZ(0); }
  html.MultipleModalOpened .phone .ModalShow .Modal .ModalContainer {
    border-radius: 0.25rem;
    bottom: 0.5rem;
    height: auto;
    left: 0.5rem;
    max-height: calc(100% - 1rem);
    top: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: calc(100% - 1rem); }
  html.MultipleModalOpened .phone .Header {
    z-index: 0; }

.Modal {
  
   }

.ModalContainer {
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  bottom: auto;
  -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  max-height: 688px;
  max-width: 600px;
  min-height: 400px;
  padding: 0;
  top: 150%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  
   }
  .ModalContainer .Heading4 {
    border-bottom: 1px solid #c5c5c5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    margin-bottom: 0;
    padding: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ModalContainer .Heading4 .Button {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin: 0 0 0 auto; }
    .ModalContainer .Heading4 a.Button {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin: 0 0 0 auto; }
  .ModalContainer .back-btn {
    position: relative; }
    .ModalContainer .back-btn:not(:empty):after {
      background-color: #c5c5c5;
      content: "";
      height: 2rem;
      position: absolute;
      right: 0;
      top: 1rem;
      width: 1px; }
  .ModalContainer .Tabs_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .ModalContainer .Tabs__tab {
    background-color: #f8f8f8;
    color: #2175d9;
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .ModalContainer .Tabs__tab::after {
      display: none; }
  .ModalContainer .Tabs_body {
    color: #393939;
    padding: 1.5rem 1rem; }
    .ModalContainer .Tabs_body::before {
      display: none; }
  .desktop .ModalContainer .Tabs_header {
    display: none; }
  .desktop .ModalContainer .Tabs_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .desktop .ModalContainer .Tabs__content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 1.5rem 1rem;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-height: 340px; }
    .desktop .ModalContainer .Tabs__content:not(:first-child) {
      background-color: #f8f8f8;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .phone .ModalContainer .Tabs__tab {
    padding-left: 1rem;
    text-align: left; }
  .ModalContainer > .ModalMessage {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 1.5rem 1rem;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .ModalContainer > .ModalMessage > .ModalMessage {
      -webkit-box-sizing: border-box !important;
         -moz-box-sizing: border-box !important;
              box-sizing: border-box !important; }
    .ModalContainer > .ModalMessage > img:first-child {
      height: 250px;
      margin: -33px -33px 0 -33px;
      width: calc(100% + 66px); }
      .ModalContainer > .ModalMessage > img:first-child + h2,
      .ModalContainer > .ModalMessage > img:first-child + .Heading2 {
        opacity: 1; }
    .ModalContainer > .ModalMessage .Heading2:not(:first-child),
    .ModalContainer > .ModalMessage h2:not(:first-child) {
      margin-top: 32px;
      opacity: .6; }
    .ModalContainer > .ModalMessage iframe {
      border: none;
      margin: -33px -32px -38px;
      width: calc(100% + 64px); }
  .ModalContainer:not(.padding-none) > .ModalMessage > .ModalMessage {
    padding: 1.5rem 1rem; }
  .ModalContainer .ModalActions {
    border-top: 1px solid #c5c5c5;
    padding: 1rem;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.ModalMessage {
  font-size: 1rem; }

.customModal .ModalContainer {
  overflow: hidden;
  top: 100%;
  max-height: calc(100% - (2.5rem*2)); }

.customModal.modal-compact .ModalContainer {
  min-height: initial;
  max-width: 304px;
  max-height: 320px;
   }

.phone .customModal.modal-compact {
  max-width: none; }

.customModal.modal-wide .ModalContainer {
  max-width: calc(1198px - (2.5rem*2));
   }

.phone .customModal.modal-wide .ModalContainer {
  max-width: none; }

.phone .ModalContainer {
  bottom: 0;
  height: auto;
  left: 0.5rem;
  max-height: calc(100% - 1rem);
  max-width: none;
  top: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: calc(100% - 1rem);
  /* Multi Select */
  /* Dropdown */ }
  .phone .ModalContainer .ModalMessage .Heading2 {
    font-size: 1.25rem; }
  .phone .ModalContainer .dropdown,
  .phone .ModalContainer .rds--dropdown,
  .phone .ModalContainer .dropdown-menu {
    width: 100%; }
  .phone .ModalContainer .DropdownMultiSelect {
    display: block; }
  .phone .ModalContainer .ButtonDropdown {
    width: 100%; }
    .phone .ModalContainer .ButtonDropdown .ButtonDropdown_button {
      margin: 0.5rem 0;
      text-align: left;
      width: 100%; }
    .phone .ModalContainer .ButtonDropdown .DropdownMenu {
      margin-top: -0.5rem;
      width: 100%; }

/* ************************************************************************************* */
/*                                                                                       */
/*                                  New Modal version                                    */
/*                                                                                       */
/* ************************************************************************************* */
.modal-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 301;
  pointer-events: none;
  
  
  
  /* Aside Modal */ }
  .modal-wrapper .pika-single {
    z-index: 302; }
  .modal-wrapper .Tabs_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modal-wrapper .Tabs__tab {
    background-color: #f8f8f8;
    color: #2175d9;
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .modal-wrapper .Tabs__tab::after {
      display: none; }
  .modal-wrapper .Tabs_body {
    color: #393939;
    padding: 1.5rem 1rem; }
    .modal-wrapper .Tabs_body::before {
      display: none; }
  .desktop .modal-wrapper .Tabs_header {
    display: none; }
  .desktop .modal-wrapper .Tabs_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .desktop .modal-wrapper .Tabs__content {
    display: block;
    height: auto;
    opacity: 1;
    padding: 1.5rem 1rem;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-height: 21.25rem; }
    .desktop .modal-wrapper .Tabs__content:not(:first-child) {
      background-color: #f8f8f8;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .phone .modal-wrapper .Tabs__tab {
    padding-left: 1rem;
    text-align: left; }
  .modal-wrapper:not(.modal-side) {
    z-index: 302; }
    .modal-wrapper:not(.modal-side) .modal-container:not(.padding-none) > .modal-message > .modal-message {
      padding: 1.5rem 1rem; }

.modal-bg {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  width: 100%;
  display: block;
  height: 100%; }

.modal-header {
  border-bottom: 1px solid #c5c5c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  margin-bottom: 0;
  padding: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .modal-header .heading4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal-header .Button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0 0 0 0.5rem; }
  .modal-header a.Button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0 0 0 0.5rem; }
  .modal-header__back-btn {
    padding-right: 1rem;
    border-right: 1px solid #c5c5c5;
    margin-right: 1rem; }

.modal-container {
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  bottom: auto;
  -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  max-width: 37.5rem;
  min-height: 25rem;
  padding: 0;
  top: 150%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-height: calc(100% - (2.5rem*2));
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 11;
  position: fixed;
  pointer-events: all;
  
   }
  .desktop .modal-container,
  .tablet .modal-container {
    -webkit-transform: translateX(-50%) translateY(100%) translateZ(0);
            transform: translateX(-50%) translateY(100%) translateZ(0); }

.modal-message {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
   }

.modal-actions {
  border-top: 1px solid #c5c5c5;
  padding: 1rem;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.modal-compact .modal-container {
  min-height: initial;
  max-width: 19rem;
  max-height: 20rem;
   }

.modal-wide .modal-container {
  max-width: calc(100% - (2.5rem*2));
   }

.desktop .modal-wide .modal-container {
  max-width: calc(1198px - (2.5rem*2)); }

.modal-side {
  -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0); }
  .modal-side .modal-container {
    top: auto;
    right: 0;
    bottom: 0;
    left: unset;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: 32.6875rem;
    overflow: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    
     }
    .desktop .modal-side .modal-container,
    .tablet .modal-side .modal-container {
      -webkit-transform: translateX(523px) translateY(0) translateZ(0);
              transform: translateX(523px) translateY(0) translateZ(0); }
  .modal-side .modal-message > .modal-message {
    padding: 0;
    height: 100% !important; }
    .modal-side .modal-message > .modal-message > div {
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      background-color: #fff;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s; }
      .modal-side .modal-message > .modal-message > div > div:not(.scroll-element) {
        padding: 1.5rem 1rem; }
      .modal-side .modal-message > .modal-message > div.show {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }

.is--open .modal-bg {
  pointer-events: all;
  opacity: .5; }

.desktop .is--open .modal-container,
.tablet .is--open .modal-container {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.desktop .is--open .modal-side .modal-container {
  -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0); }

.tablet .is--open .modal-side .modal-container {
  -webkit-box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 24px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0); }

.phone .is--open .modal-container {
  top: auto; }

.phone .modal-container {
  max-width: calc(100% - 1rem);
  max-height: calc(100% - 1rem);
  left: 0.5rem;
  bottom: 0.5rem;
  top: 150%; }

/* --- Panel --- */
.Panel {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }

.Panel_header {
  background-color: #f8f8f8; }

.Panel_header {
  padding: 1.5rem;
  border-bottom: 1px solid #c5c5c5; }

.Panel_footer {
  padding: 1.5rem;
  border-bottom: 1px solid #c5c5c5; }

.Panel_content {
  padding: 1.5rem; }

.Panel_footer {
  padding: 1.5rem 2.5rem;
  background-color: #f8f8f8;
  border-top: 1px solid #c5c5c5; }

/* --- #Post --- */
.Post {
  margin-bottom: 2rem; }

.Post_content {
  padding-left: 2rem; }

.Post_icon img {
  border: 2px solid transparent; }

.Post__description {
  margin-top: 0.25rem;
  color: #0f1941; }

/* Panel -> Post ******************************/
.Panel .Post {
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  border-bottom: 1px solid #c5c5c5; }

/* --- #Section --- */
.Section {
  margin: 2.5rem 0 0; }

.Section_header {
  padding-bottom: 0;
  border-bottom: none; }

.Section__title.Heading2 span.fa {
  margin-right: 0.5rem; }

.Section__actions > * {
  float: none;
  margin-left: 1.5rem; }

.Section_content {
  padding-top: 1.5rem; }

/* --- #Section Expandable --- */
.SectionExpandable {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }
  .SectionExpandable .SectionExpandable_header {
    padding: 1rem 2rem;
    border-bottom: 0;
    border-radius: 0.25rem; }
    .SectionExpandable .SectionExpandable_header .SectionExpandable__title.Heading2 {
      font-size: 1.3333333333rem;
      line-height: 32px;
      color: #2175d9; }
    .SectionExpandable .SectionExpandable_header .SectionExpandable__icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .SectionExpandable .SectionExpandable_header .SectionExpandable__icon.Heading2 > .fa:before {
        font-family: rds-icon;
        font-size: 1rem;
        color: #6c6c6c;
        content: "\e911"; }
      .SectionExpandable .SectionExpandable_header .SectionExpandable__icon .fa {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
  .SectionExpandable .SectionExpandable_content {
    position: relative;
    padding: 0 2rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .SectionExpandable .SectionExpandable_content:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      content: "";
      background: #c5c5c5; }
  .SectionExpandable.expanded .SectionExpandable_header .SectionExpandable__icon.Heading2 > .fa:before {
    content: "\e914"; }
  .SectionExpandable.expanded .SectionExpandable_content {
    padding: 2rem; }

/* --- Separator --- */
.Separator,
hr {
  height: 0;
  margin: 1rem 0;
  overflow: visible; }

/* --- Tooltip --- */
.tooltipstered {
  color: #2175d9;
  cursor: default; }
  .tooltipstered i {
    color: inherit; }

.tooltip_style {
  background-color: #393939;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  color: #fff;
  z-index: 500; }
  .tooltip_style .tooltipster-content {
    line-height: 1.5rem;
    padding: 0.25rem 0.5rem; }

.InfoTooltip {
  margin: 0 !important; }

/* Controls ***************************/
/* --- #ButtonGroup--- */
/* ************************************************************************************* */
/*                                                                                       */
/*                               New ButtonGroup version                                 */
/*                                                                                       */
/* ************************************************************************************* */
.ButtonGroup {
  outline: 0.125rem solid transparent;
  -webkit-transition: outline-color .3s ease-out;
  -o-transition: outline-color .3s ease-out;
  transition: outline-color .3s ease-out;
  width: 100%; }
  .ButtonGroup_button.Button {
    background: transparent;
    background-color: transparent;
    border-color: #2175d9;
    color: #2175d9;
    border-radius: 0;
    border-right-width: 0 !important;
    /* to clean default button styles */
    margin: 0;
    min-width: 2rem; }
    .ButtonGroup_button.Button:hover {
      background-color: rgba(33, 117, 217, 0.15);
      border-color: #2175d9;
      color: #144580; }
    .desktop .ButtonGroup_button.Button:hover {
      background-color: rgba(33, 117, 217, 0.15);
      border-color: #2175d9;
      color: #144580; }
    .ButtonGroup_button.Button.active {
      background-color: #2175d9;
      border-color: #2175d9;
      color: #fff; }
    .ButtonGroup_button.Button:focus {
      -webkit-box-shadow: 0 0 0 2px #8cb9ee;
              box-shadow: 0 0 0 2px #8cb9ee; }
    .ButtonGroup_button.Button.disabled {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      color: #c5c5c5;
      cursor: not-allowed; }
    .ButtonGroup_button.Button.disabled:hover {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      color: #c5c5c5;
      cursor: not-allowed; }
    .desktop .ButtonGroup_button.Button.disabled:hover {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      color: #c5c5c5;
      cursor: not-allowed; }
    .ButtonGroup_button.Button span.fa {
      pointer-events: none; }
    .ButtonGroup_button.Button * {
      color: inherit; }
    .ButtonGroup_button.Button:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .ButtonGroup_button.Button:last-child {
      border-right-width: 0.125rem !important;
      /* to clean default button styles */
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
    .btn-subtle .ButtonGroup_button.Button {
      background-color: transparent;
      border-color: #c5c5c5;
      color: #6c6c6c; }
      .btn-subtle .ButtonGroup_button.Button:hover {
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        color: #393939; }
      .desktop .btn-subtle .ButtonGroup_button.Button:hover {
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        color: #393939; }
      .btn-subtle .ButtonGroup_button.Button.active {
        background-color: #6c6c6c;
        border-color: #6c6c6c;
        color: #fff; }
  .ButtonGroup_button input[type=radio] {
    height: 1rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    
     }
  .Form:not(.form-top) .ButtonGroup_button {
    padding-top: 0; }
  .phone :not(.NoResponsive) > .ButtonGroup_button {
    border-right-width: 0.125rem !important;
    /* to clean default button styles */
    border-bottom-width: 0;
    text-align: center;
    width: 100%; }
    .phone :not(.NoResponsive) > .ButtonGroup_button:last-child {
      border-bottom-width: 0.125rem;
      width: 100%; }

.phone .NoResponsive {
  position: relative; }
  .phone .NoResponsive > .ButtonGroup.ButtonGroup2 .ButtonGroup_button.Button {
    width: 50%; }
  .phone .NoResponsive > .ButtonGroup.ButtonGroup3 .ButtonGroup_button.Button {
    width: 33.33%; }
  .phone .NoResponsive > .ButtonGroup.ButtonGroup4 .ButtonGroup_button.Button {
    min-width: 3.75rem;
    width: 25%; }
  .phone .NoResponsive > .ButtonGroup.ButtonGroup5 .ButtonGroup_button.Button {
    min-width: 2.875rem;
    width: 20%; }

/* ************************************************************************************* */
/*                                                                                       */
/*                       New version - OutSystems UI ButtonGroup                         */
/*                                                                                       */
/* ************************************************************************************* */
.button-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .button-group .ListRecords {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .button-group label {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: normal;
    
    /* Enable a label to be used inside button group */ }
    .button-group label > label {
      pointer-events: none; }
    .button-group label .btn {
      text-align: center; }
    .button-group label:first-child .btn {
      border-radius: 0.25rem 0 0 0.25rem; }
    .button-group label:last-child .btn {
      border-radius: 0 0.25rem 0.25rem 0; }
    .button-group label:not(:first-child) .btn {
      border-left: 0; }
  .button-group .btn {
    border-radius: 0;
    margin-left: 0;
    
    background-color: transparent;
    border-color: #2175d9;
    color: #2175d9; }
    .button-group .btn:hover {
      background-color: rgba(33, 117, 217, 0.15);
      border-color: #2175d9;
      color: #144580; }
    .button-group .btn:hover:active {
      background-color: rgba(33, 117, 217, 0.15);
      border-color: #2175d9;
      color: #144580; }
  .button-group input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    
    
     }
    .button-group input[type="radio"]:disabled + .btn {
      background-color: #f8f8f8;
      border-color: #c5c5c5;
      color: #c5c5c5;
      cursor: not-allowed; }
    .button-group input[type="radio"]:active + .btn {
      -webkit-box-shadow: 0 0 0 2px #8cb9ee;
              box-shadow: 0 0 0 2px #8cb9ee; }
    .button-group input[type="radio"]:focus + .btn {
      -webkit-box-shadow: 0 0 0 2px #8cb9ee;
              box-shadow: 0 0 0 2px #8cb9ee; }
    .button-group input[type="radio"]:checked + .btn {
      background-color: #2175d9;
      border-color: #2175d9;
      color: #fff; }
  .button-group.justified,
  .button-group.justified .ListRecords {
    width: 100%; }
  .button-group--subtle .btn {
    background-color: transparent;
    border-color: #c5c5c5;
    color: #6c6c6c; }
    .button-group--subtle .btn:hover {
      background-color: #c5c5c5;
      border-color: #c5c5c5;
      color: #393939; }
    .button-group--subtle .btn:hover:active {
      background-color: #c5c5c5;
      border-color: #c5c5c5;
      color: #393939; }
  .button-group--subtle input[type="radio"]:checked + .btn {
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    color: #fff; }
  .phone .button-group,
  .phone .button-group .ListRecords {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  .phone .button-group label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
    .phone .button-group label .btn:not(:first-child) {
      border-left: 1px solid #2175d9; }
    .phone .button-group label:not(:first-of-type) .btn {
      border-top: none; }
    .phone .button-group label:first-child .btn {
      border-radius: 0;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .phone .button-group label:last-child .btn {
      border-radius: 0;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
  .ie10 .button-group:not(.justified) label {
    display: table-cell; }
  .ie10 .button-group:not(.justified) label,
  .ie11 .button-group:not(.justified) label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .Form.form-top .button-group label {
    padding-bottom: 0; }
  .Form.form-top .button-group .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }

/* --- #Buttons --- */
.Button {
  border-style: solid;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5rem;
  margin-left: 1rem;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9;
  border-width: 0.125rem;
  padding: 0.375rem 0.875rem; }
a.Button {
  border-style: solid;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5rem;
  margin-left: 1rem;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9;
  border-width: 0.125rem;
  padding: 0.375rem 0.875rem; }
.ActionAdd {
  border-style: solid;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5rem;
  margin-left: 1rem;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9;
  border-width: 0.125rem;
  padding: 0.375rem 0.875rem; }
.btn {
  border-style: solid;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5rem;
  margin-left: 1rem;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9;
  border-width: 0.125rem;
  padding: 0.375rem 0.875rem; }

.desktop .Button:hover {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff;
  text-decoration: none; }

.desktop
a.Button:hover {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff;
  text-decoration: none; }

.Button:hover:active {
  background-color: #175197;
  border-color: #175197;
  color: #fff; }

a.Button:hover:active {
  background-color: #175197;
  border-color: #175197;
  color: #fff; }

.Button:focus {
  -webkit-box-shadow: 0 0 0 2px #8cb9ee;
          box-shadow: 0 0 0 2px #8cb9ee; }

a.Button:focus {
  -webkit-box-shadow: 0 0 0 2px #8cb9ee;
          box-shadow: 0 0 0 2px #8cb9ee; }

.Button i,
.Button img,
a.Button i,
a.Button img {
  color: inherit;
  margin: 0;
  vertical-align: middle; }

.Button:first-child {
  margin-left: 0; }

a.Button:first-child {
  margin-left: 0; }

.Button .bounce > div,
a.Button .bounce > div {
  background-color: currentColor; }

.Button .spinner,
a.Button .spinner {
  border-left-color: currentColor;
  border-top-color: currentColor;
  height: 24px;
  margin: auto;
  width: 24px; }

.Button.Is_Default {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff; }

a.Button.Is_Default {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff; }
  .desktop .Button.Is_Default:hover {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  .desktop
  a.Button.Is_Default:hover {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  .Button.Is_Default:hover:active {
    background-color: #10396a;
    border-color: #10396a;
    color: #fff; }
  a.Button.Is_Default:hover:active {
    background-color: #10396a;
    border-color: #10396a;
    color: #fff; }

.Button:disabled {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

.Button[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

a.Button:disabled {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

a.Button[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }
  .Button:disabled:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  .Button[disabled]:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  a.Button:disabled:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  a.Button[disabled]:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }

.Button.Icon,
a.Button.Icon {
  font-size: 1.25rem;
  padding: 0.25rem;
  min-width: 2.5rem;
  height: 2.5rem; }

.compact-view .Button, .compact-view
a.Button {
  border-width: 0.125rem;
  padding: 0.125rem 0.375rem; }
  .compact-view .Button.Icon, .compact-view
  a.Button.Icon {
    line-height: 1;
    padding: 0.125rem;
    min-width: 2rem;
    height: 2rem; }
    .compact-view .Button.Icon i, .compact-view
    a.Button.Icon i {
      font-size: 1.25rem;
      padding: 0; }

/* Default / Secondary Button */
.btn i,
.btn img,
a.btn i,
a.btn img {
  color: inherit;
  margin: 0;
  vertical-align: middle; }

.btn:first-child {
  margin-left: 0; }

a.btn:first-child {
  margin-left: 0; }

.btn .bounce > div,
a.btn .bounce > div {
  background-color: currentColor; }

.btn .spinner,
a.btn .spinner {
  border-left-color: currentColor;
  border-top-color: currentColor;
  height: 24px;
  margin: auto;
  width: 24px; }

.btn {
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9; }

.btn.btn-secondary {
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9; }

a.btn {
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9; }

a.btn.btn-secondary {
  background-color: transparent;
  border-color: #2175d9;
  color: #2175d9; }
  .btn:hover {
    background-color: #2175d9;
    border-color: #2175d9;
    color: #fff;
    text-decoration: none; }
  .btn.btn-secondary:hover {
    background-color: #2175d9;
    border-color: #2175d9;
    color: #fff;
    text-decoration: none; }
  a.btn:hover {
    background-color: #2175d9;
    border-color: #2175d9;
    color: #fff;
    text-decoration: none; }
  a.btn.btn-secondary:hover {
    background-color: #2175d9;
    border-color: #2175d9;
    color: #fff;
    text-decoration: none; }
  .btn:hover:active {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  .btn.btn-secondary:hover:active {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  a.btn:hover:active {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  a.btn.btn-secondary:hover:active {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  .btn:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  a.btn:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  a.btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }

.btn.btn-primary {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff; }

a.btn.btn-primary {
  background-color: #2175d9;
  border-color: #2175d9;
  color: #fff; }
  .btn.btn-primary:hover {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  a.btn.btn-primary:hover {
    background-color: #175197;
    border-color: #175197;
    color: #fff; }
  .btn.btn-primary:hover:active {
    background-color: #10396a;
    border-color: #10396a;
    color: #fff; }
  a.btn.btn-primary:hover:active {
    background-color: #10396a;
    border-color: #10396a;
    color: #fff; }

.btn.btn-plain {
  background-color: transparent;
  border-color: transparent;
  color: #2175d9;
  border-width: 0rem;
  padding: 0.5rem 0.5rem; }

a.btn.btn-plain {
  background-color: transparent;
  border-color: transparent;
  color: #2175d9;
  border-width: 0rem;
  padding: 0.5rem 0.5rem; }
  .btn.btn-plain:hover {
    background-color: rgba(33, 117, 217, 0.15);
    border-color: transparent;
    color: #144580; }
  a.btn.btn-plain:hover {
    background-color: rgba(33, 117, 217, 0.15);
    border-color: transparent;
    color: #144580; }
  .btn.btn-plain:hover:active {
    background-color: rgba(33, 117, 217, 0.3);
    border-color: transparent;
    color: #144580; }
  a.btn.btn-plain:hover:active {
    background-color: rgba(33, 117, 217, 0.3);
    border-color: transparent;
    color: #144580; }

.btn.btn-plain-subtle {
  background-color: transparent;
  border-color: transparent;
  color: #6c6c6c;
  border-width: 0rem;
  padding: 0.5rem 0.5rem; }

a.btn.btn-plain-subtle {
  background-color: transparent;
  border-color: transparent;
  color: #6c6c6c;
  border-width: 0rem;
  padding: 0.5rem 0.5rem; }
  .btn.btn-plain-subtle:hover {
    background-color: rgba(108, 108, 108, 0.15);
    border-color: transparent;
    color: #393939; }
  a.btn.btn-plain-subtle:hover {
    background-color: rgba(108, 108, 108, 0.15);
    border-color: transparent;
    color: #393939; }
  .btn.btn-plain-subtle:hover:active {
    background-color: rgba(108, 108, 108, 0.3);
    border-color: transparent;
    color: #393939; }
  a.btn.btn-plain-subtle:hover:active {
    background-color: rgba(108, 108, 108, 0.3);
    border-color: transparent;
    color: #393939; }

.btn:disabled {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

.btn[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

a.btn:disabled {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }

a.btn[disabled] {
  cursor: not-allowed;
  pointer-events: visible;
  opacity: 1;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #c5c5c5; }
  .btn:disabled:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  .btn[disabled]:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  a.btn:disabled:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }
  a.btn[disabled]:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #c5c5c5; }

.btn.btn-icon,
a.btn.btn-icon {
  font-size: 1.25rem;
  height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.25rem;
  text-align: center; }

.compact-view .btn, .compact-view
a.btn {
  border-width: 0.125rem;
  padding: 0.125rem 0.375rem; }
  .compact-view .btn i, .compact-view
  a.btn i {
    font-size: 1.25rem;
    padding: 0; }
  .compact-view .btn.btn-icon, .compact-view
  a.btn.btn-icon {
    line-height: 1;
    padding: 0.125rem;
    min-width: 2rem;
    height: 2rem; }

/* --- #Calendar --- */
.pika-single {
  z-index: 302;
  font-size: 0.75rem;
  color: #0f1941;
  background: #fff;
  border: 1px solid #c5c5c5; }
  .pika-single abbr[title] {
    text-decoration: none; }

.pika-title {
  border-bottom: 2px solid #2175d9; }

.pika-label {
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff; }
  .pika-label:first-child {
    padding-top: 0.5rem;
    font-weight: 400; }

.pika-prev, .pika-next {
  height: 48px;
  color: transparent;
  background-color: transparent; }
  .pika-prev:after {
    font-size: 1.5rem;
    color: #2175d9; }
  .pika-next:after {
    font-size: 1.5rem;
    color: #2175d9; }

.pika-prev,
.is-rtl .pika-next {
  border-right: 1px solid #c5c5c5; }

.pika-next,
.is-rtl .pika-prev {
  border-left: 1px solid #c5c5c5; }

.pika-table th {
  font-size: 0.75rem;
  color: #0f1941; }

.pika-button {
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #0f1941;
  background-color: transparent; }
  .pika-button:hover {
    background-color: #c5c5c5; }

.pika-week {
  padding: 0.5rem !important;
  border-right: 1px solid #c5c5c5; }

.is-today .pika-button {
  color: #0f1941; }

.is-selected .pika-button {
  font-weight: 400;
  color: #fff;
  background-color: #0f1941; }

.is-disabled .pika-button {
  color: #6c6c6c;
  background-color: #f8f8f8; }

.pika-time-section {
  background-color: #fff; }

.has-event .pika-button:after {
  margin-left: -2px;
  background-color: #6c6c6c; }

.is-selected.has-event .pika-button:after,
.is-selected.is-today.has-event .pika-button:after {
  background-color: #fff; }

.pika-lendar .Calendar-prevYear {
  border-right: 1px solid #c5c5c5; }

.pika-lendar .Calendar-nextYear {
  border-left: 1px solid #c5c5c5; }

.pika-lendar .Calendar-navBtn {
  height: 48px; }

/* Calendar DEPRECATED **************************/
.Calendar {
  font-size: 0.75rem;
  color: #0f1941;
  background: #fff;
  border: 1px solid #c5c5c5; }

/* month title */
.Calendar-titleCont {
  font-weight: 400;
  color: #0f1941; }

.Calendar-title > div {
  padding-top: 0.5rem; }

/* buttons month and year */
.Calendar-navBtn > div {
  height: 50px;
  font-size: 1.5rem;
  color: #2175d9; }

.Calendar-prevMonth {
  border-right: 1px solid #c5c5c5; }

.Calendar-nextMonth {
  border-left: 1px solid #c5c5c5; }

.Calendar-prevYear {
  border-right: 1px solid #c5c5c5; }

.Calendar-nextYear {
  border-left: 1px solid #c5c5c5; }

/* Calendar days */
.Calendar-dayNames {
  border-top: 2px solid #2175d9;
  border-bottom: 1px solid #c5c5c5; }

.Calendar-day-selected {
  color: #fff;
  background: #0f1941; }

.Calendar-day-selected:hover {
  color: #fff;
  background: #0f1941; }

body > .Calendar-topCont .Calendar-day {
  color: #0f1941;
  border: 0; }

body > .Calendar-topCont .Calendar-weekNumber {
  color: #0f1941;
  border: 0; }

.Calendar-dayNames div {
  color: #0f1941;
  border: 0; }

.Calendar-bottomBar-today {
  color: #0f1941;
  border: 0; }

.triggerTime {
  color: #0f1941;
  border: 0; }

.triggerTimeBack {
  color: #0f1941;
  border: 0; }

/* Calendar bottom */
.Calendar-bottomBar-today {
  padding: 0 2.5rem; }
.triggerTime {
  padding: 0 2.5rem; }
.triggerTimeBack {
  padding: 0 2.5rem; }

.Calendar-day:hover,
.Calendar-bottomBar-today:hover,
.triggerTime:hover,
.triggerTimeBack:hover {
  background: #c5c5c5; }

/* other months display */
.ShowWeek {
  border-right: 1px solid #c5c5c5; }

/* Calendar time */
.Calendar-time-am {
  font-size: 1rem; }

.Calendar-time {
  padding-top: calc(3rem * 2);
  font-size: 1.25rem; }
  .Calendar-time td {
    padding: 0.5rem; }

.Calendar-time-down {
  font-size: 1.25rem;
  color: #0f1941;
  border: 1px solid #c5c5c5; }

.Calendar-time-up {
  font-size: 1.25rem;
  color: #0f1941;
  border: 1px solid #c5c5c5; }

.Calendar-time-am {
  font-size: 1.25rem;
  color: #0f1941;
  border: 1px solid #c5c5c5; }

.TimeContent {
  background: #fff; }

.desktop .Calendar-time-down:hover {
  color: #0f1941; }

.desktop .Calendar-time-up:hover {
  color: #0f1941; }

.desktop .Calendar-time-am:hover {
  color: #0f1941; }

/* --- #Button Dropdown --- */
.DropdownMenu {
  top: 93%;
  width: 100%;
  max-width: 18.75rem;
  min-width: unset;
  overflow: hidden;
  background-color: #fff;
  border: none;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }
  .DropdownMenu:before, .DropdownMenu:after {
    position: absolute;
    right: 2px;
    left: 2px;
    display: block;
    content: ""; }
  .DropdownMenu:before {
    top: -1px;
    height: 3px;
    background-color: #fff; }
  .DropdownMenu:after {
    top: 0;
    height: 1px;
    margin: 0 1rem;
    background-color: #c5c5c5; }
  .DropdownMenu .PH > a {
    padding: 0.5rem 1rem;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #393939;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin: 0 0.125rem;
    width: calc(100% - 0.25rem); }
    .DropdownMenu .PH > a:hover {
      color: #393939;
      text-decoration: none;
      background-color: #e5effb; }
  .DropdownMenu.arrangeVertical {
    border-top: 1px solid;
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0; }
    .DropdownMenu.arrangeVertical:before {
      top: auto;
      bottom: -1px; }
    .DropdownMenu.arrangeVertical:after {
      top: auto;
      bottom: 0; }

.open > .DropdownMenu {
  border-color: #2175d9;
  -webkit-box-shadow: 0 4px 8px rgba(42, 42, 42, 0.1), inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9;
          box-shadow: 0 4px 8px rgba(42, 42, 42, 0.1), inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9; }
  .open > .DropdownMenu.arrangeVertical {
    -webkit-box-shadow: 0 -4px 8px rgba(42, 42, 42, 0.1), inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 1px 0 0 #2175d9;
            box-shadow: 0 -4px 8px rgba(42, 42, 42, 0.1), inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 1px 0 0 #2175d9; }

.DropdownMenu.arrangeHorizontal {
  right: auto;
  left: 0;
  max-width: 18.75rem; }

.DropdownMenu.arrangeVertical {
  top: auto;
  bottom: 96%; }

/* Dropdown: ButtonDropdown **************************/
.ButtonDropdown {
  width: 100%;
  
   }
  .ButtonDropdown .ButtonDropdown_button.Button {
    
     }
  .ButtonDropdown .ButtonDropdown_text {
    color: #393939;
    line-height: 1.5rem;
    opacity: .8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .ButtonDropdown .ButtonDropdown_icon {
    display: none; }
  .ButtonDropdown.open .ButtonDropdown_button.Button {
    border-color: #2175d9;
    border-radius: 0.25rem 0.25rem 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
    .ButtonDropdown.open .ButtonDropdown_button.Button:after {
      -webkit-transform: rotate(-135deg) translateY(-3px) translateX(-3px);
          -ms-transform: rotate(-135deg) translateY(-3px) translateX(-3px);
              transform: rotate(-135deg) translateY(-3px) translateX(-3px); }
  .ButtonDropdown.open.isTop .ButtonDropdown_button.Button {
    border-color: #2175d9;
    border-top-color: transparent;
    border-radius: 0 0 0.25rem 0.25rem; }

.ButtonDropdown_button.Button {
  background: #fff;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
          box-shadow: inset 0 0 0 1px #c5c5c5;
  height: auto;
  line-height: 1.5rem;
  max-width: 300px;
  overflow: hidden;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%; }
  .ButtonDropdown_button.Button:hover {
    -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
            box-shadow: inset 0 0 0 1px #c5c5c5; }

.tablet .ButtonDropdown .ButtonDropdown_text,
.phone .ButtonDropdown .ButtonDropdown_text {
  line-height: 1.5; }

.tablet .ButtonDropdown_button.Button,
.phone .ButtonDropdown_button.Button {
  line-height: 1.5; }
  .tablet .ButtonDropdown_button.Button:after,
  .phone .ButtonDropdown_button.Button:after {
    top: 1.25rem;
    margin-top: -7px;
    margin-left: 40px; }

.desktop .ButtonDropdown_button.Button:hover {
  background-color: #fff; }

/* Dropdown: InlineDropdown **************************/
.InlineDropdown {
  position: relative; }

.InlineDropdown_label {
  min-width: 50px;
  cursor: pointer; }

.InlineDropdown + .InlineDropdown {
  margin-left: 2.5rem; }

/* Dropdown: IconDropdown **************************/
.IconDropdown.IconDropdownCustom {
  position: relative;
   }
  .IconDropdown.IconDropdownCustom .DropdownMenu {
    width: auto;
    margin-top: 5px;
    border: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9;
     }
    .IconDropdown.IconDropdownCustom .DropdownMenu:before, .IconDropdown.IconDropdownCustom .DropdownMenu:after {
      display: none; }
  .IconDropdown.IconDropdownCustom.isTop .DropdownMenu {
    margin-bottom: 5px; }

.IconDropdown.IconDropdownCustom .DropdownMenu .desktop table .Button + div .IconDropdown_button {
  margin-left: 16px; }

.IconDropdown_button.Button {
  padding: 0.5rem 0.5rem; }
  .IconDropdown_button.Button span.fa {
    margin-left: 0; }

/* --- #File Upload --- */
.FileUpload {
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }
  .FileUpload.active .FileUpload_Label {
    color: #6c6c6c; }

.FileUpload_Label {
  padding: 0 1.5rem;
  line-height: 38px; }

/* --- #Input With Icons --- */
/* DEPRECATED > to delete on 10/1/2020 */
.InputWithIcons a {
  color: #2175d9; }
.InputWithIcons a:link {
  color: #2175d9; }
.InputWithIcons a:visited {
  color: #2175d9; }
  .InputWithIcons a:hover {
    color: #144580; }
  .InputWithIcons a:link:hover {
    color: #144580; }
  .InputWithIcons a:visited:hover {
    color: #144580; }

.btn-grey .InputWithIcons input[type='text'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='password'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='datetime'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='datetime-local'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='date'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='month'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='time'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='week'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='number'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='email'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='url'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='search'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='tel'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.btn-grey .InputWithIcons input[type='color'] {
  width: calc(100% - 2.5rem);
  z-index: 1;
  padding-left: 0.5rem;
  margin-left: 2.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
   }

.InputWithIcons .InputIcon {
  background-color: transparent;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  color: #0f1941;
  height: 2.5rem;
  line-height: 2.5rem; }
  .btn-grey .InputWithIcons .InputIcon {
    background-color: #f8f8f8;
    border: 1px solid #c5c5c5;
    top: 0;
    z-index: 0;
     }
  .tablet .InputWithIcons .InputIcon,
  .phone .InputWithIcons .InputIcon {
    line-height: 2.5rem;
    height: 2.5rem; }
  .compact-view .InputWithIcons .InputIcon {
    height: 2rem; }

.InputWithIcons.Right input[type='text'],
.InputWithIcons.Right input[type='password'],
.InputWithIcons.Right input[type='datetime'],
.InputWithIcons.Right input[type='datetime-local'],
.InputWithIcons.Right input[type='date'],
.InputWithIcons.Right input[type='month'],
.InputWithIcons.Right input[type='time'],
.InputWithIcons.Right input[type='week'],
.InputWithIcons.Right input[type='number'],
.InputWithIcons.Right input[type='email'],
.InputWithIcons.Right input[type='url'],
.InputWithIcons.Right input[type='search'],
.InputWithIcons.Right input[type='tel'],
.InputWithIcons.Right input[type='color'] {
  padding-right: 3rem;
  padding-left: 0.5rem; }

.InputWithIcons.Right .InputIcon {
  color: #0f1941;
  background-color: transparent;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
  .InputWithIcons.Right .InputIcon i {
    color: #2175d9 !important; }
  .InputWithIcons.Right .InputIcon.focused i {
    color: #393939 !important; }

.compact-view .InputWithIcons .InputIcon {
  line-height: 1.875rem; }

.compact-view .InputWithIcons.Right input[type='text'],
.compact-view .InputWithIcons.Right input[type='password'],
.compact-view .InputWithIcons.Right input[type='datetime'],
.compact-view .InputWithIcons.Right input[type='datetime-local'],
.compact-view .InputWithIcons.Right input[type='date'],
.compact-view .InputWithIcons.Right input[type='month'],
.compact-view .InputWithIcons.Right input[type='time'],
.compact-view .InputWithIcons.Right input[type='week'],
.compact-view .InputWithIcons.Right input[type='number'],
.compact-view .InputWithIcons.Right input[type='email'],
.compact-view .InputWithIcons.Right input[type='url'],
.compact-view .InputWithIcons.Right input[type='search'],
.compact-view .InputWithIcons.Right input[type='tel'],
.compact-view .InputWithIcons.Right input[type='color'] {
  padding-right: 3rem;
  padding-left: 0.25rem; }

/* ************************************************************************************* */
/*                                                                                       */
/*                            New Input With Icon version                                */
/*                                                                                       */
/* ************************************************************************************* */
.input-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .input-with-icon .fa-fw {
    width: auto; }
  .input-with-icon-content-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.5rem;
    left: 0;
    min-width: 2.5rem;
    position: absolute;
    z-index: 1; }
    .input-with-icon-content-icon {
      color: #2175d9; }
    .input-with-icon-content-icon i {
      color: #2175d9; }
    .input-with-icon-content-icon:not(:empty) + .input-with-icon-input input {
      padding-left: 2.5rem; }
    .input-with-icon-content-icon.search-actions {
      left: auto;
      right: 0; }
      .input-with-icon-content-icon.search-actions:hover {
        color: #393939;
        cursor: pointer; }
    .compact-view .input-with-icon-content-icon {
      height: 2rem;
      min-width: 2rem; }
  .input-with-icon-input,
  .input-with-icon-input input {
    width: 100%; }
  .input-with-icon-right .input-with-icon-content-icon {
    left: auto;
    right: 0; }
    .input-with-icon-right .input-with-icon-content-icon:not(:empty) + .input-with-icon-input input {
      padding-right: 2.5rem;
      padding-left: 0.5rem; }
    .input-with-icon-right .input-with-icon-content-icon.search-actions {
      left: 0;
      right: auto; }
  .input-with-icon .btn-pass {
    font-size: 0.875rem;
    padding: 0 0.5rem; }
    .compact-view .input-with-icon .btn-pass {
      font-size: 0.75rem;
      padding: 0 0.25rem; }

/* --- #Range Slider --- */
.SliderContainer {
  padding: 0 1.5rem; }

/* Range: Slider values **************************/
.Slider_values {
  margin-top: 1.5rem; }

.tablet .Slider_values {
  margin-top: 2rem; }

.phone .Slider_values {
  margin-top: 2rem; }

.LabelValues {
  margin-top: 0; }
  .LabelValues * {
    margin-right: 0.5rem; }
  .LabelValues label {
    margin-right: 1.5rem; }

.Slider_minvalue {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #6c6c6c; }

.Slider_maxvalue {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #6c6c6c; }

.Slider_currentvalue {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #6c6c6c; }

.Slider_currentvalue2 {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #6c6c6c; }

/* Range: Slider bar **************************/
.SliderRange {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Range: Slider cursor **************************/
  /* Range: two values range **************************/ }
  .SliderRange .ui-slider-handle {
    margin-left: -12;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 50%; }
    .SliderRange .ui-slider-handle:hover {
      background: #f8f8f8; }
    .SliderRange .ui-slider-handle:after {
      border: 0; }
    .SliderRange .ui-slider-handle:before {
      border: 0; }
  .SliderRange .ui-state-active:focus {
    background: #c5c5c5; }
  .SliderRange .ui-slider-range {
    background: #2175d9; }

.tablet .SliderRange .ui-slider-handle {
  margin-left: calc(2rem * -1); }

.phone .SliderRange .ui-slider-handle {
  margin-left: calc(2rem * -1); }

.ie .SliderRange .ui-slider-range,
.firefox .SliderRange .ui-slider-range {
  border: 1px solid #c5c5c5; }

/* --- #Select2 --- */
.select2-search--dropdown {
  display: block;
  padding: 0.25rem; }
  .select2-search--dropdown .select2-search__field {
    width: 100%;
    background-image: none;
    padding: 0.5rem !important;
    height: 2.5rem;
    margin: calc(0.25rem * -1);
    width: calc(100% + 0.5rem);
    max-width: unset;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .compact-view .select2-search--dropdown .select2-search__field {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
      height: 2rem; }

.select2-search--inline .select2-search__field {
  padding-left: 0.5rem !important;
  padding-right: 2.5rem !important;
  width: 100% !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.875rem;
  height: 2.5rem; }
  .select2-search--inline .select2-search__field:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .select2-selection__arrow::before {
    content: "\e911";
    font-family: "rds-icon";
    color: #2175d9; }
  .input-with-icon .select2-selection__arrow {
    display: none; }

.select2-selection__rendered {
  list-style-type: none; }

.select2-results {
  display: block; }
  .select2-results__option {
    cursor: pointer;
    font-size: 0.875rem;
    position: relative;
    padding: 0.75rem 1rem;
    line-height: 1.5rem;
    color: #6c6c6c;
    display: block;
    list-style: none; }
    .select2-results__option--highlighted[aria-selected] {
      background: rgba(33, 117, 217, 0.15);
      color: #144580;
      -webkit-box-shadow: inset 0.375rem 0 0 0 #2175d9;
              box-shadow: inset 0.375rem 0 0 0 #2175d9; }
    .select2-results__option.select2-results__message {
      font-size: 0.75rem; }
    .select2-results__option--load-more {
      font-size: 0.75rem; }
    .select2-results__option[aria-selected="true"] {
      display: none; }
  .select2-results__options {
    max-height: 12.5rem;
    overflow-y: auto; }

.select2-dropdown {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #2175d9;
          box-shadow: inset 0 0 0 2px #2175d9;
  border-radius: 0.25rem;
  display: block;
  position: relative;
  z-index: 1; }
  .select2-dropdown::before, .select2-dropdown::after {
    content: '';
    position: absolute;
    z-index: 1; }
  .select2-dropdown::before {
    left: 0.125rem;
    height: 0.25rem;
    background-color: #fff;
    width: calc(100% - 0.25rem); }
  .select2-dropdown::after {
    left: 0.5rem;
    height: 0.0625rem;
    background-color: #c5c5c5;
    width: calc(100% - 1rem); }
  .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .select2-dropdown--above::before, .select2-dropdown--above::after {
      bottom: -0.125rem; }
    .select2-dropdown--above .select2-search--dropdown {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -2.5rem; }
      .select2-dropdown--above .select2-search--dropdown .select2-search__field {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
    .select2-dropdown--above .select2-results__options {
      padding-bottom: 1rem; }
      .select2-dropdown--above .select2-results__options.select2-results__message {
        padding-bottom: 0; }
      .select2-dropdown--above .select2-results__options--load-more {
        padding-bottom: 0; }
  .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .select2-dropdown--below::before, .select2-dropdown--below::after {
      top: -0.125rem; }
    .select2-dropdown--below .select2-search--dropdown {
      position: absolute;
      left: 0;
      width: 100%;
      top: -2.5rem; }
      .select2-dropdown--below .select2-search--dropdown .select2-search__field {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .select2-dropdown--below .select2-results__options {
      padding-top: 1rem; }
      .select2-dropdown--below .select2-results__options.select2-results__message {
        padding-top: 0; }
      .select2-dropdown--below .select2-results__options--load-more {
        padding-top: 0; }

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container--empty {
    display: none; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 0.5rem;
    line-height: 1.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 0;
    border-radius: 0.25rem;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
            box-shadow: inset 0 0 0 1px #c5c5c5; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .compact-view .select2-container .select2-selection--single {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
  .select2-container .select2-selection--multiple:not(.select2-selection--custom) {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
            box-shadow: inset 0 0 0 1px #c5c5c5;
    border-radius: 0.25rem; }
  .select2-container .select2-selection--multiple.select2-selection--custom {
    display: inline-block;
    margin-top: 0.75rem; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    margin-right: 0.25rem;
    margin-top: 0.25rem;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    line-height: 1.5rem;
    color: #fff;
    border-radius: 6.25rem;
    background-color: #2175d9;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 6.25rem;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 1.5rem;
      width: 1.5rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color .15s ease-in-out;
      -o-transition: background-color .15s ease-in-out;
      transition: background-color .15s ease-in-out;
      color: transparent;
      font-size: 0.75rem;
      margin-left: 0.5rem;
      cursor: pointer;
      font-family: "rds-icon";
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .select2-container .select2-selection--multiple .select2-selection__choice__remove::after {
        content: "\e917";
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
        background-color: #144580;
        text-decoration: none; }
      .select2-container .select2-selection--multiple .select2-selection__choice__remove:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
  .select2-container--open .select2-selection--multiple:not(.select2-selection--custom) {
    -webkit-box-shadow: inset 0 0 0 2px #2175d9;
            box-shadow: inset 0 0 0 2px #2175d9; }
  .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--open .select2-selection__rendered {
    color: transparent; }

/* --- #ToogleButton --- */
.ToggleButton {
  width: 38px;
  height: 20px;
  background-color: #c5c5c5;
  border-color: transparent;
  border-radius: 30px;
  outline: 1px solid transparent; }
  .ToggleButton.changed {
    color: #0f1941;
    background-color: #2175d9;
    border-color: #2175d9; }

.ToggleButton_label {
  width: 38px;
  height: 20px;
  color: transparent; }
  .ToggleButton_label:after {
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    color: #0f1941;
    background-color: #fff;
    border-color: #c5c5c5;
    border-width: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }
  .ToggleButton_label.changed:after {
    top: 1px;
    left: 19px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }

/* Data ***************************/
/* --- #Avatar --- */
/* --- #Counter --- */
.Counter {
  border-radius: 0.25rem;
  /* Counter: Small **************************/
  /* Counter: Medium **************************/
  /* Counter: Large **************************/ }
  .Counter.Auto .Counter_number {
    font-size: 1.25rem; }
  .Counter.Small .Counter_number {
    font-size: 1rem; }
  .Counter.Medium .Counter_number {
    font-size: 1.25rem; }
  .Counter.Large .Counter_number {
    font-size: 2rem; }

div.Counter_Message {
  font-size: 1rem; }

/* --- #Progress Bar --- */
.Progress {
  height: 18px;
  background-color: #fff;
  border-radius: 0.25rem; }
  .Progress span {
    top: -2px; }
  .Progress.Small {
    height: 1rem; }
  .Progress.Medium {
    height: calc(2rem*2);
    font-size: 0.75rem; }
  .Progress.Large {
    height: calc(2rem*2);
    font-size: 1.25rem; }

.Progress_bar {
  color: #fff;
  background-image: -o-linear-gradient(bottom left, 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: -webkit-gradient(linear, right bottom, left top, color-stop(25%, rgba(255, 255, 255, 0.15)), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(75%, rgba(255, 255, 255, 0.15)), color-stop(75%, transparent), to(transparent));
  background-image: -o-linear-gradient(bottom right, 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(to top left, 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; }

/* ProgressBar: Tooltipster Context **************************/
.tooltipster-content .Counter {
  padding: 1.5rem 0.5rem; }

/* --- #Tile --- */
.Tile {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  /* Tile: InfoTooltip **************************/
  /* Tile: InfoTooltip IF Small **************************/
  /* TileIcon IF Small **************************/
  /* TileIcon IF Medium **************************/
  /* TileIcon IF Large **************************/
  /* Tile: TileIconText_icon IF Small **************************/
  /* Tile: TileIconText_icon IF Medium **************************/
  /* Tile: TileIconText_icon IF Large **************************/
  /* Tile: TileNumber IF Medium **************************/ }
  .Tile.Small .InfoTooltip {
    font-size: 0.75rem; }
  .Tile.Small .TileIcon_icon {
    font-size: 1.5rem; }
  .Tile.Small .TileIcon_text {
    font-size: 1rem; }
  .Tile.Medium .TileIcon_icon {
    font-size: 2rem; }
  .Tile.Medium .TileIcon_text {
    font-size: 1.25rem; }
  .Tile.Large .TileIcon_icon {
    font-size: 2rem; }
  .Tile.Large .TileIcon_text {
    font-size: 1.5rem; }
  .Tile.Small .TileIconText_icon {
    font-size: 1.5rem; }
  .Tile.Small .TileIconText_right {
    font-size: 1rem; }
  .Tile.Medium .TileIconText_icon {
    font-size: 2rem; }
  .Tile.Medium .TileIconText_right {
    font-size: 1.25rem; }
  .Tile.Large .TileIconText_icon {
    font-size: 2rem; }
  .Tile.Large .TileIconText_right {
    font-size: 1.5rem; }
  .Tile.Medium .TileNumber_number {
    font-size: 2rem; }
  .Tile.Medium .TileNumber_text {
    font-size: 1.25rem; }

a .Tile:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Tile: TileIcon **************************/
.Tile.TileIcon {
  padding: 1.5rem 0 1.5rem; }

.TileIcon_icon {
  font-size: 2rem; }

.TileIcon_text {
  font-size: 1rem; }

/* Tile: TileIconText **************************/
.TileIconText_icon {
  font-size: 2rem; }

.TileIconText_right {
  padding-right: 1.25rem;
  font-size: 1rem; }

.TilleIconText_text {
  text-align: left; }

/* Tile: TileNumber **************************/
.TileNumber_number {
  font-size: 2rem; }

/* Tile: TileNumber IF Small **************************/
.Small .TileNumber_number {
  font-size: 1rem; }

.Tile.Small .TileNumber_text {
  font-size: 1rem; }

/* Tile: TileNumber IF Large **************************/
.Tile.Large .TileNumber_number {
  font-size: 2rem; }

.Tile.Large .TileNumber_text {
  font-size: 1.25rem; }

.TileIcon_text {
  font-weight: 400;
  text-transform: uppercase; }

.TileNumber_text {
  font-weight: 400;
  text-transform: uppercase; }

.TileIconText_label {
  font-weight: 400;
  text-transform: uppercase; }

.TileIconText_label.Heading2 {
  font-size: 1rem;
  color: inherit;
  text-align: left; }

/* --- #UserInitials --- */
.UserInitials {
  /* UserInitials: Medium **************************/
  /* UserInitials: Large **************************/ }
  .UserInitials span {
    font-size: 0.75rem;
    line-height: 22px; }
  .UserInitials.Small span {
    font-size: 0.75rem;
    line-height: 22px; }
  .UserInitials.Medium span {
    font-size: 1rem;
    line-height: 40px; }
  .UserInitials.Large span {
    font-size: 1.25rem;
    line-height: 80px; }

/* Layout ***************************/
/* --- #Popup --- */
.MainPopup {
  overflow-y: auto;
  padding: 2rem;
  background-color: #fff; }

/* Popup Iframe **************************/
.os-internal-Popup.os-internal-ui-dialog iframe {
  border-radius: 0.25rem; }

/* Popups **************************/
.os-internal-Popup .os-internal-ui-dialog {
  border-radius: 0.25rem; }
.os-internal-Popup.os-internal-ui-dialog {
  border-radius: 0.25rem; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title {
  top: 20px;
  left: 32px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0f1941; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
  top: 20px;
  left: 32px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0f1941; }

div.os-internal-Popup .os-internal-ui-dialog {
  background-color: #fff;
  border-radius: 0.25rem;
  min-height: 150px; }

div.os-internal-Popup.os-internal-ui-dialog {
  background-color: #fff;
  border-radius: 0.25rem;
  min-height: 150px; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
  height: 64px !important;
  background: #fff;
  border-bottom: 1px solid #c5c5c5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close:hover,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:hover,
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: none;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:after {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "rds-icon";
  font-size: 1.25rem;
  color: #2a2a2a;
  content: "\e917";
  opacity: .5; }

/* Mobile ***************************/
/* --- #BottomMenu --- */
/* BottomMenu **************************/
.BottomMenu_wrapper a,
.BottomMenu_item {
  color: #6c6c6c; }

.BottomMenu_wrapper a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.BottomMenu_item.active {
  color: #fff;
  background-color: #2175d9; }

.BottomMenu__text {
  display: block;
  font-size: 0.75rem;
  line-height: 21px; }

.BottomMenu_item .fa {
  position: relative;
  top: 3px; }

/* --- #ListItem --- */
.ListItem {
  display: block;
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #c5c5c5; }
  .ListItem span.fa {
    margin-right: 1.5rem; }

a .ListItem {
  padding-right: calc(3rem * 2);
  color: #0f1941;
  background-color: #fff; }
  a .ListItem:after {
    margin-top: 0;
    font-family: FontAwesome;
    font-size: 1rem;
    color: #c5c5c5;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

a:hover > .ListItem {
  color: #0f1941;
  background-color: #0f1941; }
  a:hover > .ListItem .ListItemContent {
    color: #fff; }

a > .ListItem.active,
a:active > .ListItem {
  background-color: #fff; }

/* --- #ListItemGroup --- */
.ListItemGroup {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }
  .ListItemGroup a:first-child:hover .ListItem {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .ListItemGroup a:last-child:hover .ListItem {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.Panel .ListItemGroup {
  background-color: transparent; }

/* --- #ListItemToggle --- */
/* Navigation ***************************/
/* --- #Breadcrumbs --- */
.Breadcrumbs {
  margin-bottom: 2rem;
  font-size: 1rem; }

.header .Breadcrumbs {
  margin-bottom: 0; }
  .header .Breadcrumbs > div {
    line-height: 1.5rem; }
  .header .Breadcrumbs [class^="heading"] {
    margin-bottom: 0; }
  .layout-tabs:not(.phone) .header .Breadcrumbs {
    margin-top: 1rem; }

/* --- #NavigationBar --- */
.NavigationBar a {
  padding: 1.5rem 2rem;
  margin-bottom: -1px;
  color: #0f1941;
  border-bottom: transparent; }
.NavigationBar a:link {
  padding: 1.5rem 2rem;
  margin-bottom: -1px;
  color: #0f1941;
  border-bottom: transparent; }
.NavigationBar a:visited {
  padding: 1.5rem 2rem;
  margin-bottom: -1px;
  color: #0f1941;
  border-bottom: transparent; }

.NavigationBar a:after,
.NavigationBar a:link:after {
  background-color: #c5c5c5; }

.NavigationBar a.Active {
  color: #0f1941;
  background: transparent; }
  .NavigationBar a.Active:after {
    background-color: #2175d9; }
  .NavigationBar a.Active:not(.ie7):before {
    margin-left: -0.5rem;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2175d9;
    border-left: 4px solid transparent; }
  .NavigationBar a.Active:not(.ie8):before {
    margin-left: -0.5rem;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2175d9;
    border-left: 4px solid transparent; }
  .NavigationBar a.Active:not(.IE8):before {
    border-bottom: 4px solid #2175d9; }

/* Responsive Context **************************/
.desktop .NavigationBar a:hover {
  color: #0f1941; }
.desktop .NavigationBar a:link:hover {
  color: #0f1941; }
  .desktop .NavigationBar a:hover:after {
    background-color: #2175d9; }
  .desktop .NavigationBar a:link:hover:after {
    background-color: #2175d9; }

.desktop .NavigationBar a:hover {
  text-decoration: none; }

.desktop .NavigationBar a:hover:after {
  background-color: #2175d9; }

.desktop .NavigationBar a:link:hover:after {
  background-color: #2175d9; }

.NavigationBar a.Active:after {
  background-color: #2175d9; }

.phone .NavigationBar a:active {
  color: #0f1941; }

.phone .NavigationBar a:link:active {
  color: #0f1941; }

.tablet .NavigationBar a:active {
  color: #0f1941; }

.tablet .NavigationBar a:link:active {
  color: #0f1941; }
  .phone .NavigationBar a:active:after {
    background-color: #0f1941; }
  .phone .NavigationBar a:link:active:after {
    background-color: #0f1941; }
  .tablet .NavigationBar a:active:after {
    background-color: #0f1941; }
  .tablet .NavigationBar a:link:active:after {
    background-color: #0f1941; }

.phone .NavigationBar .InlineDropdown .DropdownMenu a:after,
.tablet .NavigationBar .InlineDropdown .DropdownMenu a:after,
.phone .NavigationBar .InlineDropdown .DropdownMenu a:active:after,
.tablet .NavigationBar .InlineDropdown .DropdownMenu a:active:after {
  background-color: transparent; }

/* NavigationBar: Vertical **************************/
.NavigationBar.Vertical a {
  padding: 1.5rem 1.5rem;
  margin-top: 2px;
  border-left: 2px solid #0f1941; }
.NavigationBar.Vertical a:link {
  padding: 1.5rem 1.5rem;
  margin-top: 2px;
  border-left: 2px solid #0f1941; }
  .NavigationBar.Vertical a:hover {
    border-color: #2175d9; }
  .NavigationBar.Vertical a:link:hover {
    border-color: #2175d9; }

.NavigationBar.Vertical a.Active {
  border-color: #2175d9; }

.NavigationBar.Vertical a:link.Active {
  border-color: #2175d9; }

.NavigationBar.Vertical a.Active:not(.ie7):before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2175d9; }

.NavigationBar.Vertical a.Active:not(.ie8):before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #2175d9; }

.NavigationBar.Vertical a.Active:not(.IE8):before {
  border-left: 4px solid #2175d9; }

/* Responsive Context **************************/
.phone .NavigationBar.Vertical .InlineDropdown {
  padding: 1rem 1rem; }
.phone .NavigationBar.Vertical .InlineDropdown:link {
  padding: 1rem 1rem; }
.tablet .NavigationBar.Vertical .InlineDropdown {
  padding: 1rem 1rem; }
.tablet .NavigationBar.Vertical .InlineDropdown:link {
  padding: 1rem 1rem; }
  .phone .NavigationBar.Vertical .InlineDropdown:after {
    background-color: #2175d9; }
  .phone .NavigationBar.Vertical .InlineDropdown:link:after {
    background-color: #2175d9; }
  .tablet .NavigationBar.Vertical .InlineDropdown:after {
    background-color: #2175d9; }
  .tablet .NavigationBar.Vertical .InlineDropdown:link:after {
    background-color: #2175d9; }

.desktop .NavigationBar.Vertical a:hover {
  border-color: #2175d9; }

.desktop .NavigationBar.Vertical a:link:hover {
  border-color: #2175d9; }

.NavigationBar.Vertical a.Active {
  border-color: #2175d9; }

.NavigationBar.Vertical a:link.Active {
  border-color: #2175d9; }

.phone .NavigationBar .InlineDropdown:active {
  color: #0f1941; }

.phone .NavigationBar .InlineDropdown:link:active {
  color: #0f1941; }

.tablet .NavigationBar .InlineDropdown:active {
  color: #0f1941; }

.tablet .NavigationBar .InlineDropdown:link:active {
  color: #0f1941; }

.phone .NavigationBar a:active {
  color: #0f1941; }

.phone .NavigationBar a:link:active {
  color: #0f1941; }

.tablet .NavigationBar a:active {
  color: #0f1941; }

.tablet .NavigationBar a:link:active {
  color: #0f1941; }
  .phone .NavigationBar .InlineDropdown:active:after {
    background-color: #2175d9; }
  .phone .NavigationBar .InlineDropdown:link:active:after {
    background-color: #2175d9; }
  .tablet .NavigationBar .InlineDropdown:active:after {
    background-color: #2175d9; }
  .tablet .NavigationBar .InlineDropdown:link:active:after {
    background-color: #2175d9; }
  .phone .NavigationBar a:active:after {
    background-color: #2175d9; }
  .phone .NavigationBar a:link:active:after {
    background-color: #2175d9; }
  .tablet .NavigationBar a:active:after {
    background-color: #2175d9; }
  .tablet .NavigationBar a:link:active:after {
    background-color: #2175d9; }

/* --- #SectionIndex --- */
.SectionIndex a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c6c6c;
  line-height: 32px; }
.SectionIndex a:link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c6c6c;
  line-height: 32px; }
.SectionIndex a:visited {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c6c6c;
  line-height: 32px; }
  .SectionIndex a:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .SectionIndex a:link:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .SectionIndex a:visited:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .SectionIndex a:hover {
    color: #393939; }
  .SectionIndex a:link:hover {
    color: #393939; }
  .SectionIndex a:visited:hover {
    color: #393939; }

.SectionIndex.vertical a {
  padding-left: 0.75rem;
  margin-bottom: 0;
  border-left: 4px solid transparent; }
  .SectionIndex.vertical a:hover {
    background-color: rgba(108, 108, 108, 0.15);
    border-left-color: #c5c5c5; }
  .SectionIndex.vertical a:active {
    background-color: rgba(108, 108, 108, 0.3); }
  .SectionIndex.vertical a.active {
    font-weight: 500;
    color: #393939;
    border-left-color: #c5c5c5; }

.tablet .SectionIndex a {
  margin-bottom: 1.5rem; }

.phone .SectionIndex a {
  margin-bottom: 1.5rem; }

/* --- #Tabs --- */
.Tabs {
  border-radius: 0.25rem;
  border: 0; }
  .header .Tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto; }
    .header .Tabs__tab {
      padding: 0; }
    .header .Tabs a {
      padding: 1rem 0.5rem;
      display: inherit; }
  .Tabs .PH:empty {
    display: none; }

.Tabs_header {
  width: auto;
  background: transparent; }

.Tabs__tab {
  background: transparent;
  border: none;
  color: #6c6c6c;
  display: inline-block;
  font-weight: 400;
  line-height: 1rem;
  margin-right: 1rem;
  min-width: 3rem;
  padding: 1rem 0.5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .Tabs__tab:after {
    background-color: transparent;
    content: "";
    bottom: 0;
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
  .Tabs__tab:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }
  .Tabs__tab a {
    color: #6c6c6c;
    font-weight: 400; }
  .Tabs__tab:hover {
    color: #393939;
    text-decoration: none; }
  .Tabs__tab.active {
    color: #393939;
    text-decoration: none; }
    .Tabs__tab:hover a, .Tabs__tab.active a {
      color: inherit;
      font-weight: inherit;
      text-decoration: none;
      background-color: transparent; }
    .Tabs__tab:hover:after {
      height: 0.25rem;
      background-color: #c5c5c5; }
    .Tabs__tab.active:after {
      height: 0.25rem;
      background-color: #c5c5c5; }
  .Tabs__tab:hover {
    background: rgba(108, 108, 108, 0.15); }
  .Tabs__tab:active {
    background: rgba(108, 108, 108, 0.3); }
  .Tabs__tab.active {
    background-color: transparent;
    font-weight: 500; }

.Tabs_body {
  background-color: transparent;
  color: #6c6c6c;
  padding: 2rem 0 0; }
  .Tabs_body:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #c5c5c5; }
  .Tabs_body.Tabs_layout {
    padding-top: 0; }
    .Tabs_body.Tabs_layout:before {
      display: none; }

.Tabs__Loading {
  padding: 3rem calc(2.5rem*2); }

/* ************************************************************************************* */
/*                                                                                       */
/*                           New version - OutSystems UI Tabs                            */
/*                                                                                       */
/* ************************************************************************************* */
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .tabs-header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .tabs-header-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1rem 0.5rem;
      line-height: 1rem;
      margin-left: 1rem;
      color: #6c6c6c;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer;
      position: relative;
      -webkit-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .tabs-header-item:after {
        background-color: transparent;
        content: "";
        bottom: 0;
        height: 0.25rem;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease; }
      .tabs-header-item:first-child {
        margin-left: 0; }
      .tabs-header-item:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
      .tabs-header-item:not(.active):hover {
        background: rgba(108, 108, 108, 0.15); }
        .tabs-header-item:not(.active):hover:active {
          background: rgba(108, 108, 108, 0.3); }
      .tabs-header-item.active {
        font-weight: 500;
        color: #393939; }
      .tabs-header-item:hover:after {
        background-color: #c5c5c5; }
      .tabs-header-item.active:after {
        background-color: #c5c5c5; }
    .tabs-header .ListRecords {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .phone .tabs-header,
    .tablet .tabs-header {
      overflow-x: auto; }
      .phone .tabs-header-item,
      .tablet .tabs-header-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        min-width: 100px; }
  .tabs-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    color: #6c6c6c;
    padding: 2rem 0 0;
    margin-top: -1px;
    border-top: 1px solid #c5c5c5; }
    .tabs-content-item:not(.active) {
      display: none; }
  .tabs-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .tabs-vertical .tabs-header,
    .tabs-vertical .tabs-header .ListRecords {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: auto;
      height: 100%;
      word-break: initial; }
    .tabs-vertical .tabs-header-item {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 1rem 1.5rem 1rem 0.5rem;
      margin-left: 0; }
      .tabs-vertical .tabs-header-item:after {
        width: 0.25rem;
        height: 100%; }
    .tabs-vertical .tabs-content {
      padding: 0 0 0 2rem;
      margin-top: 0;
      margin-left: -1px;
      border-top: 0;
      border-left: 1px solid #c5c5c5; }
    .tabs-vertical:not(.tabs-header-right) .tabs-header-item:after {
      left: auto;
      right: 0; }
    .tabs-vertical.tabs-header-right .tabs-header {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .tabs-vertical.tabs-header-right .tabs-header-item {
        padding-right: 1rem;
        padding-left: 1.5rem; }
    .tabs-vertical.tabs-header-right .tabs-content {
      padding-left: 0;
      padding-right: 2rem;
      margin-left: 0;
      margin-right: -1px;
      border-right: 1px solid #c5c5c5;
      border-left: 0; }
    .tabs-vertical.tabs-header-right + .tabs-content {
      border-right: 1px solid #c5c5c5;
      border-left: 0;
      padding-left: 0; }
    .tabs-vertical.justified .tabs-header {
      height: auto; }
  .tabs.justified .tabs-header {
    width: 100%; }
    .tabs.justified .tabs-header-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 0; }

/* Tabs Patterns inside Card Pattern */
.card > .tabs:not(.justified) .tabs-header {
  padding: 0 1rem; }

.card > .tabs-vertical .tabs-header {
  padding: 0; }
  .card > .tabs-vertical .tabs-header-item {
    padding: 1rem 1.5rem 1rem 1.5rem; }
  .card > .tabs-vertical .tabs-header-right .tabs-header .tabs-header-item {
    padding: 1rem 1.5rem 1rem 1.5rem; }

.card > .tabs-content {
  padding: 1.5rem; }

/* --- #Wizard --- */
.WizardParent {
  border: 1px solid #f8f8f8;
  border-radius: 0.25rem; }

.WizardStep {
  padding-right: 2.5rem;
  background: #fff;
  /* after: right arrow on wizard step **************************/
  /* before: left "inverted" arrow on wizard step **************************/ }
  .WizardStep.ActiveStep {
    color: #fff;
    background: #2175d9; }
    .WizardStep.ActiveStep a,
    .WizardStep.ActiveStep a:link {
      color: #fff; }
    .WizardStep.ActiveStep:before {
      border-top-color: #2175d9;
      border-bottom-color: #2175d9; }
  .WizardStep.Past {
    background: #0f1941; }
    .WizardStep.Past a,
    .WizardStep.Past a:link {
      color: #fff; }
    .WizardStep.Past:before {
      border-top-color: #0f1941;
      border-bottom-color: #0f1941; }
  .WizardStep a {
    color: #2175d9;
    text-decoration: none; }
  .WizardStep a:link {
    color: #2175d9;
    text-decoration: none; }
  .WizardStep a[disabled='disabled'] {
    color: #2175d9;
    text-decoration: none; }
  .WizardStep a[disabled='disabled']:hover {
    color: #2175d9;
    text-decoration: none; }
  .WizardStep:first-of-type {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .WizardStep:last-of-type {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .WizardStep:after {
    border-top: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8; }
  .WizardStep:before {
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent; }

/* ************************************************************************************* */
/*                                                                                       */
/*                       New version - OutSystems UI Wizzard                             */
/*                                                                                       */
/* ************************************************************************************* */
.wizard .ListRecords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.wizard-nav {
  display: none;
   }
  .tablet .wizard-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .phone .wizard-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .phone .wizard-nav a span {
      display: none; }
  .wizard-nav-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    font-weight: 500; }
    .wizard-nav-label a {
      color: #2175d9; }
    .wizard-nav-label a:link {
      color: #2175d9; }
    .wizard-nav-label a:visited {
      color: #2175d9; }

.wizard-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%; }
  .wizard-item:first-child .wizard-item-icon-wraper:before {
    content: none; }
  .wizard-item-icon {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #c5c5c5;
    border-radius: 100%; }
    .wizard-item-icon i {
      color: #6c6c6c;
      width: auto;
      font-size: 1.25rem; }
    .wizard-item-icon:empty {
      width: 8px;
      height: 8px; }
    .wizard-item-icon-wraper {
      position: relative;
      width: 100%;
      margin: 0.5rem 0; }
      .wizard-item-icon-wraper::before {
        position: absolute;
        top: 50%;
        right: calc(50% + 12px);
        z-index: 0;
        width: calc(100% - 24px);
        height: 2px;
        content: '';
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .tablet .wizard-item-icon-wraper::before,
      .phone .wizard-item-icon-wraper::before {
        right: calc(50% + 4px);
        width: calc(100% - 8px); }
  .wizard-item-label {
    color: #f8f8f8;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 1rem; }
    .wizard-item-label a[disabled="disabled"] {
      color: #c5c5c5; }
    .tablet .wizard-item-label,
    .phone .wizard-item-label {
      display: none; }
  .wizard-item.active .wizard-item-icon {
    background-color: #fff;
    border-color: #2175d9; }
    .wizard-item.active .wizard-item-icon i {
      color: #2175d9; }
    .wizard-item.active .wizard-item-icon-wraper:before {
      background-color: #2175d9; }
  .wizard-item.active .wizard-item-label {
    color: #000; }
  .wizard-item.active .wizard-item-label a {
    color: #000; }
  .wizard-item.active .wizard-item-label a:link {
    color: #000; }
  .wizard-item.active .wizard-item-label a:visited {
    color: #000; }
  .wizard-item.past .wizard-item-icon {
    background-color: #2175d9;
    border-color: #2175d9; }
    .wizard-item.past .wizard-item-icon i {
      color: #fff; }
    .wizard-item.past .wizard-item-icon-wraper:before {
      background-color: #2175d9; }
  .wizard-item.past .wizard-item-label {
    cursor: pointer;
    color: #2175d9; }
    .wizard-item.past .wizard-item-label {
      color: #2175d9; }
    .wizard-item.past .wizard-item-label a {
      color: #2175d9; }
    .wizard-item.past .wizard-item-label a:link {
      color: #2175d9; }
    .wizard-item.past .wizard-item-label a:visited {
      color: #2175d9; }
  .wizard-item.next .wizard-item-icon i {
    color: #c5c5c5; }
  .wizard-item.next .wizard-item-icon-wraper:before {
    background-color: #c5c5c5; }
  .wizard-item.active-item .wizard-item-label {
    font-weight: 500; }
    .wizard-item.active-item .wizard-item-label {
      color: #000; }
    .wizard-item.active-item .wizard-item-label a {
      color: #000; }
    .wizard-item.active-item .wizard-item-label a:link {
      color: #000; }
    .wizard-item.active-item .wizard-item-label a:visited {
      color: #000; }
  .wizard-item.label-top .wizard-item-icon-wraper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .wizard-item.label-top .wizard-item-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tablet .wizard-item .wizard-item-icon,
  .phone .wizard-item .wizard-item-icon {
    width: 8px;
    height: 8px; }
    .tablet .wizard-item .wizard-item-icon i,
    .phone .wizard-item .wizard-item-icon i {
      display: none; }
  .tablet .wizard-item.active-item .wizard-item-icon,
  .phone .wizard-item.active-item .wizard-item-icon {
    width: 16px;
    height: 16px; }

.wizard-vertical .wizard-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem; }
  .ie11 .wizard-vertical .wizard-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .wizard-vertical .wizard-item-icon-wraper {
    width: auto;
    margin: 0 0.5rem 0 0; }
    .wizard-vertical .wizard-item-icon-wraper:before {
      top: auto;
      bottom: calc(50% + 12px);
      left: 50%;
      width: 2px;
      height: calc(100% + 18px);
      -webkit-transform: translateY(0) translateX(-50%);
          -ms-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%); }
  .wizard-vertical .wizard-item.label-top .wizard-item-label {
    text-align: right; }
  .wizard-vertical .wizard-item.label-top .wizard-item-icon-wraper {
    margin: 0 0 0 0.5rem; }
  .wizard-vertical .wizard-item:last-child {
    margin-bottom: 0; }

.wizard-vertical .ListRecords {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.wizard.is--index .wizard-item-label {
  color: #6c6c6c; }

.wizard.is--index .wizard-item-label a {
  color: #6c6c6c; }

.wizard.is--index .wizard-item.past .wizard-item-icon {
  background: #fff;
  border-color: #c5c5c5; }

.wizard.is--index .wizard-item.next .wizard-item-icon {
  background: #fff;
  border-color: #c5c5c5; }
  .wizard.is--index .wizard-item.past .wizard-item-icon i {
    color: #2175d9; }
  .wizard.is--index .wizard-item.next .wizard-item-icon i {
    color: #2175d9; }

.wizard.is--index .wizard-item.past .wizard-item-icon-wraper:before {
  background-color: #c5c5c5; }

.wizard.is--index .wizard-item.next .wizard-item-icon-wraper:before {
  background-color: #c5c5c5; }

.wizard.is--index .wizard-item.past .wizard-item-label {
  color: #6c6c6c; }

.wizard.is--index .wizard-item.past .wizard-item-label a {
  color: #6c6c6c; }

.wizard.is--index .wizard-item.next .wizard-item-label {
  color: #6c6c6c; }

.wizard.is--index .wizard-item.next .wizard-item-label a {
  color: #6c6c6c; }

.wizard.is--index .wizard-item.active .wizard-item-label {
  font-weight: 500; }
  .wizard.is--index .wizard-item.active .wizard-item-label {
    color: #393939; }
  .wizard.is--index .wizard-item.active .wizard-item-label a {
    color: #393939; }

.wizard.is--index .wizard-item.active .wizard-item-icon-wraper:before {
  background-color: #c5c5c5; }

.ie10 .wizard.flex-direction-row .wizard-item.label-top .wizard-item-label,
.ie11 .wizard.flex-direction-row .wizard-item.label-top .wizard-item-label {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

/* Responsive ************************/
/* Responsive Context */
.phone .TableRecordsResponsive .TableRecords {
  border: 1px solid #c5c5c5; }

.phone .TableRecordsResponsive .TableRecords tr td div {
  font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Counter.Small .Counter_number {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Counter.Medium .Counter_number {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Counter.Large .Counter_number {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Progress.Medium .Progress_bar {
    font-size: 0.75rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Progress.Large .Progress_bar {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Small .TileIcon_icon {
    font-size: 1.5rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Small .TileIcon_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileIcon_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileIcon_text {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileIcon_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileIcon_text {
    font-size: 1.5rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileIcon_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileIcon_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Small .TileIconText_icon {
    font-size: 1.5rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileIconText_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileIconText_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileIconText_icon {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileIconText_right .Heading2 {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Small .TileIconText_right .TilleIconText_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileIconText_right .TilleIconText_text {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileIconText_right .TilleIconText_text {
    font-size: 1.5rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileIconText_right .TilleIconText_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Small .TileNumber_number {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Small .TileNumber_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileNumber_number {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Medium .TileNumber_text {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileNumber_number {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Tile.Large .TileNumber_text {
    font-size: 1.25rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileNumber_number {
    font-size: 2rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .TileNumber_text {
    font-size: 1rem; }
  .phone .TableRecordsResponsive .TableRecords tr td div .Blank_icon {
    font-size: 2rem; }

.phone .TableRecordsResponsive .TableRecords .TableRecords_OddRow {
  background-color: #f8f8f8; }

.phone .TableRecordsResponsive .TableRecords td {
  padding: 1.5rem; }

/* Responsive ************************/
/*-------------------------------------*\
        $0. Generic Rules
\*-------------------------------------*/
.Columns .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

/* Border option */
.Columns.Border .Column > div {
  padding: 1rem;
  border: 1px solid #c5c5c5; }

/*-------------------------------------*\
        $1. Columns2
\*-------------------------------------*/
.Columns2 > .Column {
  padding: 0 1rem; }

/*-------------------------------------*\
        $2. Columns3
\*-------------------------------------*/
.Columns3 > .Column {
  padding: 0 1rem; }

.Columns3 .Column.ColFirst {
  padding-right: 1rem; }

.Columns3 .Column.ColLast {
  padding-left: 1rem; }

/* BreakFirst, BreakMiddle */
.tablet .Columns3.tab_BreakFirst > .Column {
  padding: 0 1rem 0 0; }
.tablet .Columns3.tab_BreakMiddle > .Column {
  padding: 0 1rem 0 0; }
.phone .Columns3.mob_BreakFirst > .Column {
  padding: 0 1rem 0 0; }
.phone .Columns3.mob_BreakMiddle > .Column {
  padding: 0 1rem 0 0; }

.tablet .Columns3.tab_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

.tablet .Columns3.tab_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns3.mob_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns3.mob_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

/* BreakLast */
.tablet .Columns3.tab_BreakLast > .Column {
  padding-left: 1rem; }
.phone .Columns3.mob_BreakLast > .Column {
  padding-left: 1rem; }

.tablet .Columns3.tab_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

.phone .Columns3.mob_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

/*-------------------------------------*\
        $3. Columns4
\*-------------------------------------*/
.Columns4 .Column.ColFirst {
  padding-right: 1rem; }

.Columns4 .Column.ColLast {
  padding-left: 1rem; }

.Columns4 .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns4 .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

/* BreakFirst */
.tablet .Columns4.tab_BreakFirst > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }
.phone .Columns4.mob_BreakFirst > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns4.tab_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }

.phone .Columns4.mob_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }

.tablet .Columns4.tab_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns4.mob_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

/* Break Last*/
.tablet .Columns4.tab_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }
.phone .Columns4.mob_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns4.tab_BreakLast > .Column.LefttMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns4.mob_BreakLast > .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns4.tab_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

.phone .Columns4.mob_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

/* BreakMiddle */
.tablet .Columns4.tab_BreakMiddle > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }
.phone .Columns4.mob_BreakMiddle > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns4.tab_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.phone .Columns4.mob_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns4.tab_BreakMiddle > .Column.LeftMiddle {
  padding-left: 1rem; }

.phone .Columns4.mob_BreakMiddle > .Column.LeftMiddle {
  padding-left: 1rem; }

.tablet .Columns4.tab_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns4.mob_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $4. Columns5
\*-------------------------------------*/
.Columns5 > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns5 .Column.ColFirst {
  padding-right: 1rem; }

.Columns5 .Column.ColLast {
  padding-left: 1rem; }

.Columns5 .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns5 .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

/* Break First */
.tablet .Columns5.tab_BreakFirst > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }
.phone .Columns5.mob_BreakFirst > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns5.tab_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }

.phone .Columns5.mob_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }

.tablet .Columns5.tab_BreakFirst > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns5.mob_BreakFirst > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns5.tab_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns5.mob_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

/* BreakLast */
.tablet .Columns5.tab_BreakLast > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }
.phone .Columns5.mob_BreakLast > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns5.tab_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

.phone .Columns5.mob_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns5.tab_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

.phone .Columns5.mob_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

/* BreakMiddle */
.tablet .Columns5.tab_BreakMiddle > .Column {
  padding-right: 1rem; }
.phone .Columns5.mob_BreakMiddle > .Column {
  padding-right: 1rem; }

.tablet .Columns5.tab_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.phone .Columns5.mob_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns5.tab_BreakMiddle > .Column.LeftMiddle {
  padding-left: 1rem; }

.phone .Columns5.mob_BreakMiddle > .Column.LeftMiddle {
  padding-left: 1rem; }

.tablet .Columns5.tab_BreakMiddle > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns5.mob_BreakMiddle > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns5.tab_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns5.mob_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $5. Columns6
\*-------------------------------------*/
.Columns6 > .Column {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns6 .Column.ColFirst {
  padding-right: 1rem; }

.Columns6 .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns6 > .Column.Col3rd {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns6 > .Column.Col4th {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns6 .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.Columns6 .Column.ColLast {
  padding-left: 1rem; }

/* Break First */
.tablet .Columns6.tab_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }
.phone .Columns6.mob_BreakFirst > .Column.LeftMiddle {
  padding-right: 1rem; }

.tablet .Columns6.tab_BreakFirst > .Column.Col3rd {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_BreakFirst > .Column.Col3rd {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakFirst > .Column.Col4th {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_BreakFirst > .Column.Col4th {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakFirst > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_BreakFirst > .Column.RightMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns6.mob_BreakFirst > .Column.ColLast {
  padding-left: 1rem; }

/* Break Last */
.tablet .Columns6.tab_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }
.phone .Columns6.mob_BreakLast > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns6.tab_BreakLast > .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_BreakLast > .Column.LeftMiddle {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakLast > .Column.Col3rd {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_Breaklast > .Column.Col3rd {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_Breaklast > .Column.Col4th {
  padding-right: 1rem;
  padding-left: 1rem; }

.phone .Columns6.mob_BreakLast > .Column.Col4th {
  padding-right: 1rem;
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

.phone .Columns6.mob_BreakLast > .Column.RightMiddle {
  padding-left: 1rem; }

/* BreakMiddle */
.tablet .Columns6.tab_BreakMiddle > .Column {
  padding: 0 1rem; }
.phone .Columns6.mob_BreakMiddle > .Column {
  padding: 0 1rem; }

.tablet .Columns6.tab_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.phone .Columns6.mob_BreakMiddle > .Column.ColFirst {
  padding-right: 1rem; }

.tablet .Columns6.tab_BreakMiddle > .Column.Col3rd {
  padding-left: 1rem; }

.phone .Columns6.mob_BreakMiddle > .Column.Col3rd {
  padding-left: 1rem; }

.tablet .Columns6.tab_BreakMiddle > .Column.Col4th {
  padding-right: 1rem; }

.phone .Columns6.mob_BreakMiddle > .Column.Col4th {
  padding-right: 1rem; }

.tablet .Columns6.tab_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

.phone .Columns6.mob_BreakMiddle > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $6. MediumLeftColumn
\*-------------------------------------*/
.MediumLeftColumns > .Column.ColFirst {
  padding-right: 1rem; }

.MediumLeftColumns > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $7. SmallLeftColumn
\*-------------------------------------*/
.SmallLeftColumns > .Column.ColFirst {
  padding-right: 1rem; }

.SmallLeftColumns > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $8. MediumRightColumn
\*-------------------------------------*/
.MediumRightColumns > .Column.ColFirst {
  padding-right: 1rem; }

.MediumRightColumns > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $9. SmallLeftColumn
\*-------------------------------------*/
.SmallRightColumns > .Column.ColFirst {
  padding-right: 1rem; }

.SmallRightColumns > .Column.ColLast {
  padding-left: 1rem; }

/*-------------------------------------*\
        $10. Gallery
\*-------------------------------------*/
.Gallery .GalleryWrapper {
  margin-left: calc(1.5rem * -1);
   }

.Gallery .GalleryItem {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
   }

/* ------------------------------------ *\
    $8. Custom Patterns
\* ------------------------------------- */
/* [Brandshift Atom > Avatar]                       ********** */
.user-avatar {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f8f8;
  border-radius: 6.25rem;
  color: #2175d9;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  width: 2rem; }
  .user-avatar i {
    color: inherit; }
  .user-avatar--small {
    font-size: 0.75rem;
    height: 1.5rem;
    width: 1.5rem; }
  .user-avatar--large {
    font-size: 1rem;
    height: 4.5rem;
    width: 4.5rem; }
  .user-avatar--iconized:not(.user-avatar--small) {
    border: 2px solid #c5c5c5; }
  .user-avatar--iconized.user-avatar--large i {
    font-size: 2.25rem; }
  .user-avatar--dark {
    background-color: #2175d9;
    color: #fff; }
    .user-avatar--dark.user-avatar--iconized {
      background-color: #e5effb;
      border-color: #2175d9;
      color: #2175d9; }
  .tooltipstered .user-avatar {
    cursor: pointer; }
    .tooltipstered .user-avatar:hover {
      background-color: rgba(108, 108, 108, 0.15); }
    .tooltipstered .user-avatar--dark:hover {
      background-color: #144580; }
    .tooltipstered .user-avatar--dark.user-avatar--iconized:hover {
      background-color: #2175d9;
      color: #fff; }

/* [Brandshift Atom > Badge]                        ********** */
.badge {
  color: #6c6c6c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  
   }
  .badge i {
    color: inherit;
    display: inherit;
    font-size: 0.875rem; }
  .badge[class*="background-"] {
    border-radius: 0.25rem;
    font-weight: 500;
    padding: 0 0.25rem; }
  .badge + .badge {
    margin-left: 0.25rem; }

/* [Brandshift Atom > Chips]                        ********** */
a.chip {
  border: 1px solid #c5c5c5;
  border-radius: 6.25rem;
  line-height: 1.375rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #6c6c6c;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }
  a.chip:hover {
    text-decoration: none; }
  a.chip:not([disabled="disabled"]):not(.chip--disabled):not(.chip--selected):hover {
    background-color: rgba(108, 108, 108, 0.15);
    color: #393939; }
    a.chip:not([disabled="disabled"]):not(.chip--disabled):not(.chip--selected):hover:active {
      background-color: rgba(108, 108, 108, 0.3); }
  a.chip.chip--selected {
    background-color: #e5effb;
    border-color: #2175d9;
    color: #393939; }
  a.chip[disabled="disabled"] {
    color: #c5c5c5;
    background-color: #f8f8f8; }
  a.chip.chip--disabled {
    color: #c5c5c5;
    background-color: #f8f8f8; }
  .compact-view a.chip {
    padding: 0.25rem 0.5rem; }

/* [Brandshift Atom > Counter]                      ********** */
.counter {
  border-radius: 6.25rem;
  -webkit-box-shadow: 0 0 2px #fff;
          box-shadow: 0 0 2px #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  height: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  text-align: center;
  width: 1.5rem;
  
   }
  .counter:not([class*="background-"]) {
    border: 2px solid #c5c5c5;
    line-height: 1.375rem;
     }
  .counter:empty {
    height: 1rem;
    width: 1rem; }
    .compact-view .counter:empty {
      height: 0.5rem;
      width: 0.5rem; }
  .counter-up {
    left: 0.25rem;
    top: calc(0.5rem * -1); }
    .counter-up:empty {
      height: 0.5rem;
      left: 0;
      top: calc(0.25rem * -1);
      width: 0.5rem; }
  .counter-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 2.5rem; }
    .counter-wrapper i {
      color: #2175d9; }
    .counter-wrapper .counter {
      left: auto;
      position: absolute;
      right: 0;
      top: 0; }

/* [Brandshift Atom > Tags]                         ********** */
.tags {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2175d9;
  border-radius: 6.25rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.25rem 0.25rem 0.25rem 1rem; }
  .tags-label {
    line-height: 1.5rem; }
  .tags-action {
    border-radius: 6.25rem;
    margin-left: 1rem; }
    .tags-action a {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 6.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 2rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color .15s ease-in-out;
      -o-transition: background-color .15s ease-in-out;
      transition: background-color .15s ease-in-out;
      width: 2rem; }
      .tags-action a:hover {
        background-color: #144580;
        text-decoration: none; }
      .tags-action a:focus {
        -webkit-box-shadow: 0 0 0 2px #8cb9ee;
                box-shadow: 0 0 0 2px #8cb9ee; }
      .tags-action a i {
        color: #fff;
        font-size: 0.75rem; }
  .tags.is--disabled {
    background: #c5c5c5;
    cursor: not-allowed; }
    .tags.is--disabled .tags-action a {
      pointer-events: none; }
  .compact-view .tags {
    padding-left: 0.5rem; }
  .tags.is--compact {
    padding-left: 0.5rem; }
    .compact-view .tags .tags-action {
      margin-left: 0.5rem; }
    .tags.is--compact .tags-action {
      margin-left: 0.5rem; }
      .compact-view .tags .tags-action a, .tags.is--compact .tags-action a {
        height: 1.5rem;
        width: 1.5rem; }
        .compact-view .tags .tags-action a i {
          font-size: 0.75rem; }
        .tags.is--compact .tags-action a i {
          font-size: 0.75rem; }

/*[Brandshift Atom > Buttons]                       ********** */
/* [Brandshift Molecule > Align Center]             ********** */
.center-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
   }

.center-align.flex-direction-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* [Brandshift Molecule > Dropdown MultiSelect]     ********** */
.DropdownMultiSelect {
  display: inline-block;
  max-width: 18.75rem;
  width: 100%; }
  .DropdownMultiSelect .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: none;
    -webkit-box-shadow: 0 4px 8px rgba(42, 42, 42, 0.1), inset 0 0 0 1px #2175d9;
            box-shadow: 0 4px 8px rgba(42, 42, 42, 0.1), inset 0 0 0 1px #2175d9;
    color: #76838f;
    display: none;
    float: left;
    font-size: 1.125rem;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 93% !important;
    width: 100%;
    z-index: 1;
     }
    .DropdownMultiSelect .dropdown-menu.arrangeVertical {
      border-radius: 0.25rem 0.25rem 0 0;
      bottom: 96%;
      -webkit-box-shadow: 0 -4px 8px rgba(42, 42, 42, 0.1), inset 0 0 0 1px #2175d9;
              box-shadow: 0 -4px 8px rgba(42, 42, 42, 0.1), inset 0 0 0 1px #2175d9;
      top: auto !important; }
    .DropdownMultiSelect .dropdown-menu .dropdown-item {
      background: 0 0;
      border: 0;
      clear: both;
      margin: 0 0.125rem;
      padding-right: 1rem;
      width: calc(100% - 0.25rem); }
      .DropdownMultiSelect .dropdown-menu .dropdown-item label {
        display: inline;
        font-size: 1rem; }
      .DropdownMultiSelect .dropdown-menu .dropdown-item input[type='checkbox'] + span + label {
        color: #2175d9;
        margin-bottom: 0; }
      .DropdownMultiSelect .dropdown-menu .dropdown-item:hover {
        background-color: #e5effb;
        text-decoration: none; }
        .DropdownMultiSelect .dropdown-menu .dropdown-item:hover input[type='checkbox'] + span + label {
          color: #393939; }
    .DropdownMultiSelect .dropdown-menu:before, .DropdownMultiSelect .dropdown-menu:after {
      content: "";
      display: block;
      height: 1px;
      left: 2px;
      position: absolute;
      right: 2px;
      top: -2px;
       }
    .DropdownMultiSelect .dropdown-menu:before {
      background: #fff;
      height: 2px; }
    .DropdownMultiSelect .dropdown-menu:after {
      background: #c5c5c5;
      margin: 0 1rem;
      top: 0; }
  .DropdownMultiSelect .rds--dropdown {
    padding: 0 2.5rem 0 1rem;
     }
    .DropdownMultiSelect .rds--dropdown .dropdown-overflow-wrapper {
      overflow: hidden;
      width: 100%; }
    .DropdownMultiSelect .rds--dropdown span:first-child {
      color: #393939;
      opacity: .8;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .DropdownMultiSelect .rds--dropdown:focus {
      border-color: #2175d9; }
  .DropdownMultiSelect .dropdown {
    position: relative; }
    .DropdownMultiSelect .dropdown .Button {
      background-color: #fff;
      border: none;
      border-radius: 0.25rem;
      -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
              box-shadow: inset 0 0 0 1px #c5c5c5;
      line-height: 1.5rem;
      min-width: 150px;
      outline: none;
      padding: 0.5rem 3.5rem 0.5rem 0.5rem;
      position: relative;
      text-align: left;
      width: 100%; }
    .DropdownMultiSelect .dropdown a.Button {
      background-color: #fff;
      border: none;
      border-radius: 0.25rem;
      -webkit-box-shadow: inset 0 0 0 1px #c5c5c5;
              box-shadow: inset 0 0 0 1px #c5c5c5;
      line-height: 1.5rem;
      min-width: 150px;
      outline: none;
      padding: 0.5rem 3.5rem 0.5rem 0.5rem;
      position: relative;
      text-align: left;
      width: 100%; }
      .DropdownMultiSelect .dropdown .Button .counter {
        background: #2175d9;
        color: #fff;
        position: absolute;
        right: 1.75rem;
        top: 0.5rem;
        vertical-align: middle; }
      .DropdownMultiSelect .dropdown a.Button .counter {
        background: #2175d9;
        color: #fff;
        position: absolute;
        right: 1.75rem;
        top: 0.5rem;
        vertical-align: middle; }
    .DropdownMultiSelect .dropdown.open .rds--dropdown {
      border-color: #2175d9;
      border-radius: 0.25rem 0.25rem 0 0;
      -webkit-box-shadow: inset 0 0 0 2px #2175d9;
              box-shadow: inset 0 0 0 2px #2175d9; }
      .DropdownMultiSelect .dropdown.open .rds--dropdown:after {
        -webkit-transform: rotate(-135deg) translateY(-3px) translateX(-3px);
            -ms-transform: rotate(-135deg) translateY(-3px) translateX(-3px);
                transform: rotate(-135deg) translateY(-3px) translateX(-3px); }
    .DropdownMultiSelect .dropdown.open .dropdown-menu {
      display: block;
      -webkit-box-shadow: 0 4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9;
              box-shadow: 0 4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9; }
      .DropdownMultiSelect .dropdown.open .dropdown-menu .dropdown-item {
        display: block; }
    .DropdownMultiSelect .dropdown.open.isTop .rds--dropdown {
      border-bottom: 1px solid;
      border-radius: 0 0 0.25rem 0.25rem;
      border-top-color: transparent; }
    .DropdownMultiSelect .dropdown.open.isTop .dropdown-menu {
      border-top: 2px solid #2175d9;
      -webkit-box-shadow: 0 -4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9;
              box-shadow: 0 -4px 8px #c5c5c5, inset 2px 0 0 0 #2175d9, inset -2px 0 0 0 #2175d9, inset 0 -2px 0 0 #2175d9; }
      .DropdownMultiSelect .dropdown.open.isTop .dropdown-menu:before, .DropdownMultiSelect .dropdown.open.isTop .dropdown-menu:after {
        bottom: 0;
        top: auto; }
      .DropdownMultiSelect .dropdown.open.isTop .dropdown-menu:before {
        height: 3px; }
      .DropdownMultiSelect .dropdown.open.isTop .dropdown-menu:after {
        height: 1px; }

.dropdown .Button:hover {
  background-color: #fff; }

.tablet .ButtonDropdown .Button:hover {
  background-color: #fff; }

.phone .ButtonDropdown .Button:hover {
  background-color: #fff; }

/* [Brandshift Molecule > Form Element Sizer]       ********** */
.form-element-sizer {
  display: inline-block;
  max-width: 100%;
  position: relative; }
  .form-element-sizer + .form-element-sizer {
    margin-left: 0.5rem; }
  .phone .form-element-sizer {
    margin: 0; }

.form-element-input {
  display: block;
  width: 100%; }
  .form-element-input textarea,
  .form-element-input select,
  .form-element-input input[type="text"],
  .form-element-input input[type="password"],
  .form-element-input input[type="datetime"],
  .form-element-input input[type="datetime-local"],
  .form-element-input input[type="date"],
  .form-element-input input[type="month"],
  .form-element-input input[type="time"],
  .form-element-input input[type="week"],
  .form-element-input input[type="number"],
  .form-element-input input[type="email"],
  .form-element-input input[type="url"],
  .form-element-input input[type="search"],
  .form-element-input input[type="tel"],
  .form-element-input input[type="color"] {
    width: 100%; }

.form-element--small {
  width: 6rem; }

.form-element--medium {
  width: 10rem; }

.form-element--default {
  width: 19rem; }

.form-element--large {
  width: 100%; }

/* [Brandshift Molecule > Lists]                    ********** */
ul:not([class^="select2"]) > li {
  clear: both;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 0;
  position: relative; }
ol > li {
  clear: both;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 0;
  position: relative; }
.list-item {
  clear: both;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 0;
  position: relative; }
  .compact-view ul:not([class^="select2"]) > li:not(.list-item-stacked) {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
  .compact-view ol > li:not(.list-item-stacked) {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
  .compact-view .list-item:not(.list-item-stacked) {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
  .compact-view ul:not([class^="select2"]) > li.list-item-stacked {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
  .compact-view ol > li.list-item-stacked {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
  .compact-view .list-item-stacked.list-item {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }

ul:not([class^="select2"]) > li, .list-item-unordered {
  padding-left: 1.75rem; }
  ul:not([class^="select2"]) > li:before {
    background-color: #2175d9;
    border-radius: 0.125rem;
    content: "";
    height: 0.25rem;
    left: 0.625rem;
    position: absolute;
    top: 1.125rem;
    width: 0.25rem; }
  .list-item-unordered:before {
    background-color: #2175d9;
    border-radius: 0.125rem;
    content: "";
    height: 0.25rem;
    left: 0.625rem;
    position: absolute;
    top: 1.125rem;
    width: 0.25rem; }
  ul:not([class^="select2"]) > li li:before {
    background-color: #c5c5c5; }
  .list-item-unordered li:before {
    background-color: #c5c5c5; }
  ul:not([class^="select2"]) > li .list-item-unordered:before {
    background-color: #c5c5c5; }
  .list-item-unordered .list-item-unordered:before {
    background-color: #c5c5c5; }
  ul:not([class^="select2"]) > li li:last-child {
    padding-bottom: 0; }
  .list-item-unordered li:last-child {
    padding-bottom: 0; }
  ul:not([class^="select2"]) > li .list-item-unordered:last-child {
    padding-bottom: 0; }
  .list-item-unordered .list-item-unordered:last-child {
    padding-bottom: 0; }
  .compact-view ul:not([class^="select2"]) > li:before, .compact-view .list-item-unordered:before {
    top: 0.875rem; }

ol > li, .list-item-ordered {
  counter-increment: new-counter;
  padding-left: 1.75rem; }
  ol > li:before {
    content: counter(new-counter);
    font-size: 1rem;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 0.5rem; }
  .list-item-ordered:before {
    content: counter(new-counter);
    font-size: 1rem;
    font-weight: 500;
    left: 0;
    position: absolute;
    top: 0.5rem; }
  .compact-view ol > li:before {
    font-size: 0.875rem;
    top: 0.25rem; }
  .compact-view .list-item-ordered:before {
    font-size: 0.875rem;
    top: 0.25rem; }

/* standard lists */
ul:not([class^="select2"]) {
  list-style: none; }

ol {
  counter-reset: new-counter;
  list-style: none;
  padding-left: 0; }

/* custom pattern lists */
.list-item {
  display: block;
   }
  .list-item-icon {
    float: left;
    width: 1.75rem; }
    .list-item-icon i {
      color: #2175d9;
      display: inline-block; }
  .list-item-turned .list-item-title {
    font-weight: 500;
    min-width: 10rem; }
  .list-item-stacked .list-item-title {
    font-weight: 500;
    min-width: 10rem; }
  .list-item-turned .list-item-description, .list-item-turned .list-item-title {
    display: inline-block; }
  .list-item-stacked {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .list-item-stacked .list-item-title {
      margin-bottom: 0.5rem; }
      .compact-view .list-item-stacked .list-item-title {
        margin-bottom: 0.25rem; }
  .list-item:before {
     }

/* [Brandshift Molecule > List Group]               ********** */
.list-group-wrapper {
  position: relative; }
  .list-group-wrapper a {
    color: #6c6c6c;
    display: block;
    text-decoration: none; }
    .list-group-wrapper a:focus {
      -webkit-box-shadow: inset 0 0 0 2px #8cb9ee;
              box-shadow: inset 0 0 0 2px #8cb9ee; }
    .list-group-wrapper a:hover {
      background: rgba(33, 117, 217, 0.15);
      color: #144580;
      text-decoration: none; }
    .list-group-wrapper a:hover:active {
      background: rgba(33, 117, 217, 0.3); }
    .list-group-wrapper a[disabled="disabled"]:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .list-group-wrapper a[disabled="disabled"] {
      background: transparent;
      color: #c5c5c5; }
    .list-group-wrapper a[disabled="disabled"]:hover {
      background: transparent;
      color: #c5c5c5; }
    .list-group-wrapper a[disabled="disabled"]:hover:active {
      background: transparent;
      color: #c5c5c5; }

.list-group-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  position: relative; }
  .list-group-item:before {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0.25rem; }
    a:hover .list-group-item:before {
      background: #2175d9; }
    a:hover:active .list-group-item:before {
      background: #2175d9; }
    a[disabled="disabled"] .list-group-item:before {
      background: transparent;
      color: #c5c5c5; }
    a[disabled="disabled"]:hover .list-group-item:before {
      background: transparent;
      color: #c5c5c5; }
    a[disabled="disabled"]:hover:active .list-group-item:before {
      background: transparent;
      color: #c5c5c5; }
  .list-group-item.is--selected {
    color: #000;
    font-weight: 500; }
    .list-group-item.is--selected:before {
      background: #c5c5c5; }
  .list-group-item.use--separator {
    border-bottom: 1px solid #c5c5c5; }

.list-group-content {
  line-height: 1.5rem;
  position: relative; }

.list-group-actions {
  line-height: 1.5rem;
  position: relative;
  text-align: right; }
  .list-group-actions i {
    color: #6c6c6c;
    display: inline-block;
    margin-right: -0.4375rem;
    vertical-align: middle; }
  .list-group-actions .fa {
    color: #6c6c6c;
    display: inline-block;
    margin-right: -0.4375rem;
    vertical-align: middle; }
    a[disabled="disabled"] .list-group-actions i {
      color: #c5c5c5; }
    a[disabled="disabled"]
    .list-group-actions .fa {
      color: #c5c5c5; }
  .list-group-actions select {
    min-width: 120px; }

/* [Brandshift Molecule > Search ]                  ********** */
/* [Brandshift Organism > Action Bar]               ********** */
.rds--action-bar .Button:not(:first-child),
.rds--action-bar a.Button:not(:first-child) {
  margin-left: 1.5rem; }

.tablet.portrait .rds--action-bar,
.phone .rds--action-bar {
  bottom: 0;
  height: auto; }

/* [Brandshift Organism > Auto Complete]            ********** */
/* [Brandshift Organism > Block]                    ********** */
/* [Brandshift Organism > Button Ajax Refresh]      ********** */
.buttonAjax {
  position: fixed;
  right: 150px;
  bottom: 20px;
  left: 150px;
  z-index: 9999;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #2175d9;
  border-radius: 0.25rem; }

/* [Brandshift Organism > Button Ajax Refresh]      ********** */
.loader .bounce > div {
  margin: 0 3px; }

.Button .loader .spinner {
  width: 24px;
  height: 24px;
  margin: auto; }

.tablet .Button .spinner,
.phone .Button .spinner {
  width: 30px;
  height: 30px; }

*:not(.Button) > .loader {
  display: block;
  text-align: center; }

/* [Brandshift Organism > Change Theme Card]        ********** */
.changeTheme {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px -2px #393939;
          box-shadow: 0 0 15px -2px #393939; }
  .changeTheme .icon {
    padding: 0.5rem1 1rem; }
    .changeTheme .icon:hover {
      cursor: pointer; }
    .changeTheme .icon i:before {
      content: "\e936"; }
  .changeTheme.open .icon i:before {
    content: "\e917"; }
  .changeTheme.open .ButtonDropdown {
    width: auto;
    overflow: visible; }
  .changeTheme .ButtonDropdown {
    
    width: 0;
    
    overflow: hidden; }
    .changeTheme .ButtonDropdown .themePoint {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      vertical-align: middle;
      background-color: #2175d9;
      border-radius: 50%; }

.desktop .changeTheme .icon {
  padding: 0.5rem5 1rem; }

/* [Brandshift Organism > Content Section]          ********** */
.content-section {
  padding: 1rem;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 0.25rem; }

/* [Brandshift Organism > Filter Section]           ********** */
.rds--filter-box {
  
  /*.btnCollapseFilter,
  .btn--filter--modal,
  &.multipleFilterBox>div:last-child {
    position: absolute;
    top: var(--space-s);
    right: var(--space-m);
  }*/ }
  .rds--filter-box .Search_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .rds--filter-box .Search_wrapper .icon-WL_icon_search,
    .rds--filter-box .Search_wrapper .icon-rds-search {
       }
    .rds--filter-box .Search_wrapper .search-form {
      width: 100%;
      position: relative;
      z-index: 0; }
  .rds--filter-box .box-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .rds--filter-box .box-input .ButtonDropdown_button {
      text-align: left;
      white-space: nowrap;
      width: 100%; }
    .desktop .rds--filter-box .box-input {
      padding-left: 1rem;
      max-width: 55%; }
    .tablet .rds--filter-box .box-input {
      margin-top: 1rem; }
    .phone .rds--filter-box .box-input a.Button:not(.btn--filter--modal) {
      margin: 0.5rem 0 0; }
  .rds--filter-box .btn--filter--modal {
    display: none; }
  .rds--filter-box.show .icon-rds-filter::before {
    content: '\e914'; }
  .rds--filter-box:not(.multipleFilterBox) .reset-button {
    margin: 0; }
  .desktop .rds--filter-box:not(.multipleFilterBox) .reset-button {
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #c5c5c5; }
    .desktop .rds--filter-box:not(.multipleFilterBox) .reset-button a {
      width: 100%; }
  .tablet .rds--filter-box:not(.multipleFilterBox) .reset-button a {
    margin-bottom: 1rem; }
  .rds--filter-box.multipleFilterBox {
    display: block;
    padding-bottom: 0.5rem; }
    .rds--filter-box.multipleFilterBox .Search_wrapper {
      width: 100%; }
    .rds--filter-box.multipleFilterBox .box-input {
      margin: 1rem 0 0;
      padding: 0;
      width: 100%;
      max-width: inherit; }
      .rds--filter-box.multipleFilterBox .box-input .multiple-filters {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding-right: 1rem;
        width: 75%; }
        .rds--filter-box.multipleFilterBox .box-input .multiple-filters > * {
          width: 25%;
          padding-left: 1rem;
          margin-bottom: 0.5rem; }
          .rds--filter-box.multipleFilterBox .box-input .multiple-filters > *:nth-child(4n + 1) {
            margin-left: calc(-1 * 1rem); }
      .rds--filter-box.multipleFilterBox .box-input .reset-button {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        width: 25%; }
        .rds--filter-box.multipleFilterBox .box-input .reset-button a {
          margin: 0 0 0 0.5rem;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .rds--filter-box.multipleFilterBox .box-input .reset-button a:first-child {
            margin: 0; }
    .phone .rds--filter-box.multipleFilterBox > div:last-child .Button:not(.btn--filter--modal) {
      display: none; }
    .phone .rds--filter-box.multipleFilterBox > div:last-child .Button.btn--filter--modal {
      top: 0;
      right: 0; }
    .rds--filter-box.multipleFilterBox:not(.show) {
      overflow: hidden !important; }
  .phone .rds--filter-box .reset-button,
  .tablet .rds--filter-box .reset-button {
    display: block; }
  .phone .rds--filter-box .btn--filter--modal {
    display: inherit; }

.desktop .rds--filter-box:not(.multipleFilterBox) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible; }
  .desktop .rds--filter-box:not(.multipleFilterBox) .Search_wrapper {
    max-width: 45%; }
  .desktop .rds--filter-box:not(.multipleFilterBox) .btnCollapseFilter {
    display: none; }

/* ************************************************************************************* */
/*                                                                                       */
/*                                  New Filters version                                  */
/*                                                                                       */
/* ************************************************************************************* */
.filters-wrapper {
  position: relative;
  border-radius: 0.25rem; }
  .filters-wrapper__open .filters-actions-links__expand {
    display: none; }
  .filters-wrapper:not(.filters-wrapper__open) .filters-actions-links__collapse {
    display: none; }
  .phone .filters-wrapper .DropdownMultiSelect {
    max-width: unset; }
  .desktop .filters-wrapper .DropdownMultiSelect,
  .tablet .filters-wrapper .DropdownMultiSelect {
    width: 13.75rem; }

.filters-other-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .filters-other-filters > div + div {
    margin-left: 1rem; }
  .desktop .filters-other-filters {
    margin-left: 1rem; }
  .tablet .filters-other-filters {
    margin-top: 1rem; }
  .phone .filters-other-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .phone .filters-other-filters > * {
      max-width: unset; }
      .phone .filters-other-filters > * + * {
        margin-top: 1rem;
        margin-left: 0; }

.filters-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; }
  .filters-actions-links {
    margin-left: 1rem; }
  .desktop .filters-actions-undo {
    border-left: 1px solid #c5c5c5;
    margin-left: 1rem;
    padding-left: 1rem; }
  .tablet .filters-actions-undo {
    border-left: 1px solid #c5c5c5;
    margin-left: 1rem;
    padding-left: 1rem; }
  .phone .filters-actions-undo {
    margin-top: 1rem; }

.filters-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.filters-search-input {
  width: 100%; }
  .desktop .filters-search-input {
    max-width: 35.25rem;
    width: 35%; }

/* [Brandshift Organism > Kanban Board]             ********** */
.kanban {
  margin: 0 calc(1rem * -1);
  overflow-y: auto;
  padding-bottom: 0.5rem; }
  .kanban > .ListRecords {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .kanban .kanban-col {
    width: 100%;
    min-width: 17.5rem;
    position: relative; }
    .kanban .kanban-col::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 1.25rem;
      background-color: #c5c5c5;
      width: calc(100% - 40px);
      height: 0.0625rem; }
    .kanban .kanban-col .head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #c5c5c5;
      margin: 0 1.25rem; }
      .kanban .kanban-col .head > div {
        text-transform: initial; }
      .kanban .kanban-col .head .DropdownMenu {
        left: auto;
        right: 0; }
    .kanban .kanban-col .sortable {
      height: 100%;
      max-height: calc(100vh - 170px);
      padding: 0 1.25rem 1.25rem;
      overflow-y: auto; }
      .kanban .kanban-col .sortable .ui-sortable {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .kanban .kanban-col .sortable .ui-sortable-placeholder {
        border: 1px dashed #c5c5c5;
        border-radius: 0.25rem;
        margin: 1rem 0;
        min-height: 170px;
        visibility: visible !important; }

/* [Brandshift Organism > Scroll Bar]               ********** */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  position: relative;
  padding: 0 !important;
  overflow: hidden !important; }

.scroll-wrapper > .scroll-content {
  /*position: relative !important;
  top: 0;
  left: 0;
  box-sizing: content-box !important;
  width: auto !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  padding: 0;
  margin: 0;
  border: none !important;*/
  overflow: scroll !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0; }

.scroll-element {
  display: none; }

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  position: relative !important;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  padding: 2px;
  margin: 0;
  overflow: scroll !important;
  border: none !important;
  outline: none; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  width: 0;
  height: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  border: none; }

.scrollbar-inner > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px; }

.scrollbar-inner > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 8px;
  height: 100%; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: .4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  border: none; }

.scrollbar-outer > .scroll-element {
  background-color: #fff; }

.scrollbar-outer > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px; }

.scrollbar-outer > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  height: 8px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  background: none;
  border: none; }

.scrollbar-macosx > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  display: block;
  background-color: #6c6e71;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 0;
  overflow: visible; }

.scrollbar-macosx > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  z-index: 300;
  width: 0;
  height: 100%;
  min-height: 100%; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  top: -9px;
  min-width: 10px;
  height: 7px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  width: 7px;
  min-height: 10px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none; }

.scrollbar-light > .scroll-element {
  background-color: #fff; }

.scrollbar-light > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 17px; }

.scrollbar-light > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  min-height: 100%; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  min-width: 10px;
  height: 10px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  width: 10px;
  min-height: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  left: 2px;
  height: 12px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  left: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none; }

.scrollbar-rail > .scroll-element {
  background-color: #fff; }

.scrollbar-rail > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 12px;
  padding: 3px 0 2px; }

.scrollbar-rail > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  top: 1px;
  min-width: 10px;
  height: 10px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  width: 10px;
  min-height: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  left: 5px;
  height: 15px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  top: 5px;
  left: -10px;
  height: 2px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  top: -10px;
  left: 5px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  background: none;
  border: none; }

.scrollbar-dynamic > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 7px;
  height: 100%;
  min-height: 100%; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  border-radius: 12px;
  opacity: .3; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  top: auto;
  bottom: 0;
  min-width: 1.5rem;
  height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  right: 0;
  left: auto;
  width: 7px;
  min-height: 1.5rem; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  top: auto;
  bottom: 0;
  left: 2px;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  right: 0;
  left: auto;
  -webkit-transition: width .2s;
  -o-transition: width .2s;
  transition: width .2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  width: 100%;
  height: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  width: 20px;
  min-width: 7px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none; }

.scrollbar-chrome > .scroll-element {
  background-color: #fff; }

.scrollbar-chrome > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 16px; }

.scrollbar-chrome > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  min-height: 100%; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  cursor: default;
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  top: 3px;
  min-width: 10px;
  height: 8px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  width: 8px;
  min-height: 10px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  left: -3px;
  height: 14px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
  height: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/* [Brandshift Organism > Section]                  ********** */
.section {
  margin-bottom: 2.5rem;
  position: relative; }
  .section-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .section-title {
      margin-bottom: 0; }
    .section-title [class^="heading-"] {
      margin-bottom: 0; }
  .section-actions {
    margin-left: 0.5rem; }
    .section-actions .DropdownMenu {
      left: auto;
      right: 0; }
  .section-content {
    position: relative; }
  .section + .Separator {
    margin: 2.5rem 0; }
  .section + hr {
    margin: 2.5rem 0; }

/* [Brandshift Organism > Side Bar]                 ********** */
.SideBarStructure .Modal .ModalContainer {
  top: auto;
  right: 0;
  bottom: 0;
  left: unset;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 523px;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  
  
   }
  .SideBarStructure .Modal .ModalContainer .Heading4 {
    padding: 0 1rem;
    text-align: left; }
    .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header .Button {
        height: 40px-0.5rem;
        padding: 0.1875rem 0.5625rem;
        margin: 0;
        opacity: 1; }
      .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header a.Button {
        height: 40px-0.5rem;
        padding: 0.1875rem 0.5625rem;
        margin: 0;
        opacity: 1; }
      .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-close .Button {
          margin-left: 1rem; }
        .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-close a.Button {
          margin-left: 1rem; }
      .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-pagination .Button:first-child {
          margin-right: 1rem; }
        .SideBarStructure .Modal .ModalContainer .Heading4 .SideBarStructure-header-pagination a.Button:first-child {
          margin-right: 1rem; }
  .SideBarStructure .Modal .ModalContainer > .ModalMessage {
    height: 100%;
    padding: 0;
    overflow: hidden;
    overflow-y: auto; }
    .SideBarStructure .Modal .ModalContainer > .ModalMessage > .ModalMessage {
      height: 100%;
      max-height: none;
      padding: 0; }
    .SideBarStructure .Modal .ModalContainer > .ModalMessage h1,
    .SideBarStructure .Modal .ModalContainer > .ModalMessage h2,
    .SideBarStructure .Modal .ModalContainer > .ModalMessage .Heading4,
    .SideBarStructure .Modal .ModalContainer > .ModalMessage .Heading2 {
      font-size: 1.25rem; }
    .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content {
       }
      .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content.ModalMessage > * {
         }
      .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content > div {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        -o-transition: transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        
         }
        .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content > div.show {
          
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content > div > div:not(.scroll-element) {
          -webkit-box-sizing: border-box !important;
             -moz-box-sizing: border-box !important;
                  box-sizing: border-box !important;
          padding: 1.5rem 1rem; }
    .SideBarStructure .Modal .ModalContainer > .ModalMessage + .scroll-element {
      overflow: hidden; }

.ModalOpened .SideBarStructure .Modal .ModalContainer {
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0); }

.desktop .SideBarStructure .Modal .ModalContainer,
.tablet .SideBarStructure .Modal .ModalContainer {
  -webkit-transform: translateX(523px) translateY(0) translateZ(0);
          transform: translateX(523px) translateY(0) translateZ(0); }

.phone .SideBarStructure .Modal .ModalContainer {
  height: auto; }

.phone .SideBarStructure .Modal .ModalContainer > .ModalMessage,
.phone .SideBarStructure .Modal .ModalContainer > .ModalMessage .SideBarStructure-content > div {
  max-height: calc(100vh - 138px); }

/* [Brandshift Organism > Table SortColumn]         ********** */
.sort-columns {
  position: relative; }
  .sort-columns i {
    display: none;
    font-size: 0.75rem;
    float: right;
    line-height: 1.125rem;
    margin: 0 1rem;
    padding: 0; }
  .sort-columns .fa {
    display: none;
    font-size: 0.75rem;
    float: right;
    line-height: 1.125rem;
    margin: 0 1rem;
    padding: 0; }
    .sort-columns i:hover i,
    .sort-columns i:hover .fa,
    .sort-columns .fa:hover i,
    .sort-columns .fa:hover .fa {
      display: inline-block; }
  .sort-columns.is--sortable {
    cursor: pointer; }
    .sort-columns.is--sortable:hover {
      color: #2175d9; }
  .sort-columns.is--sorted {
    cursor: pointer; }
    .sort-columns.is--sorted i,
    .sort-columns.is--sorted .fa {
      display: inline-block; }
    .sort-columns.is--sorted:hover {
      color: #2175d9; }
    .sort-columns.is--sorted.sort--asc i,
    .sort-columns.is--sorted.sort--asc .fa {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .sort-columns.is--sorted.sort--desc i,
    .sort-columns.is--sorted.sort--desc .fa {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .sort-columns:focus {
    -webkit-box-shadow: 0 0 0 2px #8cb9ee;
            box-shadow: 0 0 0 2px #8cb9ee; }

/* [Brandshift Organism > Toast]                    ********** */
.notification-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500; }
  .phone .notification-wrapper {
    bottom: 0; }

.toast-wrapper {
  bottom: -6.25rem;
  margin-left: 18rem;
  margin-bottom: 0.5rem;
  max-width: 37.5rem;
  position: relative;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
  
   }
  .toast-wrapper.is--visible {
    opacity: 1;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
     }
  .layout.menu-close .toast-wrapper {
    margin-left: 3.5rem;
     }

.toast {
  background-color: #393939;
  border: 0;
  border-radius: 1.75rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0.5rem 3.5rem;
  position: relative;
  width: 100%; }
  .toast:before {
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: "rds-icon" !important;
    font-size: 1.25rem;
    height: 2.5rem;
    left: 0.5rem;
    top: 0.5rem;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    width: 2.5rem; }
  .toast-content {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    line-height: 1.5rem; }
  .toast-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1rem; }
    .toast-actions .btn {
      border: 0;
      color: #fff;
      white-space: nowrap; }
      .toast-actions .btn:not(.toast-close) {
        margin-left: 0.5rem;
        text-decoration: underline; }
      .toast-actions .btn:hover {
        background: #6c6c6c;
        color: #fff;
        text-decoration: none; }
      .toast-actions .btn:hover:active {
        background: #6c6c6c;
        color: #fff;
        text-decoration: none; }
  .toast-more-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .toast-close {
    background: none;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    text-align: center;
    width: 2.5rem; }
    .toast-close:before {
      content: "\e917";
      font-family: "rds-icon" !important; }
    .toast-close:hover {
      background: #6c6c6c;
      color: #fff; }
    .toast-close:hover:active {
      background: #6c6c6c;
      color: #fff; }
  .toast--success:before {
    content: '\e910';
    background-color: #238559; }
  .toast--warning:before {
    content: '\e95c';
    background-color: #ffb511; }
  .toast--error:before {
    content: '\e916';
    background-color: #d73b3b; }
  .toast--info:before {
    content: '\e935';
    background-color: #2175d9; }
  .layout.phone .toast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0.875rem; }
    .layout.phone .toast-wrapper {
      margin: 0.5rem 0 0; }
      .layout.phone .toast-wrapper:last-child .toast {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .layout.phone .toast-content {
      padding: 0.5rem; }
    .layout.phone .toast-actions {
      padding: 0 0 0 0.5rem; }
    .layout.phone .toast-more-actions {
      margin-left: 0; }
      .layout.phone .toast-more-actions .btn:first-child {
        margin-left: 0; }
    .layout.phone .toast-close {
      right: 1rem;
      top: 1rem; }
    .layout.phone .toast::before {
      left: 1rem;
      top: 1rem; }

/* ------------------------------------ *\
    $9. Useful Classes
\* ------------------------------------- */
/* Text Classes **************************/
.Page .Text_black {
  color: #393939; }

.Page .Text_lightsilver {
  color: #f8f8f8; }

.Page .Text_silver {
  color: #c5c5c5; }

.Page .Text_darksilver {
  color: #6c6c6c; }

.Page .Text_grey {
  color: #6c6c6c; }

.Page .Text_white {
  color: #fff; }

.Page .Text_transparent {
  color: transparent; }

.Page .Text_primary {
  color: #2175d9; }

.Page .hover-text-primary:hover {
  color: #2175d9; }

.Page .Text_secondary {
  color: #0f1941; }

.Page .hover-text-secondary:hover {
  color: #0f1941; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

.font-size-display,
.heading-xl,
.heading1,
.heading-l,
.heading2,
.heading-m,
.heading3,
.heading-s,
.heading4,
.heading-xs .heading5,
.heading-xxs {
  display: block; }

.Text_Paragraph {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem; }

.highlighter-rouge {
  color: #e83e8c; }

.Text_Note {
  font-size: 0.75rem;
  color: #6c6c6c; }

.Note {
  color: #6c6c6c; }

.Text_Error {
  color: #d73b3b; }

.Code {
  font-family: monospace;
  font-size: 0.75rem; }

.Text_uppercase {
  text-transform: uppercase; }

.Text_shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1); }

.Italic {
  font-style: italic; }

.Underline {
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

.BlockColor {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 40px;
  margin-bottom: 80px; }
  .BlockColor.colors3 .BlockColorTop {
    width: 55px; }
    .BlockColor.colors3 .BlockColorTop:nth-child(2) {
      top: 0; }
    .BlockColor.colors3 .BlockColorTop:nth-child(3) {
      bottom: -16px; }
    .BlockColor.colors3 .BlockColorTop:nth-child(2), .BlockColor.colors3 .BlockColorTop:nth-child(3) {
      position: absolute;
      left: 55px;
      height: 55px; }

.BlockColorTop {
  position: relative;
  height: 100%;
  margin-bottom: 16px;
  cursor: pointer;
  transition: transform 250ms, -webkit-transform 250ms; }
  .BlockColorTop:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.BlockColorBottom {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center; }
  .BlockColorBottom > div {
    font-weight: 300; }

.font-bold {
  font-weight: 700; }

.Bold {
  font-weight: 700; }

.text-strong {
  font-weight: 500; }

.text-underline {
  text-decoration: underline; }

.text-italic {
  font-style: italic; }

.Transparent {
  background-color: transparent; }

.White {
  background-color: #fff; }

.Silver {
  background-color: #c5c5c5; }

.grey {
  background-color: #6c6c6c; }

.Black {
  background-color: #393939; }

.Primary {
  background-color: #2175d9; }

.hover-bg-primary:hover {
  background-color: #2175d9; }

.Secondary {
  background-color: #0f1941; }

.hover-bg-secondary:hover {
  background-color: #0f1941; }

.FloralWhite {
  background-color: #f8f8f8; }

.Positive {
  background-color: #238559; }

.Neutral {
  background-color: #ffb511; }

.Negative {
  background-color: #d73b3b; }

img.Image_circle {
  border-radius: 50%; }

img.Image_rounded {
  border-radius: 0.25rem; }

img.Image_thumb {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0.5rem;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem; }

/* ================================================================ */
/*  $6.2 - Styles - Colors                                          */
/* ================================================================ */
/* $6.2.1 - Styles - Colors - Brand */
.background-primary {
  background-color: #2175d9 !important;
  color: #fff; }

.background-primary-dark {
  background-color: #175197 !important;
  color: #fff; }

.background-primary-light {
  background-color: #609de7 !important;
  color: #fff; }

.text-primary {
  color: #2175d9 !important; }

.text-primary-dark {
  color: #175197 !important; }

.text-primary-light {
  color: #609de7 !important; }

.background-secondary {
  background-color: #0f1941 !important; }

.text-secondary {
  color: #0f1941 !important; }

/* $6.2.3 - Styles - Colors - Neutral */
.background-black {
  background-color: #000 !important;
  color: #fff; }

.background-grey-dark {
  background-color: #393939 !important;
  color: #fff; }

.background-grey {
  background-color: #6c6c6c !important;
  color: #fff; }

.background-grey-light {
  background-color: #c5c5c5 !important;
  color: #393939; }

.background-grey-lighter {
  background-color: #f8f8f8 !important;
  color: #393939; }

.background-white {
  background-color: #fff !important;
  color: #393939; }

.text-black {
  color: #000; }

.text-grey-dark {
  color: #393939 !important; }

.text-grey {
  color: #6c6c6c !important; }

.text-subtle {
  color: #6c6c6c !important; }

.text-grey-light {
  color: #c5c5c5 !important; }

.text-grey-lighter {
  color: #f8f8f8 !important; }

.text-white {
  color: #fff !important; }

.text-diap {
  color: #fff !important; }

/* $6.2.4 - Styles - Colors UI */
.background-red-dark {
  background-color: #8f1d1d !important;
  color: #fff; }

.background-red {
  background-color: #d73b3b !important;
  color: #fff; }

.background-red-light {
  background-color: #eda5a5 !important;
  color: #393939; }

.background-red-lighter {
  background-color: #fae4e4 !important;
  color: #393939; }

.text-red-dark {
  color: #8f1d1d !important; }

.text-red {
  color: #d73b3b !important; }

.text-red-light {
  color: #eda5a5 !important; }

.text-red-lighter {
  color: #fae4e4 !important; }

.background-yellow-dark {
  background-color: #aa7500 !important;
  color: #fff; }

.background-yellow {
  background-color: #ffb511 !important;
  color: #393939; }

.background-yellow-light {
  background-color: #ffdd91 !important;
  color: #393939; }

.background-yellow-lighter {
  background-color: #fff4dd !important;
  color: #393939; }

.text-yellow-dark {
  color: #aa7500 !important; }

.text-yellow {
  color: #ffb511 !important; }

.text-yellow-light {
  color: #ffdd91 !important; }

.text-yellow-lighter {
  color: #fff4dd !important; }

.background-green-dark {
  background-color: #0e3423 !important;
  color: #fff; }

.background-green {
  background-color: #238559 !important;
  color: #fff; }

.background-green-light {
  background-color: #55d29a !important;
  color: #393939; }

.background-green-lighter {
  background-color: #cef2e2 !important;
  color: #393939; }

.text-green-dark {
  color: #0e3423 !important; }

.text-green {
  color: #238559 !important; }

.text-green-light {
  color: #55d29a !important; }

.text-green-lighter {
  color: #cef2e2 !important; }

.background-blue-dark {
  background-color: #144580 !important;
  color: #fff; }

.background-blue {
  background-color: #2175d9 !important;
  color: #fff; }

.background-blue-light {
  background-color: #8cb9ee !important;
  color: #393939; }

.background-blue-lighter {
  background-color: #e5effb !important;
  color: #393939; }

.text-blue-dark {
  color: #144580 !important; }

.text-blue {
  color: #2175d9 !important; }

.text-blue-light {
  color: #8cb9ee !important; }

.text-blue-lighter {
  color: #e5effb !important; }

/* $6.2.5 - Styles - Colors - Semantic */
.background-error-dark {
  background-color: #8f1d1d !important;
  color: #fff; }

.background-error {
  background-color: #d73b3b !important;
  color: #fff; }

.background-error-light {
  background-color: #eda5a5 !important;
  color: #393939; }

.background-error-lighter {
  background-color: #fae4e4 !important;
  color: #393939; }

.text-error-dark {
  color: #8f1d1d !important; }

.text-error {
  color: #d73b3b !important; }

.text-error-light {
  color: #eda5a5 !important; }

.text-error-lighter {
  color: #fae4e4 !important; }

.background-warning-dark {
  background-color: #aa7500 !important;
  color: #fff; }

.background-warning {
  background-color: #ffb511 !important;
  color: #fff; }

.background-warning-light {
  background-color: #ffdd91 !important;
  color: #393939; }

.background-warning-lighter {
  background-color: #fff4dd !important;
  color: #393939; }

.text-warning-dark {
  color: #aa7500 !important; }

.text-warning {
  color: #ffb511 !important; }

.text-warning-light {
  color: #ffdd91 !important; }

.text-warning-lighter {
  color: #fff4dd !important; }

.background-success-dark {
  background-color: #0e3423 !important;
  color: #fff; }

.background-success {
  background-color: #238559 !important;
  color: #fff; }

.background-success-light {
  background-color: #55d29a !important;
  color: #393939; }

.background-success-lighter {
  background-color: #cef2e2 !important;
  color: #393939; }

.text-success-dark {
  color: #0e3423 !important; }

.text-success {
  color: #238559 !important; }

.text-success-light {
  color: #55d29a !important; }

.text-success-lighter {
  color: #cef2e2 !important; }

.background-info-dark {
  background-color: #144580 !important;
  color: #fff; }

.background-info {
  background-color: #2175d9 !important;
  color: #fff; }

.background-info-light {
  background-color: #8cb9ee !important;
  color: #393939; }

.background-info-lighter {
  background-color: #e5effb !important;
  color: #393939; }

.text-info-dark {
  color: #144580 !important; }

.text-info {
  color: #2175d9 !important; }

.text-info-light {
  color: #8cb9ee !important; }

.text-info-lighter {
  color: #e5effb !important; }

/* ================================================================ */
/*  $6.3 - Styles - Space                                           */
/* ================================================================ */
/* $6.3.1 - Styles - Space - Padding */
.padding-none {
  padding: 0; }

.padding-xxs {
  padding: 0.25rem; }

.padding-xs {
  padding: 0.5rem; }

.padding-s {
  padding: 1rem; }

.padding-m {
  padding: 1.5rem; }

.padding-l {
  padding: 2rem; }

.padding-xl {
  padding: 2.5rem; }

.padding-xxl {
  padding: 3rem; }

/* $6.3.2 - Styles - Space - Padding Top */
.padding-top-none {
  padding-top: 0; }

.padding-top-xxs {
  padding-top: 0.25rem; }

.padding-top-xs {
  padding-top: 0.5rem; }

.padding-top-s {
  padding-top: 1rem; }

.padding-top-m {
  padding-top: 1.5rem; }

.padding-top-l {
  padding-top: 2rem; }

.padding-top-xl {
  padding-top: 2.5rem; }

.padding-top-xxl {
  padding-top: 3rem; }

/* $6.3.3 - Styles - Space - Padding Right */
.padding-right-none {
  padding-right: 0; }

.padding-right-xxs {
  padding-right: 0.25rem; }

.padding-right-xs {
  padding-right: 0.5rem; }

.padding-right-s {
  padding-right: 1rem; }

.padding-right-m {
  padding-right: 1.5rem; }

.padding-right-l {
  padding-right: 2rem; }

.padding-right-xl {
  padding-right: 2.5rem; }

.padding-right-xxl {
  padding-right: 3rem; }

/* $6.3.4 - Styles - Space - Padding Bottom */
.padding-bottom-none {
  padding-bottom: 0; }

.padding-bottom-xxs {
  padding-bottom: 0.25rem; }

.padding-bottom-xs {
  padding-bottom: 0.5rem; }

.padding-bottom-s {
  padding-bottom: 1rem; }

.padding-bottom-m {
  padding-bottom: 1.5rem; }

.padding-bottom-l {
  padding-bottom: 2rem; }

.padding-bottom-xl {
  padding-bottom: 2.5rem; }

.padding-bottom-xxl {
  padding-bottom: 3rem; }

/* $6.3.5 - Styles - Space - Padding Left */
.padding-left-none {
  padding-left: 0; }

.padding-left-xxs {
  padding-left: 0.25rem; }

.padding-left-xs {
  padding-left: 0.5rem; }

.padding-left-s {
  padding-left: 1rem; }

.padding-left-m {
  padding-left: 1.5rem; }

.padding-left-l {
  padding-left: 2rem; }

.padding-left-xl {
  padding-left: 2.5rem; }

.padding-left-xxl {
  padding-left: 3rem; }

/* $6.3.6 - Styles - Space - Padding Vertical */
.padding-y-none {
  padding-top: 0;
  padding-bottom: 0; }

.padding-y-xxs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.padding-y-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.padding-y-s {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-y-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.padding-y-l {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding-y-xl {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.padding-y-xxl {
  padding-top: 3rem;
  padding-bottom: 3rem; }

/* $6.3.7 - Styles - Space - Padding Horizontal */
.padding-x-none {
  padding-right: 0;
  padding-left: 0; }

.padding-x-xxs {
  padding-right: 0.25rem;
  padding-left: 0.25rem; }

.padding-x-xs {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.padding-x-s {
  padding-right: 1rem;
  padding-left: 1rem; }

.padding-x-m {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.padding-x-l {
  padding-right: 2rem;
  padding-left: 2rem; }

.padding-x-xl {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.padding-x-xxl {
  padding-right: 3rem;
  padding-left: 3rem; }

/* $6.3.8 - Styles - Space - Margin */
.margin-none {
  margin: 0; }

.margin-xxs {
  margin: 0.25rem; }

.margin-xs {
  margin: 0.5rem; }

.margin-s {
  margin: 1rem; }

.margin-m {
  margin: 1.5rem; }

.margin-l {
  margin: 2rem; }

.margin-xl {
  margin: 2.5rem; }

.margin-xxl {
  margin: 3rem; }

.margin-auto {
  margin: 0 auto; }

/* $6.3.9 - Styles - Space - Margin Top */
.margin-top-none {
  margin-top: 0; }

.margin-top-xxs {
  margin-top: 0.25rem; }

.margin-top-xs {
  margin-top: 0.5rem; }

.margin-top-s {
  margin-top: 1rem; }

.margin-top-m {
  margin-top: 1.5rem; }

.margin-top-l {
  margin-top: 2rem; }

.margin-top-xl {
  margin-top: 2.5rem; }

.margin-top-xxl {
  margin-top: 3rem; }

/* $6.3.10 - Styles - Space - Margin Right */
.margin-right-none {
  margin-right: 0; }

.margin-right-xxs {
  margin-right: 0.25rem; }

.margin-right-xs {
  margin-right: 0.5rem; }

.margin-right-s {
  margin-right: 1rem; }

.margin-right-m {
  margin-right: 1.5rem; }

.margin-right-l {
  margin-right: 2rem; }

.margin-right-xl {
  margin-right: 2.5rem; }

.margin-right-xxl {
  margin-right: 3rem; }

/* $6.3.11 - Styles - Space - Margin Bottom */
.margin-bottom-none {
  margin-bottom: 0; }

.margin-bottom-xxs {
  margin-bottom: 0.25rem; }

.margin-bottom-xs {
  margin-bottom: 0.5rem; }

.margin-bottom-s {
  margin-bottom: 1rem; }

.margin-bottom-m {
  margin-bottom: 1.5rem; }

.margin-bottom-l {
  margin-bottom: 2rem; }

.margin-bottom-xl {
  margin-bottom: 2.5rem; }

.margin-bottom-xxl {
  margin-bottom: 3rem; }

/* $6.3.12 - Styles - Space - Margin Left */
.margin-left-none {
  margin-left: 0; }

.margin-left-xxs {
  margin-left: 0.25rem; }

.margin-left-xs {
  margin-left: 0.5rem; }

.margin-left-s {
  margin-left: 1rem; }

.margin-left-m {
  margin-left: 1.5rem; }

.margin-left-l {
  margin-left: 2rem; }

.margin-left-xl {
  margin-left: 2.5rem; }

.margin-left-xxl {
  margin-left: 3rem; }

/* $6.3.13 - Styles - Space - Margin Vertical */
.margin-y-none {
  margin-top: 0;
  margin-bottom: 0; }

.margin-y-xxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.margin-y-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.margin-y-s {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-y-m {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.margin-y-l {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin-y-xl {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.margin-y-xxl {
  margin-top: 3rem;
  margin-bottom: 3rem; }

/* $6.3.14 - Styles - Space - Margin Horizontal */
.margin-x-none {
  margin-right: 0;
  margin-left: 0; }

.margin-x-xxs {
  margin-right: 0.25rem;
  margin-left: 0.25rem; }

.margin-x-xs {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.margin-x-s {
  margin-right: 1rem;
  margin-left: 1rem; }

.margin-x-m {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.margin-x-l {
  margin-right: 2rem;
  margin-left: 2rem; }

.margin-x-xl {
  margin-right: 2.5rem;
  margin-left: 2.5rem; }

.margin-x-xxl {
  margin-right: 3rem;
  margin-left: 3rem; }

/* ================================================================ */
/*  $ section-container all pages                                     */
/* ================================================================ */
.section-page {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25); }

.section-container {
  padding: 1rem 1rem 2rem;
  border-radius: 0.25rem; }
  .section-container.border-radius-none {
    border-radius: 0; }
  .section-container.compact {
    padding: 0.5rem; }
  .section-container.comfy {
    padding: 1.5rem; }
  .section-container.silent {
    background-color: #f8f8f8; }
  .section-container.whisper {
    background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25); }
  .section-container.talk {
    background-color: #fff;
    border: 1px solid #c5c5c5; }
  .section-container.shout {
    background-color: #e5effb; }
  .section-container.scream {
    background-color: #fff4dd; }
  .section-container.dashed {
    border: 1px dashed #c5c5c5; }

.expandable-link:not(.open) .expandable-close {
  display: none; }

.expandable-link.open .expandable-open {
  display: none; }

.expandable-open, .expandable-close {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .expandable-open::before {
    margin-right: 1rem;
    font-family: rds-icon; }
  .expandable-close::before {
    margin-right: 1rem;
    font-family: rds-icon; }
  .expandable-open:hover, .expandable-close:hover {
    text-decoration: none; }

.expandable-open::before {
  content: "\e911"; }

.expandable-close::before {
  content: "\e914"; }

.expandable-content {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  height: 0;
  overflow: hidden;
   }
  .expandable-content > div {
    padding-top: 1.5rem; }
    .filters-wrapper + .container-expandable .expandable-content > div {
      padding-top: 0; }
    .filters-wrapper .expandable-content > div {
      padding-top: 0; }
  .expandable-content.close {
    height: 0;
    overflow: hidden; }
  .container-minimum .expandable-content {
    min-height: 4.5rem; }
  .filters-wrapper .expandable-content {
    height: auto;
    overflow: unset; }

.expandable-invert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .expandable-invert .expandable-link {
    margin-right: auto; }
  .expandable-invert .expandable-content > div {
    padding-top: 0;
    padding-bottom: 1.5rem; }
  .expandable-invert.container-minimum .expandable-content {
    min-height: 3rem; }
    .expandable-invert.container-minimum .expandable-content > div {
      padding-bottom: 0; }
  .expandable-invert.container-minimum .expandable-link {
    margin-top: 1.5rem; }

.shadow-s {
  -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25); }

.shadow-m {
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.shadow-l {
  -webkit-box-shadow: 0 1.125rem 1.5rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.125rem 1.5rem 0 rgba(0, 0, 0, 0.25); }

.opacity {
  background: rgba(0, 0, 0, 0.5); }

.opacity-subtle {
  background: rgba(0, 0, 0, 0.25); }

.opacity-strong {
  background: rgba(0, 0, 0, 0.75); }

.w-0 {
  width: 0; }

.w-1 {
  width: 8px; }

.w-2 {
  width: 16px; }

.w-3 {
  width: 24px; }

.w-4 {
  width: 32px; }

.w-6 {
  width: 48px; }

.w-8 {
  width: 64px; }

.w-10 {
  width: 80px; }

.w-16 {
  width: 128px; }

.h-0 {
  height: 0; }

.h-1 {
  height: 8px; }

.h-2 {
  height: 16px; }

.h-3 {
  height: 24px; }

.h-4 {
  height: 32px; }

.h-6 {
  height: 48px; }

.h-8 {
  height: 64px; }

.h-10 {
  height: 80px; }

.h-16 {
  height: 128px; }

.w-auto {
  width: auto; }

.h-auto {
  height: auto; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.w-auto {
  width: auto; }

.h-auto {
  height: auto; }

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.mw-100 {
  max-width: 100%; }

.mh-100 {
  max-height: 100%; }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mx-0 {
  margin-right: 0;
  margin-left: 0; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-1 {
  margin: 0.5rem; }

.mt-1 {
  margin-top: 0.5rem; }

.mr-1 {
  margin-right: 0.5rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.ml-1 {
  margin-left: 0.5rem; }

.mx-1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.m-2 {
  margin: 1rem; }

.mt-2 {
  margin-top: 1rem; }

.mr-2 {
  margin-right: 1rem; }

.mb-2 {
  margin-bottom: 1rem; }

.ml-2 {
  margin-left: 1rem; }

.mx-2 {
  margin-right: 1rem;
  margin-left: 1rem; }

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m-3 {
  margin: 1.5rem; }

.mt-3 {
  margin-top: 1.5rem; }

.mr-3 {
  margin-right: 1.5rem; }

.mb-3 {
  margin-bottom: 1.5rem; }

.ml-3 {
  margin-left: 1.5rem; }

.mx-3 {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.m-4 {
  margin: 2rem; }

.mt-4 {
  margin-top: 2rem; }

.mr-4 {
  margin-right: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.ml-4 {
  margin-left: 2rem; }

.mx-4 {
  margin-right: 2rem;
  margin-left: 2rem; }

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m-5 {
  margin: 2.5rem; }

.mt-5 {
  margin-top: 2.5rem; }

.mr-5 {
  margin-right: 2.5rem; }

.mb-5 {
  margin-bottom: 2.5rem; }

.ml-5 {
  margin-left: 2.5rem; }

.mx-5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem; }

.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.m-6 {
  margin: 3rem; }

.mt-6 {
  margin-top: 3rem; }

.mr-6 {
  margin-right: 3rem; }

.mb-6 {
  margin-bottom: 3rem; }

.ml-6 {
  margin-left: 3rem; }

.mx-6 {
  margin-right: 3rem;
  margin-left: 3rem; }

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.m-8 {
  margin: 4rem; }

.mt-8 {
  margin-top: 4rem; }

.mr-8 {
  margin-right: 4rem; }

.mb-8 {
  margin-bottom: 4rem; }

.ml-8 {
  margin-left: 4rem; }

.mx-8 {
  margin-right: 4rem;
  margin-left: 4rem; }

.my-8 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.m-10 {
  margin: 5rem; }

.mt-10 {
  margin-top: 5rem; }

.mr-10 {
  margin-right: 5rem; }

.mb-10 {
  margin-bottom: 5rem; }

.ml-10 {
  margin-left: 5rem; }

.mx-10 {
  margin-right: 5rem;
  margin-left: 5rem; }

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.m-16 {
  margin: 8rem; }

.mt-16 {
  margin-top: 8rem; }

.mr-16 {
  margin-right: 8rem; }

.mb-16 {
  margin-bottom: 8rem; }

.ml-16 {
  margin-left: 8rem; }

.mx-16 {
  margin-right: 8rem;
  margin-left: 8rem; }

.my-16 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-right: 0;
  padding-left: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-1 {
  padding: 0.5rem; }

.pt-1 {
  padding-top: 0.5rem; }

.pr-1 {
  padding-right: 0.5rem; }

.pb-1 {
  padding-bottom: 0.5rem; }

.pl-1 {
  padding-left: 0.5rem; }

.px-1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.p-2 {
  padding: 1rem; }

.pt-2 {
  padding-top: 1rem; }

.pr-2 {
  padding-right: 1rem; }

.pb-2 {
  padding-bottom: 1rem; }

.pl-2 {
  padding-left: 1rem; }

.px-2 {
  padding-right: 1rem;
  padding-left: 1rem; }

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p-3 {
  padding: 1.5rem; }

.pt-3 {
  padding-top: 1.5rem; }

.pr-3 {
  padding-right: 1.5rem; }

.pb-3 {
  padding-bottom: 1.5rem; }

.pl-3 {
  padding-left: 1.5rem; }

.px-3 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.p-4 {
  padding: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pr-4 {
  padding-right: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.pl-4 {
  padding-left: 2rem; }

.px-4 {
  padding-right: 2rem;
  padding-left: 2rem; }

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.p-5 {
  padding: 2.5rem; }

.pt-5 {
  padding-top: 2.5rem; }

.pr-5 {
  padding-right: 2.5rem; }

.pb-5 {
  padding-bottom: 2.5rem; }

.pl-5 {
  padding-left: 2.5rem; }

.px-5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.p-6 {
  padding: 3rem; }

.pt-6 {
  padding-top: 3rem; }

.pr-6 {
  padding-right: 3rem; }

.pb-6 {
  padding-bottom: 3rem; }

.pl-6 {
  padding-left: 3rem; }

.px-6 {
  padding-right: 3rem;
  padding-left: 3rem; }

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p-8 {
  padding: 4rem; }

.pt-8 {
  padding-top: 4rem; }

.pr-8 {
  padding-right: 4rem; }

.pb-8 {
  padding-bottom: 4rem; }

.pl-8 {
  padding-left: 4rem; }

.px-8 {
  padding-right: 4rem;
  padding-left: 4rem; }

.py-8 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.p-10 {
  padding: 5rem; }

.pt-10 {
  padding-top: 5rem; }

.pr-10 {
  padding-right: 5rem; }

.pb-10 {
  padding-bottom: 5rem; }

.pl-10 {
  padding-left: 5rem; }

.px-10 {
  padding-right: 5rem;
  padding-left: 5rem; }

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.p-16 {
  padding: 8rem; }

.pt-16 {
  padding-top: 8rem; }

.pr-16 {
  padding-right: 8rem; }

.pb-16 {
  padding-bottom: 8rem; }

.pl-16 {
  padding-left: 8rem; }

.px-16 {
  padding-right: 8rem;
  padding-left: 8rem; }

.py-16 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.m-neg-0 {
  margin: 0rem; }

.mt-neg-0 {
  margin-top: 0rem; }

.mr-neg-0 {
  margin-right: 0rem; }

.mb-neg-0 {
  margin-bottom: 0rem; }

.ml-neg-0 {
  margin-left: 0rem; }

.mx-neg-0 {
  margin-right: 0rem;
  margin-left: 0rem; }

.my-neg-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.m-neg-1 {
  margin: -0.5rem; }

.mt-neg-1 {
  margin-top: -0.5rem; }

.mr-neg-1 {
  margin-right: -0.5rem; }

.mb-neg-1 {
  margin-bottom: -0.5rem; }

.ml-neg-1 {
  margin-left: -0.5rem; }

.mx-neg-1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.my-neg-1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.m-neg-2 {
  margin: -1rem; }

.mt-neg-2 {
  margin-top: -1rem; }

.mr-neg-2 {
  margin-right: -1rem; }

.mb-neg-2 {
  margin-bottom: -1rem; }

.ml-neg-2 {
  margin-left: -1rem; }

.mx-neg-2 {
  margin-right: -1rem;
  margin-left: -1rem; }

.my-neg-2 {
  margin-top: -1rem;
  margin-bottom: -1rem; }

.m-neg-3 {
  margin: -1.5rem; }

.mt-neg-3 {
  margin-top: -1.5rem; }

.mr-neg-3 {
  margin-right: -1.5rem; }

.mb-neg-3 {
  margin-bottom: -1.5rem; }

.ml-neg-3 {
  margin-left: -1.5rem; }

.mx-neg-3 {
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.my-neg-3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }

.m-neg-4 {
  margin: -2rem; }

.mt-neg-4 {
  margin-top: -2rem; }

.mr-neg-4 {
  margin-right: -2rem; }

.mb-neg-4 {
  margin-bottom: -2rem; }

.ml-neg-4 {
  margin-left: -2rem; }

.mx-neg-4 {
  margin-right: -2rem;
  margin-left: -2rem; }

.my-neg-4 {
  margin-top: -2rem;
  margin-bottom: -2rem; }

.m-neg-5 {
  margin: -2.5rem; }

.mt-neg-5 {
  margin-top: -2.5rem; }

.mr-neg-5 {
  margin-right: -2.5rem; }

.mb-neg-5 {
  margin-bottom: -2.5rem; }

.ml-neg-5 {
  margin-left: -2.5rem; }

.mx-neg-5 {
  margin-right: -2.5rem;
  margin-left: -2.5rem; }

.my-neg-5 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem; }

.m-neg-6 {
  margin: -3rem; }

.mt-neg-6 {
  margin-top: -3rem; }

.mr-neg-6 {
  margin-right: -3rem; }

.mb-neg-6 {
  margin-bottom: -3rem; }

.ml-neg-6 {
  margin-left: -3rem; }

.mx-neg-6 {
  margin-right: -3rem;
  margin-left: -3rem; }

.my-neg-6 {
  margin-top: -3rem;
  margin-bottom: -3rem; }

.m-neg-8 {
  margin: -4rem; }

.mt-neg-8 {
  margin-top: -4rem; }

.mr-neg-8 {
  margin-right: -4rem; }

.mb-neg-8 {
  margin-bottom: -4rem; }

.ml-neg-8 {
  margin-left: -4rem; }

.mx-neg-8 {
  margin-right: -4rem;
  margin-left: -4rem; }

.my-neg-8 {
  margin-top: -4rem;
  margin-bottom: -4rem; }

.m-neg-10 {
  margin: -5rem; }

.mt-neg-10 {
  margin-top: -5rem; }

.mr-neg-10 {
  margin-right: -5rem; }

.mb-neg-10 {
  margin-bottom: -5rem; }

.ml-neg-10 {
  margin-left: -5rem; }

.mx-neg-10 {
  margin-right: -5rem;
  margin-left: -5rem; }

.my-neg-10 {
  margin-top: -5rem;
  margin-bottom: -5rem; }

.m-neg-16 {
  margin: -8rem; }

.mt-neg-16 {
  margin-top: -8rem; }

.mr-neg-16 {
  margin-right: -8rem; }

.mb-neg-16 {
  margin-bottom: -8rem; }

.ml-neg-16 {
  margin-left: -8rem; }

.mx-neg-16 {
  margin-right: -8rem;
  margin-left: -8rem; }

.my-neg-16 {
  margin-top: -8rem;
  margin-bottom: -8rem; }

.m-auto {
  margin: auto; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-right: auto;
  margin-left: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

/* ------------------------------------ *\
    $10. Custom Classes
\* ------------------------------------- */
/* ------------------------------------ *\
    $11. Studio Preview
\* ------------------------------------- */
/* header **************************/
.Page.phone .Header__loginInfo,
.Page.phone .Header__activity,
.Page.phone .Header_search,
.Page.tablet .Header_search {
   }

/* menu **********************************/
.Menu {
  
   }

.tablet .Menu_TopMenu a:link {
  
  
  
  white-space: normal; }

.tablet .Menu_TopMenu a:visited {
  
  
  
  white-space: normal; }

.tablet .Menu_TopMenu a {
  
  
  
  white-space: normal; }

.tablet .Menu_TopMenu a:link span.fa,
.tablet .Menu_TopMenu a:visited span.fa,
.tablet .Menu_TopMenu a span.fa {
   }

/* Ajax Loading **************************/
.Feedback_AjaxWait {
  
   }

/* Modal *********************************/
/* Fade Out */
.opacity-0 {
  -webkit-animation: _opacity-0 .175s forwards;
          animation: _opacity-0 .175s forwards; }

@-webkit-keyframes _opacity-0 {
  from {
    opacity: 1; }
  to {
    visibility: hidden;
    opacity: 0; } }

@keyframes _opacity-0 {
  from {
    opacity: 1; }
  to {
    visibility: hidden;
    opacity: 0; } }

/* Fade Out */
/* Fade In */
.opacity-1 {
  -webkit-animation: _opacity-1 .7s forwards;
          animation: _opacity-1 .7s forwards; }

@-webkit-keyframes _opacity-1 {
  from {
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

@keyframes _opacity-1 {
  from {
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

/* Fade In */
/* Drop Down */
.drop-down {
  -webkit-animation: _drop-down .35s forwards;
          animation: _drop-down .35s forwards; }

@-webkit-keyframes _drop-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes _drop-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

/* Drop Down */
/* Drop Up */
.drop-up {
  -webkit-animation: _drop-up .35s forwards;
          animation: _drop-up .35s forwards; }

@-webkit-keyframes _drop-up {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes _drop-up {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

/* Drop Up */
ul.os-internal-ui-autocomplete {
  z-index: 301 !important;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
  ul.os-internal-ui-autocomplete li a {
    padding: 0.5rem 1rem; }
    ul.os-internal-ui-autocomplete li a.os-internal-ui-state-hover {
      background-color: #2175d9;
      border-top-color: transparent;
      border-bottom-color: transparent; }

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem; }

::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none; }

::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 0.25rem;
  outline: 0; }

/* ================================================================ */
/*  $3 - Page Layout                                                */
/* ================================================================ */
.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%; }
  .layout.layout-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .layout.layout-top .header {
       }
    .layout.layout-top .main {
      /* Space between the main content and the top of the screen, calculated automatically in the Layout JS */
      padding-top: 3.5rem;
       }
  .layout.layout-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
     }
    .layout.layout-side .header {
      position: fixed;
      top: 0;
      right: 0;
      left: 17.5rem;
      z-index: 100;
      background-color: #f8f8f8;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .layout.layout-side .header .TabsContainer:empty {
        display: none; }
    .layout.layout-side.menu-close .header {
      left: 3rem; }
    .layout.layout-side .main {
      width: calc(100% - 17.5rem);
      padding-top: 3.5rem;
      margin-left: 17.5rem; }
    .layout.layout-side .main {
       }
    .layout.layout-side .navigation.menu-floating {
      z-index: 102; }
  .layout.layout-tabs .main {
    padding-top: 6.4375rem; }
  .layout.layout-tabs.phone .main {
    padding-top: 6rem; }
  .layout.layout-tabs .header-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .layout.layout-tabs.layout-collapsed .header {
    background-color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-49px);
        -ms-transform: translateY(-49px);
            transform: translateY(-49px); }
  .layout.layout-tabs.phone .header .TabsContainer {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c5c5c5; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1; }

/*.layout-tabs:not(.layout-collapsed) .main {
  padding-top: px-to-rem(103px);
}*/
.phone [class*="ThemeGrid_Width"]:not(.no-responsive) {
  width: 100%;
  margin: 0 0 1rem 0; }

/*.ie10 .layout,
.ie11 .layout {
  display: none;
}

.ie10.ponyfill-ready .layout,
.ie11.ponyfill-ready .layout {
  display: block;
}*/
.phone .layout.layout-side .header,
.phone.layout.layout-side .header {
  left: 0; }

.layout .header .hamburger-menu {
  display: none; }
  .layout .header .hamburger-menu i {
    color: #fff; }

.phone.layout .hamburger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background-color: #2175d9; }

.phone .layout .header .Header_buttonMenu i,
.phone.layout .header .Header_buttonMenu i {
  color: #fff !important;
  opacity: 1; }

.phone .header .hamburger-menu a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.layout.layout-side .navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 17.5rem;
  height: 100vh;
  overflow-x: hidden;
  background-color: #2175d9;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.tablet.layout.layout-side .navigation {
  margin-left: 0; }

.tablet .layout.layout-side .navigation {
  margin-left: 0; }

.desktop .navigation {
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.tablet .navigation.hover {
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.phone .navigation.menu-floating {
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.layout.layout-side.menu-close .navigation {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tablet .navigation {
  -webkit-box-shadow: none;
          box-shadow: none; }

.phone .navigation {
  -webkit-box-shadow: none;
          box-shadow: none; }

.layout .navigation .LoginInfo_username {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.layout .navigation .LoginInfo_username .user-avatar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 1rem;
  margin-left: -0.375rem; }

.layout .navigation .LoginInfo_username label {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  color: #fff; }

.layout .navigation .LoginInfo_username label:after {
  display: none; }

.layout .Balloon.tooltipster-fade-show {
  z-index: 102; }

.navigation-bottom .bottom-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap; }
  .navigation-bottom .bottom-menu-item i {
    margin-right: 1rem; }
    .navigation-bottom .bottom-menu-item i::before {
      color: #fff; }

.layout.layout-side.menu-close .main {
  width: calc(100% - 3rem);
  margin-left: 3rem; }

.phone.layout.layout-side.menu-close .main {
  width: 100%; }

.layout.layout-side .navigation {
  width: 17.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.phone.layout.layout-side.menu-close .navigation.menu-floating {
  width: 17.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.tablet.layout.layout-side.menu-close .navigation.menu-floating {
  width: 17.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.desktop.layout.layout-side.menu-close .navigation.menu-floating {
  width: 17.5rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.layout.layout-side.menu-close .navigation {
  width: 3rem; }

.phone .layout.layout-side .navigation {
  width: 17.5rem; }

.phone .layout.layout-side .main {
  margin-left: 0; }

.phone.layout.layout-side .main {
  margin-left: 0; }

.phone .layout.layout-side .navigation.hover {
  margin-left: 0; }

.phone.layout.layout-side .navigation.menu-floating {
  margin-left: 0; }

.phone.layout.layout-side .navigation.hover,
.phone .layout.layout-side .navigation.menu-floating {
  z-index: 101; }

.navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3.5rem;
  padding: 0 0;
  color: #fff; }

.navigation-menu {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-overflow-scrolling: touch; }

a.hamburger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.5rem;
  padding: 0.75rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  a.hamburger-menu i {
    color: #fff; }

.menu-close .hamburger-menu i:before,
.MenuOpen .hamburger-menu i:before,
.sidebar-fold .hamburger-menu i:before {
  content: "\e940"; }

.layout .Header_buttonMenu i {
  color: #fff !important; }

.tablet.layout .Header_buttonMenu:hover i {
  color: #fff !important; }

.phone .Header_buttonMenu:hover i {
  color: #fff !important; }

.layout .header .Header_buttonMenu i {
  color: #2175d9 !important; }

.tablet .menu-floating .Header_buttonMenu i:before,
.phone .menu-floating .Header_buttonMenu i:before,
.menu-close .navigation-top .close-menu i:before {
  content: "\e906"; }

.navigation-bottom:not(:empty) {
  padding: 0.5rem 0;
  margin: 0 0.875rem;
  border-top: 1px solid #609de7; }

.menu-close .navigation-bottom > div,
.tablet .navigation-bottom > div {
  border: none; }

.phone .navigation-bottom {
  display: block; }

.layout.layout-side.menu-close .navigation span.link-text-menu,
.tablet.landscape .layout.layout-side .navigation span.link-text-menu,
.tablet.landscape.layout.layout-side .navigation span.link-text-menu {
  visibility: hidden;
  opacity: 0; }

.tablet.landscape .layout.layout-side .navigation:hover span.link-text-menu {
  visibility: visible;
  opacity: 1; }

.desktop .layout.layout-side.menu-close .navigation.menu-floating span.link-text-menu,
.tablet .layout.layout-side .navigation.menu-floating span.link-text-menu {
  visibility: visible;
  opacity: 1; }

/* $3.1.1 - Page Layout - Header Top */
.header-top {
  height: 3.5rem;
  margin-bottom: -1px;
  
  border-bottom: 1px solid #c5c5c5;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out; }
  .layout-tabs .header-top {
    height: 6.4375rem; }
  .layout-tabs.layout-collapsed .header-top {
    border-bottom-color: transparent; }

.phone .header-top {
  height: 3rem;
  background-color: #fff; }

.phone.header-top {
  height: 3rem;
  background-color: #fff; }

.header-top .select,
.navigation-bottom .select {
  border: none; }

.navigation-bottom .select {
  color: #fff; }

.header-top .dropdown .dropdown-icon,
.navigation-bottom .dropdown .dropdown-icon {
  display: none; }

.navigation-bottom .dropdown .dropdown-content .dropdown-content-list {
  max-height: none; }

.navigation-bottom .dropdown,
.navigation-bottom .dropdown .dropdown-content .dropdown-content-list,
.navigation-bottom .dropdown .dropdown-header {
  bottom: 2.5rem; }

.navigation-bottom .badge-icon .icon {
  color: #fff; }

.navigation-bottom .dropdown-header-text {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-align: center; }

.navigation-bottom .login-info-container .dropdown-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify; }

.navigation-bottom .activity-container .select {
  background-color: #609de7; }

.navigation-bottom .activity-container .dropdown-header-text label {
  width: auto;
  margin-left: 0.9375rem; }

.navigation-bottom .activity-container .dropdown {
  padding: 0.5rem 0; }

.header-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem; }
  .layout-tabs .header-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .phone .header-left .Breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.9375rem; }

.header-center {
  padding: 0.5rem 0; }

.header-right {
  padding: 0.5rem 0 0.5rem 0.5rem; }

.header-right .dropdown,
.header-right .dropdown .dropdown-content .dropdown-content-list,
.header-right .dropdown .dropdown-header {
  right: 0;
  width: auto;
  max-height: none; }

.header-right .login-info-container .dropdown,
.header-right .login-info-container .dropdown .dropdown-content .dropdown-content-list,
.header-right .login-info-container .dropdown .dropdown-header,
.navigation-bottom .login-info-container .dropdown,
.navigation-bottom .login-info-container .dropdown .dropdown-content .dropdown-content-list,
.navigation-bottom .login-info-container .dropdown .dropdown-header {
  right: 0;
  left: 0; }

.header-right .login-info-container .dropdown .dropdown-content .dropdown-content-list a .fa {
  margin-right: 0.25rem; }

.navigation-bottom .login-info-container .dropdown .dropdown-content .dropdown-content-list a .fa {
  margin-right: 0.25rem; }

.header-right .dropdown .dropdown-content .dropdown-content-list {
  padding: 0;
  border: 2px solid #2175d9; }

.navigation-bottom .dropdown .dropdown-content .dropdown-content-list {
  padding: 0;
  border: 2px solid #2175d9; }

.header-right .dropdown .dropdown-content .dropdown-content-list a {
  height: auto;
  padding: 0.5rem 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.navigation-bottom .dropdown .dropdown-content .dropdown-content-list a {
  height: auto;
  padding: 0.5rem 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.header-right .dropdown .dropdown-content .dropdown-content-list a:hover {
  color: #fff;
  background-color: #2175d9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.navigation-bottom .dropdown .dropdown-content .dropdown-content-list a:hover {
  color: #fff;
  background-color: #2175d9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.header-right .search-container {
  width: auto;
  border-right: 1px solid #c5c5c5; }

.header-right .search-container .search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 2.5rem;
  padding: 0 1rem;
  color: #393939;
  cursor: pointer;
  background-image: none;
  -webkit-box-align: center;
  -webkit-box-pack: justify; }

.header-right .search-container .search-button:hover {
  color: #2175d9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.header-right .activity-container .dropdown .dropdown-header:hover .badge-icon .icon {
  color: #2175d9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.header-right .activity-container .dropdown .dropdown-header:hover {
  color: #2175d9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.header-right .select {
  padding: 0 calc(1rem - 10px);
  background-color: transparent; }

.navigation-bottom .select {
  padding: 0 calc(1rem - 10px);
  background-color: transparent; }

.header-right .select {
  color: #393939; }

.header-right .badge-icon .icon {
  color: #393939; }

.header-right .dropdown-header-text .OSInline img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #393939;
          box-shadow: 0 0 0 1px #393939; }

.navigation-bottom .dropdown-header-text .OSInline img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #393939;
          box-shadow: 0 0 0 1px #393939; }

.header-right .dropdown-header-text:hover .OSInline img {
  -webkit-box-shadow: 0 0 0 2px #2175d9;
          box-shadow: 0 0 0 2px #2175d9; }

.navigation-bottom .dropdown-header-text:hover .OSInline img {
  -webkit-box-shadow: 0 0 0 2px #2175d9;
          box-shadow: 0 0 0 2px #2175d9; }

.header-right .activity-header,
.navigation-bottom .activity-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  padding: 1.25rem; }

.header-right .activity-header label,
.navigation-bottom .activity-header label {
  text-transform: uppercase; }

.header-right .activity-container {
  margin-left: 1rem; }

.header-right .activity-content {
  width: 18.75rem; }

.header-right .activity-content,
.navigation-bottom .activity-content {
  overflow: hidden;
  overflow-wrap: break-word; }

.header-right .activity-content .activity-notifications {
  height: 15rem;
  overflow-y: auto;
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5; }

.navigation-bottom .activity-content .activity-notifications {
  height: 15rem;
  overflow-y: auto;
  border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5; }

.header-right .activity-content .activity-notifications .activity-text {
  margin-left: 1rem; }

.navigation-bottom .activity-content .activity-notifications .activity-text {
  margin-left: 1rem; }

.header-right .activity-content .activity-notifications .activity-text .heading6 {
  font-size: 1rem; }

.navigation-bottom .activity-content .activity-notifications .activity-text .heading6 {
  font-size: 1rem; }

.header-right .dropdown .dropdown-content .dropdown-content-list a:hover .activity-text .heading6 {
  color: #fff; }

.navigation-bottom .dropdown .dropdown-content .dropdown-content-list a:hover .activity-text .heading6 {
  color: #fff; }

.header-right .activity-content .activity-notifications .activity-time {
  width: auto;
  font-size: 0.75rem;
  cursor: pointer; }

.navigation-bottom .activity-content .activity-notifications .activity-time {
  width: auto;
  font-size: 0.75rem;
  cursor: pointer; }

.header-right .activity-content .activity-footer,
.navigation-bottom .activity-content .activity-footer {
  width: 100%; }

.header-right .activity-content .activity-footer a,
.navigation-bottom .activity-content .activity-footer a {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 1px;
  -webkit-box-pack: justify; }

.header-right .login-info-container .img-container,
.navigation-bottom .login-info-container .img-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.875rem; }

.is--visible .dropdown-header.select {
  border: none; }

.header-right .activity-content-height,
.navigation-bottom .activity-content-height {
  height: 15rem; }

/*  $3.1.2 - Page Layout - Header Content  */
.header-content {
  width: 100%; }

.app-logo {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem; }

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  margin-right: 1.5rem;
  color: #000; }

.menu-icon-line {
  width: 100%;
  height: 3px;
  margin: 2px 0;
  background-color: #393939;
  border-radius: 20px; }

/* ================================================================ */
/*  $3.2 - Page Layout - Menu                                       */
/* ================================================================ */
.Application_Menu {
  width: 100%;
  height: 100%; }

.Menu_TopMenu {
  position: relative;
  height: 100%;
  cursor: pointer; }

.layout.layout-side .navigation a:focus,
.Menu_TopMenu a:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.navigation .Menu_DropDownButton {
  width: 100%;
  margin-bottom: 0.5rem; }

.header .Menu_TopMenu {
  padding: 0 0.5rem;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }

.header .Menu_DropDownButton:not(:first-child) {
  margin-left: 1rem; }

.header .Menu_TopMenu:hover {
  border-bottom: 2px solid #2175d9; }

.header .Menu_TopMenu.Menu_TopMenuActive {
  border-bottom: 2px solid #2175d9; }

.navigation .Menu_TopMenu {
  height: auto;
  padding: 0 0.875rem;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.navigation .Menu_TopMenu:hover {
  background-color: #175197; }

.Menu_DropDownButton.open .Menu_TopMenu {
  background-color: #175197; }

.Menu_DropDownButton.open,
.Menu_DropDownButton.open .Menu_TopMenu {
  z-index: auto; }

.navigation .Menu_DropDownButton a:hover {
  text-decoration: none; }

.navigation .Menu_TopMenu:hover:before,
.Menu_DropDownButton.open .Menu_TopMenu:before {
  opacity: 0; }

.Menu_TopMenu:hover > div .fa {
  color: #fff; }

.Menu_TopMenu:hover > div i {
  color: #fff; }

.Menu_TopMenu:hover > div a {
  color: #fff; }

.Menu_TopMenu:hover > div a:visited {
  color: #fff; }

.Menu_TopMenu:hover.Menu_TopMenuActive > div .Menu_DropDownArrow:before {
  background-color: #175197; }

.Menu_TopMenu:hover.Menu_TopMenuActive > div .Menu_DropDownArrow:after {
  background-color: #175197; }

.Menu_TopMenuActive > div .Menu_DropDownArrow:before {
  background-color: #175197; }

.Menu_TopMenuActive > div .Menu_DropDownArrow:after {
  background-color: #175197; }

.navigation .Menu_TopMenu.Menu_TopMenuActive {
  background: #175197; }

.navigation .Menu_TopMenu.Menu_TopMenuActive .fa {
  color: #fff; }

.navigation .Menu_TopMenu.Menu_TopMenuActive i {
  color: #fff; }

.Menu_TopMenu .fa {
  margin-right: 0.5rem;
  color: #fff;
  text-align: left;
  margin-top: -0.125rem;
  margin-left: -0.125rem; }

.Menu_DropDownPanel .fa {
  margin-right: 0.5rem;
  color: #fff;
  text-align: left;
  margin-top: -0.125rem;
  margin-left: -0.125rem; }

.Menu_TopMenu i {
  margin-right: 0.5rem;
  color: #fff;
  text-align: left;
  margin-top: -0.125rem;
  margin-left: -0.125rem; }

.Menu_DropDownPanel i {
  margin-right: 0.5rem;
  color: #fff;
  text-align: left;
  margin-top: -0.125rem;
  margin-left: -0.125rem; }

.Menu_TopMenu i + label {
  max-width: 12.5rem;
  height: 1.25rem;
  margin-bottom: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.375rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .175s ease;
  -o-transition: opacity .175s ease;
  transition: opacity .175s ease; }

.Menu_DropDownPanel {
  z-index: initial;
  padding-left: 1rem;
  text-transform: none;
  background-color: #175197;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.Menu_SubItemsPlaceholder {
  background-color: #175197; }

.Menu_DropDownPanel a {
  display: block;
  height: auto;
  padding: 0.5rem 1rem 0.5rem 3rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  
  color: #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 4px solid transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.Menu_DropDownPanel a:link {
  display: block;
  height: auto;
  padding: 0.5rem 1rem 0.5rem 3rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  
  color: #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 4px solid transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.Menu_DropDownPanel a:visited {
  display: block;
  height: auto;
  padding: 0.5rem 1rem 0.5rem 3rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  
  color: #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 4px solid transparent;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.header .Menu_DropDownPanel a {
  padding: 0.5rem 1rem 0.5rem 1rem; }

.header .Menu_DropDownPanel a:link {
  padding: 0.5rem 1rem 0.5rem 1rem; }

.header .Menu_DropDownPanel a:visited {
  padding: 0.5rem 1rem 0.5rem 1rem; }

.Menu_DropDownPanel a:hover {
  border-color: #fff;
  opacity: 1; }

.Menu_DropDownPanel a.Menu_SubMenuItemActive {
  border-color: #fff;
  opacity: 1; }

.navigation .Menu_DropDownPanel {
  padding: 0;
  margin: 0; }

.menu-close .Menu_SubItemsPlaceholder {
  display: none; }

.menu-close .menu-floating .Menu_SubItemsPlaceholder {
  display: block; }

.Menu_TopMenu > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 252px;
  height: 100%;
  font-weight: 500; }

.Menu_TopMenu > div a {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 14px 0;
  font-weight: 400;
  color: #fff; }

.Menu_TopMenu > div a:visited {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 14px 0;
  font-weight: 400;
  color: #fff; }

.Menu_TopMenuActive > div a {
  font-weight: 400;
  color: #fff; }

.Menu_TopMenuActive > div a:visited {
  font-weight: 400;
  color: #fff; }

.Menu_TopMenuActive > div a:hover {
  font-weight: 400;
  color: #fff; }

.Menu_TopMenu:hover.Menu_TopMenuActive > div a {
  font-weight: 400;
  color: #fff; }

.Menu_TopMenus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.navigation .Menu_TopMenus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  font-size: 1rem; }

.navigation .Menu_TopMenus .link-text-menu {
  max-width: 10.625rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.ie10 .Menu_TopMenu > div a,
.ie11 .Menu_TopMenu > div a,
.ie10 .Menu_TopMenu > div a:visited,
.ie11 .Menu_TopMenu > div a:visited {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-flex: 0; }

.header .Menu_DropDownPanel {
  z-index: 250;
  min-width: 8.75rem;
  height: auto;
  margin: 0;
  border: 1px solid #c5c5c5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.25); }

.Menu_DropDownArrow {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  width: 1rem;
  height: 1.25rem;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1;
  border-width: 0;
  border-top-color: #000; }

.Menu_DropDownArrow:before {
  font-family: rds-icon;
  font-size: 1rem;
  color: #fff;
  content: "\e911"; }

.open .Menu_DropDownArrow:before {
  content: "\e914"; }

.Menu_DropDownButton.open .Menu_DropDownArrow:before {
  left: 12px; }

.Menu_DropDownButton.open .Menu_DropDownArrow:after {
  right: 5px; }

.Menu_DropDownPanel {
  position: relative; }

.header .Menu_DropDownPanel {
  position: absolute;
  padding: 0; }

.navigation .Menu_TopMenuActive + .Menu_DropDownPanel:not(:Empty) {
  display: block; }

/* $3.2.1 - Responsive */
.phone .header .Menu_DropDownButton + .Menu_DropDownButton {
  margin-left: 0; }
.tablet .header .Menu_DropDownButton + .Menu_DropDownButton {
  margin-left: 0; }

.phone .header .Menu_DropDownPanel {
  position: relative;
  padding: 1rem;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.tablet .header .Menu_DropDownPanel {
  position: relative;
  padding: 1rem;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.tablet .layout-top .Application_Menu,
.phone .layout-top .Application_Menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.tablet .layout-top .is--visible .Menu_TopMenus,
.phone .layout-top .is--visible .Menu_TopMenus,
.tablet .layout-side .is--visible.navigation,
.phone .layout-side .is--visible.navigation {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.tablet .menu-icon,
.phone .menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.tablet .menu-icon {
  cursor: pointer; }

.phone .header-right {
  display: none; }

.Menu_TopMenu {
  position: relative; }
  .Menu_TopMenu a [class^="icon-WL_"]:before,
  .Menu_TopMenu a [class*=" icon-WL_"]:before,
  .Menu_TopMenu a:link [class^="icon-WL_"]:before,
  .Menu_TopMenu a:link [class*=" icon-WL_"]:before,
  .Menu_TopMenu a:visited [class^="icon-WL_"]:before,
  .Menu_TopMenu a:visited [class*=" icon-WL_"]:before {
    
     }
  .Menu_TopMenu a i {
    margin-right: 1rem;
    position: relative; }
  .Menu_TopMenu i {
    line-height: 1.25rem;
    vertical-align: text-top; }

/* to review*/
/*.layout-side .navigation.menu-floating:before{
    content: '';
    height: 100%;
    left: var(--side-menu-size);
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
        transform: translateX(0%);
    width: 100vw; }*/
.phone .navigation {
  -webkit-transform: translateX(-17.5rem);
  -ms-transform: translateX(-17.5rem);
  transform: translateX(-17.5rem); }

.phone .navigation.menu-floating {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* ================================================================ */
/*  $3.3 - Page Layout - Content                                    */
/* ================================================================ */
.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1; }
  .phone .content {
    margin-top: 1rem; }

.main-content {
  position: relative;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1; }

.content-breadcrumbs {
  margin-bottom: 1rem; }

.content-top {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify; }

.content-top-title {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 2rem;
  -webkit-box-flex: 1; }

.content-top-title .Title_Links {
  font-size: 0.875rem;
  font-weight: 400; }

.content-top-actions {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 2rem;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-box-pack: end; }

.content-top-title,
.content-top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center; }

.layout-top .header .ThemeGrid_Container {
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto; }

.layout-top .content .ThemeGrid_Container {
  width: 100%;
  padding: 2.5rem;
  margin: 0 auto; }

.layout-top .content-bottom .ThemeGrid_Container {
  width: 100%;
  padding: 1rem 2.5rem; }

.layout-side .header .ThemeGrid_Container {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto; }

.layout-side .content .ThemeGrid_Container {
  width: 100%;
  max-width: 74.875rem;
  padding: 1.5rem 1rem;
  margin: 0 auto; }

.layout-side .content .ThemeGrid_Container.main-content-full-width {
  max-width: 100%; }

.ie10 .layout .content .ThemeGrid_Container,
.ie11 .layout .content .ThemeGrid_Container {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  -webkit-box-flex: 0; }

.ie10 .main-content,
.ie11 .main-content {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  -webkit-box-flex: 0; }

.layout-side .content-bottom .ThemeGrid_Container {
  width: 100%;
  padding: 1rem 2rem; }

.tablet .header .ThemeGrid_Container {
  padding: 0 1.5rem; }

.tablet .content .ThemeGrid_Container {
  padding: 1.5rem; }

.ie10.tablet .content .ThemeGrid_Container,
.ie11.tablet .content .ThemeGrid_Container {
  width: 100%; }

.tablet .content-bottom .ThemeGrid_Container {
  padding: 1rem 1.5rem; }

.phone .header .ThemeGrid_Container {
  padding: 0; }

.phone .content .ThemeGrid_Container {
  padding: 1rem; }

.ie10.phone .content .ThemeGrid_Container,
.ie11.phone .content .ThemeGrid_Container {
  width: 100%; }

.phone .content-bottom .ThemeGrid_Container {
  padding: 1rem; }

.phone .content-top {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.phone .content-top-actions,
.phone .content-top-title {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.phone .content-top-actions .btn:not(:last-child) {
  margin-bottom: 1rem; }

.phone .content-top-actions .Button:not(:last-child) {
  margin-bottom: 1rem; }

.phone .content-top-actions .btn {
  margin-left: 0; }

.phone .content-top-actions .Button {
  margin-left: 0; }

/* ================================================================ */
/*  $6.7 - Styles - Display Flex Properties                         */
/* ================================================================ */
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.flex3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.top-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.top-center {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.top-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.center-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.center-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.bottom-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.bottom-center {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bottom-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.line-through,
.text-striked {
  text-decoration: line-through; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-marked {
  display: inline-block;
  background-color: #ffdd91; }

/* ExcludeFromPickers: ActionAdd, ActionChange, ActionDelete, ActionEdit, Actions, Application_Menu, Badge, Breadcrumbs, BreadcrumbsContainer, ,
Content, ControlActions, desktop, EditableTable, EditRecord, EditRecord_Buttons, fa, Feedback_AjaxWait, Feedback_Message_Error,
Feedback_Message_Info, Feedback_Message_Success, Feedback_Message_Warning, Feedback_Message_Wrapper, Feedback_Message_Wrapper_Close,
Filters_Wrapper, Footer, Form, Header, Header__activity, Header__loginInfo, Header_buttonMenu, Header_search, Header_title, Header_user,
HeaderPage, ie, ie10, ie11, ie8, InEditMode, ListNavigation_CurrentPageNumber, ListNavigation_DisabledNext, ListNavigation_DisabledPrevious,
ListNavigation_Ellipsis, ListNavigation_Next, ListNavigation_PageNumber, ListNavigation_Previous, Loader, Login__Form, Login__Logo, Login_Box,
Login_Footer, Login_Text, LoginInfo, LoginInfo_username, MainContent, MainPopup, Menu, Menu_DropDownArrow, Menu_DropDownButton, Menu_DropDownPanel,
Menu_SubItemsPlaceholder, Menu_SubMenuItem, Menu_SubMenuItemActive, Menu_TopMenu, Menu_TopMenuActive, Menu_TopMenus, menuOpen, MenuSlider_Toggler,
mini, Not_Valid, OnEdit, open, OSAutoMarginTop, OSInlineClear, Page, phone, portait, Responsive, RowControlGroup, RowWithAddAction, select2-choice,
select2-container, Selected, ShowRecord, SmartInput_Undo, TableRecords, TableRecords_EvenLine, TableRecords_Header, TableRecords_OddLine, tablet,
ThemeGrid_Container, ThemeGrid_MarginGutter, ThemeGrid_Width12, ThemeGrid_Wrapper, Title, Title_Section,
Heading1, Heading2, Heading3, Heading4, Heading5, Heading6 */

/*# sourceMappingURL=rds-os-randstad-ie.css.map */
