.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../../../bower/bower_components/ionicons/scss/_ionicons-font.scss */
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 741, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-alert:before {
  content: "";
}

/* line 742, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-alert-circled:before {
  content: "";
}

/* line 743, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-add:before {
  content: "";
}

/* line 744, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-add-circle:before {
  content: "";
}

/* line 745, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-alarm-clock:before {
  content: "";
}

/* line 746, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-alert:before {
  content: "";
}

/* line 747, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-apps:before {
  content: "";
}

/* line 748, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-archive:before {
  content: "";
}

/* line 749, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-back:before {
  content: "";
}

/* line 750, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-down:before {
  content: "";
}

/* line 751, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropdown:before {
  content: "";
}

/* line 752, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "";
}

/* line 753, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropleft:before {
  content: "";
}

/* line 754, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "";
}

/* line 755, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropright:before {
  content: "";
}

/* line 756, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropright-circle:before {
  content: "";
}

/* line 757, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropup:before {
  content: "";
}

/* line 758, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-dropup-circle:before {
  content: "";
}

/* line 759, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-forward:before {
  content: "";
}

/* line 760, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-arrow-up:before {
  content: "";
}

/* line 761, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-attach:before {
  content: "";
}

/* line 762, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-bar:before {
  content: "";
}

/* line 763, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-bicycle:before {
  content: "";
}

/* line 764, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-boat:before {
  content: "";
}

/* line 765, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-bookmark:before {
  content: "";
}

/* line 766, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-bulb:before {
  content: "";
}

/* line 767, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-bus:before {
  content: "";
}

/* line 768, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-calendar:before {
  content: "";
}

/* line 769, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-call:before {
  content: "";
}

/* line 770, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-camera:before {
  content: "";
}

/* line 771, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cancel:before {
  content: "";
}

/* line 772, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-car:before {
  content: "";
}

/* line 773, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cart:before {
  content: "";
}

/* line 774, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-chat:before {
  content: "";
}

/* line 775, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-checkbox:before {
  content: "";
}

/* line 776, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-checkbox-blank:before {
  content: "";
}

/* line 777, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-checkbox-outline:before {
  content: "";
}

/* line 778, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-checkbox-outline-blank:before {
  content: "";
}

/* line 779, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-checkmark-circle:before {
  content: "";
}

/* line 780, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-clipboard:before {
  content: "";
}

/* line 781, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-close:before {
  content: "";
}

/* line 782, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cloud:before {
  content: "";
}

/* line 783, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cloud-circle:before {
  content: "";
}

/* line 784, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cloud-done:before {
  content: "";
}

/* line 785, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-cloud-outline:before {
  content: "";
}

/* line 786, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-color-palette:before {
  content: "";
}

/* line 787, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-compass:before {
  content: "";
}

/* line 788, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-contact:before {
  content: "";
}

/* line 789, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-contacts:before {
  content: "";
}

/* line 790, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-contract:before {
  content: "";
}

/* line 791, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-create:before {
  content: "";
}

/* line 792, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-delete:before {
  content: "";
}

/* line 793, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-desktop:before {
  content: "";
}

/* line 794, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-document:before {
  content: "";
}

/* line 795, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-done:before {
  content: "";
}

/* line 796, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-done-all:before {
  content: "";
}

/* line 797, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-download:before {
  content: "";
}

/* line 798, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-drafts:before {
  content: "";
}

/* line 799, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-exit:before {
  content: "";
}

/* line 800, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-expand:before {
  content: "";
}

/* line 801, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-favorite:before {
  content: "";
}

/* line 802, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-favorite-outline:before {
  content: "";
}

/* line 803, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-film:before {
  content: "";
}

/* line 804, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-folder:before {
  content: "";
}

/* line 805, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-folder-open:before {
  content: "";
}

/* line 806, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-funnel:before {
  content: "";
}

/* line 807, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-globe:before {
  content: "";
}

/* line 808, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-hand:before {
  content: "";
}

/* line 809, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-hangout:before {
  content: "";
}

/* line 810, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-happy:before {
  content: "";
}

/* line 811, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-home:before {
  content: "";
}

/* line 812, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-image:before {
  content: "";
}

/* line 813, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-laptop:before {
  content: "";
}

/* line 814, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-list:before {
  content: "";
}

/* line 815, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-locate:before {
  content: "";
}

/* line 816, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-lock:before {
  content: "";
}

/* line 817, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-mail:before {
  content: "";
}

/* line 818, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-map:before {
  content: "";
}

/* line 819, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-menu:before {
  content: "";
}

/* line 820, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-microphone:before {
  content: "";
}

/* line 821, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-microphone-off:before {
  content: "";
}

/* line 822, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-more-horizontal:before {
  content: "";
}

/* line 823, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-more-vertical:before {
  content: "";
}

/* line 824, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-navigate:before {
  content: "";
}

/* line 825, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-notifications:before {
  content: "";
}

/* line 826, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-notifications-none:before {
  content: "";
}

/* line 827, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-notifications-off:before {
  content: "";
}

/* line 828, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-open:before {
  content: "";
}

/* line 829, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-options:before {
  content: "";
}

/* line 830, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-people:before {
  content: "";
}

/* line 831, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-person:before {
  content: "";
}

/* line 832, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-person-add:before {
  content: "";
}

/* line 833, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-phone-landscape:before {
  content: "";
}

/* line 834, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-phone-portrait:before {
  content: "";
}

/* line 835, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-pin:before {
  content: "";
}

/* line 836, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-plane:before {
  content: "";
}

/* line 837, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-playstore:before {
  content: "";
}

/* line 838, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-print:before {
  content: "";
}

/* line 839, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-radio-button-off:before {
  content: "";
}

/* line 840, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-radio-button-on:before {
  content: "";
}

/* line 841, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-refresh:before {
  content: "";
}

/* line 842, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-remove:before {
  content: "";
}

/* line 843, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-remove-circle:before {
  content: "";
}

/* line 844, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-restaurant:before {
  content: "";
}

/* line 845, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-sad:before {
  content: "";
}

/* line 846, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-search:before {
  content: "";
}

/* line 847, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-send:before {
  content: "";
}

/* line 848, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-settings:before {
  content: "";
}

/* line 849, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-share:before {
  content: "";
}

/* line 850, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-share-alt:before {
  content: "";
}

/* line 851, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-star:before {
  content: "";
}

/* line 852, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-star-half:before {
  content: "";
}

/* line 853, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-star-outline:before {
  content: "";
}

/* line 854, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-stopwatch:before {
  content: "";
}

/* line 855, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-subway:before {
  content: "";
}

/* line 856, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-sunny:before {
  content: "";
}

/* line 857, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-sync:before {
  content: "";
}

/* line 858, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-textsms:before {
  content: "";
}

/* line 859, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-time:before {
  content: "";
}

/* line 860, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-train:before {
  content: "";
}

/* line 861, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-unlock:before {
  content: "";
}

/* line 862, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-upload:before {
  content: "";
}

/* line 863, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-volume-down:before {
  content: "";
}

/* line 864, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-volume-mute:before {
  content: "";
}

/* line 865, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-volume-off:before {
  content: "";
}

/* line 866, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-volume-up:before {
  content: "";
}

/* line 867, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-walk:before {
  content: "";
}

/* line 868, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-warning:before {
  content: "";
}

/* line 869, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-watch:before {
  content: "";
}

/* line 870, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-android-wifi:before {
  content: "";
}

/* line 871, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-aperture:before {
  content: "";
}

/* line 872, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-archive:before {
  content: "";
}

/* line 873, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-down-a:before {
  content: "";
}

/* line 874, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-down-b:before {
  content: "";
}

/* line 875, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-down-c:before {
  content: "";
}

/* line 876, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-expand:before {
  content: "";
}

/* line 877, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-graph-down-left:before {
  content: "";
}

/* line 878, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-graph-down-right:before {
  content: "";
}

/* line 879, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-graph-up-left:before {
  content: "";
}

/* line 880, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-graph-up-right:before {
  content: "";
}

/* line 881, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-left-a:before {
  content: "";
}

/* line 882, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-left-b:before {
  content: "";
}

/* line 883, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-left-c:before {
  content: "";
}

/* line 884, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-move:before {
  content: "";
}

/* line 885, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-resize:before {
  content: "";
}

/* line 886, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-return-left:before {
  content: "";
}

/* line 887, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-return-right:before {
  content: "";
}

/* line 888, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-right-a:before {
  content: "";
}

/* line 889, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-right-b:before {
  content: "";
}

/* line 890, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-right-c:before {
  content: "";
}

/* line 891, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-shrink:before {
  content: "";
}

/* line 892, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-swap:before {
  content: "";
}

/* line 893, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-up-a:before {
  content: "";
}

/* line 894, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-up-b:before {
  content: "";
}

/* line 895, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-arrow-up-c:before {
  content: "";
}

/* line 896, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-asterisk:before {
  content: "";
}

/* line 897, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-at:before {
  content: "";
}

/* line 898, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-backspace:before {
  content: "";
}

/* line 899, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-backspace-outline:before {
  content: "";
}

/* line 900, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bag:before {
  content: "";
}

/* line 901, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-battery-charging:before {
  content: "";
}

/* line 902, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-battery-empty:before {
  content: "";
}

/* line 903, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-battery-full:before {
  content: "";
}

/* line 904, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-battery-half:before {
  content: "";
}

/* line 905, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-battery-low:before {
  content: "";
}

/* line 906, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-beaker:before {
  content: "";
}

/* line 907, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-beer:before {
  content: "";
}

/* line 908, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bluetooth:before {
  content: "";
}

/* line 909, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bonfire:before {
  content: "";
}

/* line 910, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bookmark:before {
  content: "";
}

/* line 911, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bowtie:before {
  content: "";
}

/* line 912, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-briefcase:before {
  content: "";
}

/* line 913, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-bug:before {
  content: "";
}

/* line 914, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-calculator:before {
  content: "";
}

/* line 915, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-calendar:before {
  content: "";
}

/* line 916, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-camera:before {
  content: "";
}

/* line 917, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-card:before {
  content: "";
}

/* line 918, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-cash:before {
  content: "";
}

/* line 919, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatbox:before {
  content: "";
}

/* line 920, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatbox-working:before {
  content: "";
}

/* line 921, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatboxes:before {
  content: "";
}

/* line 922, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatbubble:before {
  content: "";
}

/* line 923, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatbubble-working:before {
  content: "";
}

/* line 924, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chatbubbles:before {
  content: "";
}

/* line 925, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-checkmark:before {
  content: "";
}

/* line 926, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-checkmark-circled:before {
  content: "";
}

/* line 927, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-checkmark-round:before {
  content: "";
}

/* line 928, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chevron-down:before {
  content: "";
}

/* line 929, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chevron-left:before {
  content: "";
}

/* line 930, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chevron-right:before {
  content: "";
}

/* line 931, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-chevron-up:before {
  content: "";
}

/* line 932, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-clipboard:before {
  content: "";
}

/* line 933, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-clock:before {
  content: "";
}

/* line 934, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-close:before {
  content: "";
}

/* line 935, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-close-circled:before {
  content: "";
}

/* line 936, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-close-round:before {
  content: "";
}

/* line 937, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-closed-captioning:before {
  content: "";
}

/* line 938, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-cloud:before {
  content: "";
}

/* line 939, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-code:before {
  content: "";
}

/* line 940, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-code-download:before {
  content: "";
}

/* line 941, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-code-working:before {
  content: "";
}

/* line 942, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-coffee:before {
  content: "";
}

/* line 943, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-compass:before {
  content: "";
}

/* line 944, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-compose:before {
  content: "";
}

/* line 945, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-connection-bars:before {
  content: "";
}

/* line 946, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-contrast:before {
  content: "";
}

/* line 947, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-crop:before {
  content: "";
}

/* line 948, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-cube:before {
  content: "";
}

/* line 949, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-disc:before {
  content: "";
}

/* line 950, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-document:before {
  content: "";
}

/* line 951, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-document-text:before {
  content: "";
}

/* line 952, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-drag:before {
  content: "";
}

/* line 953, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-earth:before {
  content: "";
}

/* line 954, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-easel:before {
  content: "";
}

/* line 955, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-edit:before {
  content: "";
}

/* line 956, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-egg:before {
  content: "";
}

/* line 957, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-eject:before {
  content: "";
}

/* line 958, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-email:before {
  content: "";
}

/* line 959, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-email-unread:before {
  content: "";
}

/* line 960, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-erlenmeyer-flask:before {
  content: "";
}

/* line 961, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

/* line 962, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-eye:before {
  content: "";
}

/* line 963, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-eye-disabled:before {
  content: "";
}

/* line 964, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-female:before {
  content: "";
}

/* line 965, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-filing:before {
  content: "";
}

/* line 966, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-film-marker:before {
  content: "";
}

/* line 967, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-fireball:before {
  content: "";
}

/* line 968, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-flag:before {
  content: "";
}

/* line 969, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-flame:before {
  content: "";
}

/* line 970, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-flash:before {
  content: "";
}

/* line 971, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-flash-off:before {
  content: "";
}

/* line 972, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-folder:before {
  content: "";
}

/* line 973, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-fork:before {
  content: "";
}

/* line 974, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-fork-repo:before {
  content: "";
}

/* line 975, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-forward:before {
  content: "";
}

/* line 976, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-funnel:before {
  content: "";
}

/* line 977, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-gear-a:before {
  content: "";
}

/* line 978, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-gear-b:before {
  content: "";
}

/* line 979, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-grid:before {
  content: "";
}

/* line 980, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-hammer:before {
  content: "";
}

/* line 981, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-happy:before {
  content: "";
}

/* line 982, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-happy-outline:before {
  content: "";
}

/* line 983, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-headphone:before {
  content: "";
}

/* line 984, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-heart:before {
  content: "";
}

/* line 985, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-heart-broken:before {
  content: "";
}

/* line 986, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-help:before {
  content: "";
}

/* line 987, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-help-buoy:before {
  content: "";
}

/* line 988, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-help-circled:before {
  content: "";
}

/* line 989, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-home:before {
  content: "";
}

/* line 990, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-icecream:before {
  content: "";
}

/* line 991, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-image:before {
  content: "";
}

/* line 992, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-images:before {
  content: "";
}

/* line 993, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-information:before {
  content: "";
}

/* line 994, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-information-circled:before {
  content: "";
}

/* line 995, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ionic:before {
  content: "";
}

/* line 996, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-alarm:before {
  content: "";
}

/* line 997, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-alarm-outline:before {
  content: "";
}

/* line 998, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-albums:before {
  content: "";
}

/* line 999, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-albums-outline:before {
  content: "";
}

/* line 1000, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-americanfootball:before {
  content: "";
}

/* line 1001, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-americanfootball-outline:before {
  content: "";
}

/* line 1002, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-analytics:before {
  content: "";
}

/* line 1003, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-analytics-outline:before {
  content: "";
}

/* line 1004, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-back:before {
  content: "";
}

/* line 1005, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-down:before {
  content: "";
}

/* line 1006, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-forward:before {
  content: "";
}

/* line 1007, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-left:before {
  content: "";
}

/* line 1008, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-right:before {
  content: "";
}

/* line 1009, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-thin-down:before {
  content: "";
}

/* line 1010, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-thin-left:before {
  content: "";
}

/* line 1011, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-thin-right:before {
  content: "";
}

/* line 1012, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-thin-up:before {
  content: "";
}

/* line 1013, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-arrow-up:before {
  content: "";
}

/* line 1014, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-at:before {
  content: "";
}

/* line 1015, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-at-outline:before {
  content: "";
}

/* line 1016, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-barcode:before {
  content: "";
}

/* line 1017, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-barcode-outline:before {
  content: "";
}

/* line 1018, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-baseball:before {
  content: "";
}

/* line 1019, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-baseball-outline:before {
  content: "";
}

/* line 1020, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-basketball:before {
  content: "";
}

/* line 1021, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-basketball-outline:before {
  content: "";
}

/* line 1022, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bell:before {
  content: "";
}

/* line 1023, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bell-outline:before {
  content: "";
}

/* line 1024, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-body:before {
  content: "";
}

/* line 1025, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-body-outline:before {
  content: "";
}

/* line 1026, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bolt:before {
  content: "";
}

/* line 1027, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bolt-outline:before {
  content: "";
}

/* line 1028, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-book:before {
  content: "";
}

/* line 1029, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-book-outline:before {
  content: "";
}

/* line 1030, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bookmarks:before {
  content: "";
}

/* line 1031, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-bookmarks-outline:before {
  content: "";
}

/* line 1032, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-box:before {
  content: "";
}

/* line 1033, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-box-outline:before {
  content: "";
}

/* line 1034, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-briefcase:before {
  content: "";
}

/* line 1035, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-briefcase-outline:before {
  content: "";
}

/* line 1036, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-browsers:before {
  content: "";
}

/* line 1037, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-browsers-outline:before {
  content: "";
}

/* line 1038, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-calculator:before {
  content: "";
}

/* line 1039, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-calculator-outline:before {
  content: "";
}

/* line 1040, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-calendar:before {
  content: "";
}

/* line 1041, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-calendar-outline:before {
  content: "";
}

/* line 1042, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-camera:before {
  content: "";
}

/* line 1043, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-camera-outline:before {
  content: "";
}

/* line 1044, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cart:before {
  content: "";
}

/* line 1045, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cart-outline:before {
  content: "";
}

/* line 1046, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-chatboxes:before {
  content: "";
}

/* line 1047, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-chatboxes-outline:before {
  content: "";
}

/* line 1048, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-chatbubble:before {
  content: "";
}

/* line 1049, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-chatbubble-outline:before {
  content: "";
}

/* line 1050, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-checkmark:before {
  content: "";
}

/* line 1051, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-checkmark-empty:before {
  content: "";
}

/* line 1052, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-checkmark-outline:before {
  content: "";
}

/* line 1053, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-circle-filled:before {
  content: "";
}

/* line 1054, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-circle-outline:before {
  content: "";
}

/* line 1055, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-clock:before {
  content: "";
}

/* line 1056, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-clock-outline:before {
  content: "";
}

/* line 1057, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-close:before {
  content: "";
}

/* line 1058, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-close-empty:before {
  content: "";
}

/* line 1059, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-close-outline:before {
  content: "";
}

/* line 1060, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud:before {
  content: "";
}

/* line 1061, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud-download:before {
  content: "";
}

/* line 1062, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud-download-outline:before {
  content: "";
}

/* line 1063, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud-outline:before {
  content: "";
}

/* line 1064, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud-upload:before {
  content: "";
}

/* line 1065, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloud-upload-outline:before {
  content: "";
}

/* line 1066, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloudy:before {
  content: "";
}

/* line 1067, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloudy-night:before {
  content: "";
}

/* line 1068, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloudy-night-outline:before {
  content: "";
}

/* line 1069, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cloudy-outline:before {
  content: "";
}

/* line 1070, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cog:before {
  content: "";
}

/* line 1071, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-cog-outline:before {
  content: "";
}

/* line 1072, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-color-filter:before {
  content: "";
}

/* line 1073, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-color-filter-outline:before {
  content: "";
}

/* line 1074, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-color-wand:before {
  content: "";
}

/* line 1075, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-color-wand-outline:before {
  content: "";
}

/* line 1076, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-compose:before {
  content: "";
}

/* line 1077, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-compose-outline:before {
  content: "";
}

/* line 1078, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-contact:before {
  content: "";
}

/* line 1079, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-contact-outline:before {
  content: "";
}

/* line 1080, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-copy:before {
  content: "";
}

/* line 1081, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-copy-outline:before {
  content: "";
}

/* line 1082, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-crop:before {
  content: "";
}

/* line 1083, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-crop-strong:before {
  content: "";
}

/* line 1084, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-download:before {
  content: "";
}

/* line 1085, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-download-outline:before {
  content: "";
}

/* line 1086, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-drag:before {
  content: "";
}

/* line 1087, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-email:before {
  content: "";
}

/* line 1088, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-email-outline:before {
  content: "";
}

/* line 1089, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-eye:before {
  content: "";
}

/* line 1090, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-eye-outline:before {
  content: "";
}

/* line 1091, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-fastforward:before {
  content: "";
}

/* line 1092, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-fastforward-outline:before {
  content: "";
}

/* line 1093, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-filing:before {
  content: "";
}

/* line 1094, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-filing-outline:before {
  content: "";
}

/* line 1095, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-film:before {
  content: "";
}

/* line 1096, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-film-outline:before {
  content: "";
}

/* line 1097, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flag:before {
  content: "";
}

/* line 1098, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flag-outline:before {
  content: "";
}

/* line 1099, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flame:before {
  content: "";
}

/* line 1100, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flame-outline:before {
  content: "";
}

/* line 1101, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flask:before {
  content: "";
}

/* line 1102, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flask-outline:before {
  content: "";
}

/* line 1103, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flower:before {
  content: "";
}

/* line 1104, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-flower-outline:before {
  content: "";
}

/* line 1105, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-folder:before {
  content: "";
}

/* line 1106, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-folder-outline:before {
  content: "";
}

/* line 1107, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-football:before {
  content: "";
}

/* line 1108, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-football-outline:before {
  content: "";
}

/* line 1109, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-game-controller-a:before {
  content: "";
}

/* line 1110, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-game-controller-a-outline:before {
  content: "";
}

/* line 1111, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-game-controller-b:before {
  content: "";
}

/* line 1112, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-game-controller-b-outline:before {
  content: "";
}

/* line 1113, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-gear:before {
  content: "";
}

/* line 1114, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-gear-outline:before {
  content: "";
}

/* line 1115, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-glasses:before {
  content: "";
}

/* line 1116, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-glasses-outline:before {
  content: "";
}

/* line 1117, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-grid-view:before {
  content: "";
}

/* line 1118, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-grid-view-outline:before {
  content: "";
}

/* line 1119, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-heart:before {
  content: "";
}

/* line 1120, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-heart-outline:before {
  content: "";
}

/* line 1121, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-help:before {
  content: "";
}

/* line 1122, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-help-empty:before {
  content: "";
}

/* line 1123, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-help-outline:before {
  content: "";
}

/* line 1124, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-home:before {
  content: "";
}

/* line 1125, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-home-outline:before {
  content: "";
}

/* line 1126, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-infinite:before {
  content: "";
}

/* line 1127, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-infinite-outline:before {
  content: "";
}

/* line 1128, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-information:before {
  content: "";
}

/* line 1129, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-information-empty:before {
  content: "";
}

/* line 1130, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-information-outline:before {
  content: "";
}

/* line 1131, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-ionic-outline:before {
  content: "";
}

/* line 1132, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-keypad:before {
  content: "";
}

/* line 1133, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-keypad-outline:before {
  content: "";
}

/* line 1134, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-lightbulb:before {
  content: "";
}

/* line 1135, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-lightbulb-outline:before {
  content: "";
}

/* line 1136, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-list:before {
  content: "";
}

/* line 1137, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-list-outline:before {
  content: "";
}

/* line 1138, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-location:before {
  content: "";
}

/* line 1139, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-location-outline:before {
  content: "";
}

/* line 1140, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-locked:before {
  content: "";
}

/* line 1141, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-locked-outline:before {
  content: "";
}

/* line 1142, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-loop:before {
  content: "";
}

/* line 1143, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-loop-strong:before {
  content: "";
}

/* line 1144, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-medical:before {
  content: "";
}

/* line 1145, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-medical-outline:before {
  content: "";
}

/* line 1146, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-medkit:before {
  content: "";
}

/* line 1147, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-medkit-outline:before {
  content: "";
}

/* line 1148, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-mic:before {
  content: "";
}

/* line 1149, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-mic-off:before {
  content: "";
}

/* line 1150, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-mic-outline:before {
  content: "";
}

/* line 1151, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-minus:before {
  content: "";
}

/* line 1152, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-minus-empty:before {
  content: "";
}

/* line 1153, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-minus-outline:before {
  content: "";
}

/* line 1154, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-monitor:before {
  content: "";
}

/* line 1155, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-monitor-outline:before {
  content: "";
}

/* line 1156, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-moon:before {
  content: "";
}

/* line 1157, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-moon-outline:before {
  content: "";
}

/* line 1158, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-more:before {
  content: "";
}

/* line 1159, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-more-outline:before {
  content: "";
}

/* line 1160, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-musical-note:before {
  content: "";
}

/* line 1161, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-musical-notes:before {
  content: "";
}

/* line 1162, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-navigate:before {
  content: "";
}

/* line 1163, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-navigate-outline:before {
  content: "";
}

/* line 1164, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-nutrition:before {
  content: "";
}

/* line 1165, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-nutrition-outline:before {
  content: "";
}

/* line 1166, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paper:before {
  content: "";
}

/* line 1167, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paper-outline:before {
  content: "";
}

/* line 1168, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paperplane:before {
  content: "";
}

/* line 1169, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paperplane-outline:before {
  content: "";
}

/* line 1170, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-partlysunny:before {
  content: "";
}

/* line 1171, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-partlysunny-outline:before {
  content: "";
}

/* line 1172, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pause:before {
  content: "";
}

/* line 1173, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pause-outline:before {
  content: "";
}

/* line 1174, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paw:before {
  content: "";
}

/* line 1175, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-paw-outline:before {
  content: "";
}

/* line 1176, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-people:before {
  content: "";
}

/* line 1177, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-people-outline:before {
  content: "";
}

/* line 1178, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-person:before {
  content: "";
}

/* line 1179, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-person-outline:before {
  content: "";
}

/* line 1180, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-personadd:before {
  content: "";
}

/* line 1181, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-personadd-outline:before {
  content: "";
}

/* line 1182, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-photos:before {
  content: "";
}

/* line 1183, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-photos-outline:before {
  content: "";
}

/* line 1184, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pie:before {
  content: "";
}

/* line 1185, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pie-outline:before {
  content: "";
}

/* line 1186, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pint:before {
  content: "";
}

/* line 1187, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pint-outline:before {
  content: "";
}

/* line 1188, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-play:before {
  content: "";
}

/* line 1189, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-play-outline:before {
  content: "";
}

/* line 1190, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-plus:before {
  content: "";
}

/* line 1191, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-plus-empty:before {
  content: "";
}

/* line 1192, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-plus-outline:before {
  content: "";
}

/* line 1193, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pricetag:before {
  content: "";
}

/* line 1194, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pricetag-outline:before {
  content: "";
}

/* line 1195, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pricetags:before {
  content: "";
}

/* line 1196, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pricetags-outline:before {
  content: "";
}

/* line 1197, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-printer:before {
  content: "";
}

/* line 1198, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-printer-outline:before {
  content: "";
}

/* line 1199, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pulse:before {
  content: "";
}

/* line 1200, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-pulse-strong:before {
  content: "";
}

/* line 1201, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rainy:before {
  content: "";
}

/* line 1202, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rainy-outline:before {
  content: "";
}

/* line 1203, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-recording:before {
  content: "";
}

/* line 1204, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-recording-outline:before {
  content: "";
}

/* line 1205, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-redo:before {
  content: "";
}

/* line 1206, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-redo-outline:before {
  content: "";
}

/* line 1207, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-refresh:before {
  content: "";
}

/* line 1208, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-refresh-empty:before {
  content: "";
}

/* line 1209, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-refresh-outline:before {
  content: "";
}

/* line 1210, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-reload:before {
  content: "";
}

/* line 1211, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-reverse-camera:before {
  content: "";
}

/* line 1212, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-reverse-camera-outline:before {
  content: "";
}

/* line 1213, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rewind:before {
  content: "";
}

/* line 1214, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rewind-outline:before {
  content: "";
}

/* line 1215, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rose:before {
  content: "";
}

/* line 1216, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-rose-outline:before {
  content: "";
}

/* line 1217, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-search:before {
  content: "";
}

/* line 1218, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-search-strong:before {
  content: "";
}

/* line 1219, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-settings:before {
  content: "";
}

/* line 1220, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-settings-strong:before {
  content: "";
}

/* line 1221, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-shuffle:before {
  content: "";
}

/* line 1222, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-shuffle-strong:before {
  content: "";
}

/* line 1223, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-skipbackward:before {
  content: "";
}

/* line 1224, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-skipbackward-outline:before {
  content: "";
}

/* line 1225, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-skipforward:before {
  content: "";
}

/* line 1226, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-skipforward-outline:before {
  content: "";
}

/* line 1227, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-snowy:before {
  content: "";
}

/* line 1228, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-speedometer:before {
  content: "";
}

/* line 1229, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-speedometer-outline:before {
  content: "";
}

/* line 1230, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-star:before {
  content: "";
}

/* line 1231, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-star-half:before {
  content: "";
}

/* line 1232, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-star-outline:before {
  content: "";
}

/* line 1233, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-stopwatch:before {
  content: "";
}

/* line 1234, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-stopwatch-outline:before {
  content: "";
}

/* line 1235, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-sunny:before {
  content: "";
}

/* line 1236, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-sunny-outline:before {
  content: "";
}

/* line 1237, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-telephone:before {
  content: "";
}

/* line 1238, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-telephone-outline:before {
  content: "";
}

/* line 1239, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-tennisball:before {
  content: "";
}

/* line 1240, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-tennisball-outline:before {
  content: "";
}

/* line 1241, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-thunderstorm:before {
  content: "";
}

/* line 1242, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-thunderstorm-outline:before {
  content: "";
}

/* line 1243, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-time:before {
  content: "";
}

/* line 1244, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-time-outline:before {
  content: "";
}

/* line 1245, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-timer:before {
  content: "";
}

/* line 1246, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-timer-outline:before {
  content: "";
}

/* line 1247, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-toggle:before {
  content: "";
}

/* line 1248, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-toggle-outline:before {
  content: "";
}

/* line 1249, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-trash:before {
  content: "";
}

/* line 1250, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-trash-outline:before {
  content: "";
}

/* line 1251, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-undo:before {
  content: "";
}

/* line 1252, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-undo-outline:before {
  content: "";
}

/* line 1253, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-unlocked:before {
  content: "";
}

/* line 1254, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-unlocked-outline:before {
  content: "";
}

/* line 1255, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-upload:before {
  content: "";
}

/* line 1256, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-upload-outline:before {
  content: "";
}

/* line 1257, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-videocam:before {
  content: "";
}

/* line 1258, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-videocam-outline:before {
  content: "";
}

/* line 1259, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-volume-high:before {
  content: "";
}

/* line 1260, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-volume-low:before {
  content: "";
}

/* line 1261, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-wineglass:before {
  content: "";
}

/* line 1262, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-wineglass-outline:before {
  content: "";
}

/* line 1263, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-world:before {
  content: "";
}

/* line 1264, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ios-world-outline:before {
  content: "";
}

/* line 1265, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ipad:before {
  content: "";
}

/* line 1266, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-iphone:before {
  content: "";
}

/* line 1267, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ipod:before {
  content: "";
}

/* line 1268, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-jet:before {
  content: "";
}

/* line 1269, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-key:before {
  content: "";
}

/* line 1270, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-knife:before {
  content: "";
}

/* line 1271, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-laptop:before {
  content: "";
}

/* line 1272, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-leaf:before {
  content: "";
}

/* line 1273, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-levels:before {
  content: "";
}

/* line 1274, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-lightbulb:before {
  content: "";
}

/* line 1275, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-link:before {
  content: "";
}

/* line 1276, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-load-a:before {
  content: "";
}

/* line 1277, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-load-b:before {
  content: "";
}

/* line 1278, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-load-c:before {
  content: "";
}

/* line 1279, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-load-d:before {
  content: "";
}

/* line 1280, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-location:before {
  content: "";
}

/* line 1281, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-lock-combination:before {
  content: "";
}

/* line 1282, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-locked:before {
  content: "";
}

/* line 1283, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-log-in:before {
  content: "";
}

/* line 1284, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-log-out:before {
  content: "";
}

/* line 1285, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-loop:before {
  content: "";
}

/* line 1286, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-magnet:before {
  content: "";
}

/* line 1287, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-male:before {
  content: "";
}

/* line 1288, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-man:before {
  content: "";
}

/* line 1289, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-map:before {
  content: "";
}

/* line 1290, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-medkit:before {
  content: "";
}

/* line 1291, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-merge:before {
  content: "";
}

/* line 1292, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-mic-a:before {
  content: "";
}

/* line 1293, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-mic-b:before {
  content: "";
}

/* line 1294, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-mic-c:before {
  content: "";
}

/* line 1295, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-minus:before {
  content: "";
}

/* line 1296, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-minus-circled:before {
  content: "";
}

/* line 1297, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-minus-round:before {
  content: "";
}

/* line 1298, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-model-s:before {
  content: "";
}

/* line 1299, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-monitor:before {
  content: "";
}

/* line 1300, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-more:before {
  content: "";
}

/* line 1301, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-mouse:before {
  content: "";
}

/* line 1302, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-music-note:before {
  content: "";
}

/* line 1303, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-navicon:before {
  content: "";
}

/* line 1304, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-navicon-round:before {
  content: "";
}

/* line 1305, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-navigate:before {
  content: "";
}

/* line 1306, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-network:before {
  content: "";
}

/* line 1307, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-no-smoking:before {
  content: "";
}

/* line 1308, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-nuclear:before {
  content: "";
}

/* line 1309, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-outlet:before {
  content: "";
}

/* line 1310, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-paintbrush:before {
  content: "";
}

/* line 1311, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-paintbucket:before {
  content: "";
}

/* line 1312, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-paper-airplane:before {
  content: "";
}

/* line 1313, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-paperclip:before {
  content: "";
}

/* line 1314, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pause:before {
  content: "";
}

/* line 1315, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-person:before {
  content: "";
}

/* line 1316, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-person-add:before {
  content: "";
}

/* line 1317, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-person-stalker:before {
  content: "";
}

/* line 1318, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pie-graph:before {
  content: "";
}

/* line 1319, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pin:before {
  content: "";
}

/* line 1320, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pinpoint:before {
  content: "";
}

/* line 1321, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pizza:before {
  content: "";
}

/* line 1322, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-plane:before {
  content: "";
}

/* line 1323, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-planet:before {
  content: "";
}

/* line 1324, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-play:before {
  content: "";
}

/* line 1325, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-playstation:before {
  content: "";
}

/* line 1326, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-plus:before {
  content: "";
}

/* line 1327, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-plus-circled:before {
  content: "";
}

/* line 1328, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-plus-round:before {
  content: "";
}

/* line 1329, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-podium:before {
  content: "";
}

/* line 1330, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pound:before {
  content: "";
}

/* line 1331, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-power:before {
  content: "";
}

/* line 1332, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pricetag:before {
  content: "";
}

/* line 1333, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pricetags:before {
  content: "";
}

/* line 1334, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-printer:before {
  content: "";
}

/* line 1335, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-pull-request:before {
  content: "";
}

/* line 1336, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-qr-scanner:before {
  content: "";
}

/* line 1337, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-quote:before {
  content: "";
}

/* line 1338, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-radio-waves:before {
  content: "";
}

/* line 1339, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-record:before {
  content: "";
}

/* line 1340, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-refresh:before {
  content: "";
}

/* line 1341, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-reply:before {
  content: "";
}

/* line 1342, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-reply-all:before {
  content: "";
}

/* line 1343, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ribbon-a:before {
  content: "";
}

/* line 1344, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-ribbon-b:before {
  content: "";
}

/* line 1345, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-sad:before {
  content: "";
}

/* line 1346, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-sad-outline:before {
  content: "";
}

/* line 1347, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-scissors:before {
  content: "";
}

/* line 1348, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-search:before {
  content: "";
}

/* line 1349, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-settings:before {
  content: "";
}

/* line 1350, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-share:before {
  content: "";
}

/* line 1351, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-shuffle:before {
  content: "";
}

/* line 1352, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-skip-backward:before {
  content: "";
}

/* line 1353, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-skip-forward:before {
  content: "";
}

/* line 1354, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-android:before {
  content: "";
}

/* line 1355, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-android-outline:before {
  content: "";
}

/* line 1356, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-angular:before {
  content: "";
}

/* line 1357, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-angular-outline:before {
  content: "";
}

/* line 1358, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-apple:before {
  content: "";
}

/* line 1359, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-apple-outline:before {
  content: "";
}

/* line 1360, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-bitcoin:before {
  content: "";
}

/* line 1361, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-bitcoin-outline:before {
  content: "";
}

/* line 1362, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-buffer:before {
  content: "";
}

/* line 1363, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-buffer-outline:before {
  content: "";
}

/* line 1364, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-chrome:before {
  content: "";
}

/* line 1365, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-chrome-outline:before {
  content: "";
}

/* line 1366, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-codepen:before {
  content: "";
}

/* line 1367, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-codepen-outline:before {
  content: "";
}

/* line 1368, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-css3:before {
  content: "";
}

/* line 1369, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-css3-outline:before {
  content: "";
}

/* line 1370, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-designernews:before {
  content: "";
}

/* line 1371, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-designernews-outline:before {
  content: "";
}

/* line 1372, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-dribbble:before {
  content: "";
}

/* line 1373, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-dribbble-outline:before {
  content: "";
}

/* line 1374, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-dropbox:before {
  content: "";
}

/* line 1375, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-dropbox-outline:before {
  content: "";
}

/* line 1376, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-euro:before {
  content: "";
}

/* line 1377, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-euro-outline:before {
  content: "";
}

/* line 1378, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-facebook:before {
  content: "";
}

/* line 1379, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-facebook-outline:before {
  content: "";
}

/* line 1380, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-foursquare:before {
  content: "";
}

/* line 1381, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-foursquare-outline:before {
  content: "";
}

/* line 1382, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-freebsd-devil:before {
  content: "";
}

/* line 1383, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-github:before {
  content: "";
}

/* line 1384, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-github-outline:before {
  content: "";
}

/* line 1385, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-google:before {
  content: "";
}

/* line 1386, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-google-outline:before {
  content: "";
}

/* line 1387, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-googleplus:before {
  content: "";
}

/* line 1388, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-googleplus-outline:before {
  content: "";
}

/* line 1389, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-hackernews:before {
  content: "";
}

/* line 1390, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-hackernews-outline:before {
  content: "";
}

/* line 1391, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-html5:before {
  content: "";
}

/* line 1392, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-html5-outline:before {
  content: "";
}

/* line 1393, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-instagram:before {
  content: "";
}

/* line 1394, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-instagram-outline:before {
  content: "";
}

/* line 1395, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-javascript:before {
  content: "";
}

/* line 1396, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-javascript-outline:before {
  content: "";
}

/* line 1397, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-linkedin:before {
  content: "";
}

/* line 1398, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-linkedin-outline:before {
  content: "";
}

/* line 1399, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-markdown:before {
  content: "";
}

/* line 1400, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-nodejs:before {
  content: "";
}

/* line 1401, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-octocat:before {
  content: "";
}

/* line 1402, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-pinterest:before {
  content: "";
}

/* line 1403, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-pinterest-outline:before {
  content: "";
}

/* line 1404, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-python:before {
  content: "";
}

/* line 1405, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-reddit:before {
  content: "";
}

/* line 1406, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-reddit-outline:before {
  content: "";
}

/* line 1407, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-rss:before {
  content: "";
}

/* line 1408, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-rss-outline:before {
  content: "";
}

/* line 1409, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-sass:before {
  content: "";
}

/* line 1410, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-skype:before {
  content: "";
}

/* line 1411, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-skype-outline:before {
  content: "";
}

/* line 1412, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-snapchat:before {
  content: "";
}

/* line 1413, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-snapchat-outline:before {
  content: "";
}

/* line 1414, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-tumblr:before {
  content: "";
}

/* line 1415, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-tumblr-outline:before {
  content: "";
}

/* line 1416, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-tux:before {
  content: "";
}

/* line 1417, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-twitch:before {
  content: "";
}

/* line 1418, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-twitch-outline:before {
  content: "";
}

/* line 1419, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-twitter:before {
  content: "";
}

/* line 1420, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-twitter-outline:before {
  content: "";
}

/* line 1421, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-usd:before {
  content: "";
}

/* line 1422, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-usd-outline:before {
  content: "";
}

/* line 1423, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-vimeo:before {
  content: "";
}

/* line 1424, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-vimeo-outline:before {
  content: "";
}

/* line 1425, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-whatsapp:before {
  content: "";
}

/* line 1426, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-whatsapp-outline:before {
  content: "";
}

/* line 1427, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-windows:before {
  content: "";
}

/* line 1428, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-windows-outline:before {
  content: "";
}

/* line 1429, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-wordpress:before {
  content: "";
}

/* line 1430, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-wordpress-outline:before {
  content: "";
}

/* line 1431, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-yahoo:before {
  content: "";
}

/* line 1432, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-yahoo-outline:before {
  content: "";
}

/* line 1433, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-yen:before {
  content: "";
}

/* line 1434, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-yen-outline:before {
  content: "";
}

/* line 1435, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-youtube:before {
  content: "";
}

/* line 1436, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-social-youtube-outline:before {
  content: "";
}

/* line 1437, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-soup-can:before {
  content: "";
}

/* line 1438, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-soup-can-outline:before {
  content: "";
}

/* line 1439, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-speakerphone:before {
  content: "";
}

/* line 1440, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-speedometer:before {
  content: "";
}

/* line 1441, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-spoon:before {
  content: "";
}

/* line 1442, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-star:before {
  content: "";
}

/* line 1443, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-stats-bars:before {
  content: "";
}

/* line 1444, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-steam:before {
  content: "";
}

/* line 1445, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-stop:before {
  content: "";
}

/* line 1446, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-thermometer:before {
  content: "";
}

/* line 1447, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-thumbsdown:before {
  content: "";
}

/* line 1448, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-thumbsup:before {
  content: "";
}

/* line 1449, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-toggle:before {
  content: "";
}

/* line 1450, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-toggle-filled:before {
  content: "";
}

/* line 1451, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-transgender:before {
  content: "";
}

/* line 1452, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-trash-a:before {
  content: "";
}

/* line 1453, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-trash-b:before {
  content: "";
}

/* line 1454, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-trophy:before {
  content: "";
}

/* line 1455, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-tshirt:before {
  content: "";
}

/* line 1456, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-tshirt-outline:before {
  content: "";
}

/* line 1457, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-umbrella:before {
  content: "";
}

/* line 1458, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-university:before {
  content: "";
}

/* line 1459, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-unlocked:before {
  content: "";
}

/* line 1460, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-upload:before {
  content: "";
}

/* line 1461, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-usb:before {
  content: "";
}

/* line 1462, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-videocamera:before {
  content: "";
}

/* line 1463, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-volume-high:before {
  content: "";
}

/* line 1464, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-volume-low:before {
  content: "";
}

/* line 1465, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-volume-medium:before {
  content: "";
}

/* line 1466, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-volume-mute:before {
  content: "";
}

/* line 1467, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-wand:before {
  content: "";
}

/* line 1468, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-waterdrop:before {
  content: "";
}

/* line 1469, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-wifi:before {
  content: "";
}

/* line 1470, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-wineglass:before {
  content: "";
}

/* line 1471, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-woman:before {
  content: "";
}

/* line 1472, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-wrench:before {
  content: "";
}

/* line 1473, ../../../bower/bower_components/ionicons/scss/_ionicons-icons.scss */
.ion-xbox:before {
  content: "";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(../webfonts/fa-solid-900.ttf);
}
@font-face {
  font-family: "Ion Icons";
  src: url(../fonts/ionicons/ionicons.24712f6c.ttf);
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open.sans/open.sans.ac327c4d.woff);
}
@font-face {
  font-family: "Open Sans Light";
  src: url(../fonts/open.sans/open.sans.light.963eb329.woff);
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url(../fonts/open.sans/open.sans.semibold.9f214421.woff);
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(../fonts/open.sans/open.sans.bold.89266734.woff);
}
@font-face {
  font-family: "Arimo";
  src: url(../fonts/arimo/arimo.90564785.ttf);
}
@font-face {
  font-family: "Arimo Bold";
  src: url(../fonts/arimo/arimo.bold.a67e3287.ttf);
}
@font-face {
  font-family: "Gotham Book";
  src: url(../fonts/gotham.book/gotham.book.9019ab71.otf);
}
@font-face {
  font-family: "Gotham Bold";
  src: url(../fonts/gotham.book/gotham.bold.49169099.otf);
}
/* Fonts */
/* Icons */
/* Tooltip */
/* Layout */
/* Media */
/* Border Radius */
/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* Colors for Resource Utilization Graph */
/* Colors for Patient Profile Trending Graph */
/* line 127, ../../../code/health/css/config/edh.variables.scss */
.edh-color-ancillary {
  background-color: #1AA3FF;
}

/* line 128, ../../../code/health/css/config/edh.variables.scss */
.edh-color-diag_proc_surg {
  background-color: #CC3399;
}

/* line 129, ../../../code/health/css/config/edh.variables.scss */
.edh-color-diagnostic {
  background-color: #FF6500;
}

/* line 130, ../../../code/health/css/config/edh.variables.scss */
.edh-color-dme_supply_drugs {
  background-color: #006600;
}

/* line 131, ../../../code/health/css/config/edh.variables.scss */
.edh-color-fac_ip {
  background-color: #80007E;
}

/* line 132, ../../../code/health/css/config/edh.variables.scss */
.edh-color-imaging {
  background-color: #FF0066;
}

/* line 133, ../../../code/health/css/config/edh.variables.scss */
.edh-color-lab_path {
  background-color: #007F80;
}

/* line 134, ../../../code/health/css/config/edh.variables.scss */
.edh-color-management {
  background-color: #FFAA00;
}

/* line 135, ../../../code/health/css/config/edh.variables.scss */
.edh-color-pharm {
  background-color: #33CCCC;
}

/* line 136, ../../../code/health/css/config/edh.variables.scss */
.edh-color-rehab_therap {
  background-color: #0033CC;
}

/* line 137, ../../../code/health/css/config/edh.variables.scss */
.edh-color-other {
  background-color: #959595;
}

/* line 138, ../../../code/health/css/config/edh.variables.scss */
.edh-color-default {
  background-color: #6ECFF6;
}

/* line 139, ../../../code/health/css/config/edh.variables.scss */
.edh-color-user {
  background-color: #F7941D;
}

/* line 140, ../../../code/health/css/config/edh.variables.scss */
.edh-color-selected {
  background-color: #615BA8;
}

/* line 141, ../../../code/health/css/config/edh.variables.scss */
.edh-color-out-network {
  background-color: #ED1C24;
}

/* Copyright 2015-2021 NXGN Management, LLC. All Rights Reserved. */
/*************************************
* MIXINS
**************************************/
/* line 1, ../../../code/health/css-ng/ng.icons.scss */
.edh-icons-info {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #CCCACA;
  cursor: pointer;
}

/* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved. */
/* line 3, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-button-oval {
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-color: white;
  color: #428BCA;
  border-radius: 16px;
  border-color: #428BCA;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  padding: 6px 30px;
  margin-left: 5px;
  border: 1px solid #cde1f1;
  box-shadow: 0 1px 0 #cde1f1;
}
/* line 18, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-button-oval.selected, .edh-button-oval:hover {
  background-color: #428BCA;
  color: white;
  transition: 0.3s ease-in-out;
  border-color: #428BCA;
  box-shadow: 0 1px 0 #428BCA;
}

/* line 28, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-button-oval-slim {
  font-family: "Open Sans Bold", Arial, sans-serif;
  font-size: 12px;
  background-color: white;
  color: #428BCA;
  border-radius: 16px;
  border-color: #428BCA;
  text-align: center;
  cursor: pointer;
  padding: 6px 12px;
  margin-left: 5px;
  border: 1px solid #cde1f1;
  box-shadow: 0 1px 0 #cde1f1;
}
/* line 43, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-button-oval-slim.selected, .edh-button-oval-slim:hover {
  background-color: #428BCA;
  color: white;
  transition: 0.3s ease-in-out;
  border-color: #428BCA;
  box-shadow: 0 1px 0 #428BCA;
}

/* line 53, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-edit-pencil {
  font-size: 24px;
  cursor: pointer;
  color: #BBBBBB;
}

/* line 60, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-filter-icon-column {
  font-size: 16px;
  cursor: pointer;
  color: #BBBBBB;
}

/* line 67, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-filter-icon-column-selected {
  font-size: 16px;
  cursor: pointer;
  color: #428BCA;
}

/* line 73, ../../../code/health/css-ng/components/ng.buttons.scss */
.edh-edit-pencil-selected {
  color: #428BCA;
}

/* line 5, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-container {
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #D3DEEF;
}

/* line 12, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-header-container {
  background-color: #DFEAF7;
}
/* line 16, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-header-container .ng-multiselect-text-input {
  margin-left: 15px;
  margin: 7px;
  font-size: 18px;
}
/* line 23, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-header-container input::-webkit-input-placeholder {
  color: #BBBBBB;
}

/* line 29, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-deselect-all {
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #E0E0DF;
  font-size: 14px;
  padding: 4px 15px;
  outline: none;
  color: #708AA1;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 7px;
  min-width: 108px;
  float: right;
}

/* line 47, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-table {
  width: 100%;
}
/* line 51, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-table tr {
  border: 1px solid #f1f5fb;
  background-color: #FFFFFF;
  padding: 1px;
}
/* line 57, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-table tr td {
  padding-left: 20px;
}
/* line 63, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-table > tbody > .edh-ui-state-disabled {
  cursor: default;
}

/* line 69, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-scrollable-column-options {
  overflow: auto;
  max-height: 500px;
  display: grid;
  padding-bottom: 2px;
}
/* line 76, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-scrollable-column-options .ng-multiselect-grabbable-row-marker {
  float: left;
  padding-top: 12px;
  margin-left: -12px;
  color: gray;
}

/* line 85, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-custom-checkbox {
  float: left;
  height: 32px;
}
/* line 90, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-custom-checkbox .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 96, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-custom-checkbox .ez-checkbox {
  background-image: url("../images/box-sprite.4c2029df.jpg");
  display: inline-block;
  width: 32px;
  height: 32px;
}
/* line 104, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-custom-checkbox .ez-checked {
  background-position: 0 -32px;
}

/* line 110, ../../../code/health/css-ng/components/ng.multiselect.scss */
.ng-multiselect-check-box-label {
  float: left;
  margin-left: 10px;
  margin-top: 6px;
}

/* line 1, ../../../code/library/css/components/ed.align.scss */
.ed-align {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}

/* line 1, ../../../code/library/css/components/ed.button.scss */
button.ed-button {
  outline: 0;
  background: none;
  border: 0;
}

/* line 1, ../../../code/library/css/components/ed.close.scss */
.ed-close {
  cursor: pointer;
}
/* line 5, ../../../code/library/css/components/ed.close.scss */
.ed-close:before {
  position: absolute;
  display: inline-block;
  content: "";
  font-family: "Ion Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  color: #D7D7D7;
}

/* line 3, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox {
  height: 1.375rem;
  width: 1.375rem;
  position: relative;
}
/* line 8, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox > .ed-item {
  height: 1.375rem;
  width: 1.375rem;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
/* line 16, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox > input.ed-item-input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
/* line 22, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox > input.ed-item-input:checked + .ed-item-style:before {
  display: block;
  content: "";
}
/* line 29, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox > .ed-item-style {
  border-width: 0.0625rem;
  border-color: #CFE0F2;
  border-style: solid;
  color: #4476BB;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}
/* line 38, ../../../code/library/css/components/ed.checkbox.scss */
.ed-checkbox > .ed-item-style:before {
  position: absolute;
  top: 0;
  left: 0.125rem;
  display: none;
  content: '';
}

/* line 1, ../../../code/library/css/components/ed.table.scss */
.ed-table {
  width: 100%;
  height: 100%;
}
/* line 6, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-section {
  width: 100%;
}
/* line 12, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-section > .ed-row > .ed-column.ed-hide {
  display: none;
}
/* line 19, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header {
  overflow: initial;
}
/* line 23, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row {
  height: 36px;
}
/* line 27, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column {
  position: relative;
  font-size: 11px;
}
/* line 32, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column:focus {
  outline: none;
}
/* line 39, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column.ed-sort:focus {
  outline: none;
}
/* line 44, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column.ed-sort:before {
  position: absolute;
  right: 5px;
  font-family: "Font Awesome 5 Free";
  transform: rotate(90deg);
  content: "";
  color: #CCDCEF;
}
/* line 54, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column.ed-sort.ed-ascending:before {
  transform: rotate(0deg);
  content: "";
  color: #2566B0;
}
/* line 61, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column.ed-sort.ed-descending:before {
  transform: rotate(0deg);
  content: "";
  color: #2566B0;
}
/* line 69, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-header > .ed-row > .ed-column:not(.ed-sort) {
  cursor: not-allowed;
}
/* line 77, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
/* line 84, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body.ed-display-header {
  height: calc(100% - 36px);
}
/* line 88, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - 36px - 52px);
}
/* line 94, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row {
  position: relative;
  height: 52px;
}
/* line 99, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row:focus {
  outline: none;
}
/* line 104, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row > .ed-column {
  background-color: white;
}
/* line 108, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row > .ed-column .edh-numeric-col {
  text-align: right;
  font-family: "Arimo", Arial, sans-serif;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
/* line 117, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row > .ed-column .edh-numeric-col > .ed-hover.d3-tip {
  display: none;
}
/* line 120, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-body > .ed-row > .ed-column .edh-numeric-col > .ed-hover.d3-tip:hover {
  display: block;
  height: 120px;
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -133px;
  margin-left: -122px;
  z-index: 4000;
}
/* line 138, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-footer {
  overflow: initial;
}
/* line 142, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-footer > .ed-row {
  position: relative;
  height: 52px;
}
/* line 147, ../../../code/library/css/components/ed.table.scss */
.ed-table > .ed-footer > .ed-row:focus {
  outline: none;
}
/* line 154, ../../../code/library/css/components/ed.table.scss */
.ed-table .ed-column {
  background-clip: padding-box;
}

/* line 1, ../../../code/library/css/components/ed.fixed.right.scss */
.ed-fixed-right {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 1, ../../../code/library/css/components/ed.icon.scss */
.ed-icon {
  padding-left: 24px;
  position: relative;
}
/* line 6, ../../../code/library/css/components/ed.icon.scss */
.ed-icon:after {
  font-family: "Ion Icons";
  font-size: 12px;
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  color: #FFF;
  border-radius: 50%;
}

/* line 22, ../../../code/library/css/components/ed.icon.scss */
.ed-icon.ed-alert:after {
  background-color: #C94044;
  content: "";
}

/* line 28, ../../../code/library/css/components/ed.icon.scss */
.ed-icon.ed-confirm:after {
  background-color: #AFD15B;
  content: "";
}

/* line 34, ../../../code/library/css/components/ed.icon.scss */
.ed-tab-bar .ed-icon:after {
  margin: 7px 10px;
  display: inline-block;
}

/* line 3, ../../../code/library/css/components/ed.indicator.arrow.scss */
.ed-indicator-arrow:after {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: rgba(0, 0, 0, 0.4);
  content: '';
  transform: rotate(45deg);
}

/* line 17, ../../../code/library/css/components/ed.indicator.arrow.scss */
.ed-indicator-arrow.ed-right:after {
  transform: rotate(45deg);
}

/* line 18, ../../../code/library/css/components/ed.indicator.arrow.scss */
.ed-indicator-arrow.ed-bottom:after {
  transform: rotate(135deg);
}

/* line 19, ../../../code/library/css/components/ed.indicator.arrow.scss */
.ed-indicator-arrow.ed-left:after {
  transform: rotate(225deg);
}

/* line 20, ../../../code/library/css/components/ed.indicator.arrow.scss */
.ed-indicator-arrow.ed-top:after {
  transform: rotate(315deg);
}

/* line 1, ../../../code/library/css/components/ed.input.scss */
input.ed-input[type="checkbox"],
input.ed-input[type="radio"] {
  border: none;
  background: transparent;
  appearance: none;
  opacity: 0;
  cursor: pointer;
}
/* line 10, ../../../code/library/css/components/ed.input.scss */
input.ed-input[type="checkbox"]:focus,
input.ed-input[type="radio"]:focus {
  outline: 0;
}

/* line 1, ../../../code/library/css/components/ed.magnifying.glass.scss */
.ed-magnifying-glass {
  height: 12px;
  width: 12px;
  position: relative;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #428BCA;
}
/* line 8, ../../../code/library/css/components/ed.magnifying.glass.scss */
.ed-magnifying-glass:before {
  height: 5px;
  width: 2px;
  position: absolute;
  top: 7.5px;
  left: 9px;
  transform: rotate(-45deg);
  background-color: #428BCA;
  content: '';
}

/* line 19, ../../../code/library/css/components/ed.magnifying.glass.scss */
.navbar-form > .form-control + .ed-magnifying-glass {
  display: inline-block;
  margin-left: -28px;
}

/* line 1, ../../../code/library/css/components/ed.person.icon.scss */
.ed-person-icon {
  display: block;
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  border-width: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #7eb0db;
  font-family: "Ion Icons";
  font-size: 18px;
  color: #428BCA;
}
/* line 15, ../../../code/library/css/components/ed.person.icon.scss */
.ed-person-icon:before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
  left: 17px;
}

/* line 1, ../../../code/library/css/components/ed.select.scss */
.ed-user-select {
  user-select: none;
}

/* line 3, ../../../code/library/css/components/ed.select.scss */
.ed-select, .ed-check-dropdown {
  height: 46px;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: visible;
  overflow-y: hidden;
  background-color: transparent;
  font-size: 16px;
}
/* line 14, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-button, .ed-check-dropdown > .ed-button {
  position: relative;
  margin: 0;
  padding: 15px 42px 15px 22px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: transparent;
  line-height: 1;
  color: #428BCA;
  display: block;
}
/* line 29, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-button:before, .ed-check-dropdown > .ed-button:before {
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #FFFFFF;
  content: '';
}
/* line 38, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-button:after, .ed-check-dropdown > .ed-button:after {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 16px;
  right: 16px;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #428BCA;
  content: '';
  transform: rotate(135deg);
}
/* line 52, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-button .ed-select-dot, .ed-check-dropdown > .ed-button .ed-select-dot {
  top: 16px;
}
/* line 53, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-button .ed-select-dot + span, .ed-check-dropdown > .ed-button .ed-select-dot + span {
  padding-left: 22px;
}
/* line 57, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container, .ed-check-dropdown > .ed-option-container {
  max-height: 50vh;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background-color: white;
  border-radius: 0px;
  border-top-left-radius: 0px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  z-index: 11000;
  display: none;
}
/* line 73, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option, .ed-check-dropdown > .ed-option-container > .ed-option {
  height: 36px;
  position: relative;
  margin: 0;
  padding: 0 44px 0 44px;
  background-color: #FFFFFF;
  cursor: pointer;
}
/* line 82, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option > .ed-text, .ed-check-dropdown > .ed-option-container > .ed-option > .ed-text {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding-right: 10px;
  white-space: nowrap;
  color: #428BCA;
  line-height: 36px;
}
/* line 93, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option .ed-select-dot + .ed-text, .ed-check-dropdown > .ed-option-container > .ed-option .ed-select-dot + .ed-text {
  padding-left: 22px;
}
/* line 98, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option.ed-selected:before, .ed-check-dropdown > .ed-option-container > .ed-option.ed-selected:before {
  position: absolute;
  display: block;
  top: 9px;
  left: 18px;
  text-align: center;
  vertical-align: middle;
  font-family: "Ion Icons";
  font-size: 16px;
  line-height: 1;
  color: #428BCA;
  content: "";
}
/* line 112, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option .ed-menu-help, .ed-check-dropdown > .ed-option-container > .ed-option .ed-menu-help {
  position: absolute;
  display: block;
  top: 10px;
  right: 5px;
  text-align: center;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  color: gray;
  z-index: 999;
  width: 50px;
}
/* line 127, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option.ed-disabled, .ed-check-dropdown > .ed-option-container > .ed-option.ed-disabled {
  cursor: default;
}
/* line 128, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option.ed-disabled > .ed-text, .ed-check-dropdown > .ed-option-container > .ed-option.ed-disabled > .ed-text {
  color: #CCCCCC;
}
/* line 130, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option:first-child, .ed-check-dropdown > .ed-option-container > .ed-option:first-child {
  border-top-right-radius: 5px;
}
/* line 131, ../../../code/library/css/components/ed.select.scss */
.ed-select > .ed-option-container > .ed-option:last-child, .ed-check-dropdown > .ed-option-container > .ed-option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 135, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-selected, .ed-check-dropdown.ed-selected {
  overflow-y: visible;
}
/* line 139, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-selected > .ed-option-container, .ed-check-dropdown.ed-selected > .ed-option-container {
  background-color: white;
  border-color: #b9cfe9;
  display: block;
}
/* line 146, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-selected > .ed-button:before, .ed-check-dropdown.ed-selected > .ed-button:before {
  height: 3px;
  width: 100%;
}
/* line 151, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-selected:not(.ed-disabled) > .ed-button, .ed-check-dropdown.ed-selected:not(.ed-disabled) > .ed-button {
  border-color: #b9cfe9;
}
/* line 156, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-disabled > .ed-button, .ed-check-dropdown.ed-disabled > .ed-button {
  cursor: default;
  color: #CCCCCC;
}
/* line 160, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-disabled > .ed-button:after, .ed-check-dropdown.ed-disabled > .ed-button:after {
  top: 18px;
  right: 19px;
  border-color: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  cursor: default;
}
/* line 169, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-disabled > .ed-option-container, .ed-check-dropdown.ed-disabled > .ed-option-container {
  display: none;
}
/* line 175, ../../../code/library/css/components/ed.select.scss */
.ed-select .ed-icon, .ed-check-dropdown .ed-icon {
  /* replace padding with margin */
  padding-left: 0;
  margin-left: 24px;
}
/* line 180, ../../../code/library/css/components/ed.select.scss */
.ed-select .ed-icon:after, .ed-check-dropdown .ed-icon:after {
  /* reposition because ed-select already has room */
  left: -28px;
}
/* line 186, ../../../code/library/css/components/ed.select.scss */
.ed-select .ed-select-dot, .ed-check-dropdown .ed-select-dot {
  position: absolute;
  top: 12px;
  display: block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 5px;
}

/* line 200, ../../../code/library/css/components/ed.select.scss */
.ed-selected > .ed-button {
  z-index: 11001;
}

/* line 207, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-rounded-select:not(.ed-selected) > .ed-button {
  border: 1px solid #b9cfe9;
  border-radius: 18px;
  background: #fff;
  background: linear-gradient(#fff, #f1f5fb);
}

/* line 216, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-rounded-select {
  height: auto;
}
/* line 220, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-rounded-select > .ed-button {
  padding: 9px 55px 9px 44px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 227, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-rounded-select > .ed-button:after {
  top: 9px;
}

/* line 233, ../../../code/library/css/components/ed.select.scss */
.ed-select.ed-rounded-select > .ed-option-container > .ed-option {
  padding-right: 55px;
}

/* line 238, ../../../code/library/css/components/ed.select.scss */
#search {
  margin: 3px 10px 3px 10px;
  width: 95%;
  border-color: #b9cfe9;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  line-height: 1;
}

/* line 253, ../../../code/library/css/components/ed.select.scss */
.select-searchable ::-webkit-input-placeholder {
  color: #898989;
}
/* line 258, ../../../code/library/css/components/ed.select.scss */
.select-searchable input::-webkit-input-placeholder {
  color: #898989;
}

/* line 266, ../../../code/library/css/components/ed.select.scss */
.edh-mapping-category.ed-select.ed-disabled > .ed-button {
  color: #428BCA;
}
/* line 268, ../../../code/library/css/components/ed.select.scss */
.edh-mapping-category.ed-select.ed-disabled > .ed-button:after {
  content: none;
}

/* line 1, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab-bar-container {
  display: flex;
}

/* line 5, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-cm-tab-bar-container {
  display: flex;
  padding: 40px;
}

/* line 11, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab-bar-wrapper {
  height: 0px;
  width: 100%;
}

/* line 17, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab-bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* line 25, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab {
  position: relative;
  flex: 0 0 auto;
}
/* line 30, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab > .ed-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 39, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab > input[type="radio"] {
  padding: 0;
  margin: 0;
}
/* line 45, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab > .ed-content {
  text-align: center;
  line-height: 32px;
}
/* line 51, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-tab > .ed-input {
  z-index: 1;
}

/* line 57, ../../../code/library/css/components/ed.tab.bar.scss */
.ed-dir-tab-bar-bar.tab-bar-hidden {
  /* use hidden instead of display: none (eg, what ng-show does)
      so that the size can still be measured when it's collapsed */
  visibility: hidden;
  z-index: 9000;
  /* on top */
}

/* line 65, ../../../code/library/css/components/ed.tab.bar.scss */
.edh-mapping-tab-bar .ed-tab-bar-wrapper {
  height: unset;
}
/* line 68, ../../../code/library/css/components/ed.tab.bar.scss */
.edh-mapping-tab-bar .ed-tab-bar-wrapper .ed-tab-bar {
  margin: 15px;
  margin-bottom: 0px;
}
/* line 73, ../../../code/library/css/components/ed.tab.bar.scss */
.edh-mapping-tab-bar .ed-tab-bar-wrapper .ed-dir-tab-bar-bar.tab-bar-hidden {
  display: none;
}
/* line 77, ../../../code/library/css/components/ed.tab.bar.scss */
.edh-mapping-tab-bar .ed-tab-bar-wrapper .ed-dir-tab-bar-select {
  position: static;
}

/* line 1, ../../../code/library/css/components/ed.text.scss */
.ed-capitalize {
  text-transform: capitalize;
}

/* line 6, ../../../code/library/css/components/ed.text.scss */
.ed-uppercase {
  text-transform: uppercase;
}

/* line 11, ../../../code/library/css/components/ed.text.scss */
.ed-lowercase {
  text-transform: lowercase;
}

/* line 1, ../../../code/library/css/components/ed.tooltip.scss */
.ed-tooltip {
  display: block;
  position: absolute;
  top: 0px;
  left: -9999px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 22px;
  border-radius: 3px;
  margin-top: -13px;
  box-shadow: 0 0 3px #A2A2A2;
  z-index: 10000;
}
/* line 13, ../../../code/library/css/components/ed.tooltip.scss */
.ed-tooltip:after, .ed-tooltip.ed-north:after {
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  pointer-events: none;
  margin: -8px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
  font-family: "Ion Icons";
  font-size: 24px;
  content: "";
  text-shadow: 0 3px 0 rgba(200, 200, 200, 0.4);
  z-index: -1;
}

/* line 1, ../../../code/library/css/components/ed.help.scss */
.ed-help, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #BBBBBB;
  font-family: "Ion Icons";
  font-size: 12px;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 4px;
  float: right;
}
/* line 16, ../../../code/library/css/components/ed.help.scss */
.ed-help:before, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description:before,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources:before,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description:before,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 5px;
}

/* line 26, ../../../code/library/css/components/ed.help.scss */
.ed-help > .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources > .d3-tip {
  display: none;
  height: 120px;
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -133px;
  margin-left: -122px;
}

/* line 35, ../../../code/library/css/components/ed.help.scss */
.ed-help:hover > .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description:hover > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources:hover > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description:hover > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources:hover > .d3-tip {
  display: block;
}

/* line 40, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: auto;
}
/* line 47, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover:before {
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
}

/* line 56, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover > .d3-tip {
  display: none;
  height: auto;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -133px;
  margin-left: -42px;
}
/* line 67, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover > .d3-tip.edh-patients-warning {
  height: 59px;
  top: 57px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 73, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover > .d3-tip.edh-patients-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
  line-height: 1.2;
}
/* line 79, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover > .d3-tip.edh-patients-warning.hover-bottom {
  top: 164px;
  bottom: auto;
  height: auto;
}
/* line 85, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover > .d3-tip.edh-patients-warning.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}

/* line 95, ../../../code/library/css/components/ed.help.scss */
.patient-list-button-hover:hover > .d3-tip {
  display: block;
}

/**
    * 1. Avoid the IE 10-11 `min-height` bug.
    * 2. Set `flex-shrink` to `0` to prevent Chrome, Opera, and Safari from
    *    letting these items shrink to smaller than their content's default
    *    minimum size.
    * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
*/
/* line 11, ../../../code/library/css/ed.layout.scss */
.ed-layout {
  display: flex;
  height: 100%;
  /* 1, 3 */
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
}

/* line 20, ../../../code/library/css/ed.layout.scss */
.ed-help, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources {
  margin-right: 15px;
}

/* line 25, ../../../code/library/css/ed.layout.scss */
.ed-layout-header,
.ed-layout-footer {
  flex: none;
}

/* 2 */
/* line 28, ../../../code/library/css/ed.layout.scss */
.ed-layout-body {
  display: flex;
  flex: 1 0 auto;
  /* 2 */
  flex-direction: column;
}

/* line 35, ../../../code/library/css/ed.layout.scss */
.ed-layout-content {
  margin-top: 22px;
}

/* line 36, ../../../code/library/css/ed.layout.scss */
.ed-layout-nav {
  order: -1;
}

/* line 38, ../../../code/library/css/ed.layout.scss */
.ed-layout-nav,
.ed-layout-side {
  padding: 1em;
  background: rgba(147, 128, 108, 0.1);
}

/* line 45, ../../../code/library/css/ed.layout.scss */
.ed-layout-body {
  flex-direction: row;
}

/* line 47, ../../../code/library/css/ed.layout.scss */
.ed-layout-content {
  flex: 1;
  margin: 0;
}

/* line 53, ../../../code/library/css/ed.layout.scss */
.ed-layout-nav,
.ed-layout-ads {
  flex: 0 0 17em;
}

/* line 56, ../../../code/library/css/ed.layout.scss */
.ed-hidden {
  visibility: hidden;
}

/* line 58, ../../../code/library/css/ed.layout.scss */
.edh-vue-app-container {
  height: 100%;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../bootstrap/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../bootstrap/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../bootstrap/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../bootstrap/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../bootstrap/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../bootstrap/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../bootstrap/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../bootstrap/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../../bootstrap/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../../bootstrap/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../../bootstrap/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../../bootstrap/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../../bootstrap/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../../bootstrap/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../../bootstrap/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../bootstrap/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../bootstrap/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../../bootstrap/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../../bootstrap/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../../bootstrap/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../../bootstrap/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../../bootstrap/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../../bootstrap/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../../bootstrap/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../../bootstrap/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../../bootstrap/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../../bootstrap/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../../bootstrap/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../../bootstrap/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../../bootstrap/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../../bootstrap/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../../bootstrap/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../../bootstrap/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../../bootstrap/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../../bootstrap/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../../bootstrap/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../../bootstrap/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../../bootstrap/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../../bootstrap/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../bootstrap/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../bootstrap/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../../bootstrap/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../../bootstrap/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../../bootstrap/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../../bootstrap/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../../bootstrap/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../../bootstrap/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../../bootstrap/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../../bootstrap/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../../bootstrap/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../../bootstrap/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../../bootstrap/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../../bootstrap/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../../bootstrap/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../../bootstrap/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../bootstrap/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../../bootstrap/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.f4769f9b.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.f4769f9b.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.448c34a5.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.fa277232.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.e18bbf61.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../bootstrap/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../bootstrap/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../bootstrap/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../bootstrap/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../bootstrap/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #1F253D;
}

/* line 36, ../../bootstrap/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../bootstrap/bootstrap/_scaffolding.scss */
a {
  color: #428BCA;
  text-decoration: none;
}
/* line 52, ../../bootstrap/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, ../../bootstrap/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../bootstrap/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../bootstrap/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../bootstrap/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../bootstrap/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../bootstrap/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../bootstrap/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../bootstrap/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../bootstrap/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../bootstrap/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../bootstrap/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../bootstrap/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../bootstrap/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../bootstrap/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../bootstrap/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../bootstrap/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../bootstrap/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../bootstrap/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../bootstrap/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../bootstrap/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../bootstrap/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../bootstrap/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../bootstrap/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../bootstrap/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../../bootstrap/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../bootstrap/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../../bootstrap/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../../bootstrap/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../bootstrap/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../bootstrap/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../bootstrap/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../bootstrap/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../bootstrap/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../bootstrap/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../bootstrap/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../bootstrap/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #615AA7;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #4d4886;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../bootstrap/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #615AA7;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4d4886;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../bootstrap/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../bootstrap/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../../bootstrap/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../bootstrap/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../bootstrap/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../../bootstrap/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../bootstrap/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../bootstrap/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../bootstrap/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../bootstrap/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../../bootstrap/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../bootstrap/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../bootstrap/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../bootstrap/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../bootstrap/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../bootstrap/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../../bootstrap/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
/* line 265, ../../bootstrap/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../bootstrap/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../bootstrap/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../bootstrap/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../bootstrap/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../bootstrap/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../bootstrap/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../bootstrap/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../../bootstrap/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../../bootstrap/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../bootstrap/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../bootstrap/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../bootstrap/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../bootstrap/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../bootstrap/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../bootstrap/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../bootstrap/bootstrap/_grid.scss */
.row, .edh-show-details-row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.row:before, .edh-show-details-row:before, .row:after, .edh-show-details-row:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.row:after, .edh-show-details-row:after {
  clear: both;
}

/* line 11, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }

  /* line 35, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  /* line 50, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  /* line 40, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  /* line 60, ../../bootstrap/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../bootstrap/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../bootstrap/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../bootstrap/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../bootstrap/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../../bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../../bootstrap/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../../bootstrap/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../../bootstrap/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../../bootstrap/bootstrap/_tables.scss */
.table .table {
  background-color: #1F253D;
}

/* line 75, ../../bootstrap/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../bootstrap/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../../bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../../bootstrap/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../bootstrap/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../bootstrap/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../bootstrap/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../bootstrap/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../bootstrap/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../bootstrap/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../bootstrap/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../bootstrap/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../bootstrap/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../bootstrap/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../bootstrap/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../bootstrap/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../bootstrap/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../bootstrap/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../bootstrap/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../bootstrap/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 114, ../../bootstrap/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../../bootstrap/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../../bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../../bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../../bootstrap/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../../bootstrap/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../../bootstrap/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../../bootstrap/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../bootstrap/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../bootstrap/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../bootstrap/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../../bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../bootstrap/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../../bootstrap/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../bootstrap/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../../bootstrap/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../bootstrap/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../bootstrap/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../bootstrap/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../bootstrap/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../bootstrap/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../bootstrap/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../bootstrap/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../bootstrap/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../../bootstrap/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../bootstrap/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../bootstrap/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../../bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../../bootstrap/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../../bootstrap/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../../bootstrap/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../bootstrap/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../bootstrap/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../bootstrap/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../../bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, ../../bootstrap/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../../bootstrap/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../../bootstrap/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 388, ../../bootstrap/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../../bootstrap/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../bootstrap/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../bootstrap/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../bootstrap/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../bootstrap/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../../bootstrap/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../bootstrap/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../bootstrap/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../../bootstrap/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../../bootstrap/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../../bootstrap/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../../bootstrap/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../../bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../../bootstrap/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../bootstrap/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../../bootstrap/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../../bootstrap/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 39, ../../bootstrap/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../../bootstrap/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../bootstrap/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../bootstrap/bootstrap/_buttons.scss */
.btn-default {
  color: #FFFFFF;
  background-color: #C2C2C1;
  border-color: #f2f2f2;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #FFFFFF;
  background-color: #a9a9a7;
  border-color: #b3b3b3;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #FFFFFF;
  background-color: #a9a9a7;
  border-color: #d4d4d4;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: #a9a9a7;
  border-color: #d4d4d4;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #979795;
  border-color: #b3b3b3;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #C2C2C1;
  border-color: #f2f2f2;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #C2C2C1;
  background-color: #FFFFFF;
}

/* line 71, ../../bootstrap/bootstrap/_buttons.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #615AA7;
  border-color: #575197;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #4d4886;
  border-color: #272444;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #4d4886;
  border-color: #403b6f;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4d4886;
  border-color: #403b6f;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #403b6f;
  border-color: #272444;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #615AA7;
  border-color: #575197;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #615AA7;
  background-color: #FFFFFF;
}

/* line 75, ../../bootstrap/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../bootstrap/bootstrap/_buttons.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #A2CB3A;
  border-color: #94ba31;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #84a62c;
  border-color: #445517;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #FFFFFF;
  background-color: #84a62c;
  border-color: #6d8a24;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #84a62c;
  border-color: #6d8a24;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #6d8a24;
  border-color: #445517;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #A2CB3A;
  border-color: #94ba31;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #A2CB3A;
  background-color: #FFFFFF;
}

/* line 83, ../../bootstrap/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../bootstrap/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #C75D61;
  border-color: #c04a4f;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #b33e42;
  border-color: #672426;
}
/* line 17, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #b33e42;
  border-color: #993539;
}
/* line 22, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b33e42;
  border-color: #993539;
}
/* line 29, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #FFFFFF;
  background-color: #993539;
  border-color: #672426;
}
/* line 37, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #C75D61;
  border-color: #c04a4f;
}
/* line 53, ../../bootstrap/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #C75D61;
  background-color: #FFFFFF;
}

/* line 96, ../../bootstrap/bootstrap/_buttons.scss */
.btn-link {
  color: #428BCA;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../../bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../../bootstrap/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../../bootstrap/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../../bootstrap/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../bootstrap/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../bootstrap/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../bootstrap/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../bootstrap/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../bootstrap/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../bootstrap/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../bootstrap/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../bootstrap/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../bootstrap/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../bootstrap/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../bootstrap/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../bootstrap/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../bootstrap/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../bootstrap/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../bootstrap/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../../bootstrap/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../bootstrap/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../../bootstrap/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../bootstrap/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../bootstrap/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../bootstrap/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../../bootstrap/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../bootstrap/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../../bootstrap/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../bootstrap/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../bootstrap/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../bootstrap/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../bootstrap/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../bootstrap/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../../bootstrap/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428BCA;
}
/* line 59, ../../bootstrap/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../bootstrap/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../bootstrap/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../bootstrap/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../../bootstrap/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../bootstrap/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../../bootstrap/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../bootstrap/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../bootstrap/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../bootstrap/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../bootstrap/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../bootstrap/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../../bootstrap/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../bootstrap/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../../bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../bootstrap/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../bootstrap/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../bootstrap/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../bootstrap/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../bootstrap/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 66px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../bootstrap/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../../bootstrap/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 66px;
}
/* line 170, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  /* line 478, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../bootstrap/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 346, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
/* line 349, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 22px;
  margin-bottom: 22px;
}

/* line 359, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  /* line 359, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../../bootstrap/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../../bootstrap/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../../bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../../bootstrap/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../bootstrap/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../../bootstrap/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
/* line 12, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../../bootstrap/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../../bootstrap/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../bootstrap/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../../bootstrap/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../../bootstrap/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../bootstrap/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../../bootstrap/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../../bootstrap/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../../bootstrap/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../bootstrap/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../bootstrap/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../bootstrap/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../bootstrap/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../bootstrap/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../bootstrap/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../bootstrap/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../bootstrap/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../bootstrap/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../bootstrap/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../bootstrap/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../bootstrap/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../../bootstrap/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../../bootstrap/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../../bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../../bootstrap/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../../bootstrap/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../bootstrap/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../bootstrap/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../../bootstrap/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../../bootstrap/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../../bootstrap/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../../bootstrap/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../../bootstrap/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../bootstrap/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../../bootstrap/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../bootstrap/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../../bootstrap/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../../bootstrap/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../bootstrap/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428BCA;
}

/* line 9, ../../bootstrap/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../../bootstrap/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../../bootstrap/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../../bootstrap/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../../bootstrap/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../bootstrap/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../../bootstrap/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../bootstrap/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../bootstrap/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../bootstrap/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../bootstrap/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../../bootstrap/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../../bootstrap/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../../bootstrap/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../../bootstrap/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../bootstrap/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../bootstrap/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../bootstrap/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../../bootstrap/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../bootstrap/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../bootstrap/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../bootstrap/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../bootstrap/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../bootstrap/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../bootstrap/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../bootstrap/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../bootstrap/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../../bootstrap/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../../bootstrap/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../../bootstrap/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../../bootstrap/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../../bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../bootstrap/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../../bootstrap/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../../bootstrap/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../bootstrap/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../bootstrap/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../bootstrap/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../../bootstrap/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../bootstrap/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../bootstrap/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../bootstrap/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../bootstrap/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../../bootstrap/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../../bootstrap/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../../bootstrap/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../../bootstrap/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../bootstrap/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../bootstrap/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../../bootstrap/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../../bootstrap/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../bootstrap/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../../bootstrap/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../bootstrap/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../bootstrap/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../bootstrap/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../bootstrap/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../bootstrap/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../bootstrap/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../bootstrap/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../../bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../bootstrap/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../bootstrap/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../bootstrap/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../bootstrap/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../bootstrap/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../bootstrap/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../bootstrap/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../../bootstrap/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../bootstrap/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../bootstrap/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../bootstrap/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../../bootstrap/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../bootstrap/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../bootstrap/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../bootstrap/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../../bootstrap/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../bootstrap/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../bootstrap/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../bootstrap/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../bootstrap/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../bootstrap/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../bootstrap/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../bootstrap/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../bootstrap/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../bootstrap/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../bootstrap/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../bootstrap/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../../bootstrap/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../../bootstrap/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../../bootstrap/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../../bootstrap/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../bootstrap/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../../bootstrap/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../../bootstrap/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../../bootstrap/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../../bootstrap/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../bootstrap/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../../bootstrap/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../../bootstrap/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../../bootstrap/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../../bootstrap/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../../bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../../bootstrap/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../../bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../../bootstrap/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../../bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../../bootstrap/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../../bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../../bootstrap/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../../bootstrap/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../../bootstrap/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../../bootstrap/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../bootstrap/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../bootstrap/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../bootstrap/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../bootstrap/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../bootstrap/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../bootstrap/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../bootstrap/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../bootstrap/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../bootstrap/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../bootstrap/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../bootstrap/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../../bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../bootstrap/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../../bootstrap/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../bootstrap/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 3, ../../../code/library/css/ed.reset.scss */
html {
  font-size: 62.5%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

/* line 15, ../../../code/library/css/ed.reset.scss */
body {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}

/* line 21, ../../../code/library/css/ed.reset.scss */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 28, ../../../code/library/css/ed.reset.scss */
a,
a:hover,
a:active,
a:focus {
  outline: none;
}

/* line 34, ../../../code/library/css/ed.reset.scss */
input::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 3, ../../../code/library/css/ed.d3.scss */
.d3-text {
  pointer-events: none;
}

/* line 6, ../../../code/library/css/ed.d3.scss */
.d3-tip {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 22px;
  border-radius: 3px;
  margin-top: -13px;
  box-shadow: 0 0 3px #A2A2A2;
  z-index: 4000;
}
/* line 15, ../../../code/library/css/ed.d3.scss */
.d3-tip:after, .d3-tip.n:after {
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  pointer-events: none;
  margin: -8px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
  font-family: "Ion Icons";
  font-size: 24px;
  content: "";
  text-shadow: 0 3px 0 rgba(200, 200, 200, 0.4);
  z-index: -1;
}
/* line 34, ../../../code/library/css/ed.d3.scss */
.d3-tip.fitLeft:after {
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  pointer-events: none;
  margin: 0;
  top: 50%;
  left: 8px;
  text-align: right;
  font-family: "Ion Icons";
  font-size: 24px;
  content: "";
  text-shadow: 3px 0 0 rgba(200, 200, 200, 0.4);
  z-index: -1;
}

/* line 55, ../../../code/library/css/ed.d3.scss */
.second-tip.d3-tip:after, .second-tip.d3-tip.n:after {
  top: -15%;
  transform: scaleY(-1);
  -ms-filter: "FlipV";
}

/* line 64, ../../../code/library/css/ed.d3.scss */
.venntooltip {
  position: absolute;
  text-align: center;
  top: 100px;
  left: 100px;
  color: #ddd;
  padding: 2px;
  border: 0px;
  border-radius: 8px;
  opacity: 0.9;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 22px;
  border-radius: 3px;
  margin-top: -13px;
  box-shadow: 0 0 3px #A2A2A2;
  z-index: 4000;
  display: none;
}
/* line 84, ../../../code/library/css/ed.d3.scss */
.venntooltip:after {
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  pointer-events: none;
  margin: -8px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
  font-family: "Ion Icons";
  font-size: 24px;
  content: "";
  text-shadow: 0 3px 0 rgba(200, 200, 200, 0.4);
  z-index: 4000;
}

/* line 104, ../../../code/library/css/ed.d3.scss */
.d3-container-axis {
  fill: none;
}

/* line 111, ../../../code/library/css/ed.d3.scss */
.d3-point-set > .d3-point {
  fill: #000000;
}

/* line 114, ../../../code/library/css/ed.d3.scss */
.d3-fill {
  fill: #CCCCCC;
}

/* line 121, ../../../code/library/css/ed.d3.scss */
.d3-axis line,
.d3-axis path {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}
/* line 129, ../../../code/library/css/ed.d3.scss */
.d3-axis text {
  font-size: 18px;
  fill: #000;
  font-family: "Open Sans Semibold";
}

/* line 137, ../../../code/library/css/ed.d3.scss */
.d3-directive {
  position: relative;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
/* line 8, ../../../code/library/css/ed.animations.scss */
.ed-animate {
  transition-duration: 1s;
  transition-timing-function: linear;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}

/* line 17, ../../../code/library/css/ed.animations.scss */
.ed-fade-out {
  opacity: 1;
}
/* line 21, ../../../code/library/css/ed.animations.scss */
.ed-fade-out.ng-hide {
  opacity: 0;
  transition-property: opacity;
}

/* line 30, ../../../code/library/css/ed.animations.scss */
.ed-squish * {
  transition-duration: 1s;
  transition-timing-function: linear;
}
/* line 38, ../../../code/library/css/ed.animations.scss */
.ed-squish.ng-hide * {
  transition-property: all;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}
/* line 47, ../../../code/library/css/ed.animations.scss */
.ed-squish.ng-hide.ed-fade-out {
  transition-property: all;
}
/* line 52, ../../../code/library/css/ed.animations.scss */
.ed-squish.ng-hide.ed-squish {
  transition-property: height, margin, padding;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 62, ../../../code/library/css/ed.animations.scss */
.ed-tab > .ed-input:hover + .ed-content {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}

/* line 1, ../../../code/health/css/components/edh.reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

/* line 14, ../../../code/health/css/components/edh.reset.scss */
a:hover {
  text-decoration: none;
  color: #2a6496;
}

/* line 22, ../../../code/health/css/components/edh.reset.scss */
h1 {
  font-size: 36px;
  margin-top: 32px;
  margin-bottom: 30px;
  font-weight: normal;
}

/* line 30, ../../../code/health/css/components/edh.reset.scss */
h3 {
  font-size: 24px;
}

/* line 1, ../../../code/health/css/components/edh.animations.scss */
.edh-animate, .d3-graph.d3-animate-margin, .ed-tab > .ed-input:hover + .ed-content, .edh-animate-layout, .edh-animate-height, .edh-animate-max-height, .edh-animate-margin, .edh-animate-padding, .edh-animate-width, .edh-animate-flex, .edh-menu .edh-icon, .edh-menu .edh-icon:before {
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}

/* line 10, ../../../code/health/css/components/edh.animations.scss */
.d3-graph.d3-animate-margin {
  transition-property: margin-left;
}

/* line 16, ../../../code/health/css/components/edh.animations.scss */
.ed-tab > .ed-input:hover + .ed-content {
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
}

/* line 23, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-layout {
  transition-property: margin, padding, width, height;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 31, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-height {
  position: relative;
  display: block;
  transition-property: height;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 41, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-max-height {
  transition-property: max-height;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 49, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-margin {
  transition-property: margin;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 57, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-padding {
  transition-property: padding;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 65, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-width {
  transition-property: width;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 73, ../../../code/health/css/components/edh.animations.scss */
.edh-animate-flex {
  transition-property: flex, flex-in, flex-out;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

/* line 81, ../../../code/health/css/components/edh.animations.scss */
.edh-loading-dots ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
/* line 91, ../../../code/health/css/components/edh.animations.scss */
.edh-loading-dots ul li {
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  margin: 0;
  height: 10px;
  width: 10px;
  border: 3px solid #337ab7;
  border-radius: 100%;
  transform: transformZ(0);
  animation: LOADING 2s infinite;
  -webkit-animation: LOADING 2s infinite;
}
/* line 107, ../../../code/health/css/components/edh.animations.scss */
.edh-loading-dots ul li:nth-child(1n) {
  left: -20px;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
/* line 114, ../../../code/health/css/components/edh.animations.scss */
.edh-loading-dots ul li:nth-child(2n) {
  left: 0;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
/* line 121, ../../../code/health/css/components/edh.animations.scss */
.edh-loading-dots ul li:nth-child(3n) {
  left: 20px;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

@keyframes LOADING {
  0% {
    transform: scale(0.5);
    background: #337ab7;
  }
  50% {
    transform: scale(1);
    background: white;
  }
  100% {
    transform: scale(0.5);
    background: #337ab7;
  }
}
@-webkit-keyframes LOADING {
  0% {
    transform: scale(0.5);
    background: #337ab7;
  }
  50% {
    transform: scale(1);
    background: white;
  }
  100% {
    transform: scale(0.5);
    background: #337ab7;
  }
}
/* Height animation (large->small) for menu. */
/* line 169, ../../../code/health/css/components/edh.animations.scss */
.edh-squish {
  animation-name: squish;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-direction: initial;
  animation-delay: 0;
  timing-function: ease-in-out;
}

@keyframes squish {
  from {
    max-height: 500px;
    display: block;
  }
  to {
    max-height: 0px;
    display: none;
  }
}
/* Height animation (small -> large) for menu. */
/* line 186, ../../../code/health/css/components/edh.animations.scss */
.edh-expand {
  animation-name: expand;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-direction: initial;
  animation-delay: 0;
  timing-function: ease-in-out;
}

@keyframes expand {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}
/* line 1, ../../../code/health/css/components/edh.forms.scss */
.form-group {
  margin-bottom: 25px;
}
/* line 5, ../../../code/health/css/components/edh.forms.scss */
.form-group input {
  height: 48px;
  -webkit-user-select: auto;
}
/* line 11, ../../../code/health/css/components/edh.forms.scss */
.form-group select {
  height: 48px;
}
/* line 16, ../../../code/health/css/components/edh.forms.scss */
.form-group label {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
/* line 22, ../../../code/health/css/components/edh.forms.scss */
.form-group label .standout {
  color: #a9a7a7;
  font-weight: bold;
}
/* line 31, ../../../code/health/css/components/edh.forms.scss */
.form-group.no-label .form-control-feedback {
  line-height: 30px;
}
/* line 37, ../../../code/health/css/components/edh.forms.scss */
.form-group .form-control-feedback {
  bottom: 0 !important;
  top: auto;
  font-size: 22px;
  line-height: 34px;
  color: #999999;
}

/* line 49, ../../../code/health/css/components/edh.forms.scss */
.error-field-container label {
  color: #C75D61;
}
/* line 54, ../../../code/health/css/components/edh.forms.scss */
.error-field-container input, .error-field-container select {
  border-color: #C75D61;
}
/* line 59, ../../../code/health/css/components/edh.forms.scss */
.error-field-container .form-control:focus {
  border-color: #C75D61;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 93, 97, 0.6);
}
/* line 65, ../../../code/health/css/components/edh.forms.scss */
.error-field-container .error-field {
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
  color: #FFFFFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  padding: 12px 8px 8px;
  margin-top: -4px;
  font-weight: bold;
  font-size: 12px;
}

/* line 78, ../../../code/health/css/components/edh.forms.scss */
::-webkit-input-placeholder {
  color: #eee;
}

/* line 83, ../../../code/health/css/components/edh.forms.scss */
:-moz-placeholder {
  color: #eee;
  /* Firefox 18- */
}

/* line 88, ../../../code/health/css/components/edh.forms.scss */
::-moz-placeholder {
  color: #eee;
  /* Firefox 19+ */
}

/* line 93, ../../../code/health/css/components/edh.forms.scss */
:-ms-input-placeholder {
  color: #eee;
}

/* line 98, ../../../code/health/css/components/edh.forms.scss */
.label-warning {
  background-color: #F26522;
}

/* line 103, ../../../code/health/css/components/edh.forms.scss */
.label-info {
  background-color: #A2CB3A;
}

/* line 108, ../../../code/health/css/components/edh.forms.scss */
.btn-sm:not(.applyBtn), .btn-group-sm > .btn:not(.applyBtn) {
  font-size: 10px !important;
}

/* line 113, ../../../code/health/css/components/edh.forms.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 14px 10px;
  min-width: 150px;
}

/* line 122, ../../../code/health/css/components/edh.forms.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open > .btn-link.dropdown-toggle {
  outline: 0 !important;
  text-decoration: none;
}

/* line 133, ../../../code/health/css/components/edh.forms.scss */
.btn-primary {
  color: #FFFFFF;
  background-color: #615AA7;
  border-color: #575197;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
/* line 144, ../../../code/health/css/components/edh.forms.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-color: #4d4886;
  border-color: #403b6f;
  outline: 0 !important;
}
/* line 155, ../../../code/health/css/components/edh.forms.scss */
.btn-primary.disabled, .btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #615AA7;
  border-color: #575197;
}

/* line 163, ../../../code/health/css/components/edh.forms.scss */
.btn-default {
  color: #FFFFFF;
  background-color: #C2C2C1;
  border-color: #f2f2f2;
  min-width: 150px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
/* line 174, ../../../code/health/css/components/edh.forms.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #FFFFFF;
  background-color: #a9a9a7;
  border-color: #d4d4d4;
  outline: 0 !important;
}
/* line 186, ../../../code/health/css/components/edh.forms.scss */
.btn-default.disabled, .btn-default[disabled] {
  color: #FFFFFF;
  background-color: #C2C2C1;
  border-color: #f2f2f2;
}

/* line 194, ../../../code/health/css/components/edh.forms.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #C75D61;
  border-color: #c04a4f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
/* line 205, ../../../code/health/css/components/edh.forms.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-color: #b33e42;
  border-color: #993539;
  outline: 0 !important;
}
/* line 216, ../../../code/health/css/components/edh.forms.scss */
.btn-danger.disabled, .btn-danger[disabled] {
  color: #FFFFFF;
  background-color: #C75D61;
  border-color: #c04a4f;
}

/* line 226, ../../../code/health/css/components/edh.forms.scss */
.actions-container .next-button {
  margin-left: 20px;
}

/* line 232, ../../../code/health/css/components/edh.forms.scss */
.form-input-max-size {
  max-width: 500px;
}

/* line 237, ../../../code/health/css/components/edh.forms.scss */
.label-pending-deletion {
  background-color: #ED1C24;
}

/* line 242, ../../../code/health/css/components/edh.forms.scss */
.label-pending-change {
  background-color: #F26522;
}

/* line 247, ../../../code/health/css/components/edh.forms.scss */
.label-pending-addition {
  background-color: #769D3E;
}

/* line 252, ../../../code/health/css/components/edh.forms.scss */
.label-unsaved-changes {
  background-color: #DAB229;
}

/* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved. */
/* line 3, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"] {
  margin: 0;
  width: 32px;
  height: 32px;
  cursor: auto;
}

/* line 11, ../../../code/health/css/components/edh.inputs.scss */
.check-box-label {
  float: left;
  margin-left: 10px;
  margin-top: 6px;
}

/* line 18, ../../../code/health/css/components/edh.inputs.scss */
.custom-checkbox {
  float: left;
  height: 32px;
}
/* line 23, ../../../code/health/css/components/edh.inputs.scss */
.custom-checkbox .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 29, ../../../code/health/css/components/edh.inputs.scss */
.custom-checkbox .ez-checkbox {
  background-image: url("../images/box-sprite.4c2029df.jpg");
  display: inline-block;
  width: 32px;
  height: 32px;
}
/* line 37, ../../../code/health/css/components/edh.inputs.scss */
.custom-checkbox .ez-checked {
  background-position: 0 -32px;
}

/* line 43, ../../../code/health/css/components/edh.inputs.scss */
.custom-check-box-label-with-icon {
  float: left;
  margin-left: 0px;
  margin-top: 6px;
}

/* line 50, ../../../code/health/css/components/edh.inputs.scss */
.custom-check-box-label-without-icon {
  float: left;
  margin-left: 12px;
  margin-top: 6px;
}

/* line 57, ../../../code/health/css/components/edh.inputs.scss */
input[type="radio"] {
  margin: 0;
  cursor: auto;
}

/* line 63, ../../../code/health/css/components/edh.inputs.scss */
.radio-label {
  margin-left: 20px;
  margin-top: 3px;
}

/* line 69, ../../../code/health/css/components/edh.inputs.scss */
.custom-radio {
  float: left;
  height: 25px;
}
/* line 74, ../../../code/health/css/components/edh.inputs.scss */
.custom-radio .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 80, ../../../code/health/css/components/edh.inputs.scss */
.custom-radio .ez-radio {
  background-image: url("../images/radio-sprite.678a9cf3.png");
  display: inline-block;
  width: 25px;
  height: 25px;
}
/* line 88, ../../../code/health/css/components/edh.inputs.scss */
.custom-radio .ez-checked {
  background-position: 0 -25px;
}

/* line 94, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-trending-checkbox {
  width: 22px;
  height: 22px;
  margin: 4px 4px;
}
/* line 100, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-trending-checkbox:hover {
  cursor: pointer;
}
/* line 105, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-trending-checkbox:before {
  content: "";
  width: 32px;
  height: 32px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 4px;
  margin-top: 0px;
  margin-left: -10px;
  padding: 7px 1px;
}
/* line 119, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-trending-checkbox:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #428BCA;
  text-align: center;
  line-height: 16px;
  width: 32px;
  height: 32px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 4px;
  margin-top: 0px;
  margin-left: -10px;
  padding: 7px 1px;
}

/* line 140, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-network-design-checkbox {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
/* line 146, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-network-design-checkbox:hover {
  cursor: pointer;
}
/* line 151, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-network-design-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 2px;
}
/* line 162, ../../../code/health/css/components/edh.inputs.scss */
input[type="checkbox"].edh-network-design-checkbox:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #428BCA;
  text-align: center;
  line-height: 22px;
  width: 24px;
  height: 24px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 2px;
}

/* Bootstrap Form Feedback Control Overrides */
/* line 2, ../../../code/health/css/components/edh.bootstrap.scss */
.form-control-feedback {
  pointer-events: visible;
}

/* line 7, ../../../code/health/css/components/edh.bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: auto;
}

/* line 12, ../../../code/health/css/components/edh.bootstrap.scss */
.edh-search-form .form-control {
  width: auto;
}

/* line 17, ../../../code/health/css/components/edh.bootstrap.scss */
.form-control {
  font-weight: 400;
}

/* line 22, ../../../code/health/css/components/edh.bootstrap.scss */
.navbar-right {
  margin-right: 0;
}

/* line 27, ../../../code/health/css/components/edh.bootstrap.scss */
.navbar-brand {
  display: inline-block;
  margin-right: -4px;
}

/* line 32, ../../../code/health/css/components/edh.bootstrap.scss */
.navbar {
  border: none;
}

/* line 37, ../../../code/health/css/components/edh.bootstrap.scss */
.placeholder img {
  border-radius: 50%;
}

/* line 42, ../../../code/health/css/components/edh.bootstrap.scss */
.placeholders {
  text-align: center;
}

/* line 47, ../../../code/health/css/components/edh.bootstrap.scss */
.row, .edh-show-details-row {
  margin-left: 0;
  margin-right: 0;
}

/* line 52, ../../../code/health/css/components/edh.bootstrap.scss */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* line 58, ../../../code/health/css/components/edh.bootstrap.scss */
.button {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 2, ../../../code/health/css/components/edh.general.scss */
body {
  overflow: hidden;
}

/* line 7, ../../../code/health/css/components/edh.general.scss */
.content-box-outer {
  margin-top: 44px;
  margin-bottom: 44px;
  border: 5px solid rgba(218, 218, 217, 0.45);
  background-color: rgba(218, 218, 217, 0.45);
  border-radius: 5px;
  background-clip: padding-box;
}
/* line 15, ../../../code/health/css/components/edh.general.scss */
.content-box-outer .content-box-inner, .content-box-outer .content-screenings-info-box-inner {
  padding: 20px;
  padding-bottom: 40px;
  min-height: 500px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #c4c4c3;
  background-color: #fff;
}
/* line 25, ../../../code/health/css/components/edh.general.scss */
.content-box-outer .content-screenings-info-box-inner {
  min-height: auto;
}
/* line 31, ../../../code/health/css/components/edh.general.scss */
.content-box-outer .content-box-inner-dynamic {
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #c4c4c3;
  background-color: #fff;
}

/* line 43, ../../../code/health/css/components/edh.general.scss */
.security-questions-container h1 {
  margin-bottom: 10px;
}
/* line 48, ../../../code/health/css/components/edh.general.scss */
.security-questions-container p {
  margin-bottom: 20px;
}

/* line 54, ../../../code/health/css/components/edh.general.scss */
.mobile-help-link {
  line-height: 16px;
}
/* line 58, ../../../code/health/css/components/edh.general.scss */
.mobile-help-link .help-bubble {
  background-color: #bfbfbf;
  color: #FFFFFF;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 12px;
  text-align: center;
}

/* line 71, ../../../code/health/css/components/edh.general.scss */
.up-appts-organize-list-container {
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DCDBDB;
}

/* line 81, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container,
.add-provider-container .organize-list-container,
.select-option-container .organize-list-container {
  min-height: 250px;
}
/* line 87, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .search-container-content .search-container,
.add-provider-container .organize-list-container .search-container-content .search-container,
.select-option-container .organize-list-container .search-container-content .search-container {
  width: 100%;
}
/* line 93, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .practice-list,
.add-provider-container .organize-list-container .practice-list,
.select-option-container .organize-list-container .practice-list {
  padding: 25px 10px;
  height: 200px;
  overflow-y: scroll;
}
/* line 99, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .practice-list .control-checkbox,
.add-provider-container .organize-list-container .practice-list .control-checkbox,
.select-option-container .organize-list-container .practice-list .control-checkbox {
  height: 40px;
}
/* line 103, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .practice-list .control-checkbox .check-box-label,
.add-provider-container .organize-list-container .practice-list .control-checkbox .check-box-label,
.select-option-container .organize-list-container .practice-list .control-checkbox .check-box-label {
  float: none;
}
/* line 112, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .provider-list .header-background,
.add-provider-container .organize-list-container .provider-list .header-background,
.select-option-container .organize-list-container .provider-list .header-background {
  background-color: #f3f8fd;
}
/* line 117, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .provider-list table,
.add-provider-container .organize-list-container .provider-list table,
.select-option-container .organize-list-container .provider-list table {
  width: 100%;
}
/* line 121, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .provider-list table tbody,
.add-provider-container .organize-list-container .provider-list table tbody,
.select-option-container .organize-list-container .provider-list table tbody {
  height: 200px;
  min-height: 200px;
  overflow-y: scroll;
}
/* line 127, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .organize-list-container .provider-list table tbody td,
.add-provider-container .organize-list-container .provider-list table tbody td,
.select-option-container .organize-list-container .provider-list table tbody td {
  padding: 10px;
}
/* line 136, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .selected-container,
.add-provider-container .selected-container,
.select-option-container .selected-container {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 141, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .selected-container .label,
.add-provider-container .selected-container .label,
.select-option-container .selected-container .label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
/* line 148, ../../../code/health/css/components/edh.general.scss */
.add-practice-container .selected-container .label i,
.add-provider-container .selected-container .label i,
.select-option-container .selected-container .label i {
  display: inline-block;
  margin-left: 5px;
}

/* line 157, ../../../code/health/css/components/edh.general.scss */
.organize-list-container {
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #DCDBDB;
}
/* line 162, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .search-container-content {
  background-color: #dfeaf7;
  border-top-right-radius: 5px 0 0 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
/* line 167, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .search-container-content .search-container {
  width: 60%;
  margin-top: 0;
  padding: 10px;
}
/* line 177, ../../../code/health/css/components/edh.general.scss */
.organize-list-container.no-search .add-container {
  border-top-right-radius: 5px 0 0 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  padding: 10px;
}
/* line 184, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container {
  background-color: #f3f8fd;
  padding-top: 10px;
}
/* line 189, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container .form-group {
  margin-bottom: 5px;
}
/* line 193, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container .form-group input, .organize-list-container .add-container .form-group select {
  height: 35px;
}
/* line 199, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container .add-button-container {
  margin-top: 28px;
}
/* line 204, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container label {
  color: #333333;
}
/* line 209, ../../../code/health/css/components/edh.general.scss */
.organize-list-container .add-container select {
  background-color: #fff;
}

/* line 218, ../../../code/health/css/components/edh.general.scss */
.organize-list table {
  width: 100%;
  margin: 10px 0;
}
/* line 225, ../../../code/health/css/components/edh.general.scss */
.organize-list table tfoot td {
  text-align: right;
  padding-right: 20px;
}
/* line 230, ../../../code/health/css/components/edh.general.scss */
.organize-list table tfoot td .pagination {
  margin-bottom: 0;
}
/* line 239, ../../../code/health/css/components/edh.general.scss */
.organize-list table .edit-row td {
  vertical-align: middle;
}
/* line 244, ../../../code/health/css/components/edh.general.scss */
.organize-list table .edit-row .form-group {
  margin-bottom: 0;
}
/* line 248, ../../../code/health/css/components/edh.general.scss */
.organize-list table .edit-row .form-group select {
  height: 35px;
}
/* line 253, ../../../code/health/css/components/edh.general.scss */
.organize-list table .edit-row .form-group input {
  height: 35px;
  width: 90%;
}
/* line 261, ../../../code/health/css/components/edh.general.scss */
.organize-list table td {
  line-height: 35px;
}
/* line 266, ../../../code/health/css/components/edh.general.scss */
.organize-list table .edit-icon {
  font-size: 18px;
  padding-left: 10px;
}
/* line 272, ../../../code/health/css/components/edh.general.scss */
.organize-list table .action {
  color: #9e0b0f;
  font-size: 18px;
  text-align: right;
  padding-right: 20px;
}

/* line 282, ../../../code/health/css/components/edh.general.scss */
.edh-float-left {
  float: left;
}

/* line 287, ../../../code/health/css/components/edh.general.scss */
.edh-float-right {
  float: right;
}

/* line 292, ../../../code/health/css/components/edh.general.scss */
a[ng-click] {
  cursor: pointer;
}

/* line 297, ../../../code/health/css/components/edh.general.scss */
.edh-disabled a {
  cursor: default;
}

/* line 302, ../../../code/health/css/components/edh.general.scss */
.edh-heading {
  font-weight: bold;
  font-size: 24px;
  color: #615AA7;
  cursor: default;
  font-family: "Open Sans", Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 314, ../../../code/health/css/components/edh.general.scss */
.edh-subheading {
  font-size: 16px;
  margin-bottom: 20px;
  cursor: default;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 322, ../../../code/health/css/components/edh.general.scss */
.edh-subparagraph {
  font-size: 15px;
}

/* line 327, ../../../code/health/css/components/edh.general.scss */
.inLine {
  float: left;
}

/* line 332, ../../../code/health/css/components/edh.general.scss */
.smallGrayLabel {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}

/* line 339, ../../../code/health/css/components/edh.general.scss */
.inGoalHeader {
  background-color: #AFD15B;
}

/* line 344, ../../../code/health/css/components/edh.general.scss */
.outGoalHeader {
  background-color: #C83E42;
}

/* line 349, ../../../code/health/css/components/edh.general.scss */
.outGoalHeaderCPC {
  background-color: white;
  border: solid 1px #ccc;
}

/* line 355, ../../../code/health/css/components/edh.general.scss */
.edh-total-wrap {
  display: inline-block;
}

/* line 360, ../../../code/health/css/components/edh.general.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .ed-text-group {
  display: none;
}

/* line 365, ../../../code/health/css/components/edh.general.scss */
.edh-label {
  display: block;
}

/* line 370, ../../../code/health/css/components/edh.general.scss */
.fa > .fa-reply {
  cursor: pointer;
}

/* line 375, ../../../code/health/css/components/edh.general.scss */
.ed-layout,
.ed-layout-content,
.ed-layout-body {
  overflow: auto;
  flex: 1 1 auto;
}

/* line 383, ../../../code/health/css/components/edh.general.scss */
.edh-title {
  display: inline-block;
  margin-right: -4px;
  white-space: nowrap;
}

/* line 389, ../../../code/health/css/components/edh.general.scss */
.ed-text-group {
  display: inline-block;
}

/* line 394, ../../../code/health/css/components/edh.general.scss */
.edh-suggestions-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  margin-top: 35px;
  width: 93%;
}

/* line 404, ../../../code/health/css/components/edh.general.scss */
.edh-suggestions-box div {
  cursor: default;
  padding: 0px 3px;
}

/* line 410, ../../../code/health/css/components/edh.general.scss */
.ed-close {
  height: 14px;
  width: 11px;
}

/* line 415, ../../../code/health/css/components/edh.general.scss */
.edh-circle {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 9px;
  background-color: #464646;
  vertical-align: middle;
}
/* line 425, ../../../code/health/css/components/edh.general.scss */
.edh-circle.edh-open-circle {
  background-color: #FFFFFF;
  border: 3px solid #464646;
}

/* line 432, ../../../code/health/css/components/edh.general.scss */
.ed-indicator-arrow:after {
  border-color: #428BCA;
}

/* line 437, ../../../code/health/css/components/edh.general.scss */
.status-bar-container {
  margin-top: 33px;
}
/* line 441, ../../../code/health/css/components/edh.general.scss */
.status-bar-container .row, .status-bar-container .edh-show-details-row {
  background-color: #FFFFFF;
}

/* line 447, ../../../code/health/css/components/edh.general.scss */
.profile > .edh-dashboard-container > .container-fluid {
  margin-left: 0;
  margin-right: 0;
}

/* line 453, ../../../code/health/css/components/edh.general.scss */
.profile > .edh-dashboard-container > .container-fluid > .row, .profile > .edh-dashboard-container > .container-fluid > .edh-show-details-row {
  background-color: #FFFFFF;
  margin-top: 44px;
  margin-bottom: 44px;
}

/* line 460, ../../../code/health/css/components/edh.general.scss */
.profile > .edh-dashboard-container > .container-fluid > .row > .col-lg-12, .profile > .edh-dashboard-container > .container-fluid > .edh-show-details-row > .col-lg-12 {
  padding-bottom: 10px;
}

/* line 465, ../../../code/health/css/components/edh.general.scss */
.edh-content .page-header {
  margin-top: 0;
}

/* line 470, ../../../code/health/css/components/edh.general.scss */
.edh-view-report-btn:hover {
  cursor: pointer;
}

/* line 475, ../../../code/health/css/components/edh.general.scss */
.row > .edh-clear-padding, .edh-show-details-row > .edh-clear-padding {
  padding-left: 0;
}
/* line 479, ../../../code/health/css/components/edh.general.scss */
.row > .edh-clear-padding:last-child, .edh-show-details-row > .edh-clear-padding:last-child {
  padding-right: 0;
}

/* line 490, ../../../code/health/css/components/edh.general.scss */
.edh-section {
  background-color: #FFFFFF;
}

/* new styling, tbd placement*/
/* line 500, ../../../code/health/css/components/edh.general.scss */
.edh-inform-arc-text-container {
  width: 380px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
}

/* line 508, ../../../code/health/css/components/edh.general.scss */
.edh-inform-arc-text {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  width: 140px;
  font-size: 16px;
  color: #898989;
  margin: 0 auto;
  text-align: center;
}

/* line 518, ../../../code/health/css/components/edh.general.scss */
.edh-overall-test-arc-container.edh-inform-arc-message {
  padding-top: 100px;
}

/* line 522, ../../../code/health/css/components/edh.general.scss */
.ed-hidden {
  visibility: hidden;
}

/* line 526, ../../../code/health/css/components/edh.general.scss */
.ed-tab.edh-button.edh-view-report-btn {
  top: 90px;
}

/* line 531, ../../../code/health/css/components/edh.general.scss */
.edh-no-data-message {
  margin-top: 11%;
  text-align: center;
}

/* line 537, ../../../code/health/css/components/edh.general.scss */
.edh-full-width {
  width: 100%;
}

/* 
    Styles for message bars 
    User the base class for the generic CSS and add extra classes for coloring 
*/
/* line 546, ../../../code/health/css/components/edh.general.scss */
.edh-message-base, .edh-message-minimal-base {
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 22px;
}
/* line 553, ../../../code/health/css/components/edh.general.scss */
.edh-message-base p, .edh-message-minimal-base p {
  margin-bottom: 0;
  font-size: 14px;
}

/* line 560, ../../../code/health/css/components/edh.general.scss */
.edh-message-minimal-base {
  margin: unset;
}

/* line 565, ../../../code/health/css/components/edh.general.scss */
.edh-message-display {
  border: 1px solid #c5d8f7;
  background-color: #c5d8f7;
  color: black;
}

/* line 572, ../../../code/health/css/components/edh.general.scss */
.edh-message-warning {
  border: 1px solid #F1E464;
  background-color: #FFFCE4;
  color: black;
}

/* line 579, ../../../code/health/css/components/edh.general.scss */
.edh-message-error {
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
  color: white;
}

/* line 586, ../../../code/health/css/components/edh.general.scss */
.edh-legend-key-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
}

/* line 597, ../../../code/health/css/components/edh.general.scss */
.edh-report-page-header-block {
  padding: 5px 15px;
  background-color: white;
  height: auto;
}
/* line 603, ../../../code/health/css/components/edh.general.scss */
.edh-report-page-header-block .edh-unselectiable-nav {
  font-size: 13px;
  color: #898989;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 610, ../../../code/health/css/components/edh.general.scss */
.edh-report-page-header-block .edh-heading {
  display: inline-block;
}
/* line 615, ../../../code/health/css/components/edh.general.scss */
.edh-report-page-header-block .edh-report-option-row {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
}

/* line 624, ../../../code/health/css/components/edh.general.scss */
.edh-info-heading {
  color: #615AA7;
  font-size: 16px;
  font-family: "Gotham Book", Arial, sans-serif;
}

/* line 631, ../../../code/health/css/components/edh.general.scss */
.edh-filter-dialog-text {
  font-size: 1.75em;
  font-family: "Open Sans Light", Arial, sans-serif;
  color: #615AA7;
}

/* line 637, ../../../code/health/css/components/edh.general.scss */
.edh-mt-n1 {
  margin-top: -0.25em;
}

/* line 641, ../../../code/health/css/components/edh.general.scss */
.edh-filter-dialog-margin {
  margin: 0 1em;
}
/* line 644, ../../../code/health/css/components/edh.general.scss */
.edh-filter-dialog-margin .edh-text-spacing {
  margin: 0.25em 0 0.25em 0;
}

/* line 650, ../../../code/health/css/components/edh.general.scss */
.drop-select {
  border: 0;
  outline: 0;
  width: 24rem;
  padding: 1rem 4rem 1rem 1rem;
  color: #615aa7;
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
/* line 660, ../../../code/health/css/components/edh.general.scss */
.drop-select::-ms-expand {
  display: none;
}
/* line 664, ../../../code/health/css/components/edh.general.scss */
.drop-select:focus {
  outline: none;
}

/* line 668, ../../../code/health/css/components/edh.general.scss */
.edh-icon-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: white;
  cursor: pointer;
  margin-left: 5px;
}

/* line 677, ../../../code/health/css/components/edh.general.scss */
.edh-icon-expand-arrow {
  color: #428BCA;
  font-family: "Ion Icons";
  font-weight: bold;
  line-height: 12px;
  font-size: 20px;
  background-color: transparent;
  margin-right: 6px;
  padding-top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
}
/* line 693, ../../../code/health/css/components/edh.general.scss */
.edh-icon-expand-arrow.unexpanded {
  padding-top: 4px;
  margin-right: 0;
  transform: rotate(270deg);
}

/* line 701, ../../../code/health/css/components/edh.general.scss */
.edh-help-button {
  width: 62px;
  min-width: 0;
  border-radius: 20px;
  background-color: #428BCA;
  border-color: #428BCA;
}

/* line 710, ../../../code/health/css/components/edh.general.scss */
.edh-cursor-pointer {
  cursor: pointer;
}

/* line 715, ../../../code/health/css/components/edh.general.scss */
.edh-color-black {
  color: black;
}

/* line 720, ../../../code/health/css/components/edh.general.scss */
.edh-min-error {
  margin-left: 1em;
  color: #ED1C24;
}

/* line 726, ../../../code/health/css/components/edh.general.scss */
.edh-report-context {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}
/* line 731, ../../../code/health/css/components/edh.general.scss */
.edh-report-context .edh-report-context-label {
  color: #999999;
}
/* line 736, ../../../code/health/css/components/edh.general.scss */
.edh-report-context .edh-report-context-value {
  color: black;
  padding-right: 22px;
}

/* line 743, ../../../code/health/css/components/edh.general.scss */
.edh-check-box {
  height: 25px;
}
/* line 747, ../../../code/health/css/components/edh.general.scss */
.edh-check-box .ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 753, ../../../code/health/css/components/edh.general.scss */
.edh-check-box .ez-checkbox {
  background-image: url("../images/box-sprite.4c2029df.jpg");
  display: inline-block;
  width: 32px;
  height: 32px;
}
/* line 761, ../../../code/health/css/components/edh.general.scss */
.edh-check-box .ez-checked {
  background-position: 0 -32px;
}

/* line 769, ../../../code/health/css/components/edh.general.scss */
.phs-vue-wrap label {
  display: inline;
}

/* line 776, ../../../code/health/css/components/edh.general.scss */
.edh-vue-app-container .phs-vue-wrap .v-menu__content {
  margin-left: 0;
}

/* line 784, ../../../code/health/css/components/edh.general.scss */
.edh-menu-expand-state .phs-vue-wrap .phs-d3-chart-tooltip > div {
  transform: translateY(calc(-100% - 12px - 66px)) translateX(calc(-50% - 238px));
}

/* line 792, ../../../code/health/css/components/edh.general.scss */
.edh-menu-shrink-state .phs-vue-wrap .phs-d3-chart-tooltip > div {
  transform: translateY(calc(-100% - 12px - 66px)) translateX(calc(-50% - 66px));
}

/**
* Copyright 2019-2023 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container {
  flex: 1 0 0%;
}
/* line 8, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-top {
  height: 60px;
  padding: 22px 0;
}
/* line 13, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-top header {
  display: inline-block;
  line-height: 32px;
  vertical-align: middle;
}
/* line 19, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-top header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
/* line 27, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-top .icon-container {
  display: inline-block;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #DCDBDB;
  color: #FFFFFF;
  margin-right: 10px;
}
/* line 35, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-top .icon-container i {
  padding: 10px;
}
/* line 42, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container {
  height: 75px;
}
/* line 46, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container h1 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 75px;
}
/* line 53, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container .status-container {
  line-height: 75px;
}
/* line 57, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container .status-container .status-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #959595;
  margin-right: 10px;
}
/* line 65, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container .status-container .label-warning, .dashboard-content-container .status-bar-container .status-container .label-danger {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  text-transform: uppercase;
}
/* line 74, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-container .button-action-container {
  line-height: 75px;
}
/* line 80, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container {
  background: white;
  margin-top: 22px;
}
/* line 85, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container h1 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 75px;
}
/* line 92, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container .status-container {
  line-height: 75px;
}
/* line 96, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container .status-container .status-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #959595;
  margin-right: 10px;
}
/* line 104, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container .status-container .label-warning, .dashboard-content-container .edh-status-bar-container .status-container .label-danger {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  text-transform: uppercase;
}
/* line 113, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .edh-status-bar-container .button-action-container {
  line-height: 75px;
}
/* line 119, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .content-container {
  margin-top: 44px;
  margin-bottom: 44px;
  background-color: #FFFFFF;
  border: 1px solid #DCDBDB;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 20px;
}
/* line 128, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .content-container h2 {
  margin-top: 0;
}
/* line 133, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .content-container hr {
  border-color: #DCDBDB;
}
/* line 139, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-manage-users {
  height: 60px;
}
/* line 143, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-manage-users header {
  display: inline-block;
}
/* line 147, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .action-bar-manage-users header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 60px;
}
/* line 157, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-mange-users {
  height: 75px;
  background-color: #FFFFFF;
}
/* line 162, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-mange-users .select-all-container {
  margin-top: 20px;
}
/* line 167, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-mange-users .action-container {
  margin-top: 25px;
}
/* line 172, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-mange-users .filter-user-container {
  margin-top: 25px;
}
/* line 177, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .status-bar-mange-users .button-action-container {
  line-height: 75px;
}
/* line 183, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container {
  margin: 20px 0;
  border: 1px solid #DCDBDB;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 50px;
}
/* line 190, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview {
  border-bottom: 1px solid #DCDBDB;
  background-color: #fff;
  padding: 10px 20px;
}
/* line 196, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .select-user-container {
  display: inline-block;
  vertical-align: middle;
}
/* line 202, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .user-name-container {
  margin-top: 5px;
}
/* line 206, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .user-name-container h2 {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
/* line 215, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .user-name-container .separator {
  border-left: 1px solid #DCDBDB;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  vertical-align: middle;
}
/* line 225, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .role-container {
  display: inline-block;
  margin-right: 10px;
}
/* line 230, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .role-container .role-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #959595;
  margin-right: 10px;
}
/* line 238, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .role-container .label-info {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  text-transform: uppercase;
}
/* line 246, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .role-container .label-locked {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  text-transform: uppercase;
  background-color: #980000;
}
/* line 256, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .status-container {
  display: inline-block;
}
/* line 260, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .status-container .status-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #959595;
  margin-right: 10px;
}
/* line 268, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-overview .status-container .label-warning {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
  text-transform: uppercase;
}
/* line 278, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container .user-overview-container .user-details {
  background-color: #eee;
}
/* line 284, ../../../code/health/css/components/edh.dashboard.scss */
.dashboard-content-container > .edh-dashboard {
  flex: 1 0 0%;
}

/* line 290, ../../../code/health/css/components/edh.dashboard.scss */
.main {
  position: relative;
  overflow: visible !important;
}

/* line 296, ../../../code/health/css/components/edh.dashboard.scss */
.edh-browser-incompatible {
  position: relative;
  visibility: hidden;
  top: -59px;
  width: 100%;
  text-align: center;
  background-color: #FFEF78;
  border: 3px solid #FFE428;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: top linear 0.25s;
  font-size: 16px;
  font-weight: bold;
}
/* line 311, ../../../code/health/css/components/edh.dashboard.scss */
.edh-browser-incompatible.edh-incompatible {
  position: relative;
  visibility: visible;
  top: 0px;
}
/* line 318, ../../../code/health/css/components/edh.dashboard.scss */
.edh-browser-incompatible.edh-compatible {
  position: absolute;
  visibility: hidden;
  top: -59px;
}

/* line 327, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: visible;
  background-color: #DFEAF7;
  height: calc(100% - 150px);
}
/* line 337, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard.row, .edh-dashboard.edh-show-details-row {
  flex: 1 1 auto;
  overflow: auto;
}
/* line 345, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .edh-panel, .edh-dashboard .edh-population-data .edh-cm-tasks-panel {
  border-top-width: 0px;
}
/* line 350, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .intersection {
  position: relative;
}
/* line 354, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .intersection .intersection-bar {
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a2cb3a;
  width: 100%;
}
/* line 365, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .riskscore {
  overflow: visible;
}
/* line 369, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .riskscore > .riskscore-item {
  width: 80%;
}
/* line 373, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data .riskscore > .riskscore-item > .edh-clickthrough {
  color: #428BCA;
  cursor: pointer;
}
/* line 381, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-population-data.edh-risk-population-data {
  margin-bottom: 0px;
}
/* line 387, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-panel, .edh-dashboard .edh-cm-tasks-panel {
  border-width: 1;
  border-top-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
/* line 397, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard .edh-item {
  vertical-align: middle;
}

/* line 403, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: auto;
  overflow: auto;
  height: 100%;
  width: 100%;
}
/* line 415, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-panel-group:last-child {
  flex: 1 0 0%;
}
/* line 420, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-panel-group.edh-population-data {
  display: flex;
}
/* line 424, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-panel-group.edh-population-data > .edh-panel-group {
  flex: auto;
}
/* line 430, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-panel-group.edh-panel-graph {
  flex: auto;
}
/* line 434, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-panel-group.edh-panel-graph.edh-population-insurance-flex {
  flex: 1 0 0%;
}
/* line 441, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-landing-split-panel-group.edh-population-data {
  display: flex;
}
/* line 445, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-landing-split-panel-group.edh-population-data > .edh-panel-group {
  flex: auto;
}
/* line 452, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-container > .edh-landing-split-panel-group.edh-panel-graph {
  flex: auto;
}

/* line 458, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container {
  position: relative;
  flex-direction: column;
  flex: auto;
  overflow: auto;
  height: 100%;
  width: 100%;
}
/* line 469, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-panel-group:last-child {
  flex: 1 0 0%;
}
/* line 474, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-panel-group.edh-population-data {
  display: flex;
}
/* line 478, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-panel-group.edh-population-data > .edh-panel-group {
  flex: auto;
}
/* line 484, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-panel-group.edh-panel-graph {
  flex: auto;
}
/* line 488, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-panel-group.edh-panel-graph.edh-population-insurance-flex {
  flex: 1 0 0%;
}
/* line 495, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-landing-split-panel-group.edh-population-data {
  display: flex;
}
/* line 499, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-landing-split-panel-group.edh-population-data > .edh-panel-group {
  flex: auto;
}
/* line 506, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-dashboard-container > .edh-landing-split-panel-group.edh-panel-graph {
  flex: auto;
}

/* line 512, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel, .edh-cm-tasks-panel {
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(210, 220, 236, 0.45);
  overflow: hidden;
  margin: 0 22px 22px 0;
  flex-direction: column;
}
/* line 521, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel .ed-select, .edh-cm-tasks-panel .ed-select {
  background-color: transparent;
}
/* line 526, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel .d3-graph, .edh-cm-tasks-panel .d3-graph {
  position: relative;
}
/* line 531, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel.edh-overflow, .edh-overflow.edh-cm-tasks-panel {
  overflow: visible !important;
}
/* line 535, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel.edh-overflow .edh-item, .edh-overflow.edh-cm-tasks-panel .edh-item {
  display: inline-block;
  margin-right: -4px;
}

/* line 542, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 22px;
  /* Border accents for top panels */
}
/* line 549, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel, .edh-panel-group .edh-cm-tasks-panel {
  flex: 1 0 0%;
  margin-left: 0;
}
/* line 554, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs, .edh-panel-group .edh-d3-graphs.edh-cm-tasks-panel {
  min-height: 334px;
  min-width: 334px;
}
/* line 558, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-d3-age, .edh-panel-group .edh-d3-graphs.edh-d3-age.edh-cm-tasks-panel {
  min-height: 668px;
  min-width: 334px;
}
/* line 563, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-d3-risk, .edh-panel-group .edh-d3-graphs.edh-d3-risk.edh-cm-tasks-panel {
  min-height: 835px;
  min-width: 334px;
}
/* line 568, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-compare-circle-stack, .edh-panel-group .edh-d3-graphs.edh-compare-circle-stack.edh-cm-tasks-panel {
  min-height: 1169px;
  min-width: 334px;
}
/* line 572, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-ra-graphs, .edh-panel-group .edh-d3-graphs.edh-ra-graphs.edh-cm-tasks-panel {
  min-height: 650px;
}
/* line 576, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-cm-graphs, .edh-panel-group .edh-d3-graphs.edh-cm-graphs.edh-cm-tasks-panel {
  min-height: 650px;
}
/* line 583, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > .edh-panel-group {
  flex: 1 0 0%;
  padding-left: 0;
}
/* line 589, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-item {
  position: relative;
}
/* line 594, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-arc-percent-icon {
  margin-left: 155px;
  margin-top: 155px;
  position: absolute;
}
/* line 600, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group .edh-arc-percent-icon:after {
  font-size: 15px;
  width: 22px;
  height: 22px;
  top: -2px;
}
/* line 609, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent, .edh-panel-group > div .edh-border-accent.edh-cm-tasks-panel {
  border-left-width: 15px;
  border-left-style: solid;
  border-bottom: 0px none;
  border-top: 0px none;
  /*Network management panels - side coloring */
}
/* line 617, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-core, .edh-panel-group > div .edh-border-accent.edh-core.edh-cm-tasks-panel {
  border-left-color: #9EC334;
}
/* line 618, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-leakage, .edh-panel-group > div .edh-border-accent.edh-leakage.edh-cm-tasks-panel {
  border-left-color: #ED1C24;
}
/* line 619, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-affiliated, .edh-panel-group > div .edh-border-accent.edh-affiliated.edh-cm-tasks-panel {
  border-left-color: #9DC044;
}
/* line 620, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-aco, .edh-panel-group > div .edh-border-accent.edh-aco.edh-cm-tasks-panel {
  border-left-color: #B3D45C;
}
/* line 621, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-special, .edh-panel-group > div .edh-border-accent.edh-special.edh-cm-tasks-panel {
  border-left-color: #FFD52D;
}
/* line 622, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group > div .edh-panel.edh-border-accent.edh-excluded, .edh-panel-group > div .edh-border-accent.edh-excluded.edh-cm-tasks-panel {
  border-left-color: #F38084;
}

/* line 625, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full {
  padding-left: 22px;
  padding-right: 70px;
  padding-top: 22px;
  /* Border accents for top panels */
}
/* line 631, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel, .edh-panel-group-split-full .edh-cm-tasks-panel {
  flex: 1 0 0%;
  margin-left: 0;
}
/* line 636, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs, .edh-panel-group-split-full .edh-d3-graphs.edh-cm-tasks-panel {
  min-height: 334px;
  min-width: 334px;
}
/* line 640, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs.edh-d3-age, .edh-panel-group-split-full .edh-d3-graphs.edh-d3-age.edh-cm-tasks-panel {
  min-height: 668px;
  min-width: 334px;
}
/* line 645, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs.edh-d3-risk, .edh-panel-group-split-full .edh-d3-graphs.edh-d3-risk.edh-cm-tasks-panel {
  min-height: 835px;
  min-width: 334px;
}
/* line 650, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs.edh-compare-circle-stack, .edh-panel-group-split-full .edh-d3-graphs.edh-compare-circle-stack.edh-cm-tasks-panel {
  min-height: 1169px;
  min-width: 334px;
}
/* line 654, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs.edh-ra-graphs, .edh-panel-group-split-full .edh-d3-graphs.edh-ra-graphs.edh-cm-tasks-panel {
  min-height: 650px;
}
/* line 658, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-panel.edh-d3-graphs.edh-cm-graphs, .edh-panel-group-split-full .edh-d3-graphs.edh-cm-graphs.edh-cm-tasks-panel {
  min-height: 650px;
}
/* line 665, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > .edh-panel-group {
  flex: 1 0 0%;
  padding-left: 0;
}
/* line 671, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-item {
  position: relative;
}
/* line 676, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-arc-percent-icon {
  margin-left: 155px;
  margin-top: 155px;
  position: absolute;
}
/* line 682, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full .edh-arc-percent-icon:after {
  font-size: 15px;
  width: 22px;
  height: 22px;
  top: -2px;
}
/* line 691, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent, .edh-panel-group-split-full > div .edh-border-accent.edh-cm-tasks-panel {
  border-left-width: 15px;
  border-left-style: solid;
  border-bottom: 0px none;
  border-top: 0px none;
  /*Network management panels - side coloring */
}
/* line 699, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-core, .edh-panel-group-split-full > div .edh-border-accent.edh-core.edh-cm-tasks-panel {
  border-left-color: #9EC334;
}
/* line 700, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-leakage, .edh-panel-group-split-full > div .edh-border-accent.edh-leakage.edh-cm-tasks-panel {
  border-left-color: #ED1C24;
}
/* line 701, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-affiliated, .edh-panel-group-split-full > div .edh-border-accent.edh-affiliated.edh-cm-tasks-panel {
  border-left-color: #9DC044;
}
/* line 702, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-aco, .edh-panel-group-split-full > div .edh-border-accent.edh-aco.edh-cm-tasks-panel {
  border-left-color: #B3D45C;
}
/* line 703, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-special, .edh-panel-group-split-full > div .edh-border-accent.edh-special.edh-cm-tasks-panel {
  border-left-color: #FFD52D;
}
/* line 704, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-group-split-full > div .edh-panel.edh-border-accent.edh-excluded, .edh-panel-group-split-full > div .edh-border-accent.edh-excluded.edh-cm-tasks-panel {
  border-left-color: #F38084;
}

/* line 710, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group {
  flex-direction: column;
  min-width: 356px;
}
/* line 715, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
/* line 720, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group.edh-population-data {
  display: block;
}
/* line 725, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group:first-child > .edh-panel, .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group:first-child > .edh-cm-tasks-panel {
  height: 60px;
}
/* line 730, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group > .edh-panel-group {
  flex: none;
}
/* line 738, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .col-md-4 {
  padding-top: 45px;
}
/* line 745, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare .edh-panel-group .edh-panel.edh-d3-graphs.edh-d3-risk, .edh-dashboard-compare .edh-panel-group .edh-d3-graphs.edh-d3-risk.edh-cm-tasks-panel {
  min-height: 835px;
}
/* line 750, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare .edh-population-data {
  margin-right: 22px;
  margin-bottom: 22px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(210, 220, 236, 0.45);
}
/* line 757, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare .edh-population-data .edh-panel, .edh-dashboard-compare .edh-population-data .edh-cm-tasks-panel {
  margin: 0;
  box-shadow: none;
}
/* line 763, ../../../code/health/css/components/edh.dashboard.scss */
.edh-dashboard-compare .edh-population-data.edh-risk-population-data {
  margin-bottom: 0px;
}

/* line 772, ../../../code/health/css/components/edh.dashboard.scss */
.admin .edh-dashboard-container > .content-container {
  flex: 0 0 auto;
  margin: 22px;
}
/* line 778, ../../../code/health/css/components/edh.dashboard.scss */
.admin.dashboard-content-container {
  display: flex;
  flex-direction: column;
}

/* line 785, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graph {
  position: relative;
}

/* line 790, ../../../code/health/css/components/edh.dashboard.scss */
.edh-title-compare {
  position: relative;
  display: block;
  margin: 20px 0 21px 22px;
  color: #A2CB3A;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}

/* line 804, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data .edh-item {
  display: inline-block;
  margin-right: -4px;
}
/* line 809, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data .edh-panel, .edh-population-data .edh-cm-tasks-panel {
  height: 60px;
  min-width: 200px;
  padding: 0 0 0 15px;
}
/* line 816, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data .edh-label-group {
  margin-left: 13.75px;
}
/* line 825, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:first-child > .edh-panel:first-child .ed-person-icon, .edh-population-data > .edh-panel-group:first-child > .edh-cm-tasks-panel:first-child .ed-person-icon {
  color: #A2CB3A;
  border-color: #d2e69f;
}
/* line 831, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:first-child > .edh-panel:last-child .ed-person-icon, .edh-population-data > .edh-panel-group:first-child > .edh-cm-tasks-panel:last-child .ed-person-icon {
  color: #689FD5;
  border-color: #ccdef1;
}
/* line 837, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:first-child > .edh-panel > .patients-list-clickable, .edh-population-data > .edh-panel-group:first-child > .edh-cm-tasks-panel > .patients-list-clickable {
  cursor: pointer;
  color: white !important;
  background-color: #A2CB3A;
  border-color: #d2e69f;
  transition: .25s;
}
/* line 845, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:first-child > .edh-panel > .patients-list-clickable:hover, .edh-population-data > .edh-panel-group:first-child > .edh-cm-tasks-panel > .patients-list-clickable:hover {
  transition: .25s;
  background-color: white;
}
/* line 854, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:last-child > .edh-panel:first-child .ed-person-icon, .edh-population-data > .edh-panel-group:last-child > .edh-cm-tasks-panel:first-child .ed-person-icon {
  color: #615AA7;
  border-color: #c1bedc;
}
/* line 856, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:last-child > .edh-panel:first-child .ed-person-icon.patients-list-clickable, .edh-population-data > .edh-panel-group:last-child > .edh-cm-tasks-panel:first-child .ed-person-icon.patients-list-clickable {
  cursor: pointer;
  color: white !important;
  background-color: #A2CB3A;
  border-color: #d2e69f;
  transition: .25s;
}
/* line 864, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:last-child > .edh-panel:first-child .ed-person-icon.patients-list-clickable:hover, .edh-population-data > .edh-panel-group:last-child > .edh-cm-tasks-panel:first-child .ed-person-icon.patients-list-clickable:hover {
  transition: .25s;
  background-color: white;
}
/* line 870, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:last-child > .edh-panel:first-child .ed-person-icon.ru-ed-person-icon, .edh-population-data > .edh-panel-group:last-child > .edh-cm-tasks-panel:first-child .ed-person-icon.ru-ed-person-icon {
  color: #A2CB3A;
  border-color: #d2e69f;
}
/* line 879, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-panel-group:last-child > .edh-panel:last-child .ed-person-icon, .edh-population-data > .edh-panel-group:last-child > .edh-cm-tasks-panel:last-child .ed-person-icon {
  color: #1277a7;
  border-color: #64c2ee;
}
/* line 887, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-data > .edh-item {
  background-color: #FFFFFF;
}

/* line 893, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-title {
  margin-top: -1px;
  margin-bottom: 6px;
  color: #898989;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

/* line 902, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-count {
  color: #252525;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
/* line 909, ../../../code/health/css/components/edh.dashboard.scss */
.edh-population-count > .edh-sub-data {
  font-size: 17px;
}

/* line 915, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-graph {
  display: flex;
}
/* line 919, ../../../code/health/css/components/edh.dashboard.scss */
.edh-panel-graph .edh-panel, .edh-panel-graph .edh-cm-tasks-panel {
  padding: 0;
}

/* line 925, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-panel-wrapper {
  display: flex;
  padding: 22px;
  max-height: 720px;
  max-width: 100%;
}

/* line 932, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-panel-graph {
  display: flex;
  flex-grow: 1;
}
/* line 937, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-panel-graph .edh-panel, .edh-cm-panel-graph .edh-cm-tasks-panel {
  padding: 0;
}

/* line 943, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-panel-tasks {
  display: flex;
  flex-shrink: 1;
}
/* line 948, ../../../code/health/css/components/edh.dashboard.scss */
.edh-cm-panel-tasks .edh-panel, .edh-cm-panel-tasks .edh-cm-tasks-panel {
  padding: 0;
}

/* line 954, ../../../code/health/css/components/edh.dashboard.scss */
.edh-content {
  display: flex;
  flex-direction: column;
  background-color: #DFEAF7;
  background-color: #1F253D;
}
/* line 961, ../../../code/health/css/components/edh.dashboard.scss */
.edh-content > .edh-section:last-child:not(.edh-footer-banner) {
  flex: 1 0 0%;
  position: relative;
  z-index: -1;
}

/* line 969, ../../../code/health/css/components/edh.dashboard.scss */
.edh-d3-graphs {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}
/* line 975, ../../../code/health/css/components/edh.dashboard.scss */
.edh-d3-graphs .d3-graph {
  flex: 1 0 0%;
}
/* line 980, ../../../code/health/css/components/edh.dashboard.scss */
.edh-d3-graphs input[type="radio"].ed-input {
  width: 110px;
  cursor: pointer;
}

/* line 987, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graph-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 0%;
  padding: 66px 4% 1% 4%;
}

/* line 994, ../../../code/health/css/components/edh.dashboard.scss */
.edh-landing-task-container {
  display: flex;
  flex-wrap: wrap;
  flex: 0.2 0 0%;
  padding-bottom: 10%;
}

/* line 1001, ../../../code/health/css/components/edh.dashboard.scss */
.edh-task-list-container {
  height: 440px;
  overflow: auto;
}
/* line 1006, ../../../code/health/css/components/edh.dashboard.scss */
.edh-task-list-container .edh-loading-screen {
  background-color: transparent;
}

@-moz-document url-prefix() {
  /* line 1012, ../../../code/health/css/components/edh.dashboard.scss */
  .edh-graph-container {
    overflow-y: auto;
  }
}
/* line 1020, ../../../code/health/css/components/edh.dashboard.scss */
.edh-d3-graphs .edh-graphs-container-gender {
  height: 55%;
}
/* line 1025, ../../../code/health/css/components/edh.dashboard.scss */
.edh-d3-graphs .edh-race-groups {
  margin-bottom: -75px;
}

/* line 1032, ../../../code/health/css/components/edh.dashboard.scss */
.edh-loading-dots .edh-loading-dots-margin {
  top: 30%;
}

/* line 1037, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graphs-container {
  display: flex;
  flex: 1 0 0;
  margin: 0;
  padding: 0;
}
/* line 1044, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graphs-container > div .edh-show-details-row {
  float: right;
}
/* line 1049, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graphs-container.edh-ra-tab-shown {
  margin-top: 70px;
}
/* line 1053, ../../../code/health/css/components/edh.dashboard.scss */
.edh-graphs-container.edh-cm-tab-shown {
  margin-top: 22px;
}

/* line 1059, ../../../code/health/css/components/edh.dashboard.scss */
.edh-main.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 1, ../../../code/health/css/d3/edh.d3.scss */
.d3-line {
  stroke: #E0E0DF;
  stroke-width: 2;
}

/* line 7, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  position: relative;
}

/* line 12, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  display: block;
}

/* line 15, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  width: 100%;
}

/* line 18, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  color: #898989;
}

/* line 21, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 24, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-label {
  font-size: 18px;
}

/* line 26, ../../../code/health/css/d3/edh.d3.scss */
.edh-d3-value {
  font-size: 25px;
}

/* line 3, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-arc-container {
  margin-left: 50%;
  display: flex;
  justify-content: center;
}

/* line 10, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arc {
  display: block;
  margin: 0 auto;
}

/* line 18, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-metrics svg:not(:root) {
  overflow: visible;
}

/* line 24, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-label {
  fill: #464646;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 31, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-label .d3-meter-label-percent {
  font-size: 1.25rem;
  font-weight: bold;
}

/* line 38, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-label-bold {
  font-weight: bold;
}

/* line 43, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-column {
  width: 48%;
  padding-left: 0px;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: default;
}
/* line 51, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-column.l {
  float: left;
}
/* line 56, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-column.r {
  float: right;
}

/* line 62, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-column-center {
  margin-left: 25%;
}
/* line 66, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-column-center .edh-values-column-help {
  cursor: help;
  margin-right: 0;
  bottom: 4px;
  float: none;
}

/* line 75, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 10px;
  margin-top: 5px;
}

/* line 83, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-arc-titles {
  text-align: left;
  padding: 15px 15px 15px 15px;
  color: #428BCA;
  font-size: 14px;
}

/* line 91, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-values-container {
  background-color: #E5ECF8;
  margin-bottom: 10px;
  line-height: 45px;
  cursor: pointer;
}

/* line 99, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-arc-values-lg {
  font-size: 30px;
  font-family: "Arimo", Arial, sans-serif;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 107, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-arc-values-sm {
  font-size: 18px;
  font-family: "Arimo", Arial, sans-serif;
  margin-bottom: 10px;
  padding-left: 18px;
  vertical-align: middle;
  border-left-style: ridge;
  border-left-color: black;
  border-left-width: 1px;
}

/* line 119, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overview-arc-container.col-lg-3 {
  width: 400px;
  padding: 50px 0px 0px 0px;
}

/* line 125, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overall-test-arc-container {
  min-width: 450px;
  float: left;
}
/* line 130, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overall-test-arc-container .edh-total-metric-patients {
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
  color: rgba(21, 29, 56, 0.4);
  display: inline-block;
}
/* line 141, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overall-test-arc-container .edh-total-metric-patients .edh-total-patient-count {
  color: #428BCA;
  font-size: 1.5rem;
  margin-top: -3px;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 153, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-test-arc-container {
  width: 450px;
  margin-top: 50px;
  float: left;
}

/* line 160, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-arc {
  stroke: #FBFBFB;
  stroke-width: 3px;
  cursor: pointer;
}

/* line 167, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-overview {
  stroke-width: 4px;
}

/* line 172, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-notSeen {
  stroke-width: 0px;
}

/* line 183, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-inverse path.d3-meter-overall:first-child {
  fill: #C94044;
}
/* line 188, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-inverse path.d3-meter-overall:last-child {
  fill: #AFD15B;
}

/* line 200, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overall:first-child {
  fill: #AFD15B;
}
/* line 205, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overall:last-child {
  fill: #C94044;
}
/* line 213, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-levels:nth-child(1) {
  fill: #AFD15B;
}
/* line 214, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-levels:nth-child(2) {
  fill: #FFD52D;
}
/* line 215, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-levels:nth-child(3) {
  fill: #C94044;
}
/* line 216, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-levels:nth-child(4) {
  fill: #C2C2C1;
}
/* line 221, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(1) {
  fill: #769D3E;
}
/* line 222, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(2) {
  fill: #9DC044;
}
/* line 223, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(3) {
  fill: #B3D45C;
}
/* line 224, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(4) {
  fill: #FFD52D;
}
/* line 225, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(5) {
  fill: #F38084;
}
/* line 226, ../../../code/health/css/d3/edh.d3.arc.scss */
path.d3-meter-overview:nth-child(6) {
  fill: #C83E42;
}

/* line 232, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(1) .d3-meter-notest:nth-child(1) {
  fill: #F38084;
}
/* line 233, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(1) .d3-meter-notest:nth-child(2) {
  fill: #C94044;
}
/* line 234, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(2) .d3-meter-notest:nth-child(1) {
  fill: #FFD52D;
}
/* line 236, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(1) .d3-meter-notSeen {
  fill: #FFD52D;
}
/* line 237, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(2) .d3-meter-notSeen {
  fill: #DAB229;
}
/* line 238, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(3) .d3-meter-notSeen {
  fill: #F38084;
}
/* line 239, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(4) .d3-meter-notSeen {
  fill: #C83E42;
}
/* line 240, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-arcs:nth-child(5) .d3-meter-notSeen {
  fill: #615AA7;
}

/* line 244, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-arc-graphs {
  display: flex;
  justify-content: center;
  flex: 1 0 0%;
}

/* line 251, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-empty-arc {
  stroke: #CCCCCC;
  stroke-width: 1;
  fill: white;
}

/* line 257, ../../../code/health/css/d3/edh.d3.arc.scss */
.d3-meter-percent-label {
  font-size: 32px;
  fill: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* line 265, ../../../code/health/css/d3/edh.d3.arc.scss */
.ed-confirm .d3-meter-percent-label {
  fill: black;
}

/* line 270, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overall-test-arc-container .ed-confirm .d3-meter-percent-label {
  fill: #AFD15B;
}

/* line 274, ../../../code/health/css/d3/edh.d3.arc.scss */
.edh-overall-test-arc-container .d3-meter-percent-label {
  fill: #C83E42;
}

/* line 1, ../../../code/health/css/d3/edh.d3.axis.scss */
.d3-container-axis {
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

/* line 8, ../../../code/health/css/d3/edh.d3.axis.scss */
.d3-axis > .domain,
.d3-axis line {
  stroke: #428BCA;
  opacity: 0.2;
}
/* line 15, ../../../code/health/css/d3/edh.d3.axis.scss */
.d3-axis.d3-axis-hide-tick-lines .tick > line {
  stroke: transparent;
  stroke-width: 0;
}
/* line 21, ../../../code/health/css/d3/edh.d3.axis.scss */
.d3-axis.d3-axis-hide-display {
  display: none;
}

/* line 27, ../../../code/health/css/d3/edh.d3.axis.scss */
.d3-goalline {
  stroke: black;
  stroke-width: 3;
}

/* line 3, ../../../code/health/css/d3/edh.d3.bar.scss */
.d3-bar .d3-line {
  stroke-width: 2;
}
/* line 8, ../../../code/health/css/d3/edh.d3.bar.scss */
.d3-bar .d3-text {
  cursor: default;
  fill: #FFFFFF;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 15px;
}
/* line 16, ../../../code/health/css/d3/edh.d3.bar.scss */
.d3-bar .d3-bar-group > .d3-text:last-child {
  fill: #428BCA;
}

/* line 22, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container {
  border-top: 1px dotted #E0E0DF;
  padding-top: 11px;
  overflow: auto;
}
/* line 30, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container:not(.edh-bar-graph-detailed) .d3-text {
  fill: transparent;
}
/* line 35, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container:not(.edh-bar-graph-detailed) .d3-bar .d3-bar-group > .d3-text:last-child {
  fill: transparent;
}
/* line 40, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container:not(.edh-bar-graph-detailed) .d3-line {
  stroke-width: 0;
}

/* line 49, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #FFD52D;
}
/* line 50, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red .d3-bar .d3-bar-group:nth-child(2) .d3-rect {
  fill: #C83E42;
}
/* line 52, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red .d3-bar .d3-line {
  stroke: #FFD52D;
}
/* line 53, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red .d3-bar .d3-bar-group:nth-child(2) .d3-line {
  stroke: #C83E42;
}

/* line 58, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red.edh-hide-near .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #C83E42;
}
/* line 59, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red.edh-hide-near .d3-bar .d3-line {
  stroke: #C83E42;
}

/* line 62, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red.edh-hide-past .d3-bar .d3-bar-group:nth-child(2) {
  display: none;
}

/* line 67, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-red.edh-hide-past.edh-hide-near .d3-bar .d3-bar-group:first-child {
  display: none;
}

/* line 76, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-red > div:nth-child(-n+2) .d3-bar .d3-bar-group .d3-rect {
  fill: #FFD52D;
}
/* line 77, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-red > div:nth-child(-n+2) .d3-bar .d3-line {
  stroke: #FFD52D;
}
/* line 82, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-red > div:nth-child(n+3) .d3-bar .d3-bar-group .d3-rect {
  fill: #C83E42;
}
/* line 83, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-red > div:nth-child(n+3) .d3-bar .d3-line {
  stroke: #C83E42;
}

/* line 89, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #FFD52D;
}
/* line 90, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange .d3-bar .d3-bar-group:nth-child(2) .d3-rect {
  fill: #F26522;
}
/* line 92, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange .d3-bar .d3-line {
  stroke: #FFD52D;
}
/* line 93, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange .d3-bar .d3-bar-group:nth-child(2) .d3-line {
  stroke: #F26522;
}

/* line 98, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange.edh-hide-near .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #F26522;
}
/* line 99, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange.edh-hide-near .d3-bar .d3-line {
  stroke: #F26522;
}

/* line 102, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange.edh-hide-past .d3-bar .d3-bar-group:nth-child(2) {
  display: none;
}

/* line 107, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow-orange.edh-hide-past.edh-hide-near .d3-bar .d3-bar-group:first-child {
  display: none;
}

/* line 116, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-orange > div:nth-child(-n+2) .d3-bar .d3-bar-group .d3-rect {
  fill: #FFD52D;
}
/* line 117, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-orange > div:nth-child(-n+2) .d3-bar .d3-line {
  stroke: #FFD52D;
}
/* line 122, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-orange > div:nth-child(n+3) .d3-bar .d3-bar-group .d3-rect {
  fill: #F26522;
}
/* line 123, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-gaps-breakdown.edh-color-yellow-orange > div:nth-child(n+3) .d3-bar .d3-line {
  stroke: #F26522;
}

/* line 129, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-pink .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #F38084;
}
/* line 130, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-pink .d3-bar .d3-bar-group:nth-child(2) .d3-rect {
  fill: #C83E42;
}
/* line 132, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-pink .d3-bar .d3-line {
  stroke: #F38084;
}
/* line 133, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-pink .d3-bar .d3-bar-group:nth-child(2) .d3-line {
  stroke: #C83E42;
}

/* line 138, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow .d3-bar .d3-bar-group .d3-rect {
  stroke: #FFD52D;
}
/* line 139, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow .d3-bar .d3-bar-group:first-child .d3-rect {
  fill: #FFD52D;
}
/* line 140, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow .d3-bar .d3-bar-group:nth-child(2) .d3-rect {
  fill: #DAB229;
}
/* line 142, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow .d3-bar .d3-line {
  stroke: #FFD52D;
}
/* line 143, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-color-yellow .d3-bar .d3-bar-group:nth-child(2) .d3-line {
  stroke: #DAB229;
}

/* line 146, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container .d3-bar {
  padding: 6px 11px 6px 11px;
  border-radius: 6px;
  background: #f7f9fd;
}

/* line 153, ../../../code/health/css/d3/edh.d3.bar.scss */
.edh-bar-graph-container.edh-gaps-breakdown svg {
  background: none;
}

/* line 1, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack {
  /* Mouse cursors as pointers for Population Gender (Male, Female, Unknown) circles */
}
/* line 3, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack svg {
  fill: rgba(255, 255, 255, 0);
}
/* line 8, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack .d3-node {
  fill-opacity: .25;
  cursor: pointer;
}
/* line 14, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack .d3-leaf {
  fill-opacity: 1;
}
/* line 20, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack:nth-child(1) .d3-node {
  fill: #689FD5;
}
/* line 21, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack:nth-child(2) .d3-node {
  fill: #615AA7;
}
/* line 22, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.d3-circle-pack:nth-child(3) .d3-node {
  fill: #1277a7;
}

/* line 29, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.edh-population-insurance > .d3-circle-pack .d3-node {
  fill: #A2CB3A;
  stroke: #84a62c;
  stroke-width: 1px;
}
/* line 36, ../../../code/health/css/d3/edh.d3.circle.packs.scss */
.edh-population-insurance > .d3-circle-pack .d3-parent {
  fill-opacity: 0.3;
  stroke-opacity: 0.4;
}

/* line 2, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.d3-stacked-circle > .d3-leaf:nth-child(1) {
  fill: #689FD5;
}

/* Mouse cursors as pointers for Population Age (Male, Female, Unknown) circles */
/* line 5, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.d3-stacked-circle > .d3-leaf:nth-child(2) {
  fill: #689FD5;
  cursor: pointer;
}

/* line 6, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.d3-stacked-circle > .d3-leaf:nth-child(3) {
  fill: #615AA7;
  cursor: pointer;
}

/* line 7, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.d3-stacked-circle > .d3-leaf-unknown {
  fill: #1277a7;
  cursor: pointer;
}

/* line 8, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.hidden_circle {
  visibility: hidden;
}

/* line 10, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.edh-graph-container.edh-race .d3-stacked-circle > .d3-leaf:nth-child(2) {
  fill: #A2CB3A;
}

/* line 11, ../../../code/health/css/d3/edh.d3.circle.stacks.scss */
.edh-graph-container.edh-insurance .d3-stacked-circle > .d3-leaf:nth-child(2) {
  fill: #A2CB3A;
}

/* line 5, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points .d3-point-set line {
  stroke-width: 2px;
  opacity: 0.5;
}

/* line 19, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points:not(.d3-points-overview) .d3-point-set:nth-last-child(1) line {
  stroke: #A2CB3A;
  stroke-width: 1px;
  opacity: 0.5;
}
/* line 26, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points:not(.d3-points-overview) .d3-point-set:nth-last-child(1) > .d3-point {
  fill: #428BCA;
  r: 6px;
  stroke: #428BCA;
  stroke-width: 7;
  stroke-opacity: 0.4;
}

/* line 40, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-linegraph-hide-first-last > g.d3-point-set:nth-child(1) {
  display: none;
}
/* line 44, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-linegraph-hide-first-last > g.d3-point-set:nth-child(2) > line {
  display: none;
}
/* line 48, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-linegraph-hide-first-last > g.d3-point-set:nth-child(3) {
  display: none;
}

/* line 55, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.remove-clickthrough-style .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* Remove "clickthrough" styling for RU graph */
/* line 62, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-1 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 67, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-2 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 72, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-3 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 77, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-4 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 82, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-5 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 87, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-6 .d3-point-set:nth-last-child(1) > .d3-point {
  stroke: none;
  cursor: default;
}

/* line 93, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set {
  /* Resource Utilization */
  /* Patient Profile Trending */
}
/* line 95, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points {
  /* default color */
}
/* line 102, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points:nth-child(n) .d3-point-set > .d3-point {
  fill: #A2CB3A;
}
/* line 106, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points:nth-child(n) .d3-point-set line {
  stroke: #A2CB3A;
}
/* line 117, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-1 .d3-point-set > .d3-point {
  fill: #A2CB3A;
}
/* line 121, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-1 .d3-point-set line {
  stroke: #A2CB3A;
}
/* line 132, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-2 .d3-point-set > .d3-point {
  fill: #689FD5;
}
/* line 136, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-2 .d3-point-set line {
  stroke: #689FD5;
}
/* line 146, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-3 .d3-point-set > .d3-point {
  fill: #615AA7;
}
/* line 150, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-3 .d3-point-set line {
  stroke: #615AA7;
}
/* line 160, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-4 .d3-point-set > .d3-point {
  fill: #1277a7;
}
/* line 164, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-4 .d3-point-set line {
  stroke: #1277a7;
}
/* line 174, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-5 .d3-point-set > .d3-point {
  fill: #FFD52D;
}
/* line 178, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-5 .d3-point-set line {
  stroke: #FFD52D;
}
/* line 188, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-6 .d3-point-set > .d3-point {
  fill: #DAB229;
}
/* line 192, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.ed-option-selected-6 .d3-point-set line {
  stroke: #DAB229;
}
/* line 204, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-1 .d3-point-set > .d3-point {
  fill: #347fbe;
}
/* line 208, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-1 .d3-point-set line {
  stroke: #347fbe;
}
/* line 219, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-2 .d3-point-set > .d3-point {
  fill: #f26522;
}
/* line 223, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-2 .d3-point-set line {
  stroke: #f26522;
}
/* line 233, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-3 .d3-point-set > .d3-point {
  fill: #33CCCC;
}
/* line 237, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-3 .d3-point-set line {
  stroke: #33CCCC;
}
/* line 247, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-4 .d3-point-set > .d3-point {
  fill: #C33F80;
}
/* line 251, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-4 .d3-point-set line {
  stroke: #C33F80;
}
/* line 261, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-5 .d3-point-set > .d3-point {
  fill: #009900;
}
/* line 265, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-5 .d3-point-set line {
  stroke: #009900;
}
/* line 275, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-6 .d3-point-set > .d3-point {
  fill: #F56EA4;
}
/* line 279, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-resource-util-point-6 .d3-point-set line {
  stroke: #F56EA4;
}
/* line 291, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-profile-trend-line-1 .d3-point-set > .d3-point {
  fill: #689FD5;
}
/* line 295, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-profile-trend-line-1 .d3-point-set line {
  stroke: #689FD5;
}
/* line 305, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-profile-trend-line-2 .d3-point-set > .d3-point {
  fill: #DAB229;
}
/* line 309, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points-set .d3-points.edh-color-profile-trend-line-2 .d3-point-set line {
  stroke: #DAB229;
}

/* line 319, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points > .d3-fill {
  fill: #A2CB3A;
  opacity: 0.15;
}
/* line 325, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-points > .d3-point-set:last-child > .d3-point {
  cursor: pointer;
}

/* line 335, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-points > .d3-point-set:last-child > .d3-point {
  cursor: default;
  stroke-width: 0px;
}
/* line 348, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-core > .d3-point-set line {
  stroke: #769D3E;
}
/* line 349, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-core > .d3-point-set > .d3-point {
  fill: #769D3E;
}
/* line 357, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-affiliated > .d3-point-set line {
  stroke: #9DC044;
}
/* line 358, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-affiliated > .d3-point-set > .d3-point {
  fill: #9DC044;
}
/* line 366, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-aco > .d3-point-set line {
  stroke: #B3D45C;
}
/* line 367, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-aco > .d3-point-set > .d3-point {
  fill: #B3D45C;
}
/* line 375, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-special > .d3-point-set line {
  stroke: #FFD52D;
}
/* line 376, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-special > .d3-point-set > .d3-point {
  fill: #FFD52D;
}
/* line 384, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-excluded > .d3-point-set line {
  stroke: #F38084;
}
/* line 385, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-excluded > .d3-point-set > .d3-point {
  fill: #F38084;
}
/* line 393, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-leakage > .d3-point-set line {
  stroke: #C83E42;
}
/* line 394, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-network-management .d3-points-set .d3-point-set-leakage > .d3-point-set > .d3-point {
  fill: #C83E42;
}

/* line 404, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-points > .d3-point-set:last-child > .d3-point {
  cursor: pointer;
  stroke-opacity: 0.5;
  stroke-width: 10px;
}
/* line 416, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-0 > .d3-point-set line {
  stroke: #3E378D;
}
/* line 417, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-0 > .d3-point-set > .d3-point {
  fill: #3E378D;
  stroke: #3E378D;
}
/* line 429, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-1000 > .d3-point-set line {
  stroke: #7C9C3D;
}
/* line 430, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-1000 > .d3-point-set > .d3-point {
  fill: #7C9C3D;
  stroke: #7C9C3D;
}
/* line 442, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-2000 > .d3-point-set line {
  stroke: #E3B723;
}
/* line 443, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-2000 > .d3-point-set > .d3-point {
  fill: #E3B723;
  stroke: #E3B723;
}
/* line 455, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-3000 > .d3-point-set line {
  stroke: #F26523;
}
/* line 456, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-3000 > .d3-point-set > .d3-point {
  fill: #F26523;
  stroke: #F26523;
}
/* line 468, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-4000 > .d3-point-set line {
  stroke: #AD1F23;
}
/* line 469, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-4000 > .d3-point-set > .d3-point {
  fill: #AD1F23;
  stroke: #AD1F23;
}
/* line 481, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-5000 > .d3-point-set line {
  stroke: #521011;
}
/* line 482, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-risk-trending .d3-points-set .d3-point-set-risk-severity-5000 > .d3-point-set > .d3-point {
  fill: #521011;
  stroke: #521011;
}

/* line 493, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph-container text {
  font-size: 14pt;
}

/* line 499, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-variation-graph {
  max-height: 600px;
}

/* Main CV Graph */
/* line 507, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set text.d3-label, .edh-variation-graph.d3-points-set text.d3-label {
  font-size: 12pt;
  stroke-width: 1;
}
/* line 515, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set > svg > .d3-points > .d3-point-set:last-child > .d3-point, .edh-variation-graph.d3-points-set > svg > .d3-points > .d3-point-set:last-child > .d3-point {
  cursor: default;
  stroke-opacity: 1;
}
/* line 523, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point, .edh-variation-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point {
  fill: #6ECFF6;
}
/* line 527, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.out-of-network, .edh-variation-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.out-of-network {
  fill: #ED1C24;
}
/* line 532, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.selected, .edh-variation-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.selected {
  fill: #615BA8;
}
/* line 537, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.you, .edh-variation-graph.d3-points-set > svg > .d3-points > .d3-point-set > .d3-point.you {
  fill: #F7941D;
  stroke: #F7941D;
  stroke-opacity: 0.5;
  stroke-width: 10px;
}

/* Trending CV Graph */
/* line 554, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-line {
  stroke: #6ECFF6;
}
/* line 558, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-line.selected {
  stroke: #615BA8;
}
/* line 563, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-line.user {
  stroke: #F7941D;
}
/* line 569, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-point {
  fill: #6ECFF6;
}
/* line 573, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-point.selected {
  fill: #615BA8;
}
/* line 578, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set > .d3-point.user {
  fill: #F7941D;
}
/* line 585, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.edh-cv-graph > .d3-container > .d3-points-set > .d3-points > .d3-point-set:last-child > .d3-point {
  cursor: default;
  stroke-width: 0px;
}

/* line 594, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.invisibleGraph .d3-line {
  stroke: transparent;
}
/* line 595, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.invisibleGraph .d3-point {
  fill: transparent;
}

/* line 598, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
    Guidelines For Graphs
    Defaults to purple, dashed line
    Additional classes to override color
*/
/* line 615, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-guideline line {
  stroke: #615AA7;
  stroke-width: 2px;
  stroke-dasharray: 7,7;
}
/* line 622, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-guideline text {
  fill: none;
  stroke: #000000;
  font-size: 18px;
  font-family: "Open Sans Light", Arial, sans-serif;
  letter-spacing: 2px;
  opacity: 0.7;
  text-anchor: start;
}

/* line 635, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-guideline.d3-guideline-black line {
  stroke: #252525;
}

/* line 639, ../../../code/health/css/d3/edh.d3.line.graph.scss */
.d3-guideline.d3-guideline-red line {
  stroke: #980000;
}

/* line 1, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
svg:not(:root).edh-colored-circle-packs {
  overflow: visible;
  position: absolute;
  top: 22%;
  left: 20%;
  color: red;
}

/* line 10, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  -webkit-transition: fill-opacity .25s;
  transition: fill-opacity .25s;
}

/* line 15, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
svg:not(:root).edh-cm-colored-circle-packs {
  overflow: visible;
  position: absolute;
  top: 30%;
  left: 20%;
  color: red;
  min-width: 150%;
}

/* line 25, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  transition: fill-opacity .25s;
}

/* line 30, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-title {
  font-size: 22px;
  margin-bottom: 18px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

/* line 36, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-tooltip {
  width: 300px;
}

/* line 40, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-tooltip-container {
  width: 14%;
  float: right;
  margin-left: 15px;
}

/* line 46, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-tooltip-container.edh-color-circle-border-container {
  border-right: 2px solid #EBEAEB;
  float: left;
  margin-left: 0px;
  width: 80%;
  padding-right: 20px;
}

/* line 54, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-tooltip-container .edh-color-circle-label {
  text-align: right;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 17px;
}

/* line 60, ../../../code/health/css/d3/edh.d3.colored.circle.packs.scss */
.d3-tip .edh-color-circle-tooltip-container .edh-color-circle-value {
  text-align: left;
  font-size: 18px;
  margin-bottom: 12px;
}

/* line 1, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.d3-speedometer {
  display: block;
  margin: 0 auto;
}

/* line 6, ../../../code/health/css/d3/edh.d3.speedometer.scss */
path {
  cursor: pointer;
}

/* line 11, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.d3-empty-arc {
  stroke: #CCCCCC;
  stroke-width: 1;
  fill: white;
}

/* line 17, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.speedometer-label {
  fill: black;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
/* line 23, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.speedometer-label.d3-meter-ratio-text {
  font-size: 32px;
}
/* line 27, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.speedometer-label.d3-meter-minimum-text,
.speedometer-label .d3-meter-maximum-text,
.speedometer-label .d3-goal-text {
  font-size: 15px;
}

/* line 34, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.d3-passed-metric {
  fill: #AFD15B;
}

/* line 38, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.d3-failed-metric {
  fill: #C94044;
}

/* line 42, ../../../code/health/css/d3/edh.d3.speedometer.scss */
.d3-goal-line {
  stroke: black;
  stroke-width: 3;
}

/* line 3, ../../../code/health/css/components/edh.accordian.scss */
#accordion .panel {
  background-color: transparent;
}
/* line 8, ../../../code/health/css/components/edh.accordian.scss */
#accordion .panel-default {
  border: 0;
}
/* line 12, ../../../code/health/css/components/edh.accordian.scss */
#accordion .panel-default > .panel-heading {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  padding-bottom: 10px;
}
/* line 23, ../../../code/health/css/components/edh.accordian.scss */
#accordion .panel-default > .panel-collapse > .panel-body {
  border: 0;
}
/* line 30, ../../../code/health/css/components/edh.accordian.scss */
#accordion h4 {
  margin-top: 0;
  outline: none;
  cursor: pointer;
  color: #1277a7;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
}
/* line 41, ../../../code/health/css/components/edh.accordian.scss */
#accordion h4.no-border {
  border-bottom: 0;
}
/* line 52, ../../../code/health/css/components/edh.accordian.scss */
#accordion h4 .accordion-toggle .section-header-icon.section-open:before {
  background-position: bottom left;
}
/* line 60, ../../../code/health/css/components/edh.accordian.scss */
#accordion h4 .accordion-toggle .section-header-icon.section-close:before {
  background-position: top left;
}
/* line 66, ../../../code/health/css/components/edh.accordian.scss */
#accordion h4 .accordion-toggle .section-header-icon:before {
  content: '';
  background-image: url("../images/bullet.64524cfc.jpg");
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 21px;
}
/* line 83, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-accordion-content-active {
  border-bottom: 1px solid #DCDBDB;
}
/* line 88, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-accordion-header {
  margin-top: 0;
  outline: none;
  cursor: pointer;
  color: #1277a7;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
}
/* line 99, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-accordion-header.no-border {
  border-bottom: 0;
}
/* line 105, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-accordion-header-icon {
  background-image: url("../images/bullet.64524cfc.jpg");
  background-position: top left;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 21px;
}
/* line 117, ../../../code/health/css/components/edh.accordian.scss */
#accordion .title {
  display: inline-block;
  line-height: 21px;
  vertical-align: middle;
}
/* line 124, ../../../code/health/css/components/edh.accordian.scss */
#accordion .total {
  margin-left: 10px;
  font-size: 14px;
  color: #000;
}
/* line 131, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-state-active {
  border-bottom: 0;
}
/* line 135, ../../../code/health/css/components/edh.accordian.scss */
#accordion .ui-state-active .ui-accordion-header-icon {
  background-position: bottom left;
}

/* line 142, ../../../code/health/css/components/edh.accordian.scss */
.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
  text-decoration: none;
}

/* line 1, ../../../code/health/css/components/edh.banners.scss */
.edh-banner {
  position: relative;
  height: 90px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px rgba(210, 220, 236, 0.45);
}
/* line 8, ../../../code/health/css/components/edh.banners.scss */
.edh-banner .edh-item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  margin-left: 22px;
}
/* line 15, ../../../code/health/css/components/edh.banners.scss */
.edh-banner .edh-welcome {
  position: relative;
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  margin-bottom: 20px;
  margin-right: 14px;
}
/* line 22, ../../../code/health/css/components/edh.banners.scss */
.edh-banner .edh-welcome:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -22px;
  height: 24px;
  width: 1px;
  background-color: #615AA7;
}
/* line 33, ../../../code/health/css/components/edh.banners.scss */
.edh-banner .ed-close {
  position: absolute;
  top: 38px;
  right: 22px;
}
/* line 39, ../../../code/health/css/components/edh.banners.scss */
.edh-banner:before {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* line 49, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner {
  height: 140px;
  background-color: #FFFFFF;
  box-shadow: 0 -2px 2px rgba(210, 220, 236, 0.45);
}
/* line 55, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-item {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}
/* line 62, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-line {
  position: relative;
  display: block;
}
/* line 68, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner > .container-fluid {
  height: 100%;
}
/* line 73, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-logo-text {
  margin-left: 22px;
  margin-right: 22px;
}
/* line 78, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-footer-banner-text {
  font-family: "Open Sans", Arial, sans-serif;
}
/* line 82, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-footer-banner-text .edh-line {
  line-height: 1;
}
/* line 86, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-footer-banner-text .edh-line:first-child {
  color: #615AA7;
  margin-bottom: 11px;
  font-size: 22px;
}
/* line 93, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-footer-banner-text .edh-line:last-child {
  color: #898989;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 101, ../../../code/health/css/components/edh.banners.scss */
.edh-footer-banner .edh-footer-banner-text:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: -23.5px;
  height: 96px;
  width: 1px;
  background-color: #aec2e1;
}

/* line 113, ../../../code/health/css/components/edh.banners.scss */
.edh-banner-item {
  display: inline-block;
  margin-right: -4px;
}

/* line 1, ../../../code/health/css/components/edh.buttons.scss */
.ed-tab.edh-button.edh-button-reset {
  float: left;
  width: 84px;
  margin-left: 15px;
}
/* line 7, ../../../code/health/css/components/edh.buttons.scss */
.ed-tab.edh-button.edh-button-reset .ed-content {
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 13, ../../../code/health/css/components/edh.buttons.scss */
.edh-button-filters {
  height: 32px;
  font-family: "Arimo Bold", Arial, sans-serif;
  font-size: 12px;
  color: #428BCA;
  background-image: linear-gradient(white, #FBF2F1);
  margin-top: -10px;
  margin-right: 22px;
  border-color: #D3E1F2;
  font-weight: normal;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #E0E0DF;
  text-transform: uppercase;
  padding: 4px 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  outline: none;
}

/* Network Management / Metrics - dropdown with checkboxes */
/* line 2, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown {
  @extends : .ed-select;
  position: relative;
  /* Resource Utilization  - Max 6 lines */
  /* Risk Scores */
}
/* line 7, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown input .edh-trending-checkbox {
  position: relative;
  float: left;
}
/* line 12, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown input .edh-trending-checkbox:before {
  content: "";
  width: 32px;
  height: 32px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 4px;
  margin-top: 0px;
  margin-left: -10px;
  padding: 7px 1px;
}
/* line 26, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown input .edh-trending-checkbox:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #428BCA;
  text-align: center;
  line-height: 16px;
  width: 32px;
  height: 32px;
  background: white;
  position: absolute;
  border: 1px solid #428BCA;
  border-radius: 4px;
  margin-top: 0px;
  margin-left: -10px;
  padding: 7px 1px;
}
/* line 47, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container {
  max-height: 500px;
  padding-bottom: 10px;
}
/* line 54, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container > .ed-option .blockSpan {
  display: block;
  width: 100%;
  min-width: 300px;
}
/* line 60, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container > .ed-option .blockSpan .edh-legend-dot {
  float: none;
  display: inline-block;
}
/* line 66, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container > .ed-option .blockSpan .edh-ccd-service-dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
/* line 74, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container > .ed-option .blockSpan .edh-legend-dot-hidden {
  visibility: hidden;
}
/* line 79, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown > .ed-option-container > .ed-option .blockSpan .ed-text {
  vertical-align: middle;
}
/* line 89, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(1) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #769D3E;
}
/* line 90, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(2) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #9DC044;
}
/* line 91, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(3) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #B3D45C;
}
/* line 92, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(4) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #FFD52D;
}
/* line 93, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(5) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #F38084;
}
/* line 94, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-network-management-group-selection > .ed-option-container > .ed-option:nth-child(6) > .blockSpan > .edh-checkbox-label > .edh-legend-dot {
  background-color: #C83E42;
}
/* line 99, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option.ed-locked-selection {
  cursor: not-allowed;
}
/* line 101, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option.ed-locked-selection input {
  cursor: not-allowed;
}
/* line 104, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option .blockSpan > input:not(:checked) + .edh-checkbox-label > .edh-legend-dot {
  visibility: hidden;
}
/* line 109, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-1 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #A2CB3A;
}
/* line 113, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-2 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #689FD5;
}
/* line 117, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-3 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #615AA7;
}
/* line 121, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-4 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #1277a7;
}
/* line 125, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-5 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #FFD52D;
}
/* line 129, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics > .ed-option-container > .ed-option-selected-6 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #DAB229;
}
/* line 136, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-1 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #347fbe;
}
/* line 140, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-2 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #f26522;
}
/* line 144, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-3 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #33CCCC;
}
/* line 148, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-4 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #C33F80;
}
/* line 152, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-5 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #009900;
}
/* line 156, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-resource-util > .ed-option-container > .edh-color-resource-util-point-6 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #F56EA4;
}
/* line 163, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-0 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #3E378D;
}
/* line 167, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-1000 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #7C9C3D;
}
/* line 171, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-2000 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #E3B723;
}
/* line 175, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-3000 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #F26523;
}
/* line 179, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-4000 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #AD1F23;
}
/* line 183, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-risk-dropdown > .ed-option-container > .edh-risk-severity-5000 > .blockSpan > input:checked + .edh-checkbox-label > .edh-legend-dot {
  background-color: #521011;
}

/* line 189, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics .ed-option-container {
  left: auto;
  right: 0px;
}
/* line 194, ../../../code/health/css/components/edh.check.dropdown.scss */
.ed-check-dropdown.edh-metrics .ed-option-container > .ed-option {
  padding: 0 44px 0 20px;
}

/* line 201, ../../../code/health/css/components/edh.check.dropdown.scss */
div .edh-checkbox-label {
  display: inline;
  width: auto;
}

/* line 1, ../../../code/health/css/components/edh.checkmark.scss */
.edh-checkmark {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* line 8, ../../../code/health/css/components/edh.checkmark.scss */
.edh-checkmark.edh-color-green {
  background-color: #9DC044;
}
/* line 13, ../../../code/health/css/components/edh.checkmark.scss */
.edh-checkmark:before {
  color: #FFFFFF;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: aboslute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 7, ../../../code/health/css/components/edh.date.picker.scss */
.edh-main .date-picker.form-control {
  position: relative;
  height: 32px;
  width: 258px;
  padding-left: 100px;
  padding-top: 4px;
  padding-right: 9px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #428BCA;
  background-color: transparent;
  z-index: 1;
}
/* line 20, ../../../code/health/css/components/edh.date.picker.scss */
.edh-main .date-picker.form-control:focus {
  box-shadow: none;
  border-color: #CCCCCC;
}
/* line 27, ../../../code/health/css/components/edh.date.picker.scss */
.edh-main .date-picker + .edh-calendar-icon {
  margin-left: -254px;
}
/* line 31, ../../../code/health/css/components/edh.date.picker.scss */
.edh-main .date-picker + .edh-calendar-icon:before {
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  padding-top: 2px;
  color: #9DC044;
}
/* line 40, ../../../code/health/css/components/edh.date.picker.scss */
.edh-main .date-picker + .edh-calendar-icon + .edh-calendar-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  color: #428BCA;
  position: relative;
  display: inline-block;
  margin-left: 18px;
}

/* line 55, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker td.in-range,
.daterangepicker td.active {
  background-color: #f0f0f7;
}
/* line 60, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker td.in-range:hover,
.daterangepicker td.active:hover {
  background-color: #f0f0f7;
}
/* line 65, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker td.in-range.active,
.daterangepicker td.active.active {
  background-color: #615AA7;
  border-color: #575197;
}
/* line 70, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker td.in-range.active:hover,
.daterangepicker td.active.active:hover {
  background-color: #615AA7;
  border-color: #575197;
}
/* line 78, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker .ranges {
  clear: both;
  height: 35px;
}
/* line 86, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker .fa.fa-calendar-alt.glyphicon.glyphicon-calendar:before {
  color: #9DC044;
}
/* line 92, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker .btn-success {
  background-color: #615AA7;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  width: 137px;
  height: 39px;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 14px;
}
/* line 104, ../../../code/health/css/components/edh.date.picker.scss */
.daterangepicker .cancelBtn {
  display: none;
}

/* line 1, ../../../code/health/css/components/edh.date.row.scss */
.edh-date-row {
  min-height: 40px;
  margin: 0px;
}

/* line 7, ../../../code/health/css/components/edh.date.row.scss */
.edh-data-date {
  float: right;
  margin: 10px 22px 10px 0;
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 1, ../../../code/health/css/components/edh.dropdown.scss */
.edh-dropdown-input {
  border-color: #b9cfe9;
  z-index: 11001;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
  color: #428BCA;
  outline: none;
  margin-top: 5px;
}

/* line 19, ../../../code/health/css/components/edh.dropdown.scss */
.edh-dropdown.edh-diseases {
  display: inline-block;
  margin-right: -4px;
}

/* line 25, ../../../code/health/css/components/edh.dropdown.scss */
.edh-dropdown-select-dot {
  background-color: #615BA8;
}

/* line 1, ../../../code/health/css/components/edh.errors.scss */
.error-container {
  padding: 15px;
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
  color: #FFFFFF;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
/* line 10, ../../../code/health/css/components/edh.errors.scss */
.error-container p {
  margin-bottom: 0;
  font-size: 14px;
}

/* line 1, ../../../code/health/css/components/edh.flash.scss */
.flash-messages {
  z-index: 12000;
}

/* line 6, ../../../code/health/css/components/edh.flash.scss */
.flash-message {
  margin-top: 20px;
  padding: 15px;
  color: #FFFFFF;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
}
/* line 14, ../../../code/health/css/components/edh.flash.scss */
.flash-message.success {
  border: 1px solid #A2CB3A;
  background-color: #c5dc7a;
  text-align: center;
}
/* line 21, ../../../code/health/css/components/edh.flash.scss */
.flash-message.error {
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
}
/* line 27, ../../../code/health/css/components/edh.flash.scss */
.flash-message .flash-content {
  font-size: 14px;
}

/* line 1, ../../../code/health/css/components/edh.footer.scss */
.edh-footer {
  height: 28px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #1F253D;
  color: #e6e6e6;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 12px;
}
/* line 11, ../../../code/health/css/components/edh.footer.scss */
.edh-footer .edh-sentence {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  line-height: 28px;
}
/* line 19, ../../../code/health/css/components/edh.footer.scss */
.edh-footer .edh-section {
  background-color: transparent;
}
/* line 24, ../../../code/health/css/components/edh.footer.scss */
.edh-footer span {
  letter-spacing: 1px;
}
/* line 29, ../../../code/health/css/components/edh.footer.scss */
.edh-footer .edh-copyright-link {
  color: #428BCA;
}
/* line 33, ../../../code/health/css/components/edh.footer.scss */
.edh-footer .edh-copyright-link:hover {
  color: #2a6496;
  cursor: pointer;
}

/* line 42, ../../../code/health/css/components/edh.footer.scss */
.edh-sentence {
  float: left;
}

/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header {
  white-space: nowrap;
  background-color: #2B3767;
  color: #FFFFFF;
}
/* line 10, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .container-fluid {
  position: relative;
}
/* line 14, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .container-fluid > .row, .edh-content-header .container-fluid > .edh-show-details-row {
  display: flex;
}
/* line 20, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .navbar-form {
  position: absolute;
  margin-top: 11px;
  margin-bottom: 11px;
  top: 0;
  right: 0;
}
/* line 27, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .edh-title {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
/* line 33, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .edh-title-back {
  margin-right: 10px;
  align-self: center;
  cursor: pointer;
  display: none;
}
/* line 41, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .edh-recent-feed-icon {
  position: absolute;
  right: 14px;
  background-color: #2B3767;
  color: #FFFFFF;
  cursor: pointer;
}
/* line 50, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .edh-recent-feed-icon:hover {
  display: inline;
  cursor: pointer;
}
/* line 56, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .edh-recent-feed-icon:hover .recent-feed-status {
  display: block;
  position: absolute;
  right: 8px;
  top: -14px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  color: #6B6B6B;
  padding: 0.25em;
  z-index: 999;
  cursor: pointer;
}
/* line 70, ../../../code/health/css/components/edh.header.content.scss */
.edh-content-header .recent-feed-status {
  display: none;
}

/* line 80, ../../../code/health/css/components/edh.header.content.scss */
.edh-back-button .edh-content-header .edh-title-back {
  display: inline-block;
}

/* line 87, ../../../code/health/css/components/edh.header.content.scss */
.edh-data-feed-status-container-height {
  overflow-y: hidden;
}

/* line 1, ../../../code/health/css/components/edh.header.scss */
.navbar {
  position: relative;
  margin-bottom: 0px;
}
/* line 6, ../../../code/health/css/components/edh.header.scss */
.navbar .profile-container {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  line-height: 30px;
}
/* line 13, ../../../code/health/css/components/edh.header.scss */
.navbar .profile-container i {
  padding: 12px;
  color: #ccc;
  display: inline-block;
}

/* line 22, ../../../code/health/css/components/edh.header.scss */
.logo-container {
  padding-left: 50px;
}

/* line 27, ../../../code/health/css/components/edh.header.scss */
.logo-top-container > img {
  height: 118px;
  max-width: 100%;
}

/* line 33, ../../../code/health/css/components/edh.header.scss */
.edh-header {
  background-color: #FFFFFF;
}
/* line 37, ../../../code/health/css/components/edh.header.scss */
.edh-header .ed-person-icon {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 42, ../../../code/health/css/components/edh.header.scss */
.edh-header .ed-indicator-arrow {
  margin: 28px 15px 28px 0;
}
/* line 47, ../../../code/health/css/components/edh.header.scss */
.edh-header > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* line 52, ../../../code/health/css/components/edh.header.scss */
.edh-header .navbar-header {
  padding-left: 22px;
}
/* line 57, ../../../code/health/css/components/edh.header.scss */
.edh-header .navbar-collapse {
  padding-left: 22px;
  padding-right: 22px;
}
/* line 62, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-item {
  color: #428BCA;
}
/* line 66, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-item:hover {
  background-color: #FFFFFF;
}
/* line 71, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-item:focus {
  background-color: #FFFFFF;
}
/* line 77, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-name {
  cursor: pointer;
  color: #428BCA;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 18px;
}
/* line 84, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-name:hover {
  color: #428BCA;
}
/* line 89, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-name:focus {
  color: #428BCA;
}
/* line 95, ../../../code/health/css/components/edh.header.scss */
.edh-header .edh-logo {
  cursor: pointer;
}

/* line 101, ../../../code/health/css/components/edh.header.scss */
.edh-logo.navbar-brand {
  padding: 6px 15px 6px 15px;
}

/* line 1, ../../../code/health/css/components/edh.legends.scss */
.edh-legend-dot {
  background-color: gray;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

/* line 14, ../../../code/health/css/components/edh.legends.scss */
.edh-legend-label {
  font-family: "Open Sans", Arial, sans-serif;
  margin-right: 10px;
  font-size: 16px;
  color: #898989;
}

/* line 22, ../../../code/health/css/components/edh.legends.scss */
.edh-3months-dot {
  background-color: #F9D132;
}

/* line 27, ../../../code/health/css/components/edh.legends.scss */
.edh-6months-dot {
  background-color: #EABA0E;
}

/* line 32, ../../../code/health/css/components/edh.legends.scss */
.edh-12months-dot {
  background-color: #F38084;
}

/* line 37, ../../../code/health/css/components/edh.legends.scss */
.edh-24months-dot {
  background-color: #C94044;
}

/* line 42, ../../../code/health/css/components/edh.legends.scss */
.edh-3month-header {
  background-color: #F9D132;
  /*light yellow*/
}

/* line 47, ../../../code/health/css/components/edh.legends.scss */
.edh-6month-header {
  background-color: #EABA0E;
  /*dark yellow*/
}

/* line 52, ../../../code/health/css/components/edh.legends.scss */
.edh-12month-header {
  background-color: #F38084;
  /*pink*/
}

/* line 57, ../../../code/health/css/components/edh.legends.scss */
.edh-24month-header {
  background-color: #C83E42;
}

/* line 62, ../../../code/health/css/components/edh.legends.scss */
.edh-never-seen-header {
  background-color: #615AA7;
}

/* line 67, ../../../code/health/css/components/edh.legends.scss */
.edh-near-due-legend > .edh-legend-dot {
  background-color: #FFD52D;
}

/* line 72, ../../../code/health/css/components/edh.legends.scss */
.edh-past-due-legend > .edh-legend-dot {
  background-color: #F26522;
}

/* line 77, ../../../code/health/css/components/edh.legends.scss */
.edh-legend {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 92%;
  margin: 0 22px 22px 22px;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
/* line 88, ../../../code/health/css/components/edh.legends.scss */
.edh-legend > .edh-item {
  flex: 0 0 auto;
  background-color: transparent;
}
/* line 93, ../../../code/health/css/components/edh.legends.scss */
.edh-legend > .edh-item > .ed-menu-help {
  display: inline-block;
  margin-right: -4px;
}

/* line 100, ../../../code/health/css/components/edh.legends.scss */
.edh-trending-legend {
  display: inline-block;
  padding: 11px;
}

/* line 106, ../../../code/health/css/components/edh.legends.scss */
.edh-trending-legend-text {
  margin-right: 5px;
  color: #428BCA;
  font-size: 16px;
  font-weight: 400;
}

/* line 114, ../../../code/health/css/components/edh.legends.scss */
.edh-gaps-legend {
  float: right;
  margin: 6px 22px 11px 0;
}
/* line 119, ../../../code/health/css/components/edh.legends.scss */
.edh-gaps-legend > .edh-item {
  display: inline-block;
  margin: 0;
  margin-right: 5.5px;
}
/* line 126, ../../../code/health/css/components/edh.legends.scss */
.edh-gaps-legend > .edh-legend-dot {
  float: none;
}

/* line 133, ../../../code/health/css/components/edh.legends.scss */
.edh-gaps-legend-label {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 16px;
  margin-left: -5px;
  margin-bottom: -5px;
}

/* line 1, ../../../code/health/css/components/edh.loading.scss */
#loading-bar-spinner {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: hidden;
}
/* line 11, ../../../code/health/css/components/edh.loading.scss */
#loading-bar-spinner .spinner-icon {
  background-image: url("../images/loader_36x36.1028a99d.gif");
  width: 36px;
  height: 36px;
  border: 0;
  animation: none;
  -webkit-animation: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter {
  position: absolute;
  overflow: hidden;
  max-height: 90%;
  margin: 0;
  padding: 0;
  top: 77px;
  left: 22px;
  background-color: #FFFFFF;
  border: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #ccdcef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  line-height: 38px;
}
/* line 17, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-rows {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  min-height: 90px;
  max-height: 250px;
}
/* line 24, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-rows .edh-row {
  cursor: pointer;
  background-color: #FFFFFF;
}
/* line 29, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-rows .edh-row:hover {
  background-color: #428BCA;
  color: #FFFFFF;
}
/* line 39, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter > .edh-row:first-child {
  background-color: #2B3767;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFFFFF;
}
/* line 46, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter > .edh-row:nth-child(2) {
  background-color: #E5ECF8;
}
/* line 51, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter > .edh-row:last-child {
  background-color: #E5ECF8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 58, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-row {
  position: relative;
  white-space: nowrap;
  padding-left: 11px;
  padding-right: 22px;
}
/* line 64, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-row .edh-item {
  padding-left: 11px;
}
/* line 68, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-row .edh-item.edh-label:last-child {
  font-weight: 900;
}
/* line 73, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-row .edh-item:last-child {
  text-align: right;
  min-width: 10px;
  max-width: 150px;
}
/* line 82, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-item {
  display: inline-block;
  margin-right: -4px;
  margin-right: 11px;
}
/* line 88, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter .edh-checkbox {
  height: 20px;
  width: 20px;
}
/* line 93, ../../../code/health/css/components/edh.maps.scss */
.edh-zip-filter > .edh-row:last-child .edh-item:first-child {
  padding-left: 31px;
}

/* line 99, ../../../code/health/css/components/edh.maps.scss */
.edh-map-zip-codes {
  margin-left: 281px;
}

/* line 104, ../../../code/health/css/components/edh.maps.scss */
.edh-map-specialties-bar {
  margin-top: 66px;
}

/* line 109, ../../../code/health/css/components/edh.maps.scss */
.edh-map {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 116, ../../../code/health/css/components/edh.maps.scss */
.edh-d3-graphs .edh-map {
  flex: 1 0 0%;
}

/* line 121, ../../../code/health/css/components/edh.maps.scss */
.angular-google-map {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}

/* line 128, ../../../code/health/css/components/edh.maps.scss */
.angular-google-map-container {
  position: relative;
  display: flex;
  flex: 1 0 0%;
}

/* line 135, ../../../code/health/css/components/edh.maps.scss */
.gm-style {
  font-family: Arial;
}

/**
* Copyright 2015-2024 NXGN Management, LLC. All Rights Reserved.
*/
/* line 12, ../../../code/health/css/components/edh.menu.scss */
.navbar .navbar-nav li.dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
/* line 17, ../../../code/health/css/components/edh.menu.scss */
.navbar .navbar-nav li.dropdown .dropdown-menu a {
  line-height: inherit !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 23, ../../../code/health/css/components/edh.menu.scss */
.navbar .navbar-nav li.dropdown .dropdown-menu a:hover, .navbar .navbar-nav li.dropdown .dropdown-menu a:focus, .navbar .navbar-nav li.dropdown .dropdown-menu a.active, .navbar .navbar-nav li.dropdown .dropdown-menu a:active {
  background: #eeeeee !important;
}

/* line 36, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav {
  background-color: #08193C;
  position: fixed;
  height: 100%;
  margin-top: -5px;
  z-index: 10000;
  width: 225px;
}
/* line 45, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li {
  margin-top: 0 !important;
}
/* line 49, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li a {
  padding-left: 0;
  color: #eee;
}
/* line 54, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li a:hover, .dashboard-side-nav-container .dashboard-side-nav li a:focus {
  background-color: #1E3666;
}
/* line 59, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li a .menu-container {
  background-color: #2a4b8d;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 67, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li a .menu-container .menu-icon {
  font-size: 22px;
  padding: 5px 7px;
}
/* line 74, ../../../code/health/css/components/edh.menu.scss */
.dashboard-side-nav-container .dashboard-side-nav li a .menu-icon {
  font-size: 22px;
  padding: 0 15px;
}

/* line 86, ../../../code/health/css/components/edh.menu.scss */
.side-nav-collapse .dashboard-side-nav {
  width: 52px;
}
/* line 90, ../../../code/health/css/components/edh.menu.scss */
.side-nav-collapse .dashboard-side-nav .menu-text {
  display: none;
}
/* line 96, ../../../code/health/css/components/edh.menu.scss */
.side-nav-collapse .dashboard-content-container {
  padding-left: 52px;
}

/* line 102, ../../../code/health/css/components/edh.menu.scss */
.edh-menu {
  display: none;
  z-index: 1031;
  display: block;
  padding: 0 20px 20px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #1F253D;
}
/* line 118, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active.edh-selected > .edh-icon.edh-link {
  background-image: linear-gradient(90deg, #212d59, #0E1223, #0E1223);
  z-index: -2;
}
/* line 124, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(2) > .edh-link:after {
  background-image: linear-gradient(#73A9DB, #347fbe);
}
/* line 125, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(3) > .edh-link:after {
  background-image: linear-gradient(#A5C847, #8BB13F);
}
/* line 126, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(4) > .edh-link:after {
  background-image: linear-gradient(#A098CB, #756CA3);
}
/* line 127, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(5) > .edh-link:after {
  background-image: linear-gradient(#f3763a, #d54d0d);
}
/* line 128, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(6) > .edh-link:after {
  background-image: linear-gradient(#73A9DB, #347fbe);
}
/* line 129, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(7) > .edh-link:after {
  background-image: linear-gradient(#73A9DB, #347fbe);
}
/* line 131, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item.edh-active:nth-child(3) .nav .edh-link {
  color: #73A9DB;
}
/* line 137, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav > .edh-item:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #1E253D;
}
/* line 148, ../../../code/health/css/components/edh.menu.scss */
.edh-menu > .nav .nav .edh-active .edh-link {
  border-top: 1px solid #2F3754;
  border-bottom: 1px solid #2F3754;
  background-image: linear-gradient(90deg, #212d59, #0E1223, #0E1223);
}
/* line 156, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-link {
  position: relative;
  white-space: nowrap;
  padding: 17.999999997px 17.999999997px 17.999999997px 65.999999997px;
  background-color: #2B3767;
  color: #d9d9d9;
  font-family: "Arimo Bold", Arial, sans-serif;
  font-size: 14px;
}
/* line 166, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-link:hover {
  background-color: #2B3767;
  color: #FFFFFF;
}
/* line 172, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-link.edh-icon {
  background-color: #2B3767;
}
/* line 180, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-active > .edh-link {
  color: #FFFFFF;
}
/* line 186, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .ed-indicator-arrow {
  height: 10px;
  width: 10px;
  top: 18px;
  right: 27px;
  position: absolute;
}
/* line 192, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .ed-indicator-arrow.ed-input {
  padding: 10px;
}
/* line 197, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .ed-indicator-arrow:after {
  top: 6px;
  left: 7px;
  border-color: #615AA7;
}
/* line 202, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .ed-indicator-arrow:after.ed-right {
  border-color: #f2f2f2;
}
/* line 209, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-icon {
  padding-left: 66px;
  transition-property: opacity;
  transition-property: color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
/* line 219, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-icon:before {
  margin-left: -50px;
  margin-top: -7px;
  position: absolute;
  display: block;
  font-family: "Ion Icons";
  font-size: 32px;
  line-height: 32px;
  height: 56px;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity;
}
/* line 238, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-item:first-child .edh-link {
  height: 56px;
  padding-left: 24px;
}
/* line 243, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-item:first-child .edh-link:after {
  color: #615AA7;
}
/* line 249, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-item .edh-item:first-child .edh-link {
  padding-left: 66px;
}
/* line 254, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-item:nth-child(n+1) .edh-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 30px;
  width: 30px;
  margin-left: 15px;
  margin-top: 13px;
}
/* line 267, ../../../code/health/css/components/edh.menu.scss */
.edh-menu .edh-disabled {
  color: #666666;
}

/* line 275, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item {
  border-bottom: 1px solid #2B3767;
}
/* line 283, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item > .edh-link {
  border-top: 1px solid #1F253D;
  border-bottom: 1px solid #1F253D;
  background-color: #1F253D;
}
/* line 294, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .edh-link:before {
  background-size: 100% 100%;
  opacity: 0.5;
}
/* line 300, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .edh-link:before:hover {
  opacity: 1;
}
/* line 309, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item.edh-active > .edh-link:before {
  opacity: 1;
}
/* line 314, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item.edh-active > .edh-icon.edh-link {
  background-color: #2B3767;
}
/* line 318, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item.edh-active > .edh-icon.edh-link:after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  content: '';
  height: 44px;
  width: 100%;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  z-index: -1;
}
/* line 333, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) {
  z-index: 0;
}
/* line 337, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) > .edh-link:before {
  background-image: url("../images/iconperform.00265432.png");
}
/* line 346, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item > .edh-link {
  color: #73A9DB;
}
/* line 353, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(1) > .edh-link:before {
  background-image: url("../images/iconmetrics_blue.bf034a8d.png");
}
/* line 354, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(1) > .edh-link:hover:before {
  background-image: url("../images/iconmetrics.41ba9790.png");
}
/* line 355, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(1).edh-active > .edh-link:before {
  background-image: url("../images/iconmetrics.41ba9790.png");
}
/* line 360, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(2) > .edh-link:before {
  background-image: url("../images/networkdesign_icon_blue.c65dadc7.png");
}
/* line 361, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(2) > .edh-link:hover:before {
  background-image: url("../images/networkdesign_icon_white.2d758539.png");
}
/* line 362, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(2).edh-active > .edh-link:before {
  background-image: url("../images/networkdesign_icon_white.2d758539.png");
}
/* line 367, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(3) > .edh-link:before {
  background-image: url("../images/icon_ccd_blue.39c8367e.png");
}
/* line 368, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(3) > .edh-link:hover:before {
  background-image: url("../images/icon_ccd_white.a557addc.png");
}
/* line 369, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(3).edh-active > .edh-link:before {
  background-image: url("../images/icon_ccd_white.a557addc.png");
}
/* line 374, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(4) > .edh-link:before {
  background-image: url("../images/icon_cv_blue.4c11f5da.png");
}
/* line 375, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(4) > .edh-link:hover:before {
  background-image: url("../images/icon_cv_white.d1480ebf.png");
}
/* line 376, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(4).edh-active > .edh-link:before {
  background-image: url("../images/icon_cv_white.d1480ebf.png");
}
/* line 380, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(5) > .edh-link:before {
  background-image: url("../images/icon_util_blue.7ff32c85.png");
}
/* line 381, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(5) > .edh-link:hover:before {
  background-image: url("../images/icon_util_white.e5f89c61.png");
}
/* line 382, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(5).edh-active > .edh-link:before {
  background-image: url("../images/icon_util_white.e5f89c61.png");
}
/* line 386, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(6) > .edh-link:before {
  background-image: url("../images/icons/icon_qcf_blue.png");
}
/* line 387, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(6) > .edh-link:hover:before {
  background-image: url("../images/icons/icon_qcf_white.png");
}
/* line 388, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(2) .nav > .edh-item:nth-child(6).edh-active > .edh-link:before {
  background-image: url("../images/icons/icon_qcf_white.png");
}
/* line 394, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) {
  z-index: 1;
}
/* line 398, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) > .edh-link:before {
  background-image: url("../images/iconhome.1b536615.png");
}
/* line 407, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item > .edh-link {
  color: #A5C847;
}
/* line 414, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(1) > .edh-link:before {
  background-image: url("../images/iconpopulation_green.bf80bdeb.png");
}
/* line 415, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(1) > .edh-link:hover:before {
  background-image: url("../images/iconpopulation.bb6313e5.png");
}
/* line 416, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(1).edh-active > .edh-link:before {
  background-image: url("../images/iconpopulation.bb6313e5.png");
}
/* line 421, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(2) > .edh-link:before {
  background-image: url("../images/iconconditionregistries_green.d87e7369.png");
}
/* line 422, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(2) > .edh-link:hover:before {
  background-image: url("../images/iconconditionregistries.a77665d8.png");
}
/* line 423, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(2).edh-active > .edh-link:before {
  background-image: url("../images/iconconditionregistries.a77665d8.png");
}
/* line 428, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(3) > .edh-link:before {
  background-image: url("../images/iconmetrics_green.1ffeaee1.png");
}
/* line 429, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(3) > .edh-link:hover:before {
  background-image: url("../images/iconmetrics.41ba9790.png");
}
/* line 430, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(3).edh-active > .edh-link:before {
  background-image: url("../images/iconmetrics.41ba9790.png");
}
/* line 435, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(4) > .edh-link:before {
  background-image: url("../images/icongapsincare_green.616ede1f.png");
}
/* line 436, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(4) > .edh-link:hover:before {
  background-image: url("../images/icongapsincare.d44c44f7.png");
}
/* line 437, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(4).edh-active > .edh-link:before {
  background-image: url("../images/icongapsincare.d44c44f7.png");
}
/* line 442, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .not-seen-icon:before {
  background-image: url("../images/iconnotseen_green.abeaf5b2.png");
}
/* line 443, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .not-seen-icon:hover:before {
  background-image: url("../images/iconnotseen.97afea49.png");
}
/* line 444, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .not-seen-icon.edh-active-icon:before {
  background-image: url("../images/iconnotseen.97afea49.png");
}
/* line 449, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .patients-not-seen-calendar-icon:before {
  background-image: url("../images/calendar-icon-green.be7dfd07.png");
}
/* line 450, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .patients-not-seen-calendar-icon:hover:before {
  background-image: url("../images/calendar-icon.10a62ed8.png");
}
/* line 451, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item .patients-not-seen-calendar-icon.edh-active-icon:before {
  background-image: url("../images/calendar-icon.10a62ed8.png");
}
/* line 456, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(6) > .edh-link:before {
  background-image: url("../images/Analyze_Icon_Green.9b4e1732.png");
}
/* line 457, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(6) > .edh-link:hover:before {
  background-image: url("../images/Analyze_Icon_Grey.d2196f96.png");
}
/* line 458, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(6).edh-active > .edh-link:before {
  background-image: url("../images/Analyze_Icon_White.c0477334.png");
}
/* line 464, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(7) > .edh-link:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  color: #A5C847;
}
/* line 474, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(7) > .edh-link:hover:before {
  color: #FFFFFF;
}
/* line 479, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(3) .nav > .edh-item:nth-child(7).edh-active > .edh-link:before {
  color: #FFFFFF;
}
/* line 488, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) {
  z-index: 2;
}
/* line 492, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) > .edh-link:before {
  background-image: url("../images/iconnavigate.d38c7d36.png");
}
/* line 501, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item > .edh-link {
  color: #A098CB;
}
/* line 508, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-transitions-of-care-icon:before {
  background-image: url("../images/Transitions.79ed32ec.png");
}
/* line 509, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-transitions-of-care-icon:hover:before {
  background-image: url("../images/Transitions Hover.ebce5419.png");
}
/* line 510, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-transitions-of-care-icon.edh-active-icon:before {
  background-image: url("../images/Transitions Hover.ebce5419.png");
}
/* line 514, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-pre-visit-planning-icon:before {
  background-image: url("../images/Planning.003b1acb.png");
}
/* line 515, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-pre-visit-planning-icon:hover:before {
  background-image: url("../images/Planning Hover.a65c2d6d.png");
}
/* line 516, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-pre-visit-planning-icon.edh-active-icon:before {
  background-image: url("../images/Planning Hover.a65c2d6d.png");
}
/* line 520, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-risk-assessment-icon:before {
  background-image: url("../images/Risk.40ff11dc.png");
}
/* line 521, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-risk-assessment-icon:hover:before {
  background-image: url("../images/Risk Hover.1962fd72.png");
}
/* line 522, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-risk-assessment-icon.edh-active-icon:before {
  background-image: url("../images/Risk Hover.1962fd72.png");
}
/* line 526, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-care-management-icon:before {
  background-image: url("../images/Care.0cd581ca.png");
}
/* line 527, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-care-management-icon:hover:before {
  background-image: url("../images/Care Hover.8af31034.png");
}
/* line 528, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(4) .nav > .edh-item .navigate-care-management-icon.edh-active-icon:before {
  background-image: url("../images/Care Hover.8af31034.png");
}
/* line 534, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) {
  z-index: 2;
}
/* line 538, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) > .edh-link:before {
  background-image: url("../images/iconmanagement.48dd54a9.png");
}
/* line 547, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item > .edh-link {
  color: #F26522;
}
/* line 554, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-users-icon:before {
  background-image: url("../images/iconpatientdetail_orange.cc39fae2.png");
}
/* line 555, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-users-icon:hover:before {
  background-image: url("../images/iconpatientdetail.6ebc0e45.png");
}
/* line 556, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-users-icon.edh-active-icon:before {
  background-image: url("../images/iconpatientdetail.6ebc0e45.png");
}
/* line 561, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-organization-icon:before {
  background-image: url("../images/iconorganization_orange.49d4c53b.png");
}
/* line 562, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-organization-icon:hover:before {
  background-image: url("../images/iconorganization.b46b75db.png");
}
/* line 563, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-organization-icon.edh-active-icon:before {
  background-image: url("../images/iconorganization.b46b75db.png");
}
/* line 568, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-files-icon:before {
  background-image: url("../images/iconmanagefiles_orange.aee14a37.png");
}
/* line 569, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-files-icon:hover:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 570, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-files-icon.edh-active-icon:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 575, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-settings-icon:before {
  background-image: url("../images/iconmanagefiles_orange.aee14a37.png");
}
/* line 576, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-settings-icon:hover:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 577, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-settings-icon.edh-active-icon:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 582, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-outreach-icon:before {
  background-image: url("../images/iconmanagefiles_orange.aee14a37.png");
}
/* line 583, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-outreach-icon:hover:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 584, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-outreach-icon.edh-active-icon:before {
  background-image: url("../images/iconmanagefiles.fa0f8778.png");
}
/* line 589, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-reporting-icon:before {
  background-image: url("../images/icon_manage_reporting_orange.c846545e.png");
}
/* line 590, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-reporting-icon:hover:before {
  background-image: url("../images/icon_manage_reporting.fc9aa69a.png");
}
/* line 591, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item:nth-child(5) .nav > .edh-item .manage-reporting-icon.edh-active-icon:before {
  background-image: url("../images/icon_manage_reporting.fc9aa69a.png");
}
/* line 599, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav .edh-icon:before {
  transition-property: background, color;
}
/* line 608, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item > .edh-link:hover {
  color: #FFFFFF;
}
/* line 613, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item > .edh-link:before {
  background-size: 100% 100%;
}
/* line 619, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item.edh-active > .edh-link {
  color: #FFFFFF;
}
/* line 623, ../../../code/health/css/components/edh.menu.scss */
.edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item.edh-active > .edh-link:hover:before {
  opacity: 1;
}

/* line 633, ../../../code/health/css/components/edh.menu.scss */
.edh-hide-menu .ed-layout-nav.edh-menu {
  flex: 0 0 66px;
}

/* line 638, ../../../code/health/css/components/edh.menu.scss */
.nav-sidebar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin: 0px -21px 20px -20px;
}
/* line 643, ../../../code/health/css/components/edh.menu.scss */
.nav-sidebar input[type="checkbox"] {
  display: none;
}

/* line 649, ../../../code/health/css/components/edh.menu.scss */
.edh-icon:before {
  text-align: center;
  width: 56px;
}

/**
* Copyright 2019-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.modals.scss */
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important;
}

/* line 16, ../../../code/health/css/components/edh.modals.scss */
.modal-container.delete-modal .content-box-inner, .modal-container.delete-modal .content-box-outer .content-screenings-info-box-inner, .content-box-outer .modal-container.delete-modal .content-screenings-info-box-inner {
  min-height: 0 !important;
}
/* line 21, ../../../code/health/css/components/edh.modals.scss */
.modal-container.delete-modal .actions-container {
  margin-top: 30px;
}
/* line 27, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-pill-button-slim {
  font-size: 12px;
}
/* line 31, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-pill-button-slim .edh-pill-button-on {
  margin-right: -5px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 40px;
  height: 30px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000000;
  padding-right: 0px;
}
/* line 45, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-pill-button-slim .edh-pill-button-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 40px;
  height: 30px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000000;
  padding-left: 0px;
}
/* line 58, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-pill-button-slim .edh-pill-button-selected {
  background: #428BCA;
  color: white;
  box-shadow: inset 0px 6px 6px #165c97;
}
/* line 66, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container {
  float: right;
}
/* line 70, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container button {
  color: #d7d7d7;
}
/* line 75, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container .close-modal-border {
  border: 1.5px solid #d7d7d7;
  height: 36px;
  width: 115px;
  border-radius: 20px;
}
/* line 82, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container .close-modal-border .close-modal-content {
  padding: 4px 15px 4px 0;
}
/* line 86, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container .close-modal-border .close-modal-content .close-icon {
  background-color: #d7d7d7;
  color: #FFFFFF;
  height: 25px;
  width: 25px;
  display: inline-block;
  border-radius: 50%;
  background-clip: padding-box;
}
/* line 95, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container .close-modal-border .close-modal-content .close-icon i {
  line-height: 25px;
}
/* line 101, ../../../code/health/css/components/edh.modals.scss */
.modal-container .close-modal-container .close-modal-border .close-modal-content .close-text {
  margin-left: 10px;
  margin-top: 5px;
}
/* line 110, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-modal-checkbox {
  margin-top: 10px;
}
/* line 114, ../../../code/health/css/components/edh.modals.scss */
.modal-container .edh-modal-checkbox label {
  float: right;
}

/* line 123, ../../../code/health/css/components/edh.modals.scss */
.edh-list-actions-modal .edh-compare-modal {
  background-color: transparent;
}
/* line 126, ../../../code/health/css/components/edh.modals.scss */
.edh-list-actions-modal .edh-compare-modal > input {
  margin-top: 11px;
  margin-bottom: 11px;
  width: 70%;
}
/* line 132, ../../../code/health/css/components/edh.modals.scss */
.edh-list-actions-modal .edh-compare-modal > .ed-magnifying-glass {
  display: inline-block;
  margin-left: -33px;
}
/* line 138, ../../../code/health/css/components/edh.modals.scss */
.edh-list-actions-modal .content-box-outer .content-box-inner, .edh-list-actions-modal .content-box-outer .content-screenings-info-box-inner {
  min-height: auto;
}

/* line 144, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 148, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .radio-input {
  margin: 10px 10px;
  position: relative;
}
/* line 153, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .radio-input:hover {
  cursor: pointer;
}
/* line 158, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .radio-input > input {
  content: "";
  width: 19px;
  height: 19px;
  background: #F0EFEF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 1px solid #C1CCD2;
  top: 4px;
  margin-top: 10px;
  color: transparent;
}
/* line 173, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .radio-input > input[type="radio"]:checked + span.outreach-modal-span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #5C5D5D;
  text-align: center;
  line-height: 16px;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border-width: 2px;
  top: -0.5px;
  right: -4.5px;
  padding: 1px 3px;
}
/* line 196, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .compare-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 205, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .compare-modal-heading p {
  margin-bottom: 25px;
}
/* line 213, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .compare-radio-group .radio-input .ed-help, .edh-compare-modal .compare-radio-group .radio-input .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-compare-modal .compare-radio-group .radio-input .ed-description,
.edh-compare-modal .compare-radio-group .radio-input .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-compare-modal .compare-radio-group .radio-input .ed-sources,
.edh-compare-modal .compare-radio-group .radio-input .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-compare-modal .compare-radio-group .radio-input .ed-description,
.edh-compare-modal .compare-radio-group .radio-input .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-compare-modal .compare-radio-group .radio-input .ed-sources {
  float: none;
}
/* line 221, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .compare-select-form label {
  margin-bottom: 0px;
  margin-left: 7px;
}
/* line 227, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .compare-select-form input[type="radio"] {
  height: 14px;
}
/* line 233, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .modal-content {
  max-width: 850px;
  margin: auto;
}
/* line 239, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .panel {
  border-radius: 6px;
  margin-bottom: 10px;
}
/* line 245, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .panel-body {
  max-height: 300px;
  overflow-y: auto;
}
/* line 251, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .panel-heading {
  background-color: #E5ECF8;
  padding: 13px 15px;
}
/* line 257, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .edh-compare-modal-search {
  font-size: 20px;
  font-family: "Gotham Book", Arial, sans-serif;
  margin-bottom: 10px;
}
/* line 264, ../../../code/health/css/components/edh.modals.scss */
.edh-compare-modal .edh-compare-modal-search::placeholder {
  color: #BBBBBB;
}

/* line 270, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal {
  min-width: 750px;
  height: 200px;
}
/* line 275, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal .content-box-inner-confirm {
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #c4c4c3;
  background-color: #fff;
}
/* line 286, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal .timeout-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 295, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal .timeout-modal-heading h2 {
  color: #898989;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 304, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal .timeout-modal-heading p {
  font-family: "Arimo", Arial, sans-serif;
  color: #898989;
}
/* line 310, ../../../code/health/css/components/edh.modals.scss */
.timeout-modal .timeout-modal-heading .countdown {
  color: #615AA7;
  font-weight: bold;
}

/* line 320, ../../../code/health/css/components/edh.modals.scss */
.reports-modal {
  min-width: 750px;
  height: 200px;
}
/* line 325, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .content-box-inner-confirm {
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #c4c4c3;
  background-color: #fff;
}
/* line 338, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .upcoming-appts-container > h1 {
  font-size: 36px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 32px;
  margin-bottom: 30px;
  font-weight: normal;
}
/* line 346, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .upcoming-appts-container > h3 {
  color: #615AA7;
  font-size: 26px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 32px;
  margin-bottom: 30px;
  font-weight: normal;
}
/* line 356, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .inner-organize-list-container {
  max-height: 250px;
  overflow-y: scroll;
}
/* line 360, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .inner-organize-list-container > .fixed-header {
  position: sticky;
  top: 0;
}
/* line 365, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 374, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading h2 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
/* line 383, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading p {
  font-family: "Arimo", Arial, sans-serif;
  color: #898989;
}
/* line 389, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container {
  display: block;
  align-items: center;
  flex-direction: row;
  height: auto;
}
/* line 396, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container .radio-input {
  margin: 10px 10px;
  position: relative;
}
/* line 401, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container .radio-input:hover {
  cursor: pointer;
}
/* line 406, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container .radio-input > span:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #F0EFEF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #C1CCD2;
  top: 0.5px;
  right: -3.5px;
  padding: 1px;
  color: transparent;
}
/* line 422, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container .radio-input > input[type="radio"]:checked + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #5C5D5D;
  text-align: center;
  line-height: 16px;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border-width: 2px;
  top: -0.5px;
  right: -4.5px;
  padding: 1px 3px;
}
/* line 443, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .edh-modal-radio-container label {
  font-weight: normal;
  margin-bottom: 2px;
}
/* line 450, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .confirm-radio-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: auto;
  width: 100%;
}
/* line 459, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .modal-confirm-patient-text {
  color: black;
  font-size: 21px;
  margin-top: 15px;
}
/* line 465, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .modal-confirm-patient-text .modal-confirm-patinet-count {
  color: #615AA7;
  font-weight: 800;
}
/* line 472, ../../../code/health/css/components/edh.modals.scss */
.reports-modal .reports-modal-heading .modal-confirm-all-patient-text {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
}

/* line 483, ../../../code/health/css/components/edh.modals.scss */
.buffer-div {
  margin-bottom: 90px;
}

/* line 488, ../../../code/health/css/components/edh.modals.scss */
.btn-reports {
  padding-left: 10px;
  width: 120px;
}

/* line 494, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 498, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal p, .edh-navigation-help-modal li {
  color: #898989;
}
/* line 503, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .radio-input {
  margin: 10px 10px;
  position: relative;
}
/* line 508, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .radio-input:hover {
  cursor: pointer;
}
/* line 513, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .radio-input > span:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #F0EFEF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #C1CCD2;
  top: 0.5px;
  right: -3.5px;
  padding: 1px;
  color: transparent;
}
/* line 529, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .radio-input > input[type="radio"]:checked + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #5C5D5D;
  text-align: center;
  line-height: 16px;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border-width: 2px;
  top: -0.5px;
  right: -4.5px;
  padding: 1px 3px;
}
/* line 552, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 561, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading h2 {
  color: #689FD5;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 570, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading h3, .edh-navigation-help-modal .navigation-help-modal-heading h4, .edh-navigation-help-modal .navigation-help-modal-heading h5 {
  color: #615AA7;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
/* line 578, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading .ed-select > .ed-button {
  margin-left: -22px;
}
/* line 585, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading .ed-select > .ed-button, .edh-navigation-help-modal .navigation-help-modal-heading .ed-select > .ed-option-container {
  margin-left: -22px;
}
/* line 590, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading .ed-select .ed-option-container {
  max-height: 400px;
}
/* line 596, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .navigation-help-modal-heading p {
  white-space: pre-wrap;
}
/* line 602, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .modal-content {
  max-width: 850px;
  margin: auto;
}
/* line 608, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .panel {
  border-radius: 6px;
  margin-bottom: 10px;
}
/* line 614, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .panel-body {
  max-height: 300px;
  overflow-y: auto;
}
/* line 620, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal .panel-heading {
  background-color: #E5ECF8;
  padding: 13px 15px;
}
/* line 626, ../../../code/health/css/components/edh.modals.scss */
.edh-navigation-help-modal ul {
  margin-left: 5px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
}

/* line 635, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 639, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal p {
  color: #898989;
}
/* line 646, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 655, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading h2 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 664, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading .ed-select > .ed-button {
  margin-left: -22px;
}
/* line 671, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading .ed-select > .ed-button, .edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading .ed-select > .ed-option-container {
  margin-left: -22px;
}
/* line 676, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .ru-cat-descriptions-modal-heading .ed-select .ed-option-container {
  max-height: 400px;
}
/* line 683, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal ul {
  display: block;
  list-style-type: disc;
  margin-top: 1 em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* line 694, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal li {
  display: list-item;
}
/* line 699, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .inner-list {
  list-style-type: circle;
}
/* line 704, ../../../code/health/css/components/edh.modals.scss */
.edh-ru-category-descriptions-modal .modal-content {
  max-width: 850px;
  min-height: 350px;
  margin: auto;
  font-size: 16px;
}

/* line 713, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal {
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans Semibold", Arial, sans-serif;
}
/* line 718, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label {
  border-color: #EDEDF3 #FFFFFF #FFFFFF #FFFFFF;
  border-style: solid;
  border-width: 2px;
  color: #615AA7;
  font-size: 1rem;
  font-family: "Open Sans Light", Arial, sans-serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* line 729, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label.specialist-totals {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
/* line 734, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label.specialist-totals .edh-section-name {
  color: #837CC9;
}
/* line 740, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label .edh-section-name {
  font-weight: bold;
}
/* line 745, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label .edh-section-num {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  float: right;
  margin-right: 5px;
}
/* line 752, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .edh-label .edh-identifier {
  color: #B9B1C3;
  font-size: 1.8;
  padding-top: 10px;
}
/* line 761, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal h1 {
  color: #615AA7;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 769, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal h2 {
  color: #B9B1C3;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 776, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal h2 > span {
  font-weight: bold;
}
/* line 783, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal h3 {
  color: #B9B1C3;
  font-size: 1rem;
  margin-bottom: 15px;
}
/* line 790, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .specialist-list {
  max-height: 370px;
  overflow-y: auto;
}
/* line 795, ../../../code/health/css/components/edh.modals.scss */
.edh-network-design-modal .specialist-list .edh-label .edh-section-num {
  padding-top: 15px;
}

/* line 802, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 806, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal p, .edh-risk-type-modal li {
  color: #898989;
}
/* line 811, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .radio-input {
  margin: 10px 10px;
  position: relative;
}
/* line 816, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .radio-input:hover {
  cursor: pointer;
}
/* line 821, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .radio-input > span:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #F0EFEF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #C1CCD2;
  top: 0.5px;
  right: -3.5px;
  padding: 1px;
  color: transparent;
}
/* line 837, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .radio-input > input[type="radio"]:checked + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #5C5D5D;
  text-align: center;
  line-height: 16px;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border-width: 2px;
  top: -0.5px;
  right: -4.5px;
  padding: 1px 3px;
}
/* line 860, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .navigation-help-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 869, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .navigation-help-modal-heading h2 {
  color: #689FD5;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 878, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .navigation-help-modal-heading h3, .edh-risk-type-modal .navigation-help-modal-heading h4, .edh-risk-type-modal .navigation-help-modal-heading h5 {
  color: #615AA7;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
/* line 886, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .navigation-help-modal-heading .ed-select > .ed-button {
  margin-left: -22px;
}
/* line 893, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .navigation-help-modal-heading .ed-select > .ed-button, .edh-risk-type-modal .navigation-help-modal-heading .ed-select > .ed-option-container {
  margin-left: -22px;
}
/* line 900, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .modal-content {
  max-width: 850px;
  margin: auto;
}
/* line 906, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .panel {
  border-radius: 6px;
  margin-bottom: 10px;
}
/* line 912, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .panel-body {
  max-height: 300px;
  overflow-y: auto;
}
/* line 918, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal .panel-heading {
  background-color: #E5ECF8;
  padding: 13px 15px;
}
/* line 924, ../../../code/health/css/components/edh.modals.scss */
.edh-risk-type-modal ul {
  margin-left: 5px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
}

/* line 933, ../../../code/health/css/components/edh.modals.scss */
.edh-screenings-info-modal-title {
  margin-bottom: 1.5em;
}
/* line 937, ../../../code/health/css/components/edh.modals.scss */
.edh-screenings-info-modal-title > h2 {
  color: #615AA7;
  font-size: 1.5em;
  margin-bottom: 0.25em;
}

/* line 945, ../../../code/health/css/components/edh.modals.scss */
.edh-screenings-info-modal-desc {
  white-space: pre-wrap;
}

/* line 953, ../../../code/health/css/components/edh.modals.scss */
.edh-gaps-modal .edh-gap-modal-heading {
  margin-bottom: 25px;
}
/* line 957, ../../../code/health/css/components/edh.modals.scss */
.edh-gaps-modal .edh-gap-modal-heading > h1 {
  color: #615AA7;
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 965, ../../../code/health/css/components/edh.modals.scss */
.edh-gaps-modal .edh-gap-modal-metric-desc {
  white-space: pre-wrap;
}
/* line 970, ../../../code/health/css/components/edh.modals.scss */
.edh-gaps-modal .edh-gap-modal-metric-result {
  white-space: pre-wrap;
}

/* line 976, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer {
  border: 5px solid rgba(218, 218, 217, 0.45);
  background-color: rgba(218, 218, 217, 0.45);
  border-radius: 10px;
}
/* line 982, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner {
  border: 1px solid #c4c4c3;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  background-clip: padding-box;
}
/* line 990, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-close-container {
  width: 100%;
}
/* line 994, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-close-container .edh-modal-slim-close-button {
  border: 1.5px solid #d7d7d7;
  height: 36px;
  width: 115px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: right;
  background-color: transparent;
  padding: 4px 15px 4px 0;
}
/* line 1005, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-close-container .edh-modal-slim-close-button .edh-modal-slim-close-icon {
  background-color: #d7d7d7;
  color: #FFFFFF;
  height: 25px;
  width: 25px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
/* line 1018, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-close-container .edh-modal-slim-close-button .edh-modal-slim-close-icon .fa-times {
  padding-top: 6px;
}
/* line 1024, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-close-container .edh-modal-slim-close-button .edh-modal-slim-close-text {
  color: #d7d7d7;
  margin-left: 10px;
  margin-top: 5px;
}
/* line 1033, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include {
  display: inline-block;
  width: 100%;
}
/* line 1038, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 1047, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include p {
  font-family: "Arimo", Arial, sans-serif;
  color: #898989;
}
/* line 1053, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .error-container {
  display: inline-block;
  margin-left: 21%;
  margin-top: 22px;
}
/* line 1059, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .error-container p {
  color: white;
}
/* line 1065, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .edh-loading-dots ul {
  top: auto;
}
/* line 1070, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .edh-modal-slim-extra-padding {
  padding-left: 40px;
}
/* line 1075, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .edh-modal-slim-disabled {
  cursor: not-allowed;
  background-color: #a9a9a7;
  border-color: #d4d4d4;
}
/* line 1083, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-slim-container-outer .edh-modal-slim-container-inner .edh-modal-slim-include .edh-modal-slim-disabled:hover {
  background-color: #a9a9a7;
  border-color: #d4d4d4;
}

/* Modal sizing overrides */
/* line 1096, ../../../code/health/css/components/edh.modals.scss */
.modal-dialog.modal-md-lg {
  width: 700px;
}

/* Modal sizing/spacing specific to the slim modal */
/* line 1103, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-displacement-large .edh-modal-slim-container-outer {
  margin-top: 250px;
}

/* Column Selection Modal Specific */
/* line 1109, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-colum-header-container {
  background-color: #DFEAF7;
}
/* line 1113, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-colum-header-container .edh-modal-colum-header {
  display: inline-block;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

/* Upcoming Appts Modal Specific */
/* line 1125, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-appts-header-container {
  background-color: #DFEAF7;
  display: flex;
}
/* line 1130, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-appts-header-container .edh-modal-appts-header {
  display: inline-flex;
  flex: 1;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

/* Upcoming Appts Columns */
/* line 1143, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-appts-col-container {
  background-color: #fff;
  display: flex;
}
/* line 1148, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-appts-col-container .edh-modal-appts-col {
  display: inline-flex;
  flex: 1;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}

/* line 1160, ../../../code/health/css/components/edh.modals.scss */
.edh-scrollable-column-options {
  overflow: auto;
  max-height: 500px;
  display: grid;
  padding-bottom: 2px;
  /* Extra padding at the bototm helps prevent scroll bars on things that don't need it */
}
/* line 1167, ../../../code/health/css/components/edh.modals.scss */
.edh-scrollable-column-options .edh-grabbable-row-marker {
  float: left;
  padding-top: 12px;
  margin-left: -12px;
  color: gray;
}

/* line 1176, ../../../code/health/css/components/edh.modals.scss */
.edh-modal-deselect-all {
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #E0E0DF;
  font-size: 14px;
  padding: 4px 15px;
  outline: none;
  color: #708AA1;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 7px;
  min-width: 108px;
  float: right;
}

/* line 1194, ../../../code/health/css/components/edh.modals.scss */
.information-modal-heading {
  margin-bottom: 25px;
}
/* line 1198, ../../../code/health/css/components/edh.modals.scss */
.information-modal-heading > h1 {
  color: #615AA7;
  font-size: 30px;
  margin-bottom: 5px;
}

/* line 1206, ../../../code/health/css/components/edh.modals.scss */
.information-details-modal-row {
  margin-bottom: 20px;
}

/* line 1211, ../../../code/health/css/components/edh.modals.scss */
.actions-container {
  margin-top: 20px;
}
/* line 1215, ../../../code/health/css/components/edh.modals.scss */
.actions-container .next-button {
  margin-left: 20px;
}
/* line 1220, ../../../code/health/css/components/edh.modals.scss */
.actions-container .cm-survey-page-numerics {
  display: inline-block;
}
/* line 1223, ../../../code/health/css/components/edh.modals.scss */
.actions-container .cm-survey-page-numerics .lightnumber {
  color: #B1AFAF;
  padding: 8px;
}
/* line 1228, ../../../code/health/css/components/edh.modals.scss */
.actions-container .cm-survey-page-numerics .darknumber {
  color: #615AA7;
  padding: 8px;
}

/* line 1235, ../../../code/health/css/components/edh.modals.scss */
.ed-help-pvp {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #BBBBBB;
  font-family: "Ion Icons";
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
  vertical-align: middle;
}
/* line 1248, ../../../code/health/css/components/edh.modals.scss */
.ed-help-pvp:before {
  position: absolute;
  content: "";
  left: 5px;
}
/* line 1255, ../../../code/health/css/components/edh.modals.scss */
.ed-help-pvp > .d3-tip {
  display: none;
  height: 120px;
  width: 260px;
  position: absolute;
  margin-top: -133px;
  margin-left: -122px;
}

/* line 1264, ../../../code/health/css/components/edh.modals.scss */
.ed-help-pvp:hover > .d3-tip {
  display: block;
}

/* line 1270, ../../../code/health/css/components/edh.modals.scss */
.edh-edit-options-header {
  margin-top: 22px;
  font-family: "Helvetica Neue";
  margin-bottom: 0;
  height: 48px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #DCDBDB;
}
/* line 1282, ../../../code/health/css/components/edh.modals.scss */
.edh-edit-options-header .fa-edit {
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  color: #BBBBBB;
}
/* line 1291, ../../../code/health/css/components/edh.modals.scss */
.edh-edit-options-header .edh-settings-clickable-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 1299, ../../../code/health/css/components/edh.modals.scss */
.edh-edit-options-header .edh-settings-clickable-container .edh-icon-expand-arrow {
  font-size: 18px;
  height: 24px;
  margin-left: auto;
  margin-right: 10px;
}

/* line 1309, ../../../code/health/css/components/edh.modals.scss */
.select-print-options-modal {
  text-align: center;
  padding: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #f5f7fc;
}
/* line 1318, ../../../code/health/css/components/edh.modals.scss */
.select-print-options-modal .organize-list-container {
  display: inline-block;
  width: 90%;
  text-align: left;
  border-radius: 5px;
  margin-top: 10px;
  background-clip: padding-box;
  border: 1px solid #DCDBDB;
}

/* line 1331, ../../../code/health/css/components/edh.modals.scss */
.print-option-text-and-button-container {
  margin-top: 22px;
  margin-left: 22px;
  text-align: left;
}

/* line 1338, ../../../code/health/css/components/edh.modals.scss */
.edh-print-options-heading {
  color: #615AA7;
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham Book", Arial, sans-serif;
}

/* line 1346, ../../../code/health/css/components/edh.modals.scss */
.edh-settings-header-search {
  font-size: 20px;
  font-family: "Gotham Book", Arial, sans-serif;
}

/* line 1352, ../../../code/health/css/components/edh.modals.scss */
.edh-settings-header-search::placeholder {
  color: #BBBBBB;
}

/* line 1358, ../../../code/health/css/components/edh.modals.scss */
.select-option-container .error-dialog {
  color: #F26522;
}
/* line 1362, ../../../code/health/css/components/edh.modals.scss */
.select-option-container .input-row .large-input {
  width: 100%;
}
/* line 1365, ../../../code/health/css/components/edh.modals.scss */
.select-option-container .input-row .description-input {
  width: 100%;
  height: 120px;
  resize: none;
}
/* line 1372, ../../../code/health/css/components/edh.modals.scss */
.select-option-container .two-column .input-column:first-child {
  margin-right: 20px;
}

/* line 1, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 56px;
  background-color: #FFFFFF;
  color: #428BCA;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}
/* line 13, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  margin: 5px 0px 5px 8px;
}
/* line 19, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node:after {
  top: 5px;
  right: -32px;
}
/* line 29, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative button.ed-button span {
  color: #615AA7;
}
/* line 33, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative button.ed-button:after {
  border-color: #615AA7;
}
/* line 42, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative ul.ed-option-container li.edh-dropdown-item-no-data span.ed-text {
  color: #D2D2D8;
}
/* line 49, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative ul.ed-option-container li.ed-option .ed-text {
  color: #615AA7;
}
/* line 53, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative ul.ed-option-container li.ed-option:before {
  color: #615AA7;
}
/* line 63, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative.ed-disabled button.ed-button span {
  color: #CCCCCC;
}
/* line 67, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .edh-node.edh-initiative.ed-disabled button.ed-button:after {
  border-color: #CCCCCC;
}
/* line 73, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator > .edh-node {
  flex: 0 0 auto;
}
/* line 78, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator > .ed-button {
  position: absolute;
}
/* line 83, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #D3DEEF;
}
/* line 93, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator .ed-indicator-arrow:nth-child(2):after {
  border-color: #cccccc;
}
/* line 98, ../../../code/health/css/components/edh.navigator.scss */
.edh-navigator > .ed-select {
  float: left;
}

/* line 104, ../../../code/health/css/components/edh.navigator.scss */
.row.edh-section.edh-navigator.ng-scope, .edh-section.edh-navigator.ng-scope.edh-show-details-row {
  display: table;
}

/* line 1, ../../../code/health/css/components/edh.pagination.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #615AA7;
  border-color: #615AA7;
}

/* line 12, ../../../code/health/css/components/edh.pagination.scss */
.pagination > li > a,
.pagination > li > span,
.pagination > li > a,
.pagination > li > span {
  color: #615AA7;
}
/* line 19, ../../../code/health/css/components/edh.pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #4d4886;
}

/* line 25, ../../../code/health/css/components/edh.pagination.scss */
.pagination-container {
  padding: 20px 0;
  min-height: 100px;
  background-color: #E2E2E1;
  border-top: 1px solid #c9c9c7;
}
/* line 32, ../../../code/health/css/components/edh.pagination.scss */
.pagination-container .no-space {
  margin-left: 0;
  margin-right: 0;
}
/* line 40, ../../../code/health/css/components/edh.pagination.scss */
.pagination-container .page-list .pagination {
  padding-top: 0;
  margin-top: 0;
}

/* line 48, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer {
  position: absolute;
  height: 77px;
  width: 100%;
  bottom: 0px;
  overflow: initial;
  left: 0px;
  border-top: 1px solid #C8D9ED;
  padding: 14px 12px 25px 25px;
  background-color: #f1f4fd;
}
/* line 60, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer .edh-show {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 66, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer .edh-items-per-page {
  padding-right: 10px;
}
/* line 71, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer .pagination {
  float: right;
  margin: 0;
  padding-right: 13px;
}
/* line 78, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer .inLine {
  margin-top: 5px;
}
/* line 82, ../../../code/health/css/components/edh.pagination.scss */
.edh-pagination-footer .inLine.edh-items-per-page {
  margin-top: 6px;
}

/* line 1, ../../../code/health/css/components/edh.popover.scss */
.popover {
  width: 350px;
}
/* line 5, ../../../code/health/css/components/edh.popover.scss */
.popover ul {
  padding-left: 20px;
  list-style-type: square;
  margin-top: 10px;
}

@media screen {
  /* line 2, ../../../code/health/css/components/edh.print.hipaa.warning.scss */
  .print-only {
    display: none;
  }

  /* line 6, ../../../code/health/css/components/edh.print.hipaa.warning.scss */
  .print-only-space {
    display: none;
  }
}
@media print {
  /* line 13, ../../../code/health/css/components/edh.print.hipaa.warning.scss */
  .print-only {
    display: inline-block;
  }

  /* line 17, ../../../code/health/css/components/edh.print.hipaa.warning.scss */
  .print-only-space {
    top: 0;
    display: block;
    margin-bottom: 80px !important;
  }

  /* line 23, ../../../code/health/css/components/edh.print.hipaa.warning.scss */
  .modal-container {
    display: none;
  }
}
/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.search.scss */
.search-container {
  margin-top: 4px;
}
/* line 8, ../../../code/health/css/components/edh.search.scss */
.search-container .form-group {
  margin-bottom: 0 !important;
}
/* line 13, ../../../code/health/css/components/edh.search.scss */
.search-container .search-input {
  min-width: 365px;
  line-height: 60px;
}
/* line 20, ../../../code/health/css/components/edh.search.scss */
.search-container .search-input.has-feedback .form-control {
  padding-right: 100px;
  padding-left: 40px;
}
/* line 26, ../../../code/health/css/components/edh.search.scss */
.search-container .search-input.has-feedback i {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 18px;
  color: #c7c5c5;
}
/* line 35, ../../../code/health/css/components/edh.search.scss */
.search-container .search-input.has-feedback .form-control-feedback {
  color: #FFFFFF;
  line-height: normal;
  font-size: 12px;
  top: 7px;
  right: 10px;
  width: auto;
}

/* line 48, ../../../code/health/css/components/edh.search.scss */
.edh-search {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 55, ../../../code/health/css/components/edh.search.scss */
.edh-search-recent_feed {
  position: absolute;
  top: 0px;
  right: 36px;
}

/* line 62, ../../../code/health/css/components/edh.search.scss */
.edh-search-form {
  white-space: nowrap;
}

/* line 67, ../../../code/health/css/components/edh.search.scss */
.edh-search-bar {
  margin-right: 0;
}

/* line 72, ../../../code/health/css/components/edh.search.scss */
.navbar-form > .form-control + .ed-magnifying-glass {
  position: absolute;
  display: block;
  top: 10px;
  right: 26px;
}

/* line 79, ../../../code/health/css/components/edh.search.scss */
.edh-nav-search-hover {
  float: right;
  margin-right: 220px;
  margin-top: 20px;
}

/* line 86, ../../../code/health/css/components/edh.search.scss */
.edh-search-input {
  border-color: #b9cfe9;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  line-height: 1;
  margin-top: -3px;
}

/* line 98, ../../../code/health/css/components/edh.search.scss */
.edh-search-input-container .ed-magnifying-glass {
  display: inline-block;
  margin-left: -11%;
}

/* line 105, ../../../code/health/css/components/edh.search.scss */
.data-feed-search-form .edh-search-recent_feed {
  visibility: hidden;
}

/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.select.scss */
.edh-race-groups {
  z-index: 1;
  background-color: #FFFFFF;
  margin-right: 22px;
  margin-top: 22px;
  min-width: 18.75rem;
}
/* line 12, ../../../code/health/css/components/edh.select.scss */
.edh-race-groups .ed-button {
  width: 100%;
  min-width: 100px;
}
/* line 18, ../../../code/health/css/components/edh.select.scss */
.edh-race-groups .ed-option-container {
  width: 100%;
  min-width: 100px;
}

/* line 24, ../../../code/health/css/components/edh.select.scss */
.edh-cm-race-groups {
  z-index: 1;
  background-color: #FFFFFF;
  margin-right: 22px;
  margin-top: 22px;
}
/* line 31, ../../../code/health/css/components/edh.select.scss */
.edh-cm-race-groups .ed-button {
  margin-right: 200px;
  width: 100%;
  min-width: 100px;
}
/* line 39, ../../../code/health/css/components/edh.select.scss */
.edh-cm-race-groups .ed-option-container {
  width: 100%;
  min-width: 100px;
  border: 1px solid #b9cfe9;
}

/* line 52, ../../../code/health/css/components/edh.select.scss */
.edh-dashboard-compare .edh-race-groups > .edh-panel-group > .edh-panel-group:last-child .edh-race-groups {
  display: block;
  left: 22px;
}
/* line 58, ../../../code/health/css/components/edh.select.scss */
.edh-dashboard-compare .edh-race-groups > .edh-panel-group > .edh-panel-group:last-child .edh-diseases {
  display: none;
}

/* line 65, ../../../code/health/css/components/edh.select.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:nth-child(1) .edh-race-groups {
  display: none;
}

/* line 70, ../../../code/health/css/components/edh.select.scss */
.ed-blank {
  color: red !important;
}

/* line 75, ../../../code/health/css/components/edh.select.scss */
.edh-dropdown-menu {
  float: left;
  display: initial;
  position: relative;
}
/* line 81, ../../../code/health/css/components/edh.select.scss */
.edh-dropdown-menu.ed-disabled > .ed-select > .ed-button {
  color: #B1B1B1;
}
/* line 86, ../../../code/health/css/components/edh.select.scss */
.edh-dropdown-menu > .ed-select {
  float: left;
}

/* line 92, ../../../code/health/css/components/edh.select.scss */
.edh-panel .ed-select.ed-selected .ed-button, .edh-cm-tasks-panel .ed-select.ed-selected .ed-button {
  background-color: #FFFFFF;
}

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
/* line 2, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select {
  position: relative;
  display: block;
  padding: 0;
  background: white;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  /* Custom arrow sits on top of the select - could be an image, SVG, icon font, etc. or the arrow could just baked into the bg image on the select. Note this si a 2x image so it will look bad in browsers that don't support background-size. In production, you'd handle this resolution switch via media query but this is a demo. */
  /* Set options to normal weight */
}
/* line 10, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  /* General select styles: change as needed */
  padding: .4em 1.9em .4em .6em;
  line-height: 1.3;
  /* Focus style */
  /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
}
/* line 30, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #b4defa;
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa;
}
/* line 40, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* line 48, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  background-image: url("/images/dropdown-arrow.9c7e1b09.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}
/* line 66, ../../../code/health/css/components/edh.select.custom.scss */
.custom-select option {
  font-weight: normal;
}

/* line 1, ../../../code/health/css/components/edh.slider.scss */
.edh-slider-container {
  /* Chrome, Opera, Safari, Edge */
  /* Firefox*/
}
/* line 3, ../../../code/health/css/components/edh.slider.scss */
.edh-slider-container .edh-slider {
  -webkit-appearance: none;
  appearance: none;
  margin-left: 5%;
  width: 90%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
/* line 17, ../../../code/health/css/components/edh.slider.scss */
.edh-slider-container .edh-slider:hover {
  opacity: 1;
}
/* line 23, ../../../code/health/css/components/edh.slider.scss */
.edh-slider-container .edh-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 25px;
  background: #615AA7;
  cursor: pointer;
  border-radius: 5px;
}
/* line 35, ../../../code/health/css/components/edh.slider.scss */
.edh-slider-container .edh-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #615AA7;
  cursor: pointer;
}

/* line 1, ../../../code/health/css/components/edh.sorting.scss */
.sort-button {
  outline: none;
  margin-top: 40px;
  background: none;
  border: none;
  margin: 0;
  color: black;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 12px;
}

/* line 13, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}

/* line 21, ../../../code/health/css/components/edh.sorting.scss */
.sort-bar-divider {
  border-left: 1px solid #DCDBDB;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  height: 20px;
}

/* line 30, ../../../code/health/css/components/edh.sorting.scss */
.arrow-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4585E6;
  float: right;
  margin-top: 8px;
  margin-left: 8px;
}

/* line 40, ../../../code/health/css/components/edh.sorting.scss */
.arrow-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4585E6;
  float: right;
  margin-top: 8px;
  margin-left: 8px;
}

/* line 50, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar-arrow {
  width: 15%;
}

/* line 55, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar-last-appt {
  width: 20%;
}

/* line 60, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar-next-appt {
  width: 18%;
}

/* line 65, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar-age {
  width: 18%;
}

/* line 70, ../../../code/health/css/components/edh.sorting.scss */
.edh-sort-bar-gender {
  padding-left: 0px;
}

/* Copyright 2015-2024 NXGN Management, LLC. All Rights Reserved. */
/* Generic Reports */
/* line 4, ../../../code/health/css/components/edh.table.dynamic.scss */
html {
  overflow: hidden;
}

/* line 9, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky {
  position: sticky;
}
/* line 13, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky.sticky-headers {
  top: 0;
  z-index: 3;
}
/* line 19, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky.sticky-footer {
  bottom: 0;
  z-index: 3;
}
/* line 25, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky.sticky-col {
  z-index: 2;
}

/* line 31, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky-headers > .sticky-col {
  background: linear-gradient(#F0F4FB, #F0F4FB);
}
/* line 35, ../../../code/health/css/components/edh.table.dynamic.scss */
.sticky-headers > .sticky-col.edh-report-selected-column {
  background-image: linear-gradient(#f1f5fb, #fff);
}

/* line 43, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-wrapper .edh-report-feedback-container {
  font-size: 24px;
  background-color: #DFEAF7;
  padding-top: 90px;
  padding-bottom: 98px;
  text-align: center;
}

/* line 53, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting, .edh-perform-reporting {
  min-width: 1000px;
  height: 100%;
  background-color: white;
}
/* line 59, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting .ed-table.edh-table-list, .edh-perform-reporting .ed-table.edh-table-list {
  border-top: none;
}
/* line 64, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting .edh-report, .edh-perform-reporting .edh-report {
  margin: 0;
  border-top: none;
  overflow: auto;
}

/* line 72, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting > th {
  width: 250px;
  height: 80px;
  font-size: 14px;
}

/* line 79, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-header {
  width: 100%;
  min-height: 80px;
  font-size: 14px;
  color: #5990CC;
  font-weight: 600;
  background-color: #F0F4FB;
  display: inline-flex;
  overflow: visible;
}

/* line 91, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-modal-appts-header-container {
  color: #5990CC;
  font-weight: 600;
  background-color: #F0F4FB;
}

/* line 98, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-header-col-wrapper {
  min-height: 80px;
  flex: 1;
  cursor: pointer;
  min-width: 100px;
  overflow: visible;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 109, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-header-col-wrapper:not(.sticky) {
  position: relative;
}

/* line 115, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-appts-header-col-wrapper {
  min-height: 40px;
  flex: 1;
  cursor: pointer;
  min-width: 100px;
  overflow: visible;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

/* line 128, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon {
  position: absolute;
  right: 5px;
  transform: rotate(90deg);
}
/* line 133, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon:after {
  content: attr(iconType) "";
  color: #CCDCEF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 142, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon-up {
  position: absolute;
  right: 5px;
}
/* line 146, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon-up:after {
  content: attr(iconType) "";
  color: #2566B0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 155, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon-down {
  position: absolute;
  right: 5px;
}
/* line 159, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-sort-icon-down:after {
  content: attr(iconType) "";
  color: #2566B0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 168, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-selected-column {
  border-left: 2px solid #d1e0f1;
  border-right: 2px solid #d1e0f1;
  background-image: linear-gradient(#f1f5fb, #fff);
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  unselectable: on;
}

/* line 182, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-header-col {
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: middle;
}

/* line 189, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-appts-header-col {
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: middle;
}

/* line 196, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-header-column-text {
  display: inline-block;
  word-break: break-word;
  height: 100%;
}

/* line 202, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform-display-flex {
  display: flex;
  justify-content: space-between;
}

/* line 208, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-filter-label-column-selected {
  font-size: 11px;
  font-weight: 1000;
}

/* line 214, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-appts-header-column-text {
  display: inline-block;
  height: 100%;
}

/* line 220, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-frozen-row {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  border-bottom: 1px;
  border-bottom-color: #C8D9ED;
  border-bottom-style: solid;
}
/* line 229, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-frozen-row > .edh-report-cell {
  background-color: #F0F4FB;
}

/* line 235, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-padding-for-scrollbar {
  /* Standard scrollbar width is 17px, add 2px to account for border/padding/margins */
  padding-right: 19px;
}

/* line 241, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-row-wrapper, .edh-cm-recommendation-row-wrapper, .edh-appts-row-wrapper {
  display: block;
  min-height: 52px;
  overflow: visible;
  flex: 1 0 auto;
}
/* line 252, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-row-wrapper:hover > .edh-report-row-hover > .edh-report-cell, .edh-cm-recommendation-row-wrapper:hover > .edh-report-row-hover > .edh-report-cell, .edh-appts-row-wrapper:hover > .edh-report-row-hover > .edh-report-cell {
  background-color: #f1f5fb;
}
/* line 259, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-row-wrapper .edh-report-row-warn, .edh-cm-recommendation-row-wrapper .edh-report-row-warn, .edh-appts-row-wrapper .edh-report-row-warn {
  color: red;
}

/* line 264, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row-wrapper .section {
  margin: 5px;
}

/* line 271, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row-wrapper .section-title {
  color: #615AA7;
  margin-top: 10px;
}

/* line 276, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-row, .edh-cm-recommendation-row, .edh-cm-recommendation-other-row, .edh-appts-row {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-height: 52px;
  border-bottom: 1px;
  background-color: white;
  border-bottom-color: #C8D9ED;
  border-bottom-style: solid;
  overflow: visible;
}

/* line 289, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendations-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

/* line 296, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row, .edh-cm-recommendation-other-row {
  align-items: center;
  justify-content: space-between;
}
/* line 301, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row:nth-child(odd), .edh-cm-recommendation-other-row:nth-child(odd) {
  background-color: #f1f5fb;
}
/* line 306, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row:nth-child(even), .edh-cm-recommendation-other-row:nth-child(even) {
  background-color: white;
}
/* line 311, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row > span, .edh-cm-recommendation-other-row > span {
  max-width: 800px;
  font-size: 11px;
  margin-left: 5px;
}
/* line 318, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row > span > span, .edh-cm-recommendation-other-row > span > span {
  display: block;
}
/* line 323, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .modify-recommendation, .edh-cm-recommendation-other-row .modify-recommendation {
  width: 850px;
}
/* line 328, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .newly-added-recommendation, .edh-cm-recommendation-other-row .newly-added-recommendation {
  font-style: italic;
}
/* line 333, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .buttons, .edh-cm-recommendation-other-row .buttons {
  align-items: right;
}
/* line 337, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .buttons .fas, .edh-cm-recommendation-other-row .buttons .fas {
  cursor: pointer;
  margin-right: 10px;
}
/* line 343, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .buttons .edit-recommendation, .edh-cm-recommendation-other-row .buttons .edit-recommendation {
  color: #9DC044;
}
/* line 348, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-row .buttons .delete-recommendation, .edh-cm-recommendation-other-row .buttons .delete-recommendation {
  color: #615AA7;
}

/* line 355, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-other-row {
  border-bottom: none;
}
/* line 359, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-other-row > span {
  margin-right: 10px;
}
/* line 363, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-other-row:nth-child(n) {
  background-color: white;
}
/* line 367, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-other-row > form {
  width: 100%;
}
/* line 370, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-cm-recommendation-other-row > form > input {
  width: inherit;
}

/* line 376, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell, .edh-appts-cell {
  min-width: 100px;
  padding-right: 22px;
  padding-left: 22px;
  overflow: visible;
  overflow-wrap: break-word;
  vertical-align: middle;
  flex: 1;
  align-items: center;
  display: inline-flex;
  background-color: white;
}
/* line 389, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell .force-break, .edh-appts-cell .force-break {
  word-break: break-all;
}
/* line 394, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell .blockSpan, .edh-appts-cell .blockSpan {
  display: block;
  width: 100%;
}

/* line 401, ../../../code/health/css/components/edh.table.dynamic.scss */
.gaps-in-care-cell {
  justify-content: center;
  overflow-wrap: normal;
}

/* line 407, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-content-numeric {
  float: right;
}

/* line 412, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-frozen-cell {
  font-weight: 600;
}

/* line 417, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dashboard-container.edh-report-container {
  background-color: #DFEAF7;
  height: 100%;
}

/* line 423, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting .edh-small-info {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #a3a1a1;
}

/* line 431, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-container-table {
  background-color: #DFEAF7;
  position: relative;
  display: flex;
  flex: 1 0 0%;
  height: calc(100% - (29px + 56px + 66px));
  width: 100%;
}
/* line 440, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-container-table > h1 {
  margin: auto;
  text-align: center;
}

/* line 447, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th:nth-child(2) {
  text-align: left;
  padding-left: 5px;
}

/* line 453, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table-container {
  height: 100%;
  padding-bottom: 296px;
}
/* line 457, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table-container .edh-pagination-footer {
  position: relative;
}

/* line 463, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-scrollable-table {
  overflow: auto;
  max-height: 100%;
}

@media print {
  /* line 471, ../../../code/health/css/components/edh.table.dynamic.scss */
  .edh-scrollable-table {
    max-height: 100%;
    overflow: none;
  }
}
/* line 478, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table {
  table-layout: fixed;
}
/* line 482, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table .edh-drilldown-link {
  color: #428BCA;
  cursor: pointer;
}
/* line 492, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table tbody tr:hover > td:not(.edh-drilldown-link) {
  color: #1F253D;
}
/* line 496, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table tr {
  background-color: white;
}
/* line 497, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table tr:hover {
  background-color: #f1f5fb;
}
/* line 499, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table td {
  padding: 11px 44px 11px 22px;
  border-bottom: 1px solid #f1f5fb;
  font-family: "Arimo", Arial, sans-serif;
}
/* line 506, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table tr.edh-table-totals {
  background-color: #f1f5fb;
  text-align: center;
  padding: 20px 5px 20px 10px;
  border-top: 2px solid #d1e0f1;
  font-family: "Arimo Bold", Arial, sans-serif;
}
/* line 515, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th {
  position: relative;
  text-align: center;
  background-color: #f1f5fb;
  padding-left: 5px;
  padding-right: 33px;
  height: 59px;
  color: #79a7d7;
  cursor: pointer;
  border-top: 2px solid #d1e0f1;
  border-bottom: 2px solid #d1e0f1;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 12px;
}
/* line 532, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th:not(.edh-selected-column):after {
  position: absolute;
  color: #CCDCEF;
  content: attr(iconType) "";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(90deg);
  top: 18px;
  right: 10px;
}
/* line 547, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table tr.edh-table-totals > td {
  font-family: "Arimo Bold", Arial, sans-serif;
}
/* line 549, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.edh-selected-column {
  border-left: 2px solid #d1e0f1;
  border-right: 2px solid #d1e0f1;
  background-image: linear-gradient(#f1f5fb, #fff);
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  unselectable: on;
}
/* line 563, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th:nth-child(1):after {
  display: none;
}
/* line 568, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.edh-selected-column:nth-child(1) {
  border-right: none;
}
/* line 573, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.edh-selected-column:nth-child(2) {
  border-left: none;
}
/* line 578, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.edh-selected-column.edh-toggle-down::after {
  position: absolute;
  content: attr(iconType) "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2566B0;
  top: 18px;
  right: 10px;
}
/* line 589, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.edh-selected-column.edh-toggle-up::after {
  position: absolute;
  content: attr(iconType) "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2566B0;
  top: 18px;
  right: 10px;
}
/* line 600, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-dynamic-table th.numbered-header, .edh-dynamic-table td.numbered-column {
  width: 44px;
}

/* line 606, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting > .edh-heading-block {
  width: 100%;
  min-width: 1042px;
  background-color: #FFFFFF;
  padding: 11px 22px 0 22px;
  font-size: 13px;
  color: #898989;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 615, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting > .edh-heading-block .edh-cv-date-range {
  float: right;
}
/* line 617, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting > .edh-heading-block .edh-heading {
  font-size: 20px;
  margin-bottom: 5px;
  white-space: normal;
  width: 75%;
  word-wrap: normal;
}

/* line 627, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting > .edh-heading-block {
  width: 100%;
  min-width: 1042px;
  background-color: #FFFFFF;
  padding: 11px 22px 0 22px;
  font-size: 13px;
  color: #898989;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 636, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting > .edh-heading-block .edh-cv-date-range {
  float: right;
}
/* line 638, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-reporting > .edh-heading-block .edh-heading {
  font-size: 20px;
  margin-bottom: 5px;
  white-space: normal;
  width: 75%;
  word-wrap: normal;
  font-weight: normal;
}

/* line 649, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting.edh-perform-detail-report > .edh-heading-block {
  padding-bottom: 11px;
}
/* line 652, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting.edh-perform-detail-report > .edh-heading-block > .edh-report-option-row > .edh-report-option {
  padding-top: 0;
  line-height: 74px;
}

/* line 661, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table {
  height: calc(100% - (74px + 34px + 66px));
}
/* line 664, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table .ed-table.edh-table-list {
  border-top: none;
}
/* line 667, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table .ed-table.edh-table-list .ed-column:first-child {
  border-left: none;
}
/* line 673, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body > .ed-row > .ed-column:first-child {
  border-right: none;
  background-color: white;
}
/* line 679, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body > .ed-row:hover > .ed-column {
  background-color: #f1f5fb;
}
/* line 684, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body.ed-display-header:not(.ed-display-footer) {
  border-bottom: none;
}

/* line 695, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table {
  height: calc(100% - (74px + 34px + 66px));
}
/* line 698, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table .ed-table.edh-table-list {
  border-top: none;
}
/* line 701, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table .ed-table.edh-table-list .ed-column:first-child {
  border-left: none;
}
/* line 707, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body > .ed-row > .ed-column:first-child {
  border-right: none;
  background-color: white;
}
/* line 713, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body > .ed-row:hover > .ed-column {
  background-color: #f1f5fb;
}
/* line 718, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-inform-detail-report .edh-container-table .ed-table.edh-table-list > .ed-body.ed-display-header:not(.ed-display-footer) {
  border-bottom: none;
}

/* line 727, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting .button-span {
  float: right;
  vertical-align: middle;
}

/* line 733, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-perform-reporting .button-span a {
  font-family: "Arimo Bold", Arial, sans-serif;
  margin-right: 11px;
}

/* line 739, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row {
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 745, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .action-bar {
  display: inline-block;
}
/* line 748, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .action-bar-fade-element {
  opacity: 0.5;
  cursor: default !important;
}
/* line 752, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option {
  display: inline-block;
  padding: 0 22px 0 0;
}
/* line 756, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option .edh-report-option-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_report_print.png");
  background-size: 100% 100%;
  vertical-align: middle;
}
/* line 764, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option .edh-report-option-text {
  color: #428BCA;
  font-weight: 600;
}
/* line 772, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option.edh-report-ru-icon {
  background: url("../images/icon_reports_export.1954c4f3.png");
  background-size: 100% 100%;
}
/* line 777, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-settings-button .edh-report-option-icon {
  background: url("../images/icon_reports_settings.51f3e5a4.png");
  background-size: 100% 100%;
}
/* line 782, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-clear-filter-button .edh-report-option-icon {
  background: url("../images/icon_clear_filters.39760bcb.png");
  background-size: 100% 100%;
}
/* line 787, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-export-button .edh-report-option-icon {
  background: url("../images/icon_reports_export.1954c4f3.png");
  background-size: 100% 100%;
}
/* line 792, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-print-button .edh-report-option-icon {
  background: url("../images/icon_reports_print.3cc113ae.png");
  background-size: 100% 100%;
}
/* line 797, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-action-button .edh-report-option-icon {
  background: url("../images/icongapsincare_green.616ede1f.png");
  background-size: 100% 100%;
}
/* line 802, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option#id-shareDocument-button .edh-report-option-icon {
  background: url("../images/shareDocument.6452b729.png");
  background-size: 100% 100%;
}
/* line 810, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option:nth-child(4) .edh-report-option-icon {
  background: url("../images/icon_reports_print.3cc113ae.png");
  background-size: 100% 100%;
}
/* line 816, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option:hover {
  cursor: pointer;
}
/* line 819, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row .edh-report-option:hover .edh-report-option-text {
  opacity: .8;
}
/* line 825, ../../../code/health/css/components/edh.table.dynamic.scss */
div .edh-report-option-row.edh-metrics-report-options {
  position: relative;
  float: right;
  top: -28px;
  margin-bottom: -20px;
}

/* line 838, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-option-row > .edh-report-option:last-child {
  padding-right: 22px;
}
/* line 843, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-option-row > .edh-report-option .edh-report-option-text {
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 12px;
}
/* line 852, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-option-row > .action-bar .edh-report-option-text {
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 12px;
}

/* line 860, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-input {
  text-align: center;
  width: 25px;
}

/* line 866, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table,
.edh-mapping-table {
  width: 100%;
}
/* line 872, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table table,
.edh-mapping-table table {
  width: 100%;
  height: 50px;
  overflow: scroll;
}
/* line 879, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table tr > th,
.edh-mapping-table tr > th {
  font-size: 18px;
  font-weight: normal;
  background-color: #DFEAF7;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
/* line 890, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table tr > td,
.edh-mapping-table tr > td {
  padding-left: 20px;
  height: 40px;
}
/* line 896, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table tr,
.edh-report-modal-table .check-box-label,
.edh-mapping-table tr,
.edh-mapping-table .check-box-label {
  cursor: grab;
}
/* line 902, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table tr:active,
.edh-report-modal-table .check-box-label:active,
.edh-mapping-table tr:active,
.edh-mapping-table .check-box-label:active {
  cursor: grabbing;
}
/* line 908, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table > tbody > .edh-ui-state-disabled,
.edh-mapping-table > tbody > .edh-ui-state-disabled {
  cursor: default;
}
/* line 911, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table > tbody > .edh-ui-state-disabled .check-box-label,
.edh-mapping-table > tbody > .edh-ui-state-disabled .check-box-label {
  cursor: default;
}
/* line 917, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table tr,
.edh-mapping-table tr {
  border: 1px solid #f1f5fb;
  background-color: white;
  padding: 1px;
}
/* line 924, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table .non-grabbable,
.edh-mapping-table .non-grabbable {
  cursor: default;
}
/* line 929, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table .mapping-modal-button,
.edh-mapping-table .mapping-modal-button {
  margin-right: 10px;
}
/* line 934, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-modal-table .mapping-modal-cancel,
.edh-mapping-table .mapping-modal-cancel {
  color: #C83E42;
}

/* Inform reports have a different style than perform */
/* line 941, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform {
  font-size: 12px;
  font-family: "Gotham Book", Arial, sans-serif;
}

/* line 949, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-clickthrough, .edh-report-inform-no-font-change .edh-clickthrough {
  color: #428BCA;
  cursor: pointer;
}
/* line 953, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-clickthrough > *, .edh-report-inform-no-font-change .edh-clickthrough > * {
  cursor: pointer;
}
/* line 956, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-clickthough-patient-name, .edh-report-inform-no-font-change .edh-clickthough-patient-name {
  display: inline;
  vertical-align: middle;
}
/* line 962, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-checkbox, .edh-report-inform-no-font-change .edh-report-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-left: -5px;
}
/* line 969, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-header-column-text, .edh-report-inform-no-font-change .edh-report-header-column-text {
  font-size: 11px;
  font-weight: 100;
}
/* line 974, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-header-column-text .edh-header-text-content, .edh-report-inform-no-font-change .edh-report-header-column-text .edh-header-text-content {
  float: left;
}
/* line 979, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-header-column-text .ed-help, .edh-report-inform .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-report-inform .edh-report-header-column-text .ed-description,
.edh-report-inform .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-report-inform .edh-report-header-column-text .ed-sources,
.edh-report-inform .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-report-inform .edh-report-header-column-text .ed-description,
.edh-report-inform .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-report-inform .edh-report-header-column-text .ed-sources, .edh-report-inform-no-font-change .edh-report-header-column-text .ed-help, .edh-report-inform-no-font-change .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-report-inform-no-font-change .edh-report-header-column-text .ed-description,
.edh-report-inform-no-font-change .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-report-inform-no-font-change .edh-report-header-column-text .ed-sources,
.edh-report-inform-no-font-change .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-report-inform-no-font-change .edh-report-header-column-text .ed-description,
.edh-report-inform-no-font-change .edh-report-header-column-text .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-report-inform-no-font-change .edh-report-header-column-text .ed-sources {
  margin-right: 0px;
  margin-left: 15px;
  margin-top: 0px;
  cursor: help;
  flex: none;
  align-self: center;
}
/* line 990, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-header-column-sub-text, .edh-report-inform-no-font-change .edh-report-header-column-sub-text {
  font-size: 10px;
}
/* line 995, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .ed-alert:after, .edh-report-inform-no-font-change .ed-alert:after {
  background-color: transparent;
  color: #C94044;
}
/* line 1001, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .ed-confirm:after, .edh-report-inform-no-font-change .ed-confirm:after {
  background-color: transparent;
  color: #AFD15B;
}
/* line 1007, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up, .edh-report-inform-no-font-change .edh-arrow-up {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: white;
}
/* line 1014, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up:before, .edh-report-inform-no-font-change .edh-arrow-up:before {
  position: absolute;
  display: block;
  top: -16px;
  left: -17px;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom-width: 35px;
  border-bottom-style: solid;
  z-index: -1;
}
/* line 1028, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-level-red:before, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-level-red:before {
  border-bottom-color: #C83E42;
}
/* line 1033, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-level-orange:before, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-level-orange:before {
  border-bottom-color: #F26522;
}
/* line 1038, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-level-yellow:before, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-level-yellow:before {
  border-bottom-color: #EFC11F;
}
/* line 1043, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-level-green:before, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-level-green:before {
  border-bottom-color: #9DBF43;
}
/* line 1048, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-ten, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-ten {
  margin-left: -2px;
}
/* line 1052, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-arrow-up.edh-risk-ten:before, .edh-report-inform-no-font-change .edh-arrow-up.edh-risk-ten:before {
  left: -15px;
}
/* line 1059, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-report-header, .edh-report-inform .edh-report-header-col-wrapper, .edh-report-inform-no-font-change .edh-report-header, .edh-report-inform-no-font-change .edh-report-header-col-wrapper {
  min-height: 40px;
}
/* line 1064, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line.edh-conditions-hover, .edh-report-inform-no-font-change .edh-line.edh-conditions-hover {
  cursor: pointer;
}
/* line 1069, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line.edh-specialties-hover, .edh-report-inform-no-font-change .edh-line.edh-specialties-hover {
  cursor: pointer;
}
/* line 1076, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-two-line .edh-line, .edh-report-inform-no-font-change .edh-two-line .edh-line {
  float: left;
}
/* line 1080, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-two-line .edh-line:first-child, .edh-report-inform-no-font-change .edh-two-line .edh-line:first-child {
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 10px;
  font-size: 10px;
  color: rgba(21, 29, 56, 0.4);
  margin-top: 0;
}
/* line 1095, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-three-line .edh-line, .edh-report-inform-no-font-change .edh-three-line .edh-line {
  float: left;
}
/* line 1099, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-three-line .edh-line:first-child, .edh-report-inform .edh-three-line .edh-line:nth-child(2), .edh-report-inform-no-font-change .edh-three-line .edh-line:first-child, .edh-report-inform-no-font-change .edh-three-line .edh-line:nth-child(2) {
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 10px;
  font-size: 10px;
  color: rgba(21, 29, 56, 0.4);
  margin-top: 0;
}
/* line 1112, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center, .edh-report-inform-no-font-change .edh-align-center {
  text-align: center;
}
/* line 1116, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating {
  font-family: "Gotham Bold", Arial, sans-serif;
  color: #FFFFFF;
  padding-top: 4px;
  height: 24px;
  width: 24px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
/* line 1128, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-0, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-0 {
  background-color: #3E378D;
}
/* line 1133, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-1000, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-1000 {
  background-color: #7C9C3D;
}
/* line 1138, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-2000, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-2000 {
  background-color: #E3B723;
}
/* line 1143, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-3000, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-3000 {
  background-color: #F26523;
}
/* line 1148, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-4000, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-4000 {
  background-color: #AD1F23;
}
/* line 1153, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-align-center.edh-risk-rating.edh-risk-severity-5000, .edh-report-inform-no-font-change .edh-align-center.edh-risk-rating.edh-risk-severity-5000 {
  background-color: #521011;
}
/* line 1160, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line, .edh-report-inform-no-font-change .edh-line {
  position: relative;
}
/* line 1164, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line.edh-provider-link, .edh-report-inform-no-font-change .edh-line.edh-provider-link {
  color: #5990CC;
  cursor: pointer;
}
/* line 1170, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line.edh-metric-value, .edh-report-inform-no-font-change .edh-line.edh-metric-value {
  float: right;
}
/* line 1175, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-inform .edh-line.edh-patient-cost, .edh-report-inform-no-font-change .edh-line.edh-patient-cost {
  text-align: right;
}

/* line 1184, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-patients .edh-report-header-column-text {
  display: flex;
}

/* line 1190, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-green-checkmark:before {
  background-color: transparent;
  color: #AFD15B;
  content: "";
  font-family: "Ion Icons";
  font-size: 20px;
  padding-left: 47%;
}

/* line 1200, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell-colored-container {
  display: flex;
  width: 100%;
}
/* line 1205, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell-colored-container.edh-report-pass {
  background-color: #E6F0C6;
}
/* line 1209, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell-colored-container.edh-report-fail {
  background-color: #F7E7E8;
}
/* line 1214, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell-colored-container .edh-report-cell-colored {
  min-width: 100px;
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  overflow: visible;
  vertical-align: middle;
  flex: 1;
  margin: auto;
}
/* line 1225, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-cell-colored-container .edh-report-cell-colored .edh-provider-link {
  color: #5990CC;
  cursor: pointer;
}

/* line 1233, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-settings-button {
  background: url("../images/icon_reports_settings.51f3e5a4.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: .875rem;
  vertical-align: middle;
}

/* line 1244, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-settings-button-text {
  color: #428BCA;
  font-weight: 600;
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 12px;
  display: inline-block;
}

/* line 1255, ../../../code/health/css/components/edh.table.dynamic.scss */
.metric-metadata .edh-report-contents {
  height: 370px;
}

/* line 1261, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-force-text-wrap {
  word-break: break-word;
}

/* line 1266, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-filter-container {
  display: table;
  padding-left: 10px;
}
/* line 1270, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-report-filter-container > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 1276, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-filter-settings {
  margin-right: -0.8em;
  padding-left: 2.3em;
  padding-top: 0.6875em;
  color: #BBBBBB;
}

/* line 1283, ../../../code/health/css/components/edh.table.dynamic.scss */
.edh-resource-utilization-report-header-column-text {
  justify-content: space-between;
}

/* line 1, ../../../code/health/css/components/edh.table.fixed.scss */
.fixed-table-container {
  padding-top: 30px;
  position: relative;
  height: 200px;
}
/* line 7, ../../../code/health/css/components/edh.table.fixed.scss */
.fixed-table-container .header-background {
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* line 16, ../../../code/health/css/components/edh.table.fixed.scss */
.fixed-table-container .fixed-table-container-inner {
  overflow-y: auto;
  height: 100%;
}
/* line 22, ../../../code/health/css/components/edh.table.fixed.scss */
.fixed-table-container table {
  overflow-y: auto;
  width: 100%;
}
/* line 31, ../../../code/health/css/components/edh.table.fixed.scss */
.fixed-table-container table thead th .th-inner {
  position: absolute;
  top: 0;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
}

/* line 1, ../../../code/health/css/components/edh.table.list.scss */
[role="button"] {
  cursor: default;
}

/* line 8, ../../../code/health/css/components/edh.table.list.scss */
.ed-table .edh-clickthrough {
  color: #428BCA;
  cursor: pointer;
}
/* line 12, ../../../code/health/css/components/edh.table.list.scss */
.ed-table .edh-clickthrough > * {
  cursor: pointer;
}
/* line 14, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list {
  background-color: #FFFFFF;
  border-top-color: #EAE9EC;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #EAE9EC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 28, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row {
  background-color: #F0F4FB;
}
/* line 32, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row.scrollbar-padding {
  border-right: 16px solid #F0F4FB;
}
/* line 34, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row > .ed-column {
  text-transform: uppercase;
  font-weight: normal;
  user-select: none;
  color: #696969;
}
/* line 41, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.ed-sort {
  color: #5990CC;
  background-color: #F0F4FB;
  cursor: pointer;
}
/* line 47, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.edh-metrics-report-header {
  font-size: 11px;
  height: 36px;
}
/* line 53, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.edh-provider-header {
  height: 50px;
}
/* line 63, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 12px;
  color: #232F57;
  background-color: #DFEAF7;
}
/* line 71, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row.ed-selected > .ed-column {
  background-color: #DFEAF7;
}
/* line 75, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row.ed-selected > .ed-column:first-child {
  border-left-color: #32407A;
  background-color: #DFEAF7;
}
/* line 83, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row:last-child {
  border-bottom-width: 0;
}
/* line 88, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column {
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 92, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column:first-child {
  text-transform: capitalize;
}
/* line 97, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-metrics-report-column {
  background-color: white;
  border-right: none;
  font-family: "Gotham Book", Arial, sans-serif;
  word-wrap: break-word;
}
/* line 106, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-metrics-report-column:hover > .ed-tooltip {
  display: block;
}
/* line 110, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-metrics-report-column:hover > .ed-tooltip > .edh-label {
  display: block;
  margin-bottom: 11px;
  color: #898989;
  font-size: 18px;
}
/* line 117, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-metrics-report-column:hover > .ed-tooltip > .edh-label.edh-d3-tooltip-item {
  font-family: Arial, sans-serif;
  opacity: 1.0;
  text-align: left;
  margin: 10px;
  font-size: 14px;
}
/* line 129, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-metrics-report-column > .ed-tooltip {
  display: none;
}
/* line 135, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-report-header {
  background-color: white;
  border-right: none;
}
/* line 141, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-no-metric-report-data {
  background-color: white;
}
/* line 145, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-report-pass {
  background-color: #E6F0C6;
}
/* line 149, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column.edh-report-fail {
  background-color: #F7E7E8;
}
/* line 154, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-line.edh-conditions-hover {
  cursor: pointer;
}
/* line 163, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-two-line .edh-line:first-child {
  position: absolute;
  top: 7px;
  left: 22px;
  width: 100%;
  line-height: 10px;
  font-size: 10px;
  color: rgba(21, 29, 56, 0.4);
  margin-top: 0;
}
/* line 176, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center {
  text-align: center;
}
/* line 180, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating {
  font-family: "Gotham Bold", Arial, sans-serif;
  color: #FFFFFF;
  padding-top: 4px;
  height: 24px;
  width: 24px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
/* line 192, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-0 {
  background-color: #3E378D;
}
/* line 197, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-1000 {
  background-color: #7C9C3D;
}
/* line 202, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-2000 {
  background-color: #E3B723;
}
/* line 207, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-3000 {
  background-color: #F26523;
}
/* line 212, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-4000 {
  background-color: #AD1F23;
}
/* line 217, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-align-center.edh-risk-rating.edh-risk-severity-5000 {
  background-color: #521011;
}
/* line 224, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-line {
  position: relative;
}
/* line 228, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-line.edh-provider-link {
  color: #5990CC;
  cursor: pointer;
}
/* line 234, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-body > .ed-row > .ed-column .edh-line.edh-metric-value {
  float: right;
}
/* line 243, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list > .ed-footer > .ed-row.scrollbar-padding {
  border-right: 32px solid #F0F4FB;
}
/* line 248, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list .ed-column {
  padding: 0 22px;
  position: relative;
}
/* line 253, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list .ed-column:first-child {
  border-left-color: #EAE9EC;
  border-left-width: 7px;
  border-left-style: solid;
}
/* line 261, ../../../code/health/css/components/edh.table.list.scss */
.ed-table.edh-table-list .ed-row {
  border-bottom-color: #C8D9ED;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 269, ../../../code/health/css/components/edh.table.list.scss */
.ed-table .ed-column:after {
  position: static;
  margin-right: 8px;
  float: right;
}
/* line 275, ../../../code/health/css/components/edh.table.list.scss */
.ed-table .ed-column.edh-report-pass:after {
  background-color: transparent;
  color: #AFD15B;
}
/* line 280, ../../../code/health/css/components/edh.table.list.scss */
.ed-table .ed-column.edh-report-fail:after {
  background-color: transparent;
  color: #C94044;
}

/* line 288, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list {
  font-size: 14px;
}
/* line 292, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list .ed-column-value,
.edh-perform-reporting .ed-table.edh-table-list .edh-lineModalController {
  text-align: right;
}
/* line 300, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-header > .ed-row {
  height: 52px;
  font-family: "Arial Bold", Arial, sans-serif;
  border-bottom: none;
}
/* line 306, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-header > .ed-row > .ed-column {
  font-weight: 600;
  width: 250px;
  height: 80px;
  font-size: 14px;
}
/* line 315, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.ed-sort:before {
  top: 19px;
}
/* line 320, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.ed-sort.ed-ascending {
  background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 22%, #DFEAF7 100%);
  border-right-color: #EAE9EC;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #EAE9EC;
  border-left-width: 1px;
  border-left-style: solid;
}
/* line 332, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-header > .ed-row > .ed-column.ed-sort.ed-descending {
  background-image: linear-gradient(#DFEAF7 0%, #FFFFFF 78%, #FFFFFF 100%);
  border-right-color: #EAE9EC;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #EAE9EC;
  border-left-width: 1px;
  border-left-style: solid;
}
/* line 347, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body {
  border-top: 1px solid #C8D9ED;
  border-bottom: 1px solid #C8D9ED;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 355, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body > .ed-row > .ed-column {
  font-size: 14px;
}
/* line 359, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body > .ed-row > .ed-column:first-child {
  border-right-width: 0;
  background-color: #FFFFFF;
}
/* line 368, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body > .ed-row.ed-selected > .ed-column {
  background-color: #FFFFFF;
}
/* line 375, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body.ed-display-header {
  height: calc(100% - 52px);
}
/* line 379, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - (52px + 52px));
}
/* line 385, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer {
  height: 52px;
  font-family: "Open Sans Bold", Arial, sans-serif;
  border-top: none;
  border-bottom: none;
}
/* line 392, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer > .ed-row {
  background-color: #f1f4fd;
  color: black;
  font-size: 12px;
  font: "Arimo", Arial, sans-serif;
  border-bottom: none;
}
/* line 400, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer > .ed-row.scrollbar-padding {
  border-right: 16px solid #F0F4FB;
}
/* line 404, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer > .ed-row > .ed-column:first-child {
  font-size: 11px;
}
/* line 411, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer > .ed-row > .ed-column.edh-colored-value.ed-column-value-positive {
  color: #8AB13F;
}
/* line 416, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list > .ed-footer > .ed-row > .ed-column.edh-colored-value.ed-column-value-negative {
  color: #ED1C24;
}
/* line 427, ../../../code/health/css/components/edh.table.list.scss */
.edh-perform-reporting .ed-table.edh-table-list .ed-column:first-child {
  border-left-width: 0;
}

/* line 1, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab {
  height: 32px;
  width: 110px;
  margin-right: 18px;
  margin-bottom: 11px;
}
/* line 6, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-content {
  background-color: #FBFBFB;
  color: #428BCA;
  font-family: "Open Sans Bold", Arial, sans-serif;
}
/* line 12, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-content:before {
  display: block;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border-color: #cde1f1;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 0 #cde1f1;
}
/* line 25, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-content.ed-disabled {
  background-color: #F4F2F2;
  color: #D3D3D3;
}
/* line 29, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-content.ed-disabled:before {
  display: block;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1px 0 white;
}
/* line 48, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked + .ed-content {
  background-color: #428BCA;
  color: #FFFFFF;
}
/* line 53, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked + .ed-content:before {
  border-color: #428BCA;
  border-color-top: #cde1f1;
  border-width: 0;
  box-shadow: 0 1px 0 #428BCA;
}
/* line 61, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked + .ed-content.ed-disabled {
  background-color: #F4F2F2;
  color: #D3D3D3;
}
/* line 66, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked + .ed-content.ed-disabled:before {
  border-color: #F4F2F2;
  border-color-top: white;
  border-width: 0;
  box-shadow: 0 1px 0 #F4F2F2;
}
/* line 79, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked:hover + .ed-content {
  background-color: #428BCA;
}
/* line 83, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked:hover + .ed-content.ed-disabled {
  background-color: #F4F2F2;
  color: #D3D3D3;
}
/* line 87, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:checked:hover + .ed-content.ed-disabled:before {
  border-color: #F4F2F2;
  border-color-top: white;
  border-width: 0;
  box-shadow: 0 1px 0 #F4F2F2;
}
/* line 101, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:hover + .ed-content {
  background-color: #428BCA;
  color: #FFFFFF;
}
/* line 106, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:hover + .ed-content:before {
  border-color: #428BCA;
  border-color-top: #cde1f1;
}
/* line 112, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:hover + .ed-content.ed-disabled {
  background-color: #F4F2F2;
  color: #D3D3D3;
  border-color: #F4F2F2;
}
/* line 117, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-input:hover + .ed-content.ed-disabled:before {
  border-color: #F4F2F2;
  border-color-top: white;
  border-width: 0;
  box-shadow: 0 1px 0 #F4F2F2;
}
/* line 129, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-item {
  border-radius: 16px;
}
/* line 134, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab > .ed-icon {
  padding-left: 0;
}
/* line 139, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab.edh-button {
  position: absolute;
  width: 152px;
  margin-top: 11px;
  top: 0;
  right: 0;
  float: right;
  display: initial;
  position: relative;
}
/* line 149, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab.edh-button.edh-compare-button {
  width: 130px;
  right: 20px;
}
/* line 154, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab.edh-button.edh-compare-button.ed-disabled-compare {
  opacity: .5;
  pointer-events: none;
}
/* line 160, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab.edh-button.edh-view-report-button {
  margin-left: 25px;
  margin-top: 0px;
  cursor: pointer;
}

/* line 171, ../../../code/health/css/components/edh.tabs.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ed-tab-bar-wrapper {
  display: none;
}

/* line 177, ../../../code/health/css/components/edh.tabs.scss */
.ed-dir-tab-bar-select {
  position: absolute;
  top: 22px;
  left: 22px;
}

/* line 183, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab-bar {
  display: flex;
  width: 92%;
  margin: 22px;
  z-index: 1;
}
/* line 190, ../../../code/health/css/components/edh.tabs.scss */
.ed-tab-bar > .ed-select {
  flex: 1 0 0%;
  height: 32px;
}

/* line 197, ../../../code/health/css/components/edh.tabs.scss */
.edh-metrics .ed-tab {
  width: 152px;
}

/* line 202, ../../../code/health/css/components/edh.tabs.scss */
.ed-dir-tab-bar-bar {
  top: 0;
  left: 0;
}

/* line 2, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip {
  overflow: visible !important;
  white-space: nowrap;
}
/* line 6, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-item {
  display: block;
}
/* line 10, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-group {
  display: block;
}
/* line 13, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-group > .edh-d3-tooltip-group {
  display: inline-block;
  margin-right: -4px;
}
/* line 17, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-group > .edh-d3-tooltip-group:first-child {
  margin-right: 22px;
}
/* line 23, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip .edh-value {
  color: #565656;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}
/* line 28, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-value {
  margin-bottom: 11px;
}
/* line 32, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip .edh-d3-tooltip-group .edh-value {
  font-family: "Open Sans Bold", Arial, sans-serif;
}
/* line 36, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip .edh-label {
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
}
/* line 42, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-item.edh-label {
  font-size: 18px;
}
/* line 45, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-item.edh-value {
  font-size: 25px;
}
/* line 48, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-tooltip > .edh-d3-tooltip-item.edh-label + .edh-label {
  font-size: 17px;
}

/* line 54, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-window {
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
}
/* line 60, ../../../code/health/css/components/edh.tooltips.scss */
.edh-map-window img:not(.nwdtooltip-image) {
  display: none;
}

/* line 68, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-management-tooltip .edh-d3-tooltip-group .edh-d3-tooltip-item {
  margin-top: 8px;
  position: relative;
}

/* line 76, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .ed-select .d3-tip {
  margin-top: -21px;
  margin-left: 35px;
  height: initial;
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 83, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .ed-select .d3-tip:after {
  transform: rotate(90deg);
  top: 25px;
  left: -130px;
  margin-left: -2px;
}
/* line 90, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .ed-select .d3-tip .edh-d3-tooltip-item:last-child {
  margin-bottom: 0;
}
/* line 96, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-title {
  font-size: 13px;
}
/* line 100, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-label {
  text-align: left;
  margin: 0;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
}
/* line 107, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-label:nth-child(5) {
  margin-top: 8px;
}
/* line 111, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-label:nth-child(1) {
  font-family: "Arimo Bold", Arial, sans-serif;
}
/* line 115, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-label:nth-child(6) {
  font-family: "Arimo Bold", Arial, sans-serif;
  font-size: 25px;
}
/* line 120, ../../../code/health/css/components/edh.tooltips.scss */
.edh-network-design .edh-map-tooltip > .edh-d3-tooltip-item.edh-label + .edh-label {
  font-size: 13px;
}

/* line 127, ../../../code/health/css/components/edh.tooltips.scss */
.edh-patients-help {
  float: none;
  bottom: 4px;
  right: 15px;
  cursor: help;
}

/* line 134, ../../../code/health/css/components/edh.tooltips.scss */
.edh-patient-profile-title-help {
  float: none;
  bottom: 4px;
  right: 5px;
  cursor: help;
}

/* line 141, ../../../code/health/css/components/edh.tooltips.scss */
.edh-patient-labs-help {
  float: none;
  bottom: 4px;
  right: 5px;
  cursor: help;
}

/* line 148, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ru-help {
  bottom: 4px;
  float: none;
  line-height: 150%;
}

/* line 154, ../../../code/health/css/components/edh.tooltips.scss */
.edh-condition-help {
  float: none;
  bottom: 4px;
  cursor: help;
}

/* line 160, ../../../code/health/css/components/edh.tooltips.scss */
.ed-provider-primary-help {
  float: none;
  bottom: 4px;
  cursor: help;
}

/* line 166, ../../../code/health/css/components/edh.tooltips.scss */
.ed-provider-network-help {
  float: none;
  bottom: 4px;
  cursor: help;
}

/* line 174, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip .edh-population-insurance.edh-label {
  font-family: "Open Sans Bold", Arial, sans-serif;
  font-size: 15px;
}
/* line 179, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip .edh-population-insurance .edh-label {
  font-size: 15px;
}
/* line 183, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip .edh-population-insurance .edh-value {
  font-size: 15px;
}
/* line 188, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning {
  height: 59px;
  top: 57px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 193, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 197, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning.hover-bottom {
  top: 164px;
  bottom: auto;
  height: 70px;
}
/* line 202, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 209, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning.hover-bottom-ThoroughCare {
  top: 164px;
  bottom: auto;
  height: 90px;
}
/* line 214, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patients-warning.hover-bottom-ThoroughCare:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 222, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-vitals-warning {
  height: 100px;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 227, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-vitals-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 232, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-labs-warning {
  height: 100px;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 237, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-labs-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 242, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-provider-primary-warning {
  height: 100px;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 247, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-provider-primary-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 252, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-provider-network-warning {
  height: 60px;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 257, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-patient-provider-network-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 262, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.ru-tip {
  height: 220px;
  width: 500px;
  top: -95px;
  left: -120px;
  position: relative;
  background-color: white;
}
/* line 270, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.ru-tip.hover-bottom {
  top: 164px;
  bottom: auto;
}
/* line 274, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.ru-tip.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 282, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.audit-log-tip {
  height: 80px;
  width: 560px;
  top: -95px;
  left: -150px;
  position: relative;
  background-color: white;
}
/* line 290, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.audit-log-tip.hover-bottom {
  top: 164px;
  bottom: auto;
}
/* line 294, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.audit-log-tip.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 302, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-condition-poc-warning {
  height: 70px;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 307, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-condition-poc-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 313, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-search-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 317, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-search-warning.hover-bottom {
  top: 164px;
  bottom: auto;
  height: auto;
}
/* line 322, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-search-warning.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 329, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-search-warning .edh-serach-tooltip {
  white-space: normal;
}
/* line 335, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-unband-warning > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 339, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-unband-warning.hover-bottom {
  top: 170px;
  bottom: auto;
  height: 150px;
}
/* line 344, ../../../code/health/css/components/edh.tooltips.scss */
.d3-tip.edh-unband-warning.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}

/* line 353, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group {
  position: relative;
  display: inline-block;
  margin-right: 22px;
}
/* line 358, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group:last-child {
  margin-right: 0;
}
/* line 362, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group {
  margin-right: 20px;
}
/* line 365, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:first-child {
  width: 50%;
  float: left;
}
/* line 370, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) {
  width: 30% !important;
  float: right;
}
/* line 374, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk {
  display: inline-block;
  background-color: #676767;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 5px;
  margin-right: 11px;
  text-align: center;
  color: #FFFFFF;
}
/* line 386, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-0 {
  background-color: #3E378D;
}
/* line 390, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-1000 {
  background-color: #7C9C3D;
}
/* line 394, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-2000 {
  background-color: #E3B723;
}
/* line 398, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-3000 {
  background-color: #F26523;
}
/* line 402, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-4000 {
  background-color: #AD1F23;
}
/* line 406, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-group.edh-ru-tooltip-group:nth-child(2) .edh-risk.edh-risk-severity-5000 {
  background-color: #521011;
}

/* line 415, ../../../code/health/css/components/edh.tooltips.scss */
.edh-population-insurance.edh-d3-tooltip-group {
  display: block;
}
/* line 419, ../../../code/health/css/components/edh.tooltips.scss */
.edh-population-insurance .edh-d3-tooltip-item {
  display: inline-block;
  margin-right: -4px;
}

/* line 426, ../../../code/health/css/components/edh.tooltips.scss */
.edh-task-description.edh-d3-tooltip-item {
  word-break: break-all;
  max-width: 500px;
}

/* line 432, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item {
  text-align: center;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  line-height: 1;
}
/* line 437, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label {
  margin-bottom: 11px;
  color: #898989;
  font-size: 18px;
}
/* line 442, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label + .edh-label {
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 17px;
}
/* line 447, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label.edh-ru-label {
  color: #252525;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 19px;
  text-align: left;
}
/* line 454, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label.edh-report-info-tooltip-hover {
  font-family: Arial, sans-serif;
  opacity: 1;
  text-align: left;
  margin: 10px;
  font-size: 14px;
}
/* line 462, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label .edh-report-hover-info-title {
  margin-bottom: 5px;
  font-weight: bold;
  color: black;
}
/* line 468, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label .edh-report-hover-info-other {
  margin-bottom: 5px;
}
/* line 472, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label .edh-patient-cost-info {
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 16px;
}
/* line 477, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-label.edh-risk-disabled-label {
  font-family: "Open Sans Light", Arial, sans-serif;
}
/* line 482, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-value {
  color: #585858;
  font-family: "Open Sans Bold", Arial, sans-serif;
  font-size: 25px;
}
/* line 487, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-item.edh-value.edh-ru-value {
  color: #585858;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 12.5px;
  text-align: left;
}

/* line 496, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-risk-label {
  font-family: "Open Sans Bold", Arial, sans-serif;
}

/* line 500, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-tooltip-risk {
  font-size: 16px;
  color: #898989;
  font-weight: normal;
  font-family: "Open Sans Light", Arial, sans-serif;
}

/* line 507, ../../../code/health/css/components/edh.tooltips.scss */
.edh-tooltip-risk-group {
  margin-top: 5px;
  margin-right: 5px;
}

/* line 512, ../../../code/health/css/components/edh.tooltips.scss */
.edh-tooltip-risk-container {
  padding: 5px;
  text-align: center;
}

/* line 517, ../../../code/health/css/components/edh.tooltips.scss */
.edh-tooltip-risk-percent {
  border-right: 2px solid #e0e0df;
  padding-right: 5px;
  margin-right: 5px;
}

/* line 524, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-label + .edh-d3-label {
  font-family: "Open Sans Light", Arial, sans-serif;
}

/* line 529, ../../../code/health/css/components/edh.tooltips.scss */
.edh-d3-value {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  color: #252525;
}

/* line 534, ../../../code/health/css/components/edh.tooltips.scss */
.edh-value {
  display: block;
}
/* line 537, ../../../code/health/css/components/edh.tooltips.scss */
.edh-value.edh-trending {
  text-align: center;
  width: 100%;
}

/* line 543, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions {
  width: 260px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
/* line 548, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions > .edh-no-gaps {
  position: relative;
  margin-bottom: 7px;
  color: #959595;
}
/* line 554, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label {
  word-wrap: break-word;
  text-align: left;
  position: relative;
}
/* line 559, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-title {
  font-weight: bold;
  color: #464647;
  margin-bottom: 16px;
  text-align: left;
}
/* line 567, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-item {
  position: relative;
  margin-left: 17px;
  margin-bottom: 16px;
}
/* line 572, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-item:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -17px;
  height: 10px;
  width: 10px;
  content: "";
  background-color: #5464A2;
  border-radius: 5px;
}
/* line 585, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-see-more-ellipses {
  font-size: 32px;
  color: #5464A2;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 10px;
  margin-left: 0px;
}
/* line 592, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-see-more-ellipses:before {
  display: none;
}
/* line 597, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-see-more-label {
  font-size: 12px;
}
/* line 599, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions .edh-d3-tooltip-item.edh-label.edh-list .edh-see-more-label:before {
  display: none;
}
/* line 606, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps {
  width: auto;
}
/* line 609, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps .edh-title.edh-d3-tooltip-item.edh-label {
  text-transform: uppercase;
  font-family: "Arial Bold", Arial, sans-serif;
  font-size: 15px;
  display: block;
  color: #428BCA;
}
/* line 617, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list {
  margin-top: 11px;
  margin-bottom: 0;
}
/* line 621, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-gaps-initiative {
  position: relative;
  color: #898989;
  font-size: 14px;
  font-family: "Arial Bold", Arial, sans-serif;
  margin-bottom: 3px;
  display: block;
}
/* line 630, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap {
  position: relative;
  margin-bottom: 7px;
  color: #959595;
}
/* line 635, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-type {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 255px;
}
/* line 642, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
/* line 647, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result:before {
  display: block;
  position: absolute;
  top: 2px;
  left: -17px;
  height: 10px;
  width: 10px;
  content: "";
  background-color: #5464A2;
  border-radius: 5px;
}
/* line 659, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result.edh-gap-near-due:before {
  background-color: #FFD52D;
}
/* line 662, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result.edh-gap-past-due:before {
  background-color: #F26522;
}
/* line 665, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result.edh-gap-passed:before {
  background-color: #615AA7;
}
/* line 668, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-patient-conditions.edh-patient-gaps > .edh-list > .edh-item-gap > .edh-gap-result.edh-gap-failed:before {
  background-color: #C83E42;
}

/* line 677, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties {
  width: 260px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
/* line 682, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties > .edh-no-gaps {
  position: relative;
  margin-bottom: 7px;
  color: #959595;
}
/* line 688, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties .edh-d3-tooltip-item.edh-label {
  text-align: left;
  position: relative;
}
/* line 692, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties .edh-d3-tooltip-item.edh-label.edh-title {
  font-weight: bold;
  color: #464647;
  margin-bottom: 16px;
  text-align: left;
}
/* line 700, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties .edh-d3-tooltip-item.edh-label.edh-list .edh-item {
  position: relative;
  margin-left: 17px;
  margin-bottom: 16px;
}
/* line 705, ../../../code/health/css/components/edh.tooltips.scss */
.ed-tooltip.edh-provider-specialties .edh-d3-tooltip-item.edh-label.edh-list .edh-item:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -17px;
  height: 10px;
  width: 10px;
  content: "";
  background-color: #5464A2;
  border-radius: 5px;
}

/* line 721, ../../../code/health/css/components/edh.tooltips.scss */
.edh-reporting-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 726, ../../../code/health/css/components/edh.tooltips.scss */
.edh-reporting-tooltip-container .edh-reporting-tooltip {
  display: none;
  position: fixed;
  top: 10px;
  left: 2px;
}
/* line 732, ../../../code/health/css/components/edh.tooltips.scss */
.edh-reporting-tooltip-container .edh-reporting-tooltip .edh-tooltip-item {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
/* line 737, ../../../code/health/css/components/edh.tooltips.scss */
.edh-reporting-tooltip-container .edh-reporting-tooltip .edh-tooltip-item span {
  white-space: pre-line;
}

/* line 744, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation {
  width: 290px;
  opacity: 1;
  background-color: white;
}
/* line 749, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label {
  text-align: left;
  position: relative;
  margin-bottom: 0px;
  font-size: 14px;
}
/* line 755, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label:first-child {
  font-size: 18px;
  font-weight: 500;
}
/* line 761, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label:nth-child(3):not(.edh-list) {
  margin-top: 12px;
  font-weight: 900;
  font-size: 12px;
}
/* line 769, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label.edh-list .edh-item {
  font-weight: 100;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
}
/* line 777, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label.edh-list .edh-item > span {
  max-width: 60%;
  display: inline-block;
}
/* line 781, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label.edh-list .edh-item > span:last-child {
  position: absolute;
  right: 0;
  font-size: 20px;
  max-width: 40%;
  font-weight: 500;
}
/* line 790, ../../../code/health/css/components/edh.tooltips.scss */
.edh-ccd-variation .edh-d3-tooltip-item.edh-label.edh-list .edh-item:last-child {
  margin-bottom: auto;
}

/* line 798, ../../../code/health/css/components/edh.tooltips.scss */
.edh-cm-recommendation-tooltip {
  width: 50%;
}

/* line 802, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip {
  text-align: left;
  font-family: Arial Bold, sans-serif;
  line-height: 1;
  display: block;
}
/* line 808, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip .edh-variation-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #616161;
}
/* line 815, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip .edh-variation-subtitle {
  font-size: 14px;
  margin-bottom: 5px;
  color: #b0afaf;
}
/* line 821, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip .edh-variation-line {
  margin-top: 10px;
  min-height: 20px;
}
/* line 825, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip .edh-variation-line .edh-variation-label {
  width: 70%;
  display: inline-block;
  font-size: 14px;
  color: #929292;
}
/* line 832, ../../../code/health/css/components/edh.tooltips.scss */
.edh-variation-tooltip .edh-variation-line .edh-variation-result {
  font-size: 20px;
  font-weight: 700;
  color: #929292;
  float: right;
}

/* line 842, ../../../code/health/css/components/edh.tooltips.scss */
.edh-table-tooltip table,
.edh-table-tooltip th,
.edh-table-tooltip td {
  border: 1px solid black;
  border-collapse: collapse;
}
/* line 848, ../../../code/health/css/components/edh.tooltips.scss */
.edh-table-tooltip th,
.edh-table-tooltip td {
  padding: 5px;
}
/* line 852, ../../../code/health/css/components/edh.tooltips.scss */
.edh-table-tooltip th {
  text-align: center;
}
/* line 855, ../../../code/health/css/components/edh.tooltips.scss */
.edh-table-tooltip td {
  text-align: left;
}

/* Requires controller to manually set top/left and display values. See QCF patient list for proper use */
/* line 861, ../../../code/health/css/components/edh.tooltips.scss */
.edh-dynamic-tooltip {
  width: auto;
  background-color: white;
  position: absolute;
  display: none;
  padding: 16px 22px;
  border-radius: 3px;
  box-shadow: 0 0 3px #a2a2a2;
  z-index: 10000;
}
/* line 871, ../../../code/health/css/components/edh.tooltips.scss */
.edh-dynamic-tooltip:after {
  display: inline;
  width: 100%;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  pointer-events: none;
  margin: -8px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
  font-family: "Ion Icons";
  font-size: 24px;
  content: "";
  text-shadow: 0 3px 0 rgba(200, 200, 200, 0.4);
  z-index: -1;
}
/* line 889, ../../../code/health/css/components/edh.tooltips.scss */
.edh-dynamic-tooltip.edh-dynamic-tooltip-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}
/* line 895, ../../../code/health/css/components/edh.tooltips.scss */
.edh-dynamic-tooltip .edh-dynamic-tooltip-line {
  font-family: Arial, sans-serif;
  opacity: 1;
  text-align: left;
  margin: 10px;
  font-size: 14px;
  color: #898989;
  display: block;
  height: 20px;
}

/* line 1, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator {
  position: relative;
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
  /* --- http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ---- */
}
/* line 8, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator:before {
  background-color: #eeeeee;
  content: '';
  position: absolute;
  height: 1px;
  top: 6px;
}
/* line 17, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-2:before {
  left: 0;
  right: calc(100% / 2 );
}
/* line 23, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-3:before {
  left: 0;
  right: calc(100% / 3 );
}
/* line 29, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-4:before {
  left: 0;
  right: calc(100% / 4 );
}
/* line 35, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-5:before {
  left: 0;
  right: calc(100% / 5 );
}
/* line 41, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-6:before {
  left: 0;
  right: calc(100% / 6 );
}
/* line 47, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-7:before {
  left: 0;
  right: calc(100% / 7 );
}
/* line 53, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-8:before {
  left: 0;
  right: calc(100% / 8 );
}
/* line 59, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-9:before {
  left: 0;
  right: calc(100% / 9 );
}
/* line 65, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-10:before {
  left: 0;
  right: calc(100% / 10 );
}
/* line 72, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator * {
  box-sizing: border-box;
}
/* line 78, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 20px;
}
/* line 87, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s;
  cursor: pointer;
}
/* line 95, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li a .marker {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-top: -4px;
  color: #FFFFFF;
}
/* line 104, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #C2C2C1;
  content: '';
  transition: 0.25s;
}
/* line 117, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li a:hover {
  color: #3a3665;
}
/* line 124, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-2 li {
  width: calc(100% / 2);
}
/* line 129, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-3 li {
  width: calc(100% / 3);
}
/* line 134, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-4 li {
  width: calc(100% / 4);
}
/* line 139, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-5 li {
  width: calc(100% / 5);
}
/* line 144, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-6 li {
  width: calc(100% / 6);
}
/* line 149, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-7 li {
  width: calc(100% / 7);
}
/* line 154, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-8 li {
  width: calc(100% / 8);
}
/* line 159, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-9 li {
  width: calc(100% / 9);
}
/* line 164, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-10 li {
  width: calc(100% / 10);
}
/* line 169, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator.steps-11 li {
  width: calc(100% / 11);
}
/* line 174, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.default {
  pointer-events: none;
}
/* line 178, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.default a:hover {
  color: #615AA7;
}
/* line 184, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.completed,
.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none;
}
/* line 191, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.current a:before {
  background-color: #615AA7;
}
/* line 196, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.done a:before {
  background-color: #C2C2C1;
}
/* line 201, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.completed a:before {
  background-color: #C2C2C1;
}
/* line 206, ../../../code/health/css/components/edh.wizard.scss */
.steps-indicator li.editing a:before {
  background-color: #615AA7;
}

/**
* Copyright 2019-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-note-textarea {
  width: 100%;
  height: 250px;
  resize: none;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

/* line 12, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-pdf-note-textarea {
  width: 100%;
  height: 12.5em;
  resize: none;
  padding: .625em;
  border-radius: 2em;
}

/* line 19, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-pdf-note-option-area {
  width: 100%;
  resize: none;
  padding: .625em;
  border-radius: 0.5em;
}

/* line 25, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-pdf-note-option-row {
  width: 100%;
  min-height: 2.5em;
  border-bottom: 0.19em;
  background-color: #FBFBFB;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  overflow: visible;
  margin-top: 0.65em;
  position: relative !important;
}

/* line 36, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-pdf-note-title-purple {
  font-size: 1.5em;
  color: #615AA7;
}

/* line 40, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-pdf-note-title-black {
  color: #000000;
  font-size: 16px;
  padding-left: .625em;
}

/* line 45, ../../../code/health/css/components/edh.care-management.tab.scss */
.input-note-item-content {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
}
/* line 50, ../../../code/health/css/components/edh.care-management.tab.scss */
.input-note-item-content .cm-textbox-note-inputs {
  margin: 20px;
  flex: 1;
  display: flex;
}
/* line 55, ../../../code/health/css/components/edh.care-management.tab.scss */
.input-note-item-content .cm-textbox-note-inputs .cm-textbox-note-label {
  font-weight: bold;
  flex: 1;
}
/* line 60, ../../../code/health/css/components/edh.care-management.tab.scss */
.input-note-item-content .cm-textbox-note-inputs .cm-textbox-note-value {
  flex-shrink: 1;
  flex-basis: 0%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-left: 10px;
  width: 260px;
}

/* line 75, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-description .field-name,
.task-details-column .field-name {
  font-weight: bolder;
  margin-right: 5px;
  color: #555555;
}

/* Hyper specific to override default button css */
/* line 84, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-profile-container .edh-care-mgmt-v2 .edh-care-management-header-container .edh-info-content .edh-info-right .edh-enroll-button.selected, .edh-profile-container .edh-care-mgmt-v2 .edh-care-management-header-container .edh-info-content .edh-info-right .edh-enroll-button:hover {
  background-color: #4d4886;
  border-color: #403b6f;
  transition: 0.3s ease-in-out;
}

/* line 93, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-management-header-container .edh-care-management-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* line 98, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-management-header-container .edh-care-management-header-content .edh-care-management-title {
  align-self: flex-start;
}

/* line 104, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-notes-container {
  margin-top: 24px;
}

/* line 109, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-loading-screen {
  background-color: white;
}
/* line 112, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-loading-screen .loading {
  top: auto;
}
/* line 118, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .care-mgmt-content {
  height: 150px;
}
/* line 121, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .care-mgmt-content p {
  color: darkgray;
}
/* line 125, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .care-mgmt-content .fa-exclamation-circle {
  font-size: 1.5em;
}
/* line 129, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .care-mgmt-content .care-mgmt-sensitive-span {
  width: 35%;
  text-align: center;
}
/* line 134, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .care-mgmt-content .care-mgmt-sensitive-label {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 16px;
}
/* line 141, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .btn-lg, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .btn-group-lg > .btn {
  float: right;
  margin: 10px;
}
/* line 147, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header {
  margin: 15px 5px 0 5px;
  background-color: #DFEAF7;
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0DF;
  border-radius: 5px 5px 0 0;
  display: flex;
}
/* line 156, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header .edh-care-mgmt-note-item-title {
  color: #428BCA;
  cursor: pointer;
  flex-grow: 1;
  margin: auto;
  padding: 10px;
}
/* line 164, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header .buttons {
  padding: 10px;
}
/* line 168, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header .btn {
  font-size: 12px;
  color: #428BCA;
  border: 1px solid #b9cfe9;
  border-radius: 18px;
  background: #fff;
  background: linear-gradient(#fff, #f1f5fb);
  font-weight: 900;
  text-transform: uppercase;
}
/* line 178, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header .btn:not(:last-child) {
  margin-right: 5px;
}
/* line 182, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-item-header .btn:focus {
  outline: none;
}
/* line 188, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-risk-overview {
  display: block;
  border: 1px solid #E0E0DF;
  border-radius: 0 0 5px 5px;
  margin: 0 5px;
  padding-bottom: 13px;
}
/* line 195, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-mgmt-note-risk-overview .edh-info-container {
  display: inline-block;
  width: 100%;
}
/* line 201, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note {
  width: 100%;
  display: inline-block;
  border: 1px solid #E0E0DF;
  border-radius: 0 0 5px 5px;
  padding-bottom: 13px;
}
/* line 208, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .edh-info-container {
  width: 100%;
  padding: 0;
  display: inline-block;
}
/* line 214, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .error-dialog {
  color: #F26522;
}
/* line 218, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .input-section {
  margin: 10px 0 20px 0;
}
/* line 222, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .cm-coordination-note-checkboxes {
  width: 15px;
  height: 15px;
}
/* line 227, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .note-category {
  width: 300px;
}
/* line 231, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .note-description {
  width: 100%;
  height: 120px;
  font-size: 18px;
  resize: none;
}
/* line 238, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .note-description:required {
  box-shadow: none;
}
/* line 241, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .edh-care-coordination-note .note-description:invalid {
  box-shadow: none;
}
/* line 246, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item .section-error {
  color: #C83E42;
}
/* line 251, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content {
  border: none;
}
/* line 255, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-patient-exams-emr-records {
  margin-bottom: 4%;
}
/* line 259, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-patient-exams-container {
  display: grid;
  grid-gap: 5px;
}
/* line 263, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-patient-exams-container.withMonofilament {
  grid-template-columns: 3fr 1fr;
}
/* line 266, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-patient-exams-container.withoutMonofilament {
  grid-template-columns: 0.25fr;
}
/* line 271, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content {
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0DF;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
/* line 278, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-info-title {
  color: #615AA7;
  font-size: 28px;
}
/* line 282, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-result-ct-icon {
  float: right;
  margin-right: 10px;
}
/* line 286, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .result-input {
  width: 35%;
  text-align: center;
}
/* line 290, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .result-input-systolic {
  margin: 5px 0px 5px 5px;
  width: 25%;
  text-align: center;
}
/* line 295, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .result-input-diastolic {
  width: 25%;
  text-align: center;
  display: inline;
}
/* line 300, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-bmiUnits {
  font-size: 90%;
}
/* line 303, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vital-pb-incomplete {
  color: #898989;
}
/* line 306, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .field-name {
  font-weight: bold;
  font-size: .875rem;
}
/* line 310, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation {
  display: grid;
  grid-template-rows: max-content;
}
/* line 316, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* line 319, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-container .monofilament-normality-label {
  color: #333;
}
/* line 323, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input {
  align-self: center;
}
/* line 325, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input .edh-monofilament-comment-input {
  width: 300px;
  height: 45px;
  resize: none;
}
/* line 330, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div {
  display: grid;
  grid-template-columns: 50px 25px 50px 20px 50px;
  align-items: center;
}
/* line 334, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div span, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div label {
  margin: 0;
}
/* line 337, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div span {
  justify-self: end;
}
/* line 340, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div label {
  justify-self: start;
}
/* line 343, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-subsection .edh-monofilament-input div input {
  justify-self: end;
  margin-right: 3px;
}
/* line 350, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header {
  border-radius: 6px 6px 0 0;
  background-color: #DFE9F7;
  padding: 1px 0 0 6px;
}
/* line 356, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header > div,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header > div {
  display: inline-block;
}
/* line 361, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources {
  float: unset;
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
  margin: 0 0 3px 0;
}
/* line 371, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip {
  height: auto;
  top: 50px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 378, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources {
  float: right;
  margin-top: 4px;
  margin-right: 15px;
}
/* line 384, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-body,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-container,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-monofilament-no-data {
  background-color: #F0F4FB;
  border-radius: 0 0 6px 6px;
  padding: 1% 0 1% 2%;
  min-height: 60px;
}
/* line 393, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-body {
  font-size: 28px;
}
/* line 397, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-body .o2-saturation-input {
  width: 40%;
  margin: 24px 0 0 10px;
  text-align: center;
}
/* line 406, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content {
  background-color: white;
  margin: 0 5px;
}
/* line 411, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content .edh-care-mgmt-note-textarea-footer,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-care-mgmt-note-textarea-footer {
  text-align: right;
}
/* line 414, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content .edh-care-mgmt-note-textarea-footer span.fair,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-care-mgmt-note-textarea-footer span.fair {
  color: #769D3E;
}
/* line 418, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content .edh-care-mgmt-note-textarea-footer span.warn,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-care-mgmt-note-textarea-footer span.warn {
  color: #DAB229;
}
/* line 422, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-textarea-content .edh-care-mgmt-note-textarea-footer span.deny,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-care-mgmt-note-textarea-footer span.deny {
  color: #C83E42;
}
/* line 428, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-screenings-subsection {
  display: flex;
}
/* line 430, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-screenings-subsection .edh-cm-patient-screen-tile {
  flex-grow: 1;
  flex-basis: 100%;
  border-radius: 6px;
  background-color: #F0F4FB;
  padding: 0 0 11px 0px;
}
/* line 436, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-screenings-subsection .edh-cm-patient-screen-tile:not(:last-child) {
  margin-right: 10px;
}
/* line 445, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-care-mgmt-v2 .edh-info-content-bottom {
  background-color: white;
  margin: 0 5px;
}

/* line 451, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-section-content {
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0DF;
  border-radius: 0 0 5px 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  border-top: none;
}

/* line 462, ../../../code/health/css/components/edh.care-management.tab.scss */
.printframe {
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 468, ../../../code/health/css/components/edh.care-management.tab.scss */
.fa-exclamation-circle {
  font-size: 1.5em;
}

/* line 472, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-display-text {
  overflow-wrap: anywhere;
}

/* line 476, ../../../code/health/css/components/edh.care-management.tab.scss */
.care-plan-preview {
  overflow-y: auto;
  max-height: 150px;
  border: 1px solid #DFEAF7;
  border-radius: 5px;
}
/* line 482, ../../../code/health/css/components/edh.care-management.tab.scss */
.care-plan-preview div {
  padding: 5px 10px;
}

/* line 487, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table {
  display: inline;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
/* line 493, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .cm-table-cell {
  width: 16.2%;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0.8em 0.2em;
  overflow: hidden;
  display: inline-flex;
  justify-content: flex-start;
}
/* line 502, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .cm-table-cell.note-type {
  justify-content: space-evenly;
}
/* line 506, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .cm-table-cell.column-header {
  color: darkgray;
  font-size: 10.5px;
  font-weight: bold;
}
/* line 511, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .cm-table-cell .no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 516, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .cm-table-cell.sensitive-info-margin {
  padding-left: 3.25em;
}
/* line 521, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container {
  display: inline-flex;
  width: 100%;
  border-top-color: #C8D9ED;
  border-top-style: solid;
  border-top-width: 1px;
}
/* line 529, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container > * {
  width: 100%;
}
/* line 534, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-edit {
  color: #AFD15B;
  font-size: 17px;
}
/* line 539, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-clock {
  font-size: 20px;
}
/* line 543, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-calendar {
  color: #615AA7;
  font-size: 17px;
}
/* line 548, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-copy {
  color: #FFAA00;
  font-size: 17px;
}
/* line 552, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-headphones {
  color: #C94044;
  font-size: 17px;
}
/* line 556, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .fa-exclamation-circle {
  font-size: 1.21em;
}
/* line 560, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .cm-note-preview,
.cm-table .note-container .note-date {
  color: #428BCA;
  cursor: pointer;
}
/* line 566, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-table .note-container .note-draft {
  padding: 5px 16px;
  background-color: #428BCA;
  border: 1px none #E0E0DF;
  border-radius: 6px;
  color: white;
  font-size: 11px;
  cursor: pointer;
}

/* line 578, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/* line 585, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
/* line 591, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-column span:first-of-type {
  font-weight: bold;
}
/* line 595, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-column .flex-item {
  margin: 5px 0;
}
/* line 598, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-column .flex-item .task-overdue {
  color: #980000;
}
/* line 601, ../../../code/health/css/components/edh.care-management.tab.scss */
.task-flex-column .flex-item .task-overdue:before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #980000;
  display: inline-block;
  margin: 0 5px;
}

/* line 614, ../../../code/health/css/components/edh.care-management.tab.scss */
.item-overflow {
  overflow-y: auto;
  max-height: 20em;
  height: auto;
}

/* line 620, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-fixed-headers {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 5px solid rgba(218, 218, 217, 0.45);
  box-shadow: 0px 2px 1px darkgray;
}
/* line 626, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-fixed-headers table, .edh-fixed-headers td, .edh-fixed-headers th {
  border: 2px solid #c4c4c3;
  width: 15%;
  text-align: center;
  word-wrap: break-word;
}

/* line 634, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section {
  padding: 0 0.625em;
}
/* line 637, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
/* line 641, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section .edh-dropdown-content {
  display: none;
  position: absolute;
  width: 84%;
  overflow: auto;
  box-shadow: 0 0.8em 0.8em 0 #CCCCCC;
}
/* line 648, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section .edh-dropdown-list .edh-dropdown-content {
  display: block;
}
/* line 651, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section .edh-dropdown-content li {
  display: block;
  color: #000000;
  padding: 0.4em;
  text-decoration: none;
}
/* line 657, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section .edh-dropdown-content ul {
  height: 9em;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
/* line 663, ../../../code/health/css/components/edh.care-management.tab.scss */
.cm-share-doc-input-section .edh-dropdown-content li:hover {
  color: edh-color-background-light;
  background-color: #73A9DB;
}

/* line 670, ../../../code/health/css/components/edh.care-management.tab.scss */
.mandatory-mark {
  color: #C94044;
}

/* line 677, ../../../code/health/css/components/edh.care-management.tab.scss */
.modal-container.share-doc-modal .content-box-inner, .modal-container.share-doc-modal .content-box-outer .content-screenings-info-box-inner, .content-box-outer .modal-container.share-doc-modal .content-screenings-info-box-inner {
  min-height: 0;
}
/* line 681, ../../../code/health/css/components/edh.care-management.tab.scss */
.modal-container.share-doc-modal .actions-container {
  margin-top: 9.375em;
}
/* line 684, ../../../code/health/css/components/edh.care-management.tab.scss */
.modal-container.share-doc-modal .actions-container .btn-lg, .modal-container.share-doc-modal .actions-container .btn-group-lg > .btn {
  margin: 0.625em;
  min-width: 7.813em;
}
/* line 690, ../../../code/health/css/components/edh.care-management.tab.scss */
.modal-container.share-doc-modal #loading-bar-spinner {
  height: 80%;
  width: 90%;
}

/* line 697, ../../../code/health/css/components/edh.care-management.tab.scss */
.success-container {
  padding: 0.9375em;
  border: 1px solid #A2CB3A;
  background-color: #c5dc7a;
  color: #FFFFFF;
  border-radius: 0.3125em;
  background-clip: padding-box;
  margin-bottom: 1.25em;
}

/* line 707, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-error-crossmark {
  height: 1.25em;
  width: 1.25em;
  border-radius: 0.625em;
  vertical-align: middle;
  float: left;
  margin-right: 0.3125em;
}
/* line 716, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-error-crossmark.edh-color-red {
  background-color: #C75D61;
}
/* line 721, ../../../code/health/css/components/edh.care-management.tab.scss */
.edh-error-crossmark:before {
  color: #FFFFFF;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  position: aboslute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* Copyright 2019-2021 NXGN Management, LLC. All Rights Reserved.
*/
/* line 6, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-dropdowns {
  display: inline-block;
  vertical-align: top;
}
/* line 11, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-overdue-legend {
  display: inline-block;
}
/* line 15, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-expand-button-row {
  color: #428BCA;
  display: inline-block;
  margin-left: 25%;
}
/* line 21, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-task-overdue-legend {
  width: 39px;
  height: 100%;
  color: #428BCA;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 33, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-task-open {
  width: 39px;
  height: 656px;
  color: #428BCA;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 43, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-task-overview-rotated {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  white-space: nowrap;
  padding: 9px;
}
/* line 53, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-task-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transform: rotate(-90deg);
  white-space: nowrap;
  padding: 9px;
  background-color: #FBFBFB;
  color: #428BCA;
  cursor: pointer;
  min-width: 130px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 69, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-expand-button {
  color: #FBFBFB;
  font-family: "Ion Icons";
  font-weight: normal;
  line-height: 12px;
  background-color: #428BCA;
  margin-right: 6px;
  padding-top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
  justify-content: center;
  display: inline-block;
  text-align: center;
}
/* line 88, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-info-content {
  vertical-align: middle;
  height: 60px;
}
/* line 92, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-info-content .edh-task-info-right {
  float: right;
  margin-top: 10px;
}
/* line 96, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-info-content .edh-task-info-right .edh-task-enroll-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-color: #615AA7;
  color: #FBFBFB;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  padding: 6px 30px;
  margin-left: 5px;
}
/* line 107, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-info-content .edh-task-info-right .edh-task-enroll-button.edh-button-disabled {
  background-color: #B1B1B1;
  border: 2px solid #B1B1B1;
  cursor: context-menu;
}
/* line 116, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-hide-show {
  display: inline-block;
}
/* line 120, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .task-container {
  display: inline-block;
  width: 100%;
  border-top-color: #DFEAF7;
  border-top-style: solid;
  border-top-width: 1px;
}
/* line 127, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .task-container > * {
  width: 100%;
}
/* line 133, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header {
  width: 100%;
  min-height: 50px;
  font-size: 10.5px;
  color: #B1AFAF;
  font-weight: 600;
  background-color: #F0F4FB;
  display: inline-flex;
  overflow: visible;
  border-bottom: 1px;
  border-bottom-color: #C8D9ED;
  border-bottom-style: solid;
}
/* line 147, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header-col-wrapper {
  flex: 1;
  min-height: 40px;
  cursor: pointer;
  min-width: 12%;
  overflow: visible;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 8px;
  padding-left: 8px;
}
/* line 159, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header-col-wrapper:not(.sticky) {
  position: relative;
}
/* line 163, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header-col-wrapper:nth-child(1) {
  width: 10%;
  max-width: 10%;
}
/* line 168, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header-col-wrapper .edh-report-header-column-text {
  word-break: keep-all;
}
/* line 173, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-header-col {
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: middle;
}
/* line 179, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon {
  position: absolute;
  right: 5px;
  transform: rotate(90deg);
}
/* line 184, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon:after {
  content: attr(iconType) "";
  color: #ccdcef;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 192, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon-up {
  position: absolute;
  right: 5px;
}
/* line 196, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon-up:after {
  content: attr(iconType) "";
  color: #428BCA;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 204, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon-down {
  position: absolute;
  right: 5px;
}
/* line 208, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-sort-icon-down:after {
  content: attr(iconType) "";
  color: #428BCA;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* line 216, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .fa-fixed-width {
  text-align: center;
  width: 2em;
}
/* line 221, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .fa-center-align {
  text-align: center;
}
/* line 225, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .circle-count-container {
  position: relative;
  right: 10%;
  margin-bottom: 16%;
}
/* line 231, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .past-due-circle-count {
  min-width: 15px;
  border-radius: 50%;
  font-size: 10px;
  color: #ff7f20;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #ff7f20;
  display: block;
}
/* line 242, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell {
  min-width: 12%;
  padding-right: 20px;
  padding-left: 28px;
  overflow: visible;
  overflow-wrap: break-word;
  vertical-align: middle;
  flex: 1;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
}
/* line 254, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell .force-break {
  word-break: break-all;
}
/* line 259, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-clickable {
  cursor: pointer;
}
/* line 263, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-description {
  min-width: 12%;
  padding-right: 22px;
  padding-left: 26px;
  padding-top: 12px;
  overflow: hidden;
  vertical-align: middle;
  flex: 1;
  align-items: center;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  max-width: 190px;
}
/* line 278, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-description .force-break {
  word-break: break-all;
}
/* line 283, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-icons {
  min-width: 12%;
  padding-right: 7px;
  padding-left: 30px;
  overflow: visible;
  overflow-wrap: break-word;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  text-align: center;
  max-width: 12%;
  color: #000000;
  flex: 1;
}
/* line 297, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-icons .force-break {
  word-break: break-all;
}
/* line 301, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-icons .padding-left-Completed {
  padding-left: 20px;
}
/* line 305, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-cell-icons .clickable {
  cursor: pointer;
}
/* line 310, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .ed-select.ed-task-rounded-select {
  height: auto;
}
/* line 313, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .ed-select.ed-task-rounded-select > .ed-button {
  padding: 9px 55px 9px 44px;
  font-weight: bold;
  border: 1px solid #b9cfe9;
  border-radius: 18px;
  background: #fff;
  background: linear-gradient(#fff, #f1f5fb);
}
/* line 322, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .ed-select.ed-task-rounded-select > .ed-button:after {
  top: 9px;
}
/* line 327, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-legend {
  float: right;
  margin: 6px 22px 11px 0;
}
/* line 331, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-legend > .edh-item {
  display: inline-block;
  margin: 0;
  margin-right: 5.5px;
}
/* line 337, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-legend > .edh-legend-dot {
  float: none;
}
/* line 342, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-care-management-task-header-container {
  background-color: #FBFBFB;
  padding: 3px 5px 5px 10px;
  border-radius: 5px;
}
/* line 348, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .fa-bg-black {
  color: #000000;
}
/* line 352, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .circle {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  border-color: #B1AFAF;
}
/* line 362, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-row {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-height: 52px;
  border-bottom: 1px;
  border-bottom-color: #C8D9ED;
  border-bottom-style: solid;
  overflow: visible;
}
/* line 373, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-patient-task-container {
  margin: 0 11px 11px 11px;
  padding: 11px 44px 11px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f7fc;
  box-shadow: inset 0 1px 4px 1px #DFEAF7;
  font-weight: bold;
  font-size: 12px;
}
/* line 383, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-patient-task-container .edh-loading-screen {
  background-color: transparent;
}
/* line 387, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-patient-task-container .edh-loading-dots ul {
  top: unset;
}
/* line 392, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-data-display {
  font-weight: normal;
}
/* line 395, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-data-display.edh-risk-severity-Overdue {
  color: #C94044;
}
/* line 399, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-data-display.edh-risk-severity-Pending {
  color: #000000;
}
/* line 403, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-data-display.edh-risk-severity-Completed {
  color: #AFD15B;
}
/* line 406, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-task-data-display.edh-risk-footer-font {
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
}
/* line 412, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-overdue-task-data-display {
  font-weight: normal;
  display: inline-flex;
  color: #428BCA;
  background-color: #FBFBFB;
}
/* line 418, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-overdue-task-data-display.edh-risk-severity-Overdue {
  color: #C94044;
}
/* line 422, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-overdue-task-data-display.edh-risk-severity-Pending {
  color: #000000;
}
/* line 426, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-overdue-task-data-display.edh-risk-severity-Completed {
  color: #AFD15B;
}
/* line 431, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-pending-task-data-display {
  font-weight: normal;
  display: inline-flex;
  color: #428BCA;
  background-color: #FBFBFB;
}
/* line 437, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-pending-task-data-display.edh-risk-severity-Overdue {
  color: #C94044;
}
/* line 441, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-pending-task-data-display.edh-risk-severity-Pending {
  color: #000000;
}
/* line 445, ../../../code/health/css/components/edh.care.management.task.scss */
.care-management-task .edh-landing-pending-task-data-display.edh-risk-severity-Completed {
  color: #AFD15B;
}

/* line 451, ../../../code/health/css/components/edh.care.management.task.scss */
.edh-cm-tasks-panel {
  min-width: 820px;
  height: 100%;
  margin: 0;
  flex-grow: 1;
}

/* line 459, ../../../code/health/css/components/edh.care.management.task.scss */
.edh-cm-task-container {
  height: 100%;
  margin-left: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
/* line 468, ../../../code/health/css/components/edh.care.management.task.scss */
.edh-cm-task-container.closed {
  width: 78px;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
/* line 475, ../../../code/health/css/components/edh.care.management.task.scss */
.edh-cm-task-container.open {
  width: 940px;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

/* line 483, ../../../code/health/css/components/edh.care.management.task.scss */
.cm-care-task-checkboxes {
  width: 15px !important;
  height: 15px !important;
}

/* line 5, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .col-modal-span,
.edh-prapare-container .col-modal-span {
  padding-right: 3%;
  font-size: 1.2em;
}
/* line 9, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .top-margin-space,
.edh-prapare-container .top-margin-space {
  margin-top: 10px;
}
/* line 12, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers,
.edh-prapare-container .edh-fixed-headers {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
/* line 17, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers th,
.edh-phq-9-container .edh-fixed-headers td,
.edh-prapare-container .edh-fixed-headers th,
.edh-prapare-container .edh-fixed-headers td {
  padding: 1%;
  text-align: left;
}
/* line 23, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(1),
.edh-phq-9-container .edh-fixed-headers th:nth-child(1),
.edh-prapare-container .edh-fixed-headers td:nth-child(1),
.edh-prapare-container .edh-fixed-headers th:nth-child(1) {
  width: 330px;
}
/* line 27, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(2),
.edh-phq-9-container .edh-fixed-headers th:nth-child(2),
.edh-prapare-container .edh-fixed-headers td:nth-child(2),
.edh-prapare-container .edh-fixed-headers th:nth-child(2) {
  width: 122px;
}
/* line 31, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(3),
.edh-phq-9-container .edh-fixed-headers th:nth-child(3),
.edh-prapare-container .edh-fixed-headers td:nth-child(3),
.edh-prapare-container .edh-fixed-headers th:nth-child(3) {
  width: 122px;
}
/* line 35, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(4),
.edh-phq-9-container .edh-fixed-headers th:nth-child(4),
.edh-prapare-container .edh-fixed-headers td:nth-child(4),
.edh-prapare-container .edh-fixed-headers th:nth-child(4) {
  width: 122px;
}
/* line 39, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(5),
.edh-phq-9-container .edh-fixed-headers th:nth-child(5),
.edh-prapare-container .edh-fixed-headers td:nth-child(5),
.edh-prapare-container .edh-fixed-headers th:nth-child(5) {
  width: 122px;
}
/* line 44, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers thead,
.edh-prapare-container .edh-fixed-headers thead {
  width: 100%;
  overflow: auto;
}
/* line 47, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers thead tr,
.edh-prapare-container .edh-fixed-headers thead tr {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  font-family: "Open Sans Bold", Arial, sans-serif;
  color: #5990CC;
  border-color: #C8D9ED;
}
/* line 54, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers thead tr th,
.edh-prapare-container .edh-fixed-headers thead tr th {
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-bottom: 0px;
  border-top-width: 1px;
}
/* line 62, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers thead tr.noborder,
.edh-prapare-container .edh-fixed-headers thead tr.noborder {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  border-width: 0;
}
/* line 68, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers thead tr.noborder td,
.edh-prapare-container .edh-fixed-headers thead tr.noborder td {
  border-width: 1px;
  border-style: solid;
}
/* line 74, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers tbody,
.edh-prapare-container .edh-fixed-headers tbody {
  font-family: "Gotham Book", Arial, sans-serif;
  color: #232F57;
  font-size: 12px;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
}
/* line 82, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers tbody tr,
.edh-prapare-container .edh-fixed-headers tbody tr {
  border-style: solid;
  border-width: 1px;
  background-color: #F0F4FB;
  border-width: 1px;
  border-color: #C8D9ED;
}
/* line 88, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .edh-fixed-headers tbody tr td,
.edh-prapare-container .edh-fixed-headers tbody tr td {
  border-width: 1px;
  border-style: solid;
}
/* line 96, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .message_display_container_phq9,
.edh-prapare-container .message_display_container_phq9 {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  background-color: #F0F4FB;
  margin: 22px 12px 10px 0;
  padding: 10px 10px 11px 10px;
  min-height: 115px;
}
/* line 105, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .result-display-container,
.edh-prapare-container .result-display-container {
  font-size: 200%;
  color: #d4ac0d;
}
/* line 109, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .footer-container,
.edh-prapare-container .footer-container {
  margin-top: 22px;
  display: flex;
  flex-flow: column;
}
/* line 113, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .footer-container .edh-info-content,
.edh-prapare-container .footer-container .edh-info-content {
  align-self: center;
}
/* line 117, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .expand-modal-container,
.edh-prapare-container .expand-modal-container {
  float: right;
}
/* line 120, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .expand-modal-container button,
.edh-prapare-container .expand-modal-container button {
  color: #d7d7d7;
}
/* line 124, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border,
.edh-prapare-container .expand-modal-container .expand-modal-border {
  border: 2px solid #347fbe;
  height: 36px;
  width: 142px;
  border-radius: 30px;
}
/* line 130, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border .expand-modal-content,
.edh-prapare-container .expand-modal-container .expand-modal-border .expand-modal-content {
  padding: 6px 1px 6px 0;
}
/* line 133, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border .expand-modal-content .expand-text,
.edh-prapare-container .expand-modal-container .expand-modal-border .expand-modal-content .expand-text {
  margin-left: 5px;
  margin-top: 5px;
  color: #615AA7;
}

/* line 144, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .col-modal-span {
  padding-right: 3%;
  font-size: 1.2em;
}
/* line 148, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .icon-display {
  color: #5990CC;
}
/* line 151, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .column-custom-width {
  --custom-width: 204.5px;
}
/* line 154, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .column-bottom-custom-width {
  --custom-width: 613.5px;
}
/* line 157, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
/* line 162, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers th,
.edh-sahle-container .edh-fixed-headers td {
  padding: 1%;
  text-align: left;
}
/* line 168, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers td:nth-child(1),
.edh-sahle-container .edh-fixed-headers th:nth-child(1) {
  width: 204.5px;
}
/* line 172, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers td:nth-child(2) {
  width: var(--custom-width);
}
/* line 176, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers td:nth-child(3) {
  width: 204.5px;
}
/* line 179, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers td:nth-child(4) {
  width: 204.5px;
}
/* line 182, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers th:nth-child(2) {
  width: 613.5px;
}
/* line 186, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers thead {
  width: 100%;
  overflow: auto;
}
/* line 189, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers thead tr {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  font-family: "Open Sans Bold", Arial, sans-serif;
  color: #5990CC;
  border-color: #C8D9ED;
}
/* line 196, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers thead tr th {
  border-width: 1px;
  border-style: solid;
  border-style: solid;
  border-bottom: 0px;
  border-top-width: 1px;
}
/* line 204, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers thead tr.noborder {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  border-width: 0;
}
/* line 210, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers thead tr.noborder td {
  border-width: 1px;
  border-style: solid;
}
/* line 216, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers tbody {
  font-family: "Gotham Book", Arial, sans-serif;
  color: #232F57;
  font-size: 12px;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
}
/* line 224, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers tbody tr {
  border-style: solid;
  border-width: 1px;
  background-color: #F0F4FB;
  border-width: 1px;
  border-color: #C8D9ED;
}
/* line 230, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .edh-fixed-headers tbody tr td {
  border-width: 1px;
  border-style: solid;
}
/* line 238, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .calc-border {
  margin-top: 1%;
  margin-bottom: 1%;
  border-bottom-width: 1px;
}
/* line 243, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .result-display-container {
  font-size: 200%;
  color: #d4ac0d;
}
/* line 248, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .message_display_container_sahle {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  background-color: #F0F4FB;
  margin: 22px 12px 10px 0;
  padding: 10px 10px 11px 10px;
  min-height: 115px;
}
/* line 257, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .footer-container {
  margin-top: 22px;
  display: flex;
  flex-flow: column;
}
/* line 261, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .footer-container .edh-info-content {
  align-self: center;
}
/* line 265, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .expand-modal-container {
  float: right;
}
/* line 268, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .expand-modal-container button {
  color: #d7d7d7;
}
/* line 272, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .expand-modal-container .expand-modal-border {
  border: 2px solid #347fbe;
  height: 36px;
  width: 142px;
  border-radius: 30px;
}
/* line 278, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .expand-modal-container .expand-modal-border .expand-modal-content {
  padding: 6px 1px 6px 0;
}
/* line 281, ../../../code/health/css/components/edh.care.management.screening.scss */
.edh-sahle-container .expand-modal-container .expand-modal-border .expand-modal-content .expand-text {
  margin-left: 5px;
  margin-top: 5px;
  color: #615AA7;
}

/* line 4, ../../../code/health/css/components/edh.care.management.coordinator-note.scss */
.care-coordination-note .cm-coordination-note-instructions {
  width: 100%;
  height: 45px;
  padding: 15px;
  border-width: 2px;
  text-align: center;
  border-color: beige;
  background-color: cornsilk;
  color: black;
}
/* line 14, ../../../code/health/css/components/edh.care.management.coordinator-note.scss */
.care-coordination-note .cm-coordination-note-checkboxes {
  width: 15px;
  height: 15px;
}
/* line 18, ../../../code/health/css/components/edh.care.management.coordinator-note.scss */
.care-coordination-note .cm-coordination-note-textarea {
  resize: none;
  height: 60px;
  width: 350px;
  overflow-y: visible;
}
/* line 24, ../../../code/health/css/components/edh.care.management.coordinator-note.scss */
.care-coordination-note .cm-coordination-note-comments-report {
  height: 180px;
  overflow-y: auto;
}
/* line 28, ../../../code/health/css/components/edh.care.management.coordinator-note.scss */
.care-coordination-note .cm-coordination-note-comments-column {
  word-wrap: break-word;
}

/* line 1, ../../../code/health/css/dashboards/edh.auth.scss */
.auth-body-container {
  background-color: #f3f3f3;
  background-position: left top;
  background-repeat: no-repeat;
  max-width: 100%;
}

/* line 10, ../../../code/health/css/dashboards/edh.auth.scss */
.auth-edh-watermark {
  background-image: url("../images/edh-watermark.8be84bf0.png");
}

/* line 15, ../../../code/health/css/dashboards/edh.auth.scss */
.auth-container {
  flex: 1 0 0%;
}
/* line 19, ../../../code/health/css/dashboards/edh.auth.scss */
.auth-container .logo-top-container {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

/* line 29, ../../../code/health/css/dashboards/edh.auth.scss */
#login-page .information-container,
#setup-page .information-container {
  font-size: 12px;
  line-height: 24px;
}
/* line 33, ../../../code/health/css/dashboards/edh.auth.scss */
#login-page .information-container .edh-logo-container,
#setup-page .information-container .edh-logo-container {
  padding: 32px 0;
}
/* line 38, ../../../code/health/css/dashboards/edh.auth.scss */
#login-page .information-container .standout,
#setup-page .information-container .standout {
  font-weight: bold;
  color: #3d3f8a;
}
/* line 48, ../../../code/health/css/dashboards/edh.auth.scss */
#login-page .login-form-container .login-help-link,
#login-page .setup-form-container .login-help-link,
#setup-page .login-form-container .login-help-link,
#setup-page .setup-form-container .login-help-link {
  margin-left: 45px;
  display: inline-block;
}

/* line 58, ../../../code/health/css/dashboards/edh.auth.scss */
#login-help-page h1 {
  margin-top: 20px;
}
/* line 63, ../../../code/health/css/dashboards/edh.auth.scss */
#login-help-page .forgot-user-container,
#login-help-page .mobile-verification-container {
  margin-bottom: 50px;
}

/* line 72, ../../../code/health/css/dashboards/edh.auth.scss */
#mobile-verification-help-page h1 {
  margin-top: 20px;
}
/* line 77, ../../../code/health/css/dashboards/edh.auth.scss */
#mobile-verification-help-page .content-container {
  margin-bottom: 20px;
}
/* line 84, ../../../code/health/css/dashboards/edh.auth.scss */
#mobile-verification-help-page .security-container img {
  margin-top: 12px;
}
/* line 92, ../../../code/health/css/dashboards/edh.auth.scss */
#mobile-verification-help-page .help-container img {
  margin-top: 18px;
}

/* line 101, ../../../code/health/css/dashboards/edh.auth.scss */
#reset-password-page .reset-password-form-container {
  clear: both;
  padding-top: 1px;
}
/* line 106, ../../../code/health/css/dashboards/edh.auth.scss */
#reset-password-page .reset-password-form-container .actions-container {
  margin-top: 45px;
}

/* line 116, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page h1 {
  margin-top: 50px;
  margin-bottom: 15px;
}
/* line 122, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .content-container {
  margin-bottom: 20px;
}
/* line 127, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .actions-container {
  margin-top: 50px;
}
/* line 134, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .setup-form-container .setup-form {
  margin-top: 25px;
}
/* line 142, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .download-authenticator-container img {
  margin-top: 20px;
}
/* line 148, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .security-container {
  border: 1px solid #E2E2E1;
  border-radius: 5px;
  background-clip: padding-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 155, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .security-container p {
  font-size: 12px;
}
/* line 160, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .security-container img {
  margin-top: 15px;
  width: 100%;
}
/* line 170, ../../../code/health/css/dashboards/edh.auth.scss */
#setup-page .enter-code-container .actions-container {
  margin-top: 30px;
}

/* line 1, ../../../code/health/css/dashboards/edh.manage.organization.scss */
.select-action-container {
  margin: 55px 0;
}
/* line 5, ../../../code/health/css/dashboards/edh.manage.organization.scss */
.select-action-container .control-radio {
  margin-bottom: 5px;
  padding: 15px;
  display: block;
  width: 100%;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #dfeaf7;
}

/* line 2, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.profile {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
}
/* line 8, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.profile > .edh-dashboard {
  flex: 1 0 0%;
}
/* line 13, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.profile .button-action-container {
  margin-top: 26px;
}
/* line 18, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.profile .edh-dashboard-container > div:last-child > .row, .profile .edh-dashboard-container > div:last-child > .edh-show-details-row {
  margin-bottom: 22px;
}

/* line 26, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .action-bar-top .icon-container {
  background-color: #615AA7;
  cursor: pointer;
}
/* line 31, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .action-bar-top .icon-container:hover {
  background-color: #4d4886;
}
/* line 37, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .edh-user-flag {
  height: 32px;
  margin: 15px 10px;
}
/* line 42, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .edh-user-flag .edh-user-flag-text {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
}
/* line 50, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .edh-message-warning, .edh-manage-user-profile .edh-message-error {
  margin-bottom: -22px;
}
/* line 55, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .edh-manage-mark-required {
  font-size: 22px;
  margin-bottom: 0px;
  vertical-align: top;
}
/* line 61, ../../../code/health/css/dashboards/edh.manage.profile.scss */
.edh-manage-user-profile .edh-user-flag-disabled {
  color: #CCCCCC;
}

/* line 5, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .fileUpload {
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 4px;
  margin: 10px;
}
/* line 14, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 27, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container {
  margin-top: 4px;
  margin-bottom: 10px;
}
/* line 32, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container .form-group {
  margin-bottom: 0 !important;
}
/* line 38, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container .upload-input {
  min-width: 365px;
  line-height: 60px;
  padding: 7px;
  background-color: #dfeaf7;
  border: 1px solid #ccdcef;
  border-radius: 4px;
  background-clip: padding-box;
}
/* line 50, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container .upload-input.has-feedback .form-control {
  padding-right: 100px;
}
/* line 55, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container .upload-input.has-feedback i {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 18px;
  color: #c7c5c5;
}
/* line 64, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .upload-container .upload-input.has-feedback .form-control-feedback {
  color: #FFFFFF;
  line-height: normal;
  font-size: 12px;
  top: 14px;
  right: 17px;
  width: auto;
}
/* line 77, ../../../code/health/css/dashboards/edh.manage.users.scss */
.upload-users-container .actions-container {
  margin-top: 50px;
}

/* line 85, ../../../code/health/css/dashboards/edh.manage.users.scss */
.mapped-users-container .mapped-users-list {
  margin-top: 20px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 92, ../../../code/health/css/dashboards/edh.manage.users.scss */
.mapped-users-container .mapped-users-list li {
  padding: 10px 0;
  border-top: 1px solid #DCDBDB;
}
/* line 98, ../../../code/health/css/dashboards/edh.manage.users.scss */
.mapped-users-container .mapped-users-list li i {
  color: #999999;
}
/* line 103, ../../../code/health/css/dashboards/edh.manage.users.scss */
.mapped-users-container .mapped-users-list li p {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 90%;
  display: inline-block;
}
/* line 111, ../../../code/health/css/dashboards/edh.manage.users.scss */
.mapped-users-container .mapped-users-list li:last-child {
  border-bottom: 1px solid #DCDBDB;
}

/* line 119, ../../../code/health/css/dashboards/edh.manage.users.scss */
.users {
  flex: 1 0 0%;
  display: flex;
}
/* line 124, ../../../code/health/css/dashboards/edh.manage.users.scss */
.users > .edh-dashboard {
  flex: 1 0 0%;
}

/* line 130, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-search-btn {
  margin-top: 6px;
}

/* line 136, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar {
  margin-top: 22px;
  /* Larger checkbox for select all */
}
/* line 140, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-item {
  width: auto;
  display: inline-block;
  margin-top: 28px;
  margin-right: 22px;
}
/* line 149, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .custom-checkbox {
  margin-left: 30px;
  margin-top: 20px;
  margin-right: 10px;
}
/* line 156, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right {
  float: right;
  /* Smaller checkboxes for filter toggles*/
}
/* line 161, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-checkbox-filterable {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
/* line 167, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-checkbox-filterable:hover {
  cursor: pointer;
}
/* line 172, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-checkbox-filterable:before {
  content: "";
  width: 24px;
  height: 24px;
  background: white;
  position: absolute;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
/* line 183, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-checkbox-filterable:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #6B6B6B;
  text-align: center;
  line-height: 22px;
  width: 24px;
  height: 24px;
  background: white;
  position: absolute;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
/* line 201, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-filterable-lable {
  margin-left: 5px;
}
/* line 206, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .edh-manage-list-button:nth-child(4) {
  margin-right: 22px;
}
/* line 211, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-action-bar .edh-manage-action-right .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: gray;
  cursor: pointer;
  margin-right: 5px;
}

/* line 224, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-info-modal h1 {
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 233, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-info-modal h3 {
  color: #615AA7;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
/* line 241, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-info-modal p {
  color: #898989;
}
/* line 246, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-info-modal .edh-manage-modal-button-margin {
  margin-right: 10px;
}

/* line 252, ../../../code/health/css/dashboards/edh.manage.users.scss */
.edh-manage-modal-spacing-top {
  margin-top: 65px;
}

/* line 263, ../../../code/health/css/dashboards/edh.manage.users.scss */
.add-practice-container .organize-list-container .practice-list .control-checkbox {
  display: inline-flex;
  width: 100%;
  align-items: center;
}

/* line 1, ../../../code/health/css/dashboards/edh.files.scss */
.edh-files-dl-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_reports_export.1954c4f3.png");
  background-size: 100% 100%;
  vertical-align: middle;
}

/* line 10, ../../../code/health/css/dashboards/edh.files.scss */
.form-control {
  display: inline-block;
}

/* line 15, ../../../code/health/css/dashboards/edh.files.scss */
input[type=checkbox].edh-files-check {
  /* Half-Size */
  -ms-transform: scale(0.5);
  /* Internet Explorer */
  -webkit-transform: scale(0.5);
  /* Safari, Chrome */
  -o-transform: scale(0.5);
  /* Opera */
}

/* line 23, ../../../code/health/css/dashboards/edh.files.scss */
.edh-file-download {
  display: none;
}

/**
* Copyright 2015-2023 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-create-tasks-datepicker {
  width: unset;
}

/* line 8, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-task-timepicker {
  padding: 2%;
}
/* line 10, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-task-timepicker .uib-timepicker {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background: #f6f6f6;
}
/* line 15, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-task-timepicker .uib-timepicker .btn-link {
  color: #000000;
}
/* line 19, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-task-timepicker .column-label {
  font-size: smaller;
}

/* line 24, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-timepicker-button-x {
  border: 0;
  background: none;
  width: 10px;
  height: 10px;
  float: center;
  outline: none;
}

/* line 33, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container {
  background-color: #DFEAF7;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 37, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .ed-selected > .ed-button {
  padding-bottom: 10px;
}
/* line 41, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pagination-footer {
  position: relative;
  overflow: auto;
  height: auto;
  bottom: auto;
  left: auto;
  background-color: inherit;
  padding: 22px 0 0 0;
  border-top: 2px solid #fdfeff;
}
/* line 52, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: -6px;
  margin-right: 11px;
  text-align: center;
}
/* line 62, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-0 {
  background-color: #3E378D;
  color: white;
}
/* line 67, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-1000 {
  background-color: #7C9C3D;
  color: white;
}
/* line 72, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-2000 {
  background-color: #E3B723;
  color: white;
}
/* line 77, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-3000 {
  background-color: #F26523;
  color: white;
}
/* line 82, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-4000 {
  background-color: #AD1F23;
  color: white;
}
/* line 87, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-score.edh-risk-severity-5000 {
  background-color: #521011;
  color: white;
}
/* line 93, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-small-header {
  margin-right: 10px;
  display: inline-block;
}
/* line 98, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-small-header,
.edh-patient-profile.edh-dashboard-container label {
  font-weight: bold;
  font-size: 10px;
  color: darkgray;
}
/* line 105, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-table-header {
  display: inline-block;
  width: 100%;
  padding: 22px 22px 6px;
  border-bottom: 1px solid #DFEAF7;
  font-size: 12px;
}
/* line 112, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-table-header > div {
  display: inline-block;
}
/* line 117, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-table-body > div {
  display: inline-block;
  width: 100%;
  padding: 11px 22px;
  border-bottom: 1px solid #DFEAF7;
}
/* line 123, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-table-body > div > div {
  display: inline-block;
  vertical-align: top;
}
/* line 128, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-table-body > div .edh-gap-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #cccaca;
  cursor: pointer;
}
/* line 136, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-dropdowns {
  display: inline-block;
  margin-top: 5px;
  margin-left: -15px;
  width: 100%;
}
/* line 142, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-dropdowns > nav {
  display: inline-table;
  margin-left: 11px;
  font-size: 14px;
}
/* line 147, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-dropdowns > nav > button {
  margin-top: 5px;
  padding-left: 22px;
  padding-right: 44px;
}
/* line 155, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container {
  width: 982px;
  margin: 44px auto;
}
/* line 159, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container {
  background-color: white;
  padding: 22px 22px 22px 11px;
  border-radius: 5px;
  margin: 11px 0px;
}
/* line 165, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container .edh-info-content {
  margin: 11px 33px 0 33px;
}
/* line 168, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container .edh-info-content .edh-info-title {
  color: #615AA7;
  font-size: 28px;
}
/* line 172, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container .edh-info-content .edh-info-title .edh-info-no-data {
  float: left;
  clear: left;
}
/* line 178, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container .edh-info-content .edh-info-subtitle {
  color: #615AA7;
  font-size: 0.75rem;
}
/* line 185, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info {
  margin-top: -11px;
  margin-bottom: 0px;
}
/* line 189, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info > div {
  padding: 44px 0 11px 11px;
}
/* line 192, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info > div > div {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 88px) / 4);
  margin-left: 11px;
  font-size: 15px;
  border-right: 1px solid #e2e2e1;
}
/* line 200, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info > div > div:last-child {
  border-right: none;
}
/* line 204, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info > div > div:nth-of-type(5) {
  margin-top: 20px;
}
/* line 210, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-info > span {
  font-size: 12px;
}
/* line 215, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-discharge-info {
  margin-top: -11px;
  margin-bottom: 0px;
}
/* line 219, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-discharge-info > div {
  padding: 44px 0 11px 11px;
  margin-bottom: -30px;
}
/* line 223, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-discharge-info > div > div {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 88px) / 5);
  margin-left: 11px;
  font-size: 18px;
  border-right: 1px solid #e2e2e1;
}
/* line 231, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-discharge-info > div > div:last-child {
  border-right: none;
}
/* line 237, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-profile-container .edh-info-container.edh-patient-discharge-info > span {
  font-size: 12px;
}
/* line 243, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .profile-tab-container {
  position: relative;
}
/* line 247, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-report-print {
  cursor: pointer;
  padding: 11px 13px;
  font-size: 16px;
  background-color: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  float: right;
  margin-right: 8px;
  margin-top: 12px;
  border-bottom: 1px solid #e1e3ed;
  display: inline-flex;
  position: absolute;
  bottom: 10px;
  right: 0;
}
/* line 263, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-report-print .edh-report-option-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon_reports_print.3cc113ae.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 273, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-report-print .edh-report-option-text {
  color: #428BCA;
  font-weight: 400;
  font-size: 14px;
}
/* line 281, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-report-print:hover .edh-report-option-text {
  opacity: 0.6;
}
/* line 286, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-help {
  font-family: "Ion Icons";
  display: inline-block;
  margin-left: 11px;
  cursor: help;
}
/* line 293, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-help > .d3-tip {
  display: none;
  width: 260px;
  position: absolute;
  margin-top: 4px;
  margin-left: -123px;
}
/* line 300, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-help > .d3-tip > .edh-d3-tooltip-item {
  color: #898989;
  font-size: 14px;
}
/* line 306, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-help:hover > .d3-tip {
  display: block;
}
/* line 310, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-risk-help:hover > .d3-tip:after {
  transform: rotateX(180deg);
  margin-top: -14px;
  top: 0%;
}
/* line 316, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-discharge-meds {
  display: inline-block;
  padding: 11px 22px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-left: -5px;
  box-shadow: none;
  font-size: 16px;
  background-color: white;
  border-left: 1px solid #e1e3ed;
  border-top: 1px solid #e1e3ed;
  border-bottom: 1px solid #e1e3ed;
  color: black;
  margin-right: -4px;
  cursor: pointer;
}
/* line 333, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-discharge-meds.edh-risk-report-selected {
  display: inline-block;
  padding: 11px 22px;
  border-bottom-left-radius: 0px;
  margin-left: 11px;
  box-shadow: none;
  font-size: 16px;
  background-color: white;
  border-left: 1px solid #e1e3ed;
  border-top: 1px solid #e1e3ed;
  border-bottom: 1px solid #e1e3ed;
  color: black;
  margin-right: -4px;
}
/* line 348, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-discharge-meds.edh-discharge-meds-selected {
  background-color: white;
  padding: 22px 44px;
  margin-left: -5px;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px #e1e3ed;
}
/* line 359, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-name {
  background-color: white;
  padding: 22px 44px;
  margin-left: 11px;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px #e1e3ed;
  cursor: pointer;
}
/* line 369, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-name.edh-risk-report-selected {
  display: inline-block;
  padding: 11px 22px;
  border-bottom-left-radius: 0px;
  margin-left: 11px;
  box-shadow: none;
  font-size: 16px;
  background-color: white;
  border-left: 1px solid #e1e3ed;
  border-top: 1px solid #e1e3ed;
  border-bottom: 1px solid #e1e3ed;
  color: black;
  margin-right: -4px;
}
/* line 384, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-name.edh-discharge-meds-selected {
  background-color: white;
  padding: 22px 44px;
  margin-left: 11px;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px #e1e3ed;
  cursor: pointer;
}
/* line 396, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container {
  margin: 0 11px 11px 11px;
  padding: 11px 44px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f7fc;
  box-shadow: inset 0 1px 4px 1px #DFEAF7;
  font-weight: bold;
  font-size: 12px;
}
/* line 406, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-patient-contact-info {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
}
/* line 412, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-patient-contact-info .edh-patient-small-header {
  margin-top: 11px;
}
/* line 416, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-patient-contact-info .edh-patient-contact-info-container {
  display: flex;
}
/* line 420, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-patient-contact-info .edh-patient-contact-info-wrapper {
  margin: 0 10px;
  flex-grow: 1;
}
/* line 426, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-expand-button-row {
  text-align: center;
  color: #1362ab;
}
/* line 430, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-expand-button-row div {
  display: inline-block;
}
/* line 434, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-contact-container .edh-expand-button-row .edh-expand-button {
  color: white;
  font-family: "Ion Icons";
  font-weight: normal;
  line-height: 12px;
  background-color: #1362ab;
  margin-right: 6px;
  padding-top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
}
/* line 450, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: gray;
  border-radius: 5px;
  margin-right: 11px;
}
/* line 458, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-past-due {
  background-color: #F26522;
}
/* line 462, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-near-due {
  background-color: #FFD52D;
}
/* line 466, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-passed {
  background-color: #AFD15B;
}
/* line 470, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-meeting-goal {
  background-color: #AFD15B;
}
/* line 474, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-failed {
  background-color: #C83E42;
}
/* line 478, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-not-meeting-goal {
  background-color: #C83E42;
}
/* line 482, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-gap-dot.edh-color-pending {
  background-color: #C2C2C1;
}
/* line 488, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div {
  font-weight: bold;
}
/* line 491, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div:nth-child(1) {
  width: 30%;
}
/* line 495, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div:nth-child(2) {
  width: 5%;
}
/* line 499, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div:nth-child(3) {
  width: 20%;
}
/* line 503, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div:nth-child(4) {
  width: 20%;
  text-align: center;
}
/* line 508, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-header > div:last-child {
  width: calc(25% - 22px);
  text-align: left;
}
/* line 514, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div {
  word-wrap: break-word;
}
/* line 517, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div:nth-child(1) {
  width: 30%;
}
/* line 521, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div:nth-child(2) {
  width: 5%;
  padding-left: 15px;
}
/* line 526, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div:nth-child(3) {
  width: 20%;
  padding-left: 5px;
}
/* line 531, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div:nth-child(4) {
  width: 20%;
  text-align: center;
}
/* line 536, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-gaps-container .edh-patient-table-body > div > div:last-child {
  width: calc(25% - 22px);
  text-align: left;
  padding-right: 22px;
}
/* line 544, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-tab-bar {
  margin-left: 11px;
}
/* line 548, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-tab {
  display: inline-block;
  border: 1px solid #cac9c9;
  margin: 0 11px 11px 0;
  padding: 6px 22px;
  border-radius: 17px;
  color: #347fbe;
  font-size: 12px;
  cursor: pointer;
}
/* line 559, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-tab-selected {
  background-color: #347fbe;
  color: white;
}
/* line 564, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-tab-disabled {
  color: #cac9c9;
  cursor: not-allowed;
}
/* line 569, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result-header {
  background-color: #dfe9f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 5px;
}
/* line 576, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result-body {
  display: contents;
  margin-top: 10px;
  font-size: 28px;
}
/* line 582, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result-graph {
  display: inline;
  right: auto;
  margin-top: 10px;
  padding-right: 5px;
}
/* line 589, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result {
  background-color: #F0F4FB;
  margin: 22px 12px 0px 0px;
  border-radius: 6px;
  min-height: 115px;
}
/* line 595, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result > div:last-child {
  font-size: 28px;
}
/* line 599, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result .edh-result-ct-icon {
  float: right;
  margin-right: 10px;
}
/* line 604, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-result .result-input {
  width: 35%;
  text-align: center;
}
/* line 610, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container {
  display: inline-block;
}
/* line 613, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-title-description {
  width: 100%;
}
/* line 618, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata {
  display: flex;
  padding: 10px 5px 5px 5px;
}
/* line 622, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-help, .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-sources {
  margin-top: 0px;
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
}
/* line 629, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-help .d3-tip, .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-vitals-metadata .ed-sources .d3-tip {
  height: auto;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 638, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container {
  margin-bottom: 22px;
}
/* line 641, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container > div {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
/* line 647, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata {
  display: flex;
}
/* line 650, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-patient-small-header {
  width: 25%;
}
/* line 654, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-help, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources {
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
  margin-left: auto;
}
/* line 661, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-help .d3-tip, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources .d3-tip {
  height: auto;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 666, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-help .d3-tip .clickable, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip .clickable, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-lab-metadata .ed-sources .d3-tip .clickable {
  cursor: pointer;
}
/* line 674, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container {
  display: flex;
  margin-bottom: 2%;
}
/* line 679, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-patient-vitals,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-patient-vitals {
  display: inline-block;
  background-color: #F0F4FB;
  margin: 22px 12px 0px 0px;
  border-radius: 6px;
  min-height: 50px;
}
/* line 687, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header {
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
  display: block;
  border-radius: 6px 6px 0 0;
  background-color: #DFE9F7;
}
/* line 694, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-help, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-help,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources {
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
}
/* line 700, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-help .d3-tip, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-help .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-header .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip {
  height: auto;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 708, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-result-graph,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-result-graph {
  display: inline;
  right: auto;
  margin-top: 10px;
  padding-right: 5px;
}
/* line 715, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-body,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-body {
  display: contents;
  background-color: #F0F4FB;
  border-radius: 0 0 6px 6px;
  padding: 1% 0 1% 1%;
  font-size: 28px;
  margin-top: 10px;
}
/* line 723, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-vitals-body .result-input,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-vitals-body .result-input {
  margin: 5px 0px 5px 5px;
  width: 45%;
  text-align: center;
}
/* line 730, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer {
  display: flex;
  padding: 10px 5px 5px 5px;
}
/* line 734, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-patient-small-header,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-patient-small-header {
  margin-left: 1%;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  margin-right: 1%;
}
/* line 742, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-help, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-help,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources {
  float: none;
  margin-top: 0px;
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
  margin-left: 1%;
}
/* line 751, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-help .d3-tip, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-help .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources .d3-tip {
  height: auto;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 756, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-help .d3-tip .clickable, .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip .clickable, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-labs-container .edh-cm-labs-footer .ed-sources .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-help .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-description .d3-tip .clickable,
.edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-patient-vitals-container .edh-cm-labs-footer .ed-sources .d3-tip .clickable {
  cursor: pointer;
}
/* line 764, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-test-text {
  word-wrap: break-word;
}
/* line 768, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-result-ct-icon {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
/* line 774, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-result-ct-icon-disabled {
  height: 40px;
  width: 40px;
  opacity: 0.45;
}
/* line 780, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-labs-ct-icon {
  height: 40px;
  width: 40px;
  margin-left: 82%;
  margin-top: -35px;
  cursor: pointer;
}
/* line 788, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-lab-result-help {
  font-family: "Ion Icons";
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  color: gray;
  cursor: help;
}
/* line 797, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-lab-result-help > .d3-tip {
  display: none;
  position: absolute;
  padding: 3px 22px;
  transform: translateX(-50%);
  margin-top: -66px;
  margin-left: 8px;
}
/* line 805, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-lab-result-help > .d3-tip > .edh-d3-tooltip-item {
  color: #898989;
  font-size: 14px;
}
/* line 811, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-lab-result-help:hover > .d3-tip {
  display: block;
}
/* line 815, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-lab-result-help:hover > .d3-tip:after {
  margin-bottom: -14px;
  bottom: 0%;
}
/* line 821, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .edh-patient-table-header > div {
  width: 20%;
}
/* line 824, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .edh-patient-table-header > div:first-child {
  width: calc(40% - 44px);
}
/* line 829, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .edh-patient-table-body > div > div {
  width: 20%;
}
/* line 832, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .edh-patient-table-body > div > div:first-child {
  width: calc(40% - 44px);
}
/* line 836, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .edh-patient-table-body > div > div .edh-provider-net-dot {
  margin-left: -22px;
}
/* line 841, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-patient-providers-container .ed-select {
  float: right;
  font-size: 14px;
  margin-top: 22px;
}
/* line 848, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-network-legend {
  display: inline-block;
  font-weight: bold;
}
/* line 852, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-network-legend .edh-provider-network-dot {
  background-color: #FFAA00;
}
/* line 857, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-list-network-dot {
  display: inline-block;
}
/* line 860, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-list-network-dot .edh-provider-network-dot {
  background-color: #FFAA00;
  margin-left: -22px;
}
/* line 866, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-network-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 6px;
  margin-right: 11px;
  margin-bottom: -1px;
}
/* line 875, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-provider-network-dot.edh-provider-out-of-network {
  background-color: #FFAA00;
}
/* line 880, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-landingPage-image {
  display: flex;
  flex: 1;
}
/* line 884, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-landingPage-image > .edh-background-image {
  background-image: url(../images/patient-profile-bg.e23c4e31.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 1082px;
  width: 100%;
}
/* line 893, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab {
  display: inline-block;
  padding: 11px 11px;
  max-width: 340px;
  box-shadow: none;
  font-size: 16px;
  background-color: white;
  border-bottom: 1px solid #e1e3ed;
  color: black;
  margin-right: -2px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
/* line 906, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab:nth-child(1) {
  margin-left: 11px;
}
/* line 910, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-care-management-enrolled:before {
  background-color: transparent;
  color: #AFD15B;
  content: "";
  font-family: "Ion Icons";
  font-size: 20px;
  position: absolute;
  margin-left: -22px;
  margin-top: -3px;
}
/* line 921, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-care-management-enrolled {
  padding-left: 40px;
}
/* line 927, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-0 .edh-risk-score {
  background-color: #3E378D;
  color: white;
}
/* line 934, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-1000 .edh-risk-score {
  background-color: #7C9C3D;
  color: white;
}
/* line 941, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-2000 .edh-risk-score {
  background-color: #E3B723;
  color: white;
}
/* line 948, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-3000 .edh-risk-score {
  background-color: #F26523;
  color: white;
}
/* line 955, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-4000 .edh-risk-score {
  background-color: #AD1F23;
  color: white;
}
/* line 962, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab.edh-tab-risk-score.edh-risk-severity-5000 .edh-risk-score {
  background-color: #521011;
  color: white;
}
/* line 970, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab-selected {
  padding: 22px 13px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px #e1e3ed;
  background: linear-gradient(white, #aeecf7);
}
/* line 976, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-pp-tab-selected.edh-tab-care-management-enrolled {
  padding-left: 55px;
}
/* line 981, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-deceased-tab {
  color: white;
  background: #E91414;
}
/* line 986, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container {
  padding: 22px 22px 22px 22px;
}
/* line 991, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container {
  background-color: white;
  border-radius: 5px;
}
/* line 997, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column {
  display: grid;
  grid-template: auto / auto auto;
}
/* line 1001, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row {
  display: grid;
  grid-template: auto / auto;
  padding: 0 10px 10px 10px;
}
/* line 1006, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row .medium-large-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row .medium-large-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row .medium-large-input {
  width: 70%;
}
/* line 1010, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row .ng-invalid.ng-touched,
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row .error-dialog,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row .ng-invalid.ng-touched,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row .error-dialog,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row .ng-invalid.ng-touched,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row .error-dialog {
  color: #F26522;
}
/* line 1015, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row textarea,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row textarea,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row textarea {
  min-height: 100%;
}
/* line 1019, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .two-column .input-row .description-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .two-column .input-row .description-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .two-column .input-row .description-input {
  height: 100px;
  resize: none;
}
/* line 1026, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .note-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .note-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .note-input {
  padding: 10px 10px 0 10px;
  display: grid;
}
/* line 1030, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .note-input .task-note-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-header-container .note-input .task-note-input,
.edh-patient-profile.edh-dashboard-container .edh-care-management-container .note-input .task-note-input {
  height: 150px;
  resize: none;
}
/* line 1037, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task {
  padding: 0;
}
/* line 1041, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .footer-container {
  margin-top: 22px;
  display: flex;
  flex-flow: column;
}
/* line 1046, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .footer-container .edh-info-content {
  align-self: flex-end;
}
/* line 1051, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-tab-care-management-check:before {
  background-color: transparent;
  color: #AFD15B;
  content: "";
  font-family: "Ion Icons";
  font-size: 20px;
  margin-right: 10px;
}
/* line 1062, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-management-title,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-management-title {
  color: #615AA7;
  font-size: 28px;
}
/* line 1067, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-enrolled-text,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-enrolled-text {
  font-size: 12px;
  color: #B1B1B1;
  float: right;
  width: 100%;
  text-align: right;
  min-height: 17px;
}
/* line 1076, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content {
  vertical-align: middle;
  height: 80px;
}
/* line 1080, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .edh-info-right,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .edh-info-right {
  float: right;
  margin-top: 10px;
}
/* line 1085, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .ed-help, .edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .ed-description,
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .ed-sources,
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .ed-description,
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .ed-help,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .ed-sources,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .ed-description,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .ed-sources {
  left: 5px;
  bottom: 6px;
}
/* line 1090, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-info-content .d3-tip,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-info-content .d3-tip {
  height: auto;
}
/* line 1095, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-error-message,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-error-message {
  display: inline-block;
  margin-left: 27%;
  margin-top: 22px;
}
/* line 1101, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-no-data-message,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-no-data-message {
  text-align: center;
  padding: 22px;
  font-size: 16px;
}
/* line 1107, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container {
  font-size: 16px;
  border-top: 1px solid #C8D9ED;
}
/* line 1111, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment {
  padding: 10px 5px;
  border-bottom: 1px solid #C8D9ED;
}
/* line 1115, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-user,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-user {
  color: #428BCA;
  font-size: 20px;
  font-weight: 600;
}
/* line 1121, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-text,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-text {
  margin-left: 5px;
}
/* line 1125, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-date,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-date {
  float: right;
}
/* line 1129, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded {
  display: flex;
}
/* line 1132, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-user,
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-date,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-user,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-date {
  flex: none;
}
/* line 1137, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-text,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-comment-expanded .edh-care-comment-text {
  padding-right: 10px;
}
/* line 1142, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-expandable-button,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-expandable-button {
  color: #428BCA;
  font-family: "Ion Icons";
  font-weight: bold;
  line-height: 12px;
  font-size: 20px;
  background-color: transparent;
  margin-right: 6px;
  padding-top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
  display: inline-block;
}
/* line 1157, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-care-comments-container .edh-care-comment .edh-care-expandable-button.unexpanded,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-care-comments-container .edh-care-comment .edh-care-expandable-button.unexpanded {
  padding-top: 4px;
  margin-right: 0;
  transform: rotate(270deg);
}
/* line 1166, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container ed-create-cm-task .edh-pagination-footer,
.edh-patient-profile.edh-dashboard-container .edh-care-management-page .edh-pagination-footer {
  border: none;
}
/* line 1171, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-enroll-buttons-container {
  float: right;
  margin-top: 15px;
  padding: 0px !important;
}
/* line 1177, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-enroll-buttons-container-clear {
  clear: both;
  padding: 0px !important;
}
/* line 1182, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-enroll-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-color: #615AA7;
  color: white;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  padding: 6px 30px;
  margin-left: 5px;
}
/* line 1193, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-enroll-button.edh-button-disabled {
  background-color: #B1B1B1;
  border: 2px solid #B1B1B1;
  cursor: context-menu;
}
/* line 1201, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-disable-discharge-meds-tab {
  display: inline-block;
  padding: 11px 22px;
  box-shadow: none;
  font-size: 16px;
  color: black;
  margin-right: -2px;
  border-radius: 5px 5px 0 0;
  opacity: 0.45;
  cursor: default;
}
/* line 1212, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile.edh-dashboard-container .edh-disable-discharge-meds-tab:nth-child(1) {
  margin-left: 11px;
}

/* line 1218, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-heading {
  font-family: "Open Sans Bold", Arial, sans-serif;
  color: #5990CC;
  border-color: #C8D9ED;
}

/* line 1224, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score {
  display: flex;
  vertical-align: bottom;
  height: auto;
  border-width: 0.125rem;
  padding: 0.2rem;
  justify-content: flex-start;
}
/* line 1232, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-title {
  font-size: 125%;
  color: #4d4dff;
  margin-top: 0.1rem;
}
/* line 1238, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-number {
  font-size: 125%;
  width: 4.5rem;
  height: 1.2rem;
  color: #4d4dff;
  border-width: 3px;
  padding-bottom: 1.5rem;
  border-style: solid;
  border-color: #4d4dff;
}
/* line 1249, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-fpldefined {
  padding-left: 1.3rem;
}
/* line 1253, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-fplundefined {
  padding-left: 0.95rem;
}
/* line 1256, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-singledigit {
  padding-left: 1.6rem;
}
/* line 1259, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-doubledigit {
  padding-left: 1.3rem;
}
/* line 1262, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-score .edh-cm-column-score-spacer {
  width: 7%;
}

/* line 1267, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container {
  background-color: #F0F4FB;
}
/* line 1270, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-cm-prapare-questionText {
  font-family: "Open Sans Bold", Arial, sans-serif;
  color: #5990CC;
  border-color: #C8D9ED;
  font-size: 14px;
}
/* line 1277, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-cm-prapare-surveyCheckBox {
  width: 15px;
  height: 15px;
  vertical-align: center;
}
/* line 1283, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-notfixed-headers {
  width: 100%;
}
/* line 1286, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-notfixed-headers .edh-cm-prapare-table {
  display: table;
  border-collapse: collapse;
}
/* line 1291, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-notfixed-headers .edh-cm-prapare-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  background-color: #F0F4FB;
  border-width: 1px;
  border-color: #C8D9ED;
  height: 3.5em;
}
/* line 1303, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-notfixed-headers .edh-cm-prapare-column {
  display: table-cell;
  column-width: auto;
  text-align: left;
  vertical-align: middle;
  border-left-style: solid;
  border-width: 2px;
  border-color: #C8D9ED;
  padding: 1%;
}
/* line 1314, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-prapare-container .edh-notfixed-headers .edh-cm-prapare-widecolumn {
  display: table-cell;
  background-color: #F0F4FB;
  min-width: 275px;
}

/* line 1323, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .col-modal-span {
  padding-right: 3%;
  font-size: 1.2em;
}
/* line 1328, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
/* line 1334, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers th,
.edh-phq-9-container .edh-fixed-headers td {
  padding: 1%;
  text-align: left;
}
/* line 1340, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(1),
.edh-phq-9-container .edh-fixed-headers th:nth-child(1) {
  width: 330px;
}
/* line 1345, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(2),
.edh-phq-9-container .edh-fixed-headers th:nth-child(2) {
  width: 122px;
}
/* line 1350, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(3),
.edh-phq-9-container .edh-fixed-headers th:nth-child(3) {
  width: 122px;
}
/* line 1355, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(4),
.edh-phq-9-container .edh-fixed-headers th:nth-child(4) {
  width: 122px;
}
/* line 1360, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers td:nth-child(5),
.edh-phq-9-container .edh-fixed-headers th:nth-child(5) {
  width: 122px;
}
/* line 1366, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers thead {
  width: 100%;
  overflow: auto;
}
/* line 1370, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers thead tr {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  font-family: "Open Sans Bold", Arial, sans-serif;
  color: #5990CC;
  border-color: #C8D9ED;
}
/* line 1378, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers thead tr th {
  border-width: 1px;
  border-style: solid;
  border-bottom: 0px;
  border-top-width: 1px;
}
/* line 1386, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers thead tr.noborder {
  display: block;
  position: relative;
  background-color: #F0F4FB;
  border-width: 0;
}
/* line 1392, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers thead tr.noborder td {
  border-width: 1px;
  border-style: solid;
}
/* line 1399, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers tbody {
  font-family: "Gotham Book", Arial, sans-serif;
  color: #232F57;
  font-size: 12px;
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
}
/* line 1408, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers tbody tr {
  border-style: solid;
  border-width: 1px;
  background-color: #F0F4FB;
  border-width: 1px;
  border-color: #C8D9ED;
}
/* line 1415, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .edh-fixed-headers tbody tr td {
  border-width: 1px;
  border-style: solid;
}
/* line 1423, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .message_display_container_phq9 {
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
  background-color: #F0F4FB;
  margin: 22px 12px 10px 0;
  padding: 10px 10px 11px 10px;
  min-height: 115px;
}
/* line 1433, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .footer-container {
  margin-top: 22px;
  display: flex;
  flex-flow: column;
}
/* line 1438, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .footer-container .edh-info-content {
  align-self: center;
}
/* line 1443, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .expand-modal-container {
  float: right;
}
/* line 1446, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .expand-modal-container button {
  color: #d7d7d7;
}
/* line 1450, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border {
  border: 2px solid #347fbe;
  height: 36px;
  width: 142px;
  border-radius: 30px;
}
/* line 1456, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border .expand-modal-content {
  padding: 6px 1px 6px 0;
}
/* line 1459, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-phq-9-container .expand-modal-container .expand-modal-border .expand-modal-content .expand-text {
  margin-left: 5px;
  margin-top: 5px;
  color: #615AA7;
}

/* line 1469, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-data-source-tooltip {
  width: auto;
}
/* line 1472, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-data-source-tooltip .edh-data-source-list {
  text-align: left;
  list-style: initial;
}

/* line 1479, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-dm-patient-info > div {
  width: calc((100% - 88px) / 4);
}

/* line 1484, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.patient-profile-trend .modal-dialog.modal-lg {
  width: auto;
  margin-left: 132px;
  margin-right: 132px;
}

/* line 1492, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-pp-modal .edh-pp-modal-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 1500, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-pp-modal .edh-pp-modal-heading p {
  font-family: "Arimo", Arial, sans-serif;
  color: #898989;
}
/* line 1506, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-pp-modal .edh-pp-text-input-container {
  margin: 22px 0;
}
/* line 1509, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-pp-modal .edh-pp-text-input-container textarea {
  font-size: 16px;
}

@media (max-width: 1440px) {
  /* line 1516, ../../../code/health/css/dashboards/edh.patient.profile.scss */
  .edh-patient-profile .edh-profile-container {
    margin: 44px 10%;
    width: 85%;
  }
}
/* line 1522, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
/* line 1530, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status.pending {
  background-color: #DFEAF7;
}
/* line 1534, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status.drop-off {
  background-color: #C83E42;
}
/* line 1538, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status.diagnosed {
  background-color: #9DC044;
}

/* line 1543, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-profile-header-tooltip {
  font-size: 12px;
  max-width: 300px;
}

/* line 1548, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.row .edh-report.edh-report-profile, .edh-show-details-row .edh-report.edh-report-profile {
  overflow-x: auto;
}

/* line 1552, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-admission-meds-table th:nth-child(2) {
  width: 25% !important;
  text-align: center;
}

/* line 1557, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-admission-meds-table td:nth-child(2) {
  width: 25%;
}

/* line 1561, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-discharge-meds-table th:nth-child(2) {
  width: 25% !important;
  text-align: center;
}

/* line 1566, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-discharge-meds-table td:nth-child(2) {
  width: 25%;
}

/* line 1570, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-times {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
/* line 1577, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-times:hover {
  cursor: pointer;
}
/* line 1581, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-times:before {
  color: #9e0b0f;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1595, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-help {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #cccaca;
  cursor: pointer;
  margin-left: 10px;
}

/* line 1604, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container {
  margin: 0px 33px 0 33px;
}
/* line 1607, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header {
  display: inline-block;
  width: 100%;
  padding: 22px 22px 6px;
  border-bottom: 1px solid #DFEAF7;
  font-size: 12px;
}
/* line 1614, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header > div {
  display: inline-block;
  font-weight: bold;
}
/* line 1618, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header > div:nth-child(1) {
  width: 32%;
}
/* line 1622, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header > div:nth-child(2) {
  width: 25%;
}
/* line 1626, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header > div:nth-child(3) {
  width: 25%;
  text-align: left;
}
/* line 1631, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-header > div:last-child {
  width: 14%;
  text-align: center;
}
/* line 1638, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div {
  display: inline-block;
  width: 100%;
  padding: 11px 22px;
  border-bottom: 1px solid #DFEAF7;
}
/* line 1644, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div .edh-enroll-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-color: #615AA7;
  color: white;
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  padding: 6px 30px;
  margin-left: 5px;
}
/* line 1655, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div > div {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
/* line 1660, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div > div:nth-child(1) {
  width: 32%;
  line-height: 32px;
}
/* line 1665, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div > div:nth-child(2) {
  width: 25%;
  padding-left: 5px;
  line-height: 32px;
}
/* line 1671, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div > div:nth-child(3) {
  width: 25%;
  text-align: left;
  line-height: 32px;
}
/* line 1677, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-container .edh-initiative-table-body > div > div:last-child {
  width: 14%;
}

/* line 1684, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container {
  margin: 0px 33px 0 33px;
}
/* line 1687, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-header {
  display: inline-block;
  width: 100%;
  padding: 22px 22px 6px;
  border-bottom: 1px solid #DFEAF7;
  font-size: 12px;
}
/* line 1694, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-header > div {
  display: inline-block;
  font-weight: bold;
}
/* line 1698, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-header > div:nth-child(1) {
  width: 75%;
  text-align: left;
}
/* line 1703, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-header > div:last-child {
  width: 10%;
  text-align: left;
}
/* line 1710, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-body > div {
  display: inline-block;
  width: 100%;
  padding: 11px 22px;
  border-bottom: 1px solid #DFEAF7;
}
/* line 1716, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-body > div > div {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
/* line 1721, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-body > div > div:nth-child(1) {
  width: 75%;
}
/* line 1725, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-body > div > div:last-child {
  width: 10%;
  text-align: center;
  padding-right: 32px;
}
/* line 1734, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-patient-custom-initiatives-modal-container .edh-initiative-table-body > div > div .edh-enroll-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
  background-color: #615AA7;
  color: white;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  padding: 6px 30px;
  margin-left: 5px;
}

/* line 1748, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-custom-initiatives-on {
  margin-right: -5px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 50px;
  height: 31px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-right: 0px;
}

/* line 1761, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-custom-initiatives-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 50px;
  height: 31px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-left: 0px;
}

/* line 1773, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-custom-initiatives-selected {
  background: #615aa7;
  color: white;
  box-shadow: inset 0px 6px 6px #615aa7;
}

/* line 1779, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.network-spatialize {
  margin-top: 45px;
  margin-left: 30px;
}

/* line 1784, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.providers-spatialize {
  margin-top: 7px;
}

/* line 1788, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status-tooltip {
  text-align: left;
  line-height: normal;
}
/* line 1792, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status-tooltip > li {
  list-style: initial;
  margin-left: 1.25rem;
  margin-top: 0.25rem;
}
/* line 1798, ../../../code/health/css/dashboards/edh.patient.profile.scss */
.edh-hcc-status-tooltip > li:last-child {
  margin-bottom: 0.25rem;
}

/* line 1, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container {
  display: flex;
}
/* line 5, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-title {
  margin-bottom: 0;
  padding-left: 22px;
  float: left;
  width: 100%;
}
/* line 12, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-title .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  color: #CCCACA;
  cursor: pointer;
  margin-left: 10px;
}
/* line 22, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-subtitle {
  font-size: 12px;
  margin-left: 22px;
  margin-bottom: 15px;
}
/* line 29, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-content {
  margin-left: 20px;
  margin-right: 20px;
  height: 100%;
}
/* line 35, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-content .edh-table-list {
  margin-top: 60px;
}
/* line 39, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-info-container .edh-info-content .edh-table-list .ed-column:first-child {
  border-left: none;
}

/* line 47, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 53, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-header {
  background-image: linear-gradient(#9F98C7, #7975B0);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: white;
  padding: 8px;
  padding-left: 15px;
}
/* line 62, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-header .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: white;
  cursor: pointer;
  margin-left: 5px;
}

/* line 72, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2ECF7;
  height: 28px;
}
/* line 82, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value-name {
  float: left;
  padding-left: 10px;
  width: 90%;
  position: absolute;
}
/* line 90, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value {
  float: right;
  font-weight: bold;
  padding-right: 10px;
  width: 42%;
  left: 54%;
  text-align: right;
  position: absolute;
}
/* line 100, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .edh-risk-value-hover {
  border-radius: 15px;
  background-color: #1362AB;
  color: white;
  left: 85%;
  top: -3px;
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 3px;
}
/* line 114, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  color: transparent;
  background-color: transparent;
  margin-top: -2px;
  cursor: default;
  left: 85%;
  position: absolute;
}
/* line 126, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover {
  height: auto;
  width: auto;
  margin-left: -150px;
  margin-top: -350px;
}
/* line 133, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover > .edh-hover-risk-container, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container {
  width: 280px;
}
/* line 137, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover > .edh-hover-risk-container > .edh-label, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-label, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-label {
  float: left;
  color: black;
  font-size: 14px;
  width: 50%;
  text-align: left;
}
/* line 146, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold {
  font-weight: bold;
}
/* line 150, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label-bold-long {
  width: 100%;
}
/* line 154, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-section-value-name .edh-risk-value > .ed-help .ed-hover > .edh-hover-risk-container > .edh-risk-label, .edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-description .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-risk-section-value-name .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-risk-section-value-name .edh-risk-value > .ed-sources .ed-hover > .edh-hover-risk-container > .edh-risk-label {
  text-align: right;
  float: right;
  color: black;
}

/* line 166, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-description {
  margin-left: 22px;
}

/* line 173, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-value .ed-hover {
  font-size: 18px;
}

/* line 179, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-modal-heading {
  margin-bottom: 25px;
}
/* line 183, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-modal-heading > h1 {
  color: #615AA7;
  font-size: 30px;
  margin-bottom: 5px;
}

/* line 191, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-column-help {
  margin-right: 30px;
  margin-top: 0px;
}
/* line 196, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-column-help .edh-d3-tooltip-item {
  font-size: 12px;
  text-align: left;
  text-transform: none;
}

/* line 204, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-modal-detail-name {
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 210, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-modal-detail-desc {
  white-space: pre-wrap;
}

/* line 215, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-table {
  margin-top: 15px;
}
/* line 220, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-report-table > .ed-body > .ed-row.ed-row.ed-row {
  color: #333333;
}

/* line 227, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.close-button {
  margin-right: 25px;
  min-width: 125px;
}

/* line 233, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: -6px;
  text-align: center;
}
/* line 243, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-0 {
  background-color: #3E378D;
  color: white;
}
/* line 248, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-1000 {
  background-color: #7C9C3D;
  color: white;
}
/* line 253, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-2000 {
  background-color: #E3B723;
  color: white;
}
/* line 258, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-3000 {
  background-color: #F26523;
  color: white;
}
/* line 263, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-4000 {
  background-color: #AD1F23;
  color: white;
}
/* line 268, ../../../code/health/css/dashboards/edh.patient.risk.report.scss */
.edh-risk-overview-score.edh-risk-severity-5000 {
  background-color: #521011;
  color: white;
}

/* line 3, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: white;
}
/* line 10, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up:before {
  position: absolute;
  display: block;
  top: -16px;
  left: -17px;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom-width: 35px;
  border-bottom-style: solid;
  z-index: -1;
}
/* line 24, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up.edh-risk-level-red:before {
  border-bottom-color: #C83E42;
}
/* line 29, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up.edh-risk-level-yellow:before {
  border-bottom-color: #EFC11F;
}
/* line 34, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up.edh-risk-level-green:before {
  border-bottom-color: #9DBF43;
}
/* line 39, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up.edh-risk-ten {
  margin-left: -2px;
}
/* line 43, ../../../code/health/css/dashboards/edh.gaps.report.column.scss */
.edh-report-gaps .edh-arrow-up.edh-risk-ten:before {
  left: -15px;
}

/* line 1, ../../../code/health/css/dashboards/edh.perform.home.scss */
.overx {
  overflow-x: auto !IMPORTANT;
}

/* line 6, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-perform {
  background-color: #FFFFFF;
}
/* line 10, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-perform > .edh-dashboard-container {
  overflow: hidden;
  overflow-y: auto;
}

/* line 17, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-inform {
  background-color: #FFFFFF;
}
/* line 21, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-inform > .edh-dashboard-container {
  overflow: hidden;
  overflow-y: auto;
}

/* line 30, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-image {
  position: relative;
}
/* line 34, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-image > .edh-background-image {
  min-width: 100%;
  height: auto;
}
/* line 40, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-image > .edh-logo {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  min-width: 300px;
}
/* line 55, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row {
  position: relative;
  font-family: "Gotham Book", Arial, sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
}
/* line 66, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-content {
  display: inline-block;
  border-right: 3px solid #615AA7;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 44px;
}
/* line 74, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-content h4 {
  display: inline;
}
/* line 78, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-content h4 > .edh-bold {
  font-weight: bold;
}
/* line 84, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-content p {
  display: inline;
  font-size: 14px;
  line-height: 21px;
}
/* line 92, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-button {
  margin-left: 30px;
  margin-top: -44px;
  white-space: nowrap;
  background-color: #615AA7;
  border-radius: 5px;
  border: 2px solid #615AA7;
  color: white;
  width: 150px;
  height: 44px;
  cursor: pointer;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
/* line 108, ../../../code/health/css/dashboards/edh.perform.home.scss */
.edh-dashboard-container .edh-landingPage-row > .edh-landingPage-button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

/* line 1, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design-dashboard.edh-dashboard-container {
  overflow: hidden;
}

/* line 8, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design > .edh-d3-graphs {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 14, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav {
  width: 281px;
  position: absolute;
  height: calc(100% - 66px);
  padding-left: 0;
  margin-top: 66px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #1F253D;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
/* line 28, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section {
  position: relative;
  display: block;
  width: 100%;
  background-color: #2B3767;
}
/* line 35, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section.edh-hidden {
  display: none;
}
/* line 42, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section.edh-active > .edh-label {
  background-image: linear-gradient(#867DBB 0%, #5D57A0 80%, #5D57A0 100%);
}
/* line 46, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section.edh-active > .edh-label:after {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 25px;
  right: 16px;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  content: '';
  color: white;
  transform: rotate(315deg);
}
/* line 61, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section.edh-active > .edh-list {
  max-width: 281px;
  max-height: 100%;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 77, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section:not(.edh-active) > .edh-label:hover:after {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 18px;
  right: 16px;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  content: '';
  color: white;
  transform: rotate(135deg);
}
/* line 94, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-label {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #1F253D;
  line-height: 19px;
  margin-bottom: 0;
  padding: 16px 33px 16px 11px;
  color: #FFFFFF;
  font-family: "Arimo Bold", Arial, sans-serif;
  font-size: 14px;
}
/* line 107, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-label > .edh-section-num {
  position: absolute;
  margin-left: 11px;
}
/* line 113, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-label > .edh-section-name {
  display: block;
  margin-left: 41px;
}
/* line 120, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list {
  position: relative;
  display: block;
  max-height: 0px;
  opacity: 1;
}
/* line 127, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section {
  width: 100%;
  padding-left: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 134, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section:hover {
  background-color: #DFEAF7;
}
/* line 139, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section > .edh-label {
  display: block;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 41px;
  margin-right: 22px;
  line-height: 23px;
  color: #428bca;
}
/* line 151, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section > .edh-label.dollars {
  font-weight: bold;
  color: #665fa6;
}
/* line 157, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section > .edh-label.address {
  font-size: 13px;
  color: #797d8d;
}
/* line 163, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav > .edh-section > .edh-list > .edh-section > .edh-label.edh-section-num {
  position: absolute;
  margin-left: 11px;
  color: black;
}
/* line 174, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-nav.edh-active-selection {
  background-color: white;
}
/* line 180, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar {
  padding: 0;
  height: 66px;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 281px 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 190, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-title {
  color: #615AA7;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
}
/* line 197, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-label {
  font-weight: 400;
}
/* line 204, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section > .edh-title {
  position: relative;
  padding: 0 22px;
  vertical-align: middle;
}
/* line 211, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section > .edh-subtitle {
  position: absolute;
  font-size: 14px;
  color: #797d8d;
  padding: 0;
  left: 22px;
  bottom: 11px;
}
/* line 220, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section > .edh-item {
  display: inline-block;
  padding: 22px 8px;
}
/* line 225, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section > .edh-item > .edh-label {
  vertical-align: middle;
  margin: 0;
}
/* line 231, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section > .edh-item:last-child {
  padding-right: 0;
}
/* line 237, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section .edh-circle + .edh-label {
  margin-left: 2px;
}
/* line 242, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .edh-section .edh-network-design-checkbox + .edh-circle {
  margin-left: 5px;
}
/* line 248, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar > .edh-section {
  display: inline-block;
  margin-right: -4px;
  height: 44px;
  background-color: transparent;
}
/* line 254, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar > .edh-section:last-child {
  position: absolute;
  right: 22px;
}
/* line 259, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar > .edh-section:last-child .edh-label {
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
/* line 267, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar > .edh-section > .edh-item > .edh-label {
  display: inline-block;
}
/* line 273, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select {
  overflow-y: visible;
}
/* line 277, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select .ed-option-container {
  width: 350px;
  overflow: visible;
}
/* line 283, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select .ed-select-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
/* line 292, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select .ed-help, .edh-network-design .edh-title-bar .ed-select .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-network-design .edh-title-bar .ed-select .ed-description,
.edh-network-design .edh-title-bar .ed-select .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-network-design .edh-title-bar .ed-select .ed-sources,
.edh-network-design .edh-title-bar .ed-select .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-network-design .edh-title-bar .ed-select .ed-description,
.edh-network-design .edh-title-bar .ed-select .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-network-design .edh-title-bar .ed-select .ed-sources {
  margin-top: 9px;
}
/* line 297, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select .ed-option {
  padding-right: 12px;
}
/* line 302, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-title-bar .ed-select .ed-button {
  display: initial;
}
/* line 308, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-design .edh-netdes-no-data-text {
  color: white;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-100%);
  font-size: 26px;
}

/* line 319, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip {
  min-width: 200px;
  max-width: 200px;
}
/* line 324, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-image {
  position: absolute;
  margin-top: 10px;
}
/* line 329, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-image.nwdtooltip-bullet {
  margin-top: 2px;
  margin-left: 5px;
}
/* line 335, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-text {
  margin-left: 35px;
  margin-right: 10px;
  display: block;
  font-family: "Arimo", Arial, sans-serif;
  font-size: 14px;
  white-space: pre-line;
  text-align: left;
  color: #797d8d;
}
/* line 346, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-text.address {
  font-size: 13px;
  padding-bottom: 24px;
  padding-top: 10px;
}
/* line 353, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-text.total {
  color: #665fa6;
  font-size: 11.5px;
}
/* line 358, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-text.total.amount {
  font-weight: bold;
  font-size: 17.25px;
  padding-bottom: 10px;
}
/* line 367, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .edh-div-spacing {
  margin-bottom: 10px;
}
/* line 372, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-ul {
  list-style-type: none;
}
/* line 376, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-ul > .nwdtooltip-li {
  padding-bottom: 14px;
}
/* line 380, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip .nwdtooltip-ul > .nwdtooltip-li:last-child {
  padding-bottom: 0;
}
/* line 387, ../../../code/health/css/dashboards/edh.network.design.scss */
.nwdtooltip > hr {
  padding-top: 0;
  padding-bottom: 0;
  width: 20%;
}

/* line 395, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-population-title {
  font-size: 14px;
}

/* line 400, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 9px;
  background-position: center;
}
/* line 409, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.edh-innetwork {
  background-image: url("../images/pin_innetwork.png");
  background-size: 30px 30px;
}
/* line 415, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.edh-pcp {
  background-image: url("../images/pin_pcp.png");
  background-size: 30px 30px;
}
/* line 421, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.core {
  background-color: #769D3E;
}
/* line 422, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.affiliated {
  background-color: #9DC044;
}
/* line 423, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.aco {
  background-color: #B3D45C;
}
/* line 424, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.special {
  background-color: #FFD52D;
}
/* line 425, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.excluded {
  background-color: #F38084;
}
/* line 426, ../../../code/health/css/dashboards/edh.network.design.scss */
.edh-network-circle.leakage {
  background-color: #C83E42;
}

/* Copyright 2015-2020 NXGN Management, LLC. All Rights Reserved. */
/* line 5, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-networkManagement .ed-tab-bar {
  width: 100%;
}
/* line 9, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-networkManagement .ed-tab-bar > .ed-tab {
  width: 210px;
}
/* line 13, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-networkManagement .ed-tab-bar > .ed-tab > .ed-item {
  width: 210px;
}
/* line 20, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-networkManagement .d3-tip.extend-tooltip-height {
  height: 150px;
}

/* line 26, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management {
  height: 100%;
  /* Referred From / To Drop-down in network management*/
}
/* line 30, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend {
  display: inline-block;
  min-width: 160px;
  padding: 100px 0 0 0;
  margin: 0 auto auto 176px;
  top: 0;
  left: auto;
  width: auto;
  position: relative;
}
/* line 41, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item {
  margin-bottom: 16px;
}
/* line 45, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(1) > .edh-legend-dot {
  background-color: #769D3E;
}
/* line 46, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(2) > .edh-legend-dot {
  background-color: #9DC044;
}
/* line 47, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(3) > .edh-legend-dot {
  background-color: #B3D45C;
}
/* line 48, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(4) > .edh-legend-dot {
  background-color: #FFD52D;
}
/* line 49, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(5) > .edh-legend-dot {
  background-color: #F38084;
}
/* line 50, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-legend > .edh-item:nth-child(6) > .edh-legend-dot {
  background-color: #C83E42;
}
/* line 55, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-dropdown-menu {
  margin-top: 90px;
}
/* line 60, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-graph-container {
  display: block;
  flex-direction: row;
  padding-top: 11px;
  padding-bottom: 11px;
}
/* line 67, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-graph-container .d3-guideline line {
  stroke: #ED1C24;
  stroke-dasharray: 5;
}
/* line 74, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-core {
  fill: #769D3E;
}
/* line 75, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-affiliated {
  fill: #9DC044;
}
/* line 76, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-aco {
  fill: #B3D45C;
}
/* line 77, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-special {
  fill: #FFD52D;
}
/* line 78, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-excluded {
  fill: #F38084;
}
/* line 79, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-leakage {
  fill: #C83E42;
}
/* line 80, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-selected {
  fill: #347fbe;
}
/* line 82, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-net-bar-mean {
  stroke: #ED1C24;
}
/* line 87, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .related {
  opacity: 1;
}
/* line 96, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-no-x-axis-label .d3-axis-x text {
  display: none;
}
/* line 103, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .d3-arc {
  margin: 0 0 auto auto;
}
/* line 108, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-network-management-dropdowns {
  padding-left: 22px;
}
/* line 113, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management .edh-network-management-trending-container {
  width: 100%;
}

/* line 119, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management-report {
  height: 90% !important;
}
/* line 121, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management-report.edh-perform-reporting > .edh-heading-block {
  display: table;
  padding-bottom: 11px;
}
/* line 127, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management-report div .edh-report-option-row {
  top: 25px;
}

/* line 135, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management-error-container {
  width: 100%;
  padding: 25px 20px 10px 10px;
  align-content: center;
  text-align: center;
  vertical-align: middle;
}

/* line 148, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-compare .edh-network-management .d3-arc {
  margin: 0 auto;
}

/* line 155, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-network-management, .edh-panel-group .edh-d3-graphs.edh-network-management.edh-cm-tasks-panel {
  overflow: visible;
}

/* line 160, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-trending {
  @extends : .edh-gaps-details;
  text-align: right;
  margin-top: 75px;
  margin-right: 20px;
}

/* line 168, ../../../code/health/css/dashboards/edh.network.management.scss */
#ring-graph-container {
  display: flex;
}

/* line 173, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-graph-container.edh-trending {
  width: 80%;
  max-width: 1400px;
  padding: 0 4% 0 4%;
  display: block;
  margin: auto;
}

/* line 182, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-trending-options {
  float: right;
}

/* line 187, ../../../code/health/css/dashboards/edh.network.management.scss */
div .edh-net-trending-options {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 22px;
}

/* line 195, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-net-overview-panel > .edh-panel, .edh-net-overview-panel > .edh-cm-tasks-panel {
  height: 65px;
  padding: 10px 10px;
  margin-top: 22px;
}

/* line 202, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-dashboard-compare.edh-dashboard-network-management > .edh-panel-group > .edh-panel-group > .edh-panel-group:nth-child(2) > .edh-panel-group {
  flex: 1 0 0%;
}

/* line 207, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-netmng-graph-error-message {
  margin: auto;
}

/* line 212, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-netmng-graph-no-data-message {
  margin: auto;
  width: 600px;
}

/* line 218, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-report-table-row:hover {
  color: #000080;
  cursor: pointer;
}

/* line 224, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-report-body-container {
  height: 80%;
  overflow-x: scroll;
  position: relative;
}

/* line 231, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement {
  padding-left: 22px;
}
/* line 234, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .edh-label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  height: 56px;
  color: #898989;
  line-height: 56px;
  vertical-align: middle;
}
/* line 243, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .edh-item {
  margin-left: 22px;
}
/* line 247, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .ed-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 252, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .ed-select.reports-select {
  position: absolute;
  right: 100px;
}
/* line 256, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .ed-select.reports-select > .ed-option-container {
  right: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 263, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-networkManagement > .ed-select.reports-select > .ed-option-container > .ed-option:first-child {
  display: none;
}

/* line 271, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-content-header-nm .edh-title {
  margin-left: 102px;
}

/* line 276, ../../../code/health/css/dashboards/edh.network.management.scss */
.row .edh-nm-back, .edh-show-details-row .edh-nm-back {
  font-size: 11px;
  border-radius: 15px;
  position: fixed;
  margin-top: 14px;
  border-style: none;
  background-color: #1F253D;
  color: white;
}
/* line 286, ../../../code/health/css/dashboards/edh.network.management.scss */
.row .edh-nm-back:before, .edh-show-details-row .edh-nm-back:before {
  color: white;
  padding-right: 10px;
  content: "";
  font-family: "Ion Icons";
}

/* line 295, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-panel-group .edh-panel-graph {
  display: inline-block;
}

/* line 300, ../../../code/health/css/dashboards/edh.network.management.scss */
.edh-network-management-boxes-compare {
  display: inline-block;
}

/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-date-range {
  color: #707070;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 22px;
  padding-bottom: 18px;
  font-size: 13px;
}

/* line 14, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-cost-variation-positive {
  color: #9DC044;
  font-weight: bold;
  text-align: right;
}

/* line 21, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-cost-variation-negative {
  color: #ED1C24;
  font-weight: bold;
  text-align: right;
}

/* line 28, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-dot-text {
  display: none;
  position: relative;
}

/* line 34, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-text {
  display: none;
}

/* line 36, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin: 3px;
  display: inline-block;
  float: left;
  position: relative;
}
/* line 46, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot:hover .ed-hover {
  display: block;
}
/* line 48, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot .ed-hover {
  display: none;
  min-height: 1.75rem;
  min-width: 7.5rem;
  position: absolute;
  bottom: 32px;
  left: 10px;
  padding: 6px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 60, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot .ed-hover .edh-label {
  font-size: 16px;
}
/* line 62, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot .ed-hover:after {
  margin: -9px 0 0 0;
}
/* line 64, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot .ed-hover.hover-bottom {
  top: 44px;
  bottom: auto;
}
/* line 68, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-ccd-service-dot .ed-hover.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}

/* line 77, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters {
  line-height: 56px;
}
/* line 79, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters > span {
  float: left;
  font-weight: bold;
  font-size: 12px;
  padding-left: 22px;
  text-transform: uppercase;
}
/* line 88, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters > .ed-select {
  line-height: 1.428571429;
}
/* line 92, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters > .ed-rounded-select {
  margin-left: 11px;
  margin-top: 12px;
}
/* line 97, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters > .ed-rounded-select > .ed-button {
  padding-left: 22px;
}
/* line 101, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.edh-filters > .ed-rounded-select .ed-select-dot {
  top: 12px;
}

/* line 108, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - 20px);
  max-height: 1000px;
}

/* line 116, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-header > .ed-row {
  font-family: "Arimo Bold", Arial, sans-serif;
  border-right: 15px solid #F0F4FB;
  border-left: 15px solid #F0F4FB;
  border-bottom: none;
}
/* line 123, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-header > .ed-row.scrollbar-padding {
  border-right-width: 32px;
}
/* line 125, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-header > .ed-row > .ed-column {
  color: #79a7d7;
  font-size: 12px;
  text-align: center;
}
/* line 133, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body {
  padding: 0 16px;
  border-collapse: separate;
  border-spacing: 0 10px;
  background-color: #DFEAF7;
}
/* line 140, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row {
  font-family: "Open Sans", Arial, sans-serif;
}
/* line 143, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row > .ed-column {
  font-size: 13px;
}
/* line 148, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row > .ed-column:first-child {
  font-family: "Open Sans Semibold", Arial, sans-serif;
  border-radius: 5px 0 0 5px;
  border-left: 8px solid white;
}
/* line 155, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row :last-child {
  border-radius: 0 5px 5px 0;
}
/* line 157, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row:hover > .ed-column:first-child {
  border-left-color: #79a7d7;
}
/* line 162, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report > .ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - 175px);
  max-height: none;
}
/* line 169, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report .ed-footer {
  position: absolute;
  height: 30px;
}
/* line 174, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report .ed-footer > .ed-row {
  height: 30px;
  border-right: 15px solid #F0F4FB;
  border-left: 15px solid #F0F4FB;
  border-top: none;
}
/* line 181, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report .ed-footer > .ed-row.scrollbar-padding {
  border-right-width: 32px;
}
/* line 185, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report .ed-footer > .ed-row > .ed-column:first-child {
  text-align: left;
}
/* line 189, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.scss */
.ed-table.edh-table-list.edh-table-landing-report .ed-footer > .ed-row > .ed-column.edh-colored-value {
  color: #8AB13F;
}

/* line 1, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-navigator > .edh-heading-block {
  padding-left: 22px;
}

/* line 10, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-dashboard-clinicalCostDriversDetail .edh-container-table .ed-section.ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - 198px);
}

/* line 17, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail {
  overflow: hidden;
}
/* line 19, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-pagination-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  overflow: initial;
  padding-right: 12px;
}
/* line 31, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-ccd-service-dot {
  margin: auto;
  display: block;
  float: none;
}
/* line 38, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-dot-text {
  display: none;
  position: relative;
  left: -30px;
}
/* line 45, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-container-table {
  position: relative;
  display: flex;
  flex: 1 0 0%;
  height: calc(100% - 165px);
}
/* line 53, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-table-landing-report {
  background-color: #F0F4FB;
}
/* line 57, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-table-landing-report .edh-ccd-service-dot {
  margin-left: 0px;
}
/* line 61, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-table-landing-report.ed-table > .ed-body.ed-display-header.ed-display-footer {
  height: calc(100% - (52px + 52px));
}
/* line 67, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-service-cat {
  font-weight: 100;
}
@media print {
  /* line 74, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
  .edh-ccd-detail .edh-title-back {
    display: none;
  }
}
/* line 80, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header {
  background-color: #F0F4FB;
  border-color: #EAE9EC;
  border-bottom-width: 1px;
  border-top-width: 2px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  min-height: 50px;
}
/* line 90, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > div {
  margin-right: 400px;
}
/* line 95, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > div > label {
  padding: 5px 15px 0 0;
  font-weight: 500;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555555;
}
/* line 103, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > div > label.edh-ccd-date-range {
  position: absolute;
  top: 64px;
  right: 11px;
  color: #898989;
}
/* line 111, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > div > label > .edh-ccd-service-dot {
  position: relative;
  display: inline-block;
}
/* line 117, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > div > label > .edh-ccd-header-type {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
/* line 126, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-detail-header > .ed-checkdropdown-ccd {
  position: absolute;
  right: 225px;
  top: 56px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
/* line 135, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-heading {
  color: #2B3867;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
/* line 143, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-small-info {
  color: #898989;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 13px;
}
/* line 150, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-pagination-footer {
  padding-top: 14px;
}
/* line 154, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-pagination-footer .inLine {
  margin-top: 5px;
}
/* line 158, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .edh-pagination-footer .inLine.edh-items-per-page {
  margin-top: 6px;
}
/* line 169, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail .ed-check-dropdown.ed-selected > .ed-button {
  background-color: #FFFFFF;
}

/* line 177, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail-legend {
  margin-bottom: 0;
  color: #464647;
}
/* line 181, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-ccd-detail-legend .edh-ccd-service-dot {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-right: 7px;
}

/* line 190, ../../../code/health/css/dashboards/edh.clinical.cost.drivers.detail.scss */
.edh-cv-icon {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
}

/* line 1, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot {
  overflow: visible;
  display: inline-block;
  float: left;
  height: 20px;
  margin: 3px;
  margin-right: 5px;
  min-width: 20px;
  width: 20px;
  border-radius: 10px;
  position: relative;
}
/* line 14, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot > .d3-tip {
  position: absolute;
}
/* line 16, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot:hover .ed-hover {
  display: block;
}
/* line 18, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot .ed-hover {
  display: none;
  height: 28px;
  width: 120px;
  bottom: 30px;
  left: 10px;
  padding: 6px;
  transform: translateX(-50%);
}
/* line 28, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot .ed-hover .edh-label {
  font-size: 16px;
}
/* line 30, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot .ed-hover:after {
  margin: -9px 0 0 0;
}
/* line 32, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot .ed-hover.hover-bottom {
  top: 44px;
  bottom: auto;
}
/* line 37, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-dot .ed-hover.hover-bottom:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}

/* line 47, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-service-cat {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 38px);
  padding-left: 44px;
}

/* line 56, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-cv-icon {
  height: 40px;
  width: 40px;
  margin-right: 11px;
}

/* line 67, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even {
  min-height: 80px;
  height: auto;
  margin-top: 22px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
/* line 79, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-even {
  height: auto;
  flex: 1 0 0%;
  position: relative;
  display: block;
}
/* line 87, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-even > .edh-panel-title {
  padding-left: 11px;
}
/* line 93, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-two-line {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
/* line 100, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-two-line > .edh-panel-item {
  position: relative;
  flex: 1 0 0%;
}
/* line 105, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-two-line > .edh-panel-item:first-child {
  color: #959595;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  line-height: 40px;
}
/* line 115, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-population-data .edh-items-even > .edh-item-two-line > .edh-panel-item:last-child {
  display: flex;
  color: #464647;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
/* line 130, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-panel-title {
  position: relative;
  display: inline-block;
  color: #615AA7;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 22px;
}
/* line 139, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container {
  height: 100%;
}
/* line 143, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container {
  padding: 0;
  flex-direction: column;
  display: flex;
  padding: 22px 22px 0 22px;
}
/* line 151, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container .edh-cv-graph-container {
  padding: 0;
}
/* line 156, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: none;
}
/* line 164, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header > .edh-graph-header-container {
  position: relative;
}
/* line 168, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header > .edh-graph-header-container:first-child {
  flex: 7 0 0%;
}
/* line 173, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header > .edh-graph-header-container > .edh-panel-title {
  display: block;
  line-height: 1em;
}
/* line 179, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header > .edh-graph-header-container > .edh-panel-description {
  line-height: 1.61em;
  display: block;
  color: #898989;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
/* line 189, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-graph-header > .edh-graph-header-container > .edh-network-trending {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  text-align: right;
}
/* line 202, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-item {
  position: relative;
  float: right;
  display: inline-block;
  padding: 7px 30px 0px 0px;
}
/* line 209, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-item.edh-color-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  margin: 12px 5px 0px 5px;
}
/* line 220, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-checkbox {
  position: relative;
  float: right;
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px;
}
/* line 229, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-select {
  position: relative;
  float: right;
  display: inline-block;
  margin-right: 30px;
}
/* line 236, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-select ul {
  max-height: 40vh;
  right: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
}
/* line 243, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .ed-select .ed-select-dot {
  top: 12px;
}
/* line 249, ../../../code/health/css/dashboards/edh.clinical.variation.scss */
.edh-dashboard-clinicalVariationGraph .edh-dashboard-container .edh-graphs-container > .edh-options-container > .edh-view-report-btn {
  position: relative;
  float: right;
  display: inline-block;
  top: 0px;
  margin-top: 0px;
}

/* line 1, ../../../code/health/css/dashboards/edh.clinical.variation.report.scss */
.edh-cv-number-col {
  text-align: right;
  color: #333;
  font-family: "Arimo", Arial, sans-serif;
}

/* line 8, ../../../code/health/css/dashboards/edh.clinical.variation.report.scss */
.edh-detail-report-date-range {
  text-align: right;
  border-top: 1px solid #ccdcef;
  border-bottom: 1px solid #ccdcef;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #F0F4FB;
  padding-right: 22px;
  color: #898989;
}
/* line 18, ../../../code/health/css/dashboards/edh.clinical.variation.report.scss */
.edh-detail-report-date-range > label {
  float: left;
  margin-left: 22px;
  font-weight: normal;
}

/* Manually override the report height ('ed-display-header', which is generic) to correct it for CV */
/* line 27, ../../../code/health/css/dashboards/edh.clinical.variation.report.scss */
.edh-perform-reporting > .edh-container-table > .edh-clinical-variation-report > .ed-body.ed-display-header {
  height: calc(100% - 145px);
}

/* line 3, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-detail-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 10, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-detail-header > div > label {
  color: #898989;
}
/* line 14, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-detail-header > div > label.edh-ccd-date-range {
  top: 57px;
}
/* line 22, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table {
  height: calc(100% - 148px);
}
/* line 28, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .edh-line.edh-cv-baseline {
  margin-left: 22px;
}
/* line 35, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .edh-line.edh-cv-baseline.fa-caret-up:before, .edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .edh-line.edh-cv-baseline.fa-caret-down:before {
  position: absolute;
  display: block;
  bottom: -6px;
  right: 80px;
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
}
/* line 45, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .edh-line.edh-cv-baseline.ed-column-value-positive {
  color: #8AB13F;
}
/* line 50, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .edh-line.edh-cv-baseline.ed-column-value-negative {
  color: #ED1C24;
}
/* line 59, ../../../code/health/css/dashboards/edh.clinical.variation.trending.report.scss */
.edh-dashboard-clinicalVariationTrendingReport > .edh-container-table .ed-table > .ed-body.ed-display-header {
  height: calc(100% - 84px);
}

/* Copyright 2016 - 2023 NXGN Management, LLC. All Rights Reserved. */
/* line 7, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-date-row {
  min-height: 22px;
}
/* line 12, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare .edh-population-data {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  background-color: transparent;
}
/* line 19, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare .edh-population-data > .edh-panel-group {
  flex-direction: column;
}
/* line 23, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-panel, .edh-dashboard-resourceUtilization.edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-cm-tasks-panel {
  padding-left: 0;
  margin-bottom: 22px;
}
/* line 33, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group .edh-date-row {
  min-height: 0;
}
/* line 42, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .edh-section,
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .ru-risk-adjusted-bar {
  display: none;
}
/* line 51, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-graph-header,
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-service-bar {
  display: none;
}
/* line 57, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-risk-adjusted-bar {
  top: 83px;
}
/* line 61, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-risk-adjusted-bar .ru-view-report {
  margin-top: 2px;
}
/* line 67, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-ru-services {
  margin-top: 120px;
}
/* line 72, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-section {
  top: 22px;
  left: 0;
}
/* line 77, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-section > .edh-item {
  margin-bottom: 11px;
}
/* line 90, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization.edh-dashboard-compare .edh-dashboard-container-compare > .ru-landing-page > .edh-panel-group {
  padding-left: 0;
}
/* line 100, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .edh-population-count {
  display: inline-block;
}
/* line 105, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page > .edh-date-row {
  min-height: 22px;
}
/* line 110, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: gray;
  margin-left: 2px;
  pointer-events: auto;
  cursor: pointer;
}
/* line 120, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page {
  margin-left: 0;
}
/* line 124, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-section {
  position: absolute;
  display: inline-block;
  top: 86px;
  right: 22px;
}
/* line 130, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-section > .edh-item {
  position: relative;
  display: inline-block;
  margin-left: 11px;
}
/* line 136, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-section > .edh-item > .edh-item-checkbox {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
/* line 143, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-section > .edh-item > .edh-label {
  font-weight: normal;
}
/* line 150, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-heading {
  display: inline-block;
  position: relative;
}
/* line 156, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-footnote {
  color: #636363;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 17px 22px;
  position: relative;
  display: block;
}
/* line 165, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-footnote:before {
  display: inline-block;
  position: relative;
  content: "\002B";
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
}
/* line 178, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding: 22px;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 192, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable div .edh-ru-service-title {
  cursor: default;
  color: #4E4E4E;
}
/* line 197, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable div .edh-ru-service-title:after {
  display: inline-block;
  position: relative;
  content: "\002B";
  font-size: 12px;
  margin-left: 4px;
  margin-bottom: 3px;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
}
/* line 212, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box {
  position: relative;
  display: block;
  flex: 0 1 0;
  height: 214px;
  min-width: 334px;
  background-color: red;
  margin-right: 22px;
  margin-bottom: 22px;
  border-radius: 4px;
  padding: 22px;
  background-color: #F3F1F8;
}
/* line 226, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > div {
  display: flex;
  margin-bottom: 20px;
}
/* line 232, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > div div:last-child {
  margin-left: 15px;
}
/* line 237, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > div .edh-ru-service-title {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Gotham Book", Arial, sans-serif;
  color: #347fbe;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
  flex-basis: 95%;
}
/* line 250, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 256, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container > .edh-item.edh-label {
  position: relative;
  text-align: center;
  color: #252525;
  font-size: 36px;
  font-family: "Gotham Book", Arial, sans-serif;
  margin-bottom: 14px;
  display: inline-block;
}
/* line 268, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container > .edh-item.edh-label.ed-icon:after {
  top: 17px;
  left: -4px;
}
/* line 277, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container-services {
  display: flex;
  margin-bottom: 14px;
  margin-top: -10px;
}
/* line 283, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container-services > .edh-item.edh-label.edh-services-label-top {
  margin-bottom: 0px;
}
/* line 288, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-item-container-services > .edh-services-label-bottom {
  margin-top: -5px;
  color: #898989;
}
/* line 295, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-ru-service-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
/* line 301, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-ru-service-container > .edh-item {
  flex: 1 0 0%;
  position: relative;
}
/* line 306, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-ru-service-container > .edh-item > .edh-label {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #898989;
}
/* line 318, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box > .edh-ru-service-container > .edh-item > .edh-value {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #252525;
}
/* line 331, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-meeting {
  background-color: #E4EEC2;
}
/* line 336, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-meeting-not {
  background-color: #FDE2E4;
}
/* line 345, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-none > .edh-ru-service-container > .edh-item:last-child {
  display: none;
}
/* line 354, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable > .edh-ru-service-title {
  cursor: default;
  color: #4E4E4E;
}
/* line 359, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable > .edh-ru-service-title:after {
  display: inline-block;
  position: relative;
  content: "\002B";
  font-size: 12px;
  margin-left: 4px;
  margin-bottom: 3px;
  line-height: 18px;
  height: 18px;
  vertical-align: middle;
}
/* line 375, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable > .edh-item-container > .edh-item.edh-label {
  text-transform: uppercase;
  font-size: 15px;
  color: #898989;
  line-height: 66px;
  margin-bottom: 0;
}
/* line 385, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-graph-page > .edh-ru-services > .edh-item.edh-box.edh-goal-not-applicable > .edh-ru-service-container {
  display: none;
}
/* line 394, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-risk-adjusted-bar {
  float: none;
  position: absolute;
  top: 22px;
  right: 0;
}
/* line 400, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ru-risk-adjusted-bar .ru-risk-small-help {
  position: relative;
  top: .4em;
}
/* line 407, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-landing-page .ed-tab-bar {
  width: 416px;
}
/* line 412, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-no-data-container {
  text-align: center;
}
/* line 416, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ed-tab-bar {
  width: 100%;
}
/* line 420, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ed-tab-bar > .ed-tab:nth-child(1) {
  width: 115px;
}
/* line 425, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ed-tab-bar > .ed-tab:nth-child(2) {
  width: 265px;
}
/* line 431, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar {
  float: right;
}
/* line 435, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-view-report {
  margin-top: 0px;
  margin-left: 22px;
}
/* line 440, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-view-report > .ed-item.ed-input {
  cursor: pointer;
}
/* line 446, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-help {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #BBBBBB;
  font-family: "Ion Icons";
  font-size: 12px;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 0px;
  float: none;
}
/* line 464, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-help:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 5px;
}
/* line 474, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-risk-adjustment-explanation {
  height: 122px;
  width: 600px;
  left: -170px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 482, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-risk-adjusted-bar .ru-risk-adjustment-explanation > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 489, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page {
  margin: 0 22px 22px 22px;
  min-height: 800px;
}
/* line 493, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar {
  margin-top: 100px;
  width: 100%;
}
@media (min-width: 1275px) {
  /* line 502, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
  .edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right {
    margin-right: 10%;
  }
}
/* line 508, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar {
  width: 92%;
  margin-left: 8%;
  text-align: center;
}
/* line 514, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-left {
  display: inline-block;
  width: 80%;
  max-width: calc(80% - 150px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 524, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right {
  display: inline-block;
  position: relative;
  min-width: 183px;
  float: right;
  padding-right: 22px;
  z-index: 11000;
}
/* line 533, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right .edh-resource-util.ed-check-dropdown {
  transform: inherit;
  top: 50%;
  transform: translateY(-50%);
}
/* line 539, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right .edh-resource-util.ed-check-dropdown > ul.ed-option-container {
  position: absolute;
  right: 0;
  text-align: left;
}
/* line 550, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-graph-container.edh-trending {
  width: 100%;
  font-size: 1.125rem;
}
/* line 555, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-graph-header {
  margin-left: 22px;
  margin-top: 22px;
}
/* line 561, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-service-bar {
  width: 100%;
  display: inline-block;
  height: 60px;
}
/* line 568, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-legend-container {
  margin-top: 50px;
  max-width: 75%;
  float: right;
  display: inline;
}
/* line 575, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-legend-container > .edh-legend {
  bottom: inherit;
}
/* line 583, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar .ru-initiative-label {
  margin-right: 10px;
  float: left;
}
/* line 591, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(1) > .edh-legend-dot {
  background-color: #347fbe;
}
/* line 592, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(2) > .edh-legend-dot {
  background-color: #f26522;
}
/* line 593, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(3) > .edh-legend-dot {
  background-color: #33CCCC;
}
/* line 594, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(4) > .edh-legend-dot {
  background-color: #C33F80;
}
/* line 595, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(5) > .edh-legend-dot {
  background-color: #009900;
}
/* line 596, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-initiative-bar > .edh-item:nth-child(6) > .edh-legend-dot {
  background-color: #F56EA4;
}
/* line 601, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .ru-button-container-graph {
  width: 100%;
  display: inline-block;
}
/* line 607, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-legend-dot {
  margin-left: 10px;
}
/* line 612, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-ru-graph-compare {
  background-color: yellow;
}
/* line 616, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-ru-graph-compare .edh-ru-compare-column-one {
  background-color: red;
}
/* line 621, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .ru-graph-page .edh-ru-graph-compare .edh-ru-compare-column-two {
  background-color: blue;
}
/* line 630, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-report .edh-ru-column-org-practice {
  color: #5990CC;
  font-weight: 600;
  cursor: pointer;
}
/* line 637, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-report .edh-ct-icon {
  left: 65%;
  top: 20px;
}
/* line 643, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-report .edh-report-header-col {
  width: 70%;
}
/* line 651, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-heading-block {
  padding-bottom: 50px;
}
/* line 656, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .ru-risk-adjustment-explanation {
  height: 122px;
  width: 600px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 664, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .ru-risk-adjustment-explanation:after {
  left: -190px;
}
/* line 669, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .ru-risk-adjustment-explanation > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 675, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-riskAdjustment-key {
  float: left;
  padding-left: 22px;
}
/* line 681, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-goal-icon {
  top: -1px;
}
/* line 686, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-goal-no-icon {
  width: 24px;
  padding-left: 24px;
  position: relative;
}
/* line 693, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-no-risk-dot {
  margin-right: 20px;
}
/* line 698, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-color-dot {
  background-color: #615AA7;
}
/* line 703, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-number-col {
  text-align: center;
  float: left;
  font-family: "Arimo", Arial, sans-serif;
}
/* line 710, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-table {
  height: calc(100% - 110px);
  padding-bottom: 27.5px;
}
/* line 716, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-ars-table {
  height: calc(100% - 110px);
}
/* line 721, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .edh-ru-report-error-message {
  margin: auto;
  text-align: center;
}
/* line 729, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .ed-column .edh-ru-value-positive {
  color: #8AB13F;
}
/* line 734, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-resourceUtilization .edh-ru-report-page .ed-column .edh-ru-value-negative {
  color: #ED1C24;
}

/* line 742, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization {
  padding-left: 22px;
}
/* line 746, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  height: 56px;
  color: #898989;
  line-height: 56px;
  vertical-align: middle;
}
/* line 756, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .ed-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 762, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-item {
  margin-right: 22px;
}
/* line 767, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-report-option-row {
  margin-top: 15px;
}

/* line 773, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ct-icon {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  margin-top: 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* line 786, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-no-data-container {
  text-align: center;
}
/* line 790, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ed-tab-bar {
  width: 100%;
}
/* line 794, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ed-tab-bar > .ed-tab:nth-child(1) {
  width: 100px;
}
/* line 799, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ed-tab-bar > .ed-tab:nth-child(2) {
  width: 250px;
}
/* line 805, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar {
  float: right;
  margin-right: 10%;
}
/* line 810, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-view-report {
  margin-top: 0px;
  margin-left: 22px;
}
/* line 815, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-view-report > .ed-item.ed-input {
  cursor: pointer;
}
/* line 821, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-help {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #BBBBBB;
  font-family: "Ion Icons";
  font-size: 12px;
  color: white;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 0px;
  float: none;
}
/* line 839, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-help:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 5px;
}
/* line 849, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-risk-adjustment-explanation {
  height: 100px;
  width: 600px;
  top: 25px;
  left: -170px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 858, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-risk-adjusted-bar .ru-risk-adjustment-explanation > .edh-d3-tooltip-item.edh-label {
  margin-bottom: 0;
}
/* line 865, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page {
  margin: 0 22px 22px 22px;
  min-height: 800px;
  margin-left: 22px;
}
/* line 872, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar {
  margin-top: 100px;
  width: 100%;
}
@media (min-width: 1275px) {
  /* line 881, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
  .resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right {
    margin-right: 10%;
  }
}
/* line 887, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar {
  width: 92%;
  margin-left: 8%;
  text-align: center;
}
/* line 893, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-left {
  display: inline-block;
  width: 80%;
  max-width: calc(80% - 150px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 903, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right {
  display: inline-block;
  position: relative;
  min-width: 183px;
  float: right;
  padding-right: 22px;
  z-index: 11000;
}
/* line 912, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right .edh-resource-util.ed-check-dropdown {
  transform: inherit;
  top: 50%;
  transform: translateY(-50%);
}
/* line 918, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right .edh-resource-util.ed-check-dropdown > ul.ed-option-container {
  position: absolute;
  right: 0;
  text-align: left;
}
/* line 926, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-resource-graph-top-bar .edh-trend-graph-topper-big-bar .edh-trend-graph-topper-right .ed-select.ed-rounded-select > .ed-button {
  padding: 10px 55px 10px 44px;
}
/* line 934, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-graph-container.edh-trending {
  width: 100%;
  font-size: 1.125rem;
}
/* line 938, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-graph-container.edh-trending > svg {
  overflow: visible;
}
/* line 944, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-graph-header {
  margin-left: 22px;
  margin-top: 22px;
}
/* line 950, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-service-bar {
  width: 100%;
  display: inline-block;
}
/* line 956, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-legend-container {
  margin-top: 50px;
  max-width: 75%;
  float: right;
  display: inline;
}
/* line 963, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-legend-container > .edh-legend {
  bottom: inherit;
}
/* line 971, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar .ru-initiative-label {
  margin-right: 10px;
  float: left;
}
/* line 977, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar .ru-initiative-label-ml-25 {
  margin-right: 10%;
  float: left;
  margin-left: 20%;
}
/* line 984, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item {
  padding-top: 15px;
  display: inline-block;
}
/* line 989, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-1 {
  background-color: #347fbe;
}
/* line 990, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-2 {
  background-color: #f26522;
}
/* line 991, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-3 {
  background-color: #33CCCC;
}
/* line 992, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-4 {
  background-color: #C33F80;
}
/* line 993, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-5 {
  background-color: #009900;
}
/* line 994, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-initiative-bar > .edh-item .edh-legend-dot.edh-color-resource-util-point-6 {
  background-color: #F56EA4;
}
/* line 998, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .ru-button-container-graph {
  width: 100%;
  display: inline-block;
}
/* line 1004, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-legend-dot {
  margin-left: 10px;
}
/* line 1009, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-ru-graph-compare {
  background-color: yellow;
}
/* line 1013, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-ru-graph-compare .edh-ru-compare-column-one {
  background-color: red;
}
/* line 1018, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .ru-graph-page .edh-ru-graph-compare .edh-ru-compare-column-two {
  background-color: blue;
}
/* line 1027, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-riskAdjustment-key {
  float: left;
  padding-left: 22px;
}
/* line 1033, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-goal-icon {
  top: -1px;
}
/* line 1038, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-goal-no-icon {
  width: 24px;
  padding-left: 24px;
  position: relative;
}
/* line 1045, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-no-risk-dot {
  margin-right: 20px;
}
/* line 1050, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-color-dot {
  background-color: #615AA7;
}
/* line 1055, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.resource-util .edh-ru-report-page .edh-ru-number-col {
  text-align: right;
  float: right;
  font-family: "Arimo", Arial, sans-serif;
}

/* line 1065, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization {
  padding-left: 22px;
}
/* line 1069, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-label {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  height: 56px;
  color: #898989;
  line-height: 56px;
  vertical-align: middle;
}
/* line 1079, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .ed-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1084, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .ed-select.reports-select {
  position: absolute;
  right: 100px;
}
/* line 1088, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .ed-select.reports-select > .ed-option-container {
  right: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
}
/* line 1093, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .ed-select.reports-select > .ed-option-container > .ed-option:first-child {
  display: none;
}
/* line 1101, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-item {
  margin-right: 22px;
}
/* line 1106, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resourceUtilization > .edh-report-option-row {
  margin-top: 15px;
}

/* line 1113, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-tooltip-item {
  text-align: left;
  font-family: Arial Bold, sans-serif;
  line-height: 1;
  display: block;
}

/* line 1121, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-graphTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #616161;
}

/* line 1129, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-riskAdjusted {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #929292;
}

/* line 1137, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-yAxisLabel {
  font-size: 14px;
  margin-bottom: 5px;
  color: #B0AFAF;
}

/* line 1144, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-amount {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
  color: #686868;
}

/* line 1157, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-service-bar {
  visibility: hidden;
}
/* line 1162, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-trend-graph-topper-right {
  visibility: hidden;
}
/* line 1167, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .graph-page-compare {
  visibility: hidden;
}
/* line 1172, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-resource-graph-top-bar {
  margin-top: 132px;
}
/* line 1178, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container {
  flex: none;
  overflow: visible;
  box-shadow: none;
}
/* line 1184, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container > .edh-dashboard.row, .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container > .edh-dashboard.edh-show-details-row, .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container .edh-dashboard.edh-show-details-row {
  flex: none;
  overflow: visible;
  box-shadow: none;
}
/* line 1194, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container-compare > .edh-dashboard {
  overflow: visible;
  box-shadow: none;
}
/* line 1199, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container-compare > .edh-dashboard > .edh-panel, .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-dashboard-container-compare > .edh-dashboard > .edh-cm-tasks-panel {
  margin-left: 0;
}

/* line 1209, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resource-utilization-report.edh-perform-reporting > .edh-heading-block {
  display: table;
  padding-bottom: 11px;
}
/* line 1215, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resource-utilization-report div .edh-report-option-row {
  top: 25px;
}
/* line 1220, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resource-utilization-report .edh-detail-report-date-range {
  margin-top: 6px;
}
/* line 1225, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-resource-utilization-report .edh-dynamic-table-container {
  padding-bottom: 0px;
}

/* line 1231, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-row {
  display: flex;
}
/* line 1235, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-row .edh-ru-mt-1 {
  margin-top: 1rem;
}
/* line 1240, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-row .edh-ru-ml-1 {
  margin-left: 1rem;
}

/* line 1248, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar {
  min-height: 65px;
  margin: 22px;
  padding: 5px 0 5px 0;
}
/* line 1254, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-right {
  text-align: center;
  float: right;
  margin-top: 5px;
}
/* line 1261, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item {
  height: 100%;
  display: inline-block;
  margin: 5px 22px 0 22px;
}
/* line 1267, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item .edh-ru-org-hierarchy {
  font-size: 13px;
  color: #898989;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 1274, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item .edh-ru-org-header-item-label {
  color: #959595;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-size: 13px;
}
/* line 1281, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item .edh-population-count {
  font-size: 22px;
  font-weight: 600;
}
/* line 1286, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item .edh-population-count .edh-sub-data {
  font-size: 15px;
  font-weight: 100;
}
/* line 1294, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-header-bar .edh-ru-org-header-item:nth-child(1) {
  margin-right: 0px;
}
/* line 1300, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-section {
  justify-content: flex-end;
  display: inline-flex;
  margin-right: 40px;
  height: 50px;
}
/* line 1307, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-section .edh-item {
  padding-right: 20px;
  margin-top: 9px;
}
/* line 1313, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-section .edh-ru-org-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  margin: 12px 5px 0px 5px;
}
/* line 1323, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-section > .ed-select {
  min-height: 36px;
}
/* line 1327, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-section > .ed-select ul {
  right: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
}
/* line 1336, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-graph-container {
  padding: 22px;
  margin: 0 22px 22px 22px;
  display: flex;
}
/* line 1342, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-graph-container .edh-ru-org-graph-header {
  padding-bottom: 20px;
}
/* line 1347, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .edh-ru-org-graph-container .edh-subheading {
  padding-bottom: 20px;
}
/* line 1353, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-org-graph .d3-point {
  cursor: pointer;
}

/* line 1359, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.edh-ru-service-title-dataset-throttle {
  cursor: default !important;
  color: #4E4E4E !important;
  pointer-events: none !important;
}

/* line 1365, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split {
  height: 100%;
}

/* line 1369, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.left {
  left: 0;
  width: 43%;
  background-size: cover;
}

/* line 1374, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.full {
  left: 0;
  width: calc(100% - 22px);
  background-size: cover;
}

/* line 1380, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.left:before {
  position: absolute;
  content: "";
  width: 43%;
  height: 100%;
  background: var(--left-bg-color);
}

/* line 1388, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.right {
  right: 0;
  width: 57%;
  background-size: cover;
}

/* line 1394, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.right:before {
  position: absolute;
  content: "";
  width: 57%;
  height: 100%;
  background: var(--right-bg-color);
}

/* line 1402, ../../../code/health/css/dashboards/edh.resource.utilization.scss */
.split.left, .split.right, .split.right:before, .split.left:before {
  transition: var(--speed) all ease-in-out;
}

/* line 1, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion {
  display: flex;
  flex-direction: column;
}
/* line 6, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-population-data {
  min-height: 75px;
}
/* line 11, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 22px;
  margin-top: 0;
  background-color: #FFFFFF;
}
/* line 20, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-loading-screen {
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
/* line 31, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-title-bar {
  margin: 22px 22px 0 22px;
  min-height: auto;
  display: inline-block;
}
/* line 38, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container {
  display: flex;
  flex-direction: column;
}
/* line 45, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-tab-bar {
  margin: 0;
}
/* line 50, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-tab {
  margin-top: 0;
}
/* line 55, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-help, .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-description,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-sources,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-description,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-sources {
  margin-right: 22px;
  margin-left: -15px;
  margin-top: 11px;
}
/* line 61, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-help > .d3-tip, .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description > .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-description > .d3-tip,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-sources > .d3-tip,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-description > .d3-tip,
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources > .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-sources > .d3-tip {
  height: auto;
  top: 15px;
  padding: 10px;
}
/* line 69, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-rounded-select {
  float: right;
  margin-right: 22px;
  display: inline-table;
}
/* line 75, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-rounded-select .edh-dropdown-input {
  margin-top: 0;
}
/* line 80, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-rounded-select .ed-button {
  background: #FFFFFF;
}
/* line 84, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .ed-rounded-select .ed-button .edh-dropdown-select-dot {
  top: 12px;
}
/* line 91, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar .edh-qc-fusion-select-display-left ul.ed-option-container {
  position: absolute;
  right: 0;
  text-align: left;
}
/* line 99, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar-small {
  height: 20px;
  margin: 22px;
  margin-top: 0;
  margin-bottom: 0px;
}
/* line 106, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar-small .edh-item {
  float: right;
  margin-right: 22px;
}
/* line 112, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion .edh-qc-fusion-container .edh-qc-fusion-display-container .edh-qc-fusion-button-bar-small .edh-legend-key-dot {
  float: right;
  margin: 5px 5px 0px 5px;
}

/* line 124, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report .edh-qc-fusion-report-container {
  height: 100%;
  margin-bottom: 66px;
  overflow: scroll;
}
/* line 131, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report .edh-qc-fusion-header-block {
  background-color: white;
  display: flex;
  padding: 20px 20px 5px;
}
/* line 136, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report .edh-qc-fusion-header-block > *:not(:last-child) {
  margin-right: 20px;
}
/* line 140, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report .edh-qc-fusion-header-block .edh-qc-fusion-header-options {
  position: static;
  margin-left: auto;
}
/* line 146, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report .edh-qc-fusion-header-block .ed-help, .edh-qc-fusion-report .edh-qc-fusion-header-block .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion-report .edh-qc-fusion-header-block .ed-description,
.edh-qc-fusion-report .edh-qc-fusion-header-block .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-qc-fusion-report .edh-qc-fusion-header-block .ed-sources,
.edh-qc-fusion-report .edh-qc-fusion-header-block .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion-report .edh-qc-fusion-header-block .ed-description,
.edh-qc-fusion-report .edh-qc-fusion-header-block .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-qc-fusion-report .edh-qc-fusion-header-block .ed-sources {
  margin-right: 0;
}

/* line 153, ../../../code/health/css/dashboards/edh.quality.cost.fusion.scss */
.edh-qc-fusion-report-tooltip {
  height: 130px;
}

/* line 1, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-arc-labels {
  text-align: center;
}

/* line 6, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs {
  flex: none;
}
/* line 10, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs .d3-label {
  display: none;
}
/* line 15, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs .edh-d3-label {
  display: none;
}
/* line 20, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs .edh-d3-value {
  display: none;
}
/* line 25, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs .edh-d3-graphs > div:last-child {
  flex-direction: column;
}
/* line 30, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs .edh-arc-container {
  margin-left: 0;
}
/* line 37, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs > .edh-panel-group:first-child .edh-panel:first-child .edh-item:nth-child(1) .edh-legend-dot, .edh-home-graphs > .edh-panel-group:first-child .edh-cm-tasks-panel:first-child .edh-item:nth-child(1) .edh-legend-dot {
  background-color: #689FD5;
}
/* line 38, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs > .edh-panel-group:first-child .edh-panel:first-child .edh-item:nth-child(2) .edh-legend-dot, .edh-home-graphs > .edh-panel-group:first-child .edh-cm-tasks-panel:first-child .edh-item:nth-child(2) .edh-legend-dot {
  background-color: #615AA7;
}
/* line 39, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs > .edh-panel-group:first-child .edh-panel:first-child .edh-item:nth-child(3) .edh-legend-dot, .edh-home-graphs > .edh-panel-group:first-child .edh-cm-tasks-panel:first-child .edh-item:nth-child(3) .edh-legend-dot {
  background-color: #1277a7;
}
/* line 41, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs > .edh-panel-group:first-child .edh-panel:last-child .edh-item:nth-child(1) .edh-legend-dot, .edh-home-graphs > .edh-panel-group:first-child .edh-cm-tasks-panel:last-child .edh-item:nth-child(1) .edh-legend-dot {
  background-color: #AFD15B;
}
/* line 42, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-home-graphs > .edh-panel-group:first-child .edh-panel:last-child .edh-item:nth-child(2) .edh-legend-dot, .edh-home-graphs > .edh-panel-group:first-child .edh-cm-tasks-panel:last-child .edh-item:nth-child(2) .edh-legend-dot {
  background-color: #C94044;
}

/* line 46, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-dashboard .edh-dashboard-container > .edh-home-graphs {
  display: inline-block;
}

/* line 51, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-content > .edh-inform-dashboard {
  flex: 1 0 0%;
}

/* line 56, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-graphs-title {
  position: relative;
  padding: 9px 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #b9d4ec;
  border-radius: 15.5px;
  cursor: pointer;
  color: #428BCA;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  line-height: 13px;
  height: 100%;
}
/* line 70, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-graphs-title > span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
/* line 77, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-graphs-title.edh-label {
  background-color: #FFFFFF;
}
/* line 82, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-graphs-title:hover, .edh-graphs-title:click {
  background-color: #428BCA;
  color: white;
  border-color: #428BCA;
}

/* line 91, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-population-grouping {
  background-color: #FFFFFF;
}
/* line 95, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-population-grouping > .edh-label {
  display: inline-block;
  margin-right: -4px;
}

/* line 101, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-title {
  display: flex;
  width: 100%;
  margin-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
}
/* line 108, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-title > div {
  flex: 0 0 50%;
}
/* line 112, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-title > div:last-child {
  margin-left: 0;
}

/* line 119, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-label-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* line 128, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-graph .d3-graph {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4%;
}

/* line 134, ../../../code/health/css/dashboards/edh.inform.home.scss */
.edh-inform-label {
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
}

/**
* Copyright 2015-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 7, ../../../code/health/css/dashboards/edh.population.scss */
.edh-population-insurance .edh-label {
  text-align: right;
  width: 40px;
  margin-left: 22px;
}
/* line 14, ../../../code/health/css/dashboards/edh.population.scss */
.edh-population-insurance .edh-value {
  margin-left: 22px;
}
/* line 19, ../../../code/health/css/dashboards/edh.population.scss */
.edh-population-insurance > .d3-circle-pack .d3-node {
  stroke-width: 1px;
}
/* line 24, ../../../code/health/css/dashboards/edh.population.scss */
.edh-population-insurance .edh-d3-label {
  font-size: 13px;
}

/* line 30, ../../../code/health/css/dashboards/edh.population.scss */
.edh-population-no-data {
  margin: auto;
}

/* line 35, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-type-dropdown-container {
  float: right;
  margin-top: 10px;
  padding-top: 22px;
}

/* line 42, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-type-dropdown {
  margin-left: 22px;
  margin-right: 22px;
  display: inline-block;
  float: left;
}
/* line 49, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-type-dropdown .ed-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
}
/* line 54, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-type-dropdown > ul.ed-option-container {
  position: absolute;
  right: 0;
  text-align: left;
}

/* line 62, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-container {
  display: block;
  padding-top: 11px;
  overflow: auto;
  width: 100%;
  margin-top: 60px;
}
/* line 70, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-container .edh-bar-graph-container {
  display: flex;
  overflow: visible;
  border-top: 1px solid #E0E0DF;
}
/* line 76, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-container .edh-bar-graph-container .edh-risk-bar-container {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}

/* line 85, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading {
  font-size: 16px;
  width: 200px;
  margin-left: 10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}
/* line 94, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-header > .edh-risk-dot-new {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 4px;
  margin-right: 5px;
}
/* line 103, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-5000 > .edh-risk-dot-new {
  background-color: #521011;
}
/* line 107, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-4000 > .edh-risk-dot-new {
  background-color: #AD1F23;
}
/* line 111, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-3000 > .edh-risk-dot-new {
  background-color: #F26523;
}
/* line 115, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-2000 > .edh-risk-dot-new {
  background-color: #E3B723;
}
/* line 119, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-1000 > .edh-risk-dot-new {
  background-color: #7C9C3D;
}
/* line 123, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graph-heading .edh-risk-bar-severity-0 > .edh-risk-dot-new {
  background-color: #3E378D;
}

/* line 129, ../../../code/health/css/dashboards/edh.population.scss */
.risk-label {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  width: 75px;
  display: inline-block;
  text-align: center;
  padding-right: 0px;
}

/* line 142, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-header {
  display: flex;
  position: relative;
  top: 27%;
}
/* line 148, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-header .edh-risk-help {
  width: 19px;
  cursor: help;
}

/* line 155, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-divider {
  height: 25px;
  border-right: 2px solid #e0e0df;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}

/* line 166, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-5000 .d3-bar .d3-bar-group .d3-rect {
  fill: #521011;
}
/* line 167, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-5000 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 171, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-4000 .d3-bar .d3-bar-group .d3-rect {
  fill: #AD1F23;
}
/* line 172, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-4000 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 176, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-3000 .d3-bar .d3-bar-group .d3-rect {
  fill: #F26523;
}
/* line 177, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-3000 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 181, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-2000 .d3-bar .d3-bar-group .d3-rect {
  fill: #E3B723;
}
/* line 182, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-2000 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 186, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-1000 .d3-bar .d3-bar-group .d3-rect {
  fill: #7C9C3D;
}
/* line 187, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-1000 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 191, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-0 .d3-bar .d3-bar-group .d3-rect {
  fill: #3E378D;
}
/* line 192, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-bar-severity-0 .d3-bar .d3-bar-group .d3-rect.drop-off-rect {
  fill: url(#gray-stripe-pattern);
}

/* line 197, ../../../code/health/css/dashboards/edh.population.scss */
.edh-graphs-container .edh-insurance, .edh-graphs-container .edh-race, .edh-graphs-container .edh-gender, .edh-graphs-container .edh-age {
  flex-direction: column;
  display: block;
  overflow-x: auto;
}
/* line 203, ../../../code/health/css/dashboards/edh.population.scss */
.edh-graphs-container .edh-insurance > svg, .edh-graphs-container .edh-race > svg, .edh-graphs-container .edh-gender > svg, .edh-graphs-container .edh-age > svg {
  padding-top: 22px;
  max-height: 98%;
  overflow: visible;
}

/* line 214, ../../../code/health/css/dashboards/edh.population.scss */
.edh-compare-circle-stack .edh-insurance > svg:first-child {
  padding-top: 88px;
}
/* line 219, ../../../code/health/css/dashboards/edh.population.scss */
.edh-compare-circle-stack .edh-insurance > svg {
  max-height: none;
}

/* line 225, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-title {
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  color: #615AA7;
  float: left;
  margin-left: 35px;
  float: none;
  margin-bottom: 5px;
}

/* line 237, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-graphs-container {
  margin-left: 35px;
  margin-right: 35px;
}

/* line 243, ../../../code/health/css/dashboards/edh.population.scss */
.risk-total-count {
  padding-left: 10px;
  padding-right: 0px;
  text-align: left;
  color: #4084C0;
  cursor: pointer;
}

/* line 252, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-description {
  color: #898989;
  margin-left: 35px;
}

/* line 258, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-warning-message {
  color: #898989;
  margin-left: 1.4em;
  display: block;
  font-size: 1.7em;
}

/* line 266, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-container {
  padding-bottom: 10px;
}

/* line 271, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 277, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row {
  margin-bottom: 5px;
  display: flex;
}
/* line 282, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row .edh-risk-graph-heading {
  width: 250px;
}
/* line 286, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row .edh-risk-graph-heading .edh-risk-header {
  float: left;
}
/* line 290, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row .edh-risk-graph-heading .edh-risk-header .edh-risk-help {
  width: 16px;
  margin-left: 10px;
}
/* line 298, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row .risk-label {
  display: flex;
}
/* line 302, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-row .risk-label .edh-risk-divider {
  margin-top: 0px;
  margin-left: 10px;
}

/* line 311, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-vertical {
  margin-top: 35px;
}
/* line 317, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-vertical .edh-risk-container .edh-risk-type-dropdown-container {
  padding-top: 5px;
  margin-bottom: 45px;
  margin-left: 35px;
  float: left;
}

/* line 328, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-compare-title {
  margin-top: 10px;
}

/* line 333, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-title-row {
  display: inline-block;
  height: 100px;
}

/* line 339, ../../../code/health/css/dashboards/edh.population.scss */
.edh-d3-risk {
  margin-top: 25px;
}
/* line 343, ../../../code/health/css/dashboards/edh.population.scss */
.edh-d3-risk .edh-graphs-container {
  overflow: visible;
}
/* line 347, ../../../code/health/css/dashboards/edh.population.scss */
.edh-d3-risk .edh-graphs-container .edh-risk-graph-container {
  overflow: visible;
}
/* line 353, ../../../code/health/css/dashboards/edh.population.scss */
.edh-d3-risk .edh-risk-bar-graph-container {
  padding-top: 10px;
  border-top: 1px solid #E0E0DF;
}
/* line 358, ../../../code/health/css/dashboards/edh.population.scss */
.edh-d3-risk .edh-risk-bar-graph-container .d3-bar {
  background-color: #f7f9fd;
}

/* line 367, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending.compare {
  margin-top: 70px;
}

/* line 373, ../../../code/health/css/dashboards/edh.population.scss */
div .edh-risk-trending-options {
  width: 46%;
  padding-left: 5%;
  padding-right: 5%;
  float: right;
}
/* line 380, ../../../code/health/css/dashboards/edh.population.scss */
div .edh-risk-trending-options.compare {
  width: 55%;
}

/* line 386, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-option {
  float: left;
}

/* line 391, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-button-container {
  width: 255px;
  float: left;
}
/* line 396, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-button-container .edh-risk-trending-button {
  float: left;
  margin-right: 15px;
}
/* line 401, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-button-container .edh-risk-trending-button.edh-disabled {
  opacity: 0.4;
}
/* line 407, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-button-container .edh-risk-trending-help {
  margin-top: 8px;
}

/* line 413, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-value {
  width: 85px;
  float: left;
}
/* line 418, ../../../code/health/css/dashboards/edh.population.scss */
.edh-risk-trending-value.edh-risk-trending-first-value {
  padding-right: 8px;
  border-right: 2px solid;
}

/* line 425, ../../../code/health/css/dashboards/edh.population.scss */
.edh-pediatric-age-button {
  min-width: 300px;
  margin: 1.5em 1.5em -5em 0;
}

/* line 430, ../../../code/health/css/dashboards/edh.population.scss */
.edh-cm-pediatric-age-button {
  min-width: 295px;
  margin: 22px -84px 0 -23px;
}

/* line 436, ../../../code/health/css/dashboards/edh.population.scss */
.edh-pediatric-age-button-compare {
  margin-left: auto;
  width: auto;
}

/**
* Copyright 2015-2021 NXGN Management, LLC. All Rights Reserved.
*/
/* line 5, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.fix-double-overflow {
  overflow: visible;
}

/* line 10, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.display-inline-table {
  display: inline-table !important;
}

/* line 17, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container h1 {
  margin-bottom: 10px;
}
/* line 22, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container p {
  margin-bottom: 30px;
}
/* line 29, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container .organize-list-container h2 {
  font-size: 18px;
  font-weight: normal;
  background-color: #DFEAF7;
  margin: 0;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 40, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container .organize-list-container .option-list {
  padding: 15px 10px;
  height: 225px;
  overflow-y: scroll;
}
/* line 46, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container .organize-list-container .option-list .control-checkbox {
  height: 40px;
  display: flex;
  align-items: center;
}
/* line 51, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.select-option-container .organize-list-container .option-list .control-checkbox .check-box-label {
  float: none;
}

/* line 60, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.selected-option-container {
  display: block;
}
/* line 64, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.selected-option-container button {
  border-radius: 16px;
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #E0E0DF;
  font-size: 14px;
  color: #708AA1;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 15px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
}
/* line 80, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.selected-option-container .disease-item {
  border-radius: 16px;
  background-clip: padding-box;
  padding: 5px 15px 5px 10px;
  font-size: 14px;
  background-color: #DFEAF7;
  color: #708AA1;
  margin: 10px 0 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 92, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.selected-option-container .disease-item i {
  color: #FFFFFF;
  margin-right: 5px;
}
/* line 99, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.selected-option-container.edh-navigator {
  min-height: 10px;
  display: inline-block;
}

/* line 105, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-condition-dot-0 {
  background-color: #689fd5;
}

/* line 110, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-condition-dot-1 {
  background-color: #615AA7;
}

/* line 115, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-condition-dot-2 {
  background-color: #3299a4;
}

/* line 129, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-dashboard .edh-panel-graph .edh-condition-registry-graphs .d3-graph .edh-d3-label {
  fill: #b7b7b7;
  font-size: 14px;
}

/* line 139, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-condition-registry-overlay-graphs {
  flex-direction: column;
  display: block;
}
/* line 144, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-condition-registry-overlay-graphs svg:not(:root) {
  overflow: visible;
  padding-top: 22px;
  max-width: 100%;
  height: 98%;
}

/* line 153, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-poc-details-button {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

/* line 160, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-poc-details-on {
  margin-left: 20px;
  margin-bottom: 10px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-right: 0px;
}

/* line 175, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-poc-details-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-left: 0px;
}

/* line 188, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-poc-details-selected {
  background: #428BCA;
  color: white;
  box-shadow: inset 0px 6px 6px #165c97;
}

/* line 195, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-unband-details-button {
  min-width: 300px;
  margin: 22px 22px 0 0;
}

/* line 201, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-unband-details-on {
  margin-bottom: 10px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-right: 0px;
}

/* line 215, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-unband-details-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-left: 0px;
}

/* line 228, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-unband-details-selected {
  background: #428BCA;
  color: white;
  box-shadow: inset 0px 6px 6px #165c97;
}

/* line 235, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.edh-unband-help {
  float: none;
  bottom: 4px;
  cursor: help;
}

/* line 243, ../../../code/health/css/dashboards/edh.condition.registry.scss */
.condition-registry .selected-option-container.edh-navigator {
  display: table;
}

/* Metrics arc colors - for reference */
/* line 13, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-0 .d3-points-set .d3-points:nth-child(1) {
  display: none;
}

/* line 18, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-1 .d3-points-set .d3-points:nth-child(2) {
  display: none;
}

/* line 23, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-2 .d3-points-set .d3-points:nth-child(3) {
  display: none;
}

/* line 28, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-3 .d3-points-set .d3-points:nth-child(4) {
  display: none;
}

/* line 33, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-4 .d3-points-set .d3-points:nth-child(5) {
  display: none;
}

/* line 38, ../../../code/health/css/dashboards/edh.metrics.scss */
.hide-d3-points-5 .d3-points-set .d3-points:nth-child(6) {
  display: none;
}

/* line 45, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .edh-panel, .metrics-landing-page-container .edh-cm-tasks-panel {
  width: 65%;
  margin: auto;
  margin-top: 100px;
  padding: 50px 25px 50px 25px;
}
/* line 55, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-heading h1 {
  color: #615AA7;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  margin: 0px 0px 15px 0px;
}
/* line 63, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-heading p {
  color: #898989;
  margin-bottom: 25px;
}
/* line 70, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-item {
  display: block;
  padding: 10px;
  margin: 5px;
  background-color: #DFEAF7;
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0DF;
  border-radius: 5px;
}
/* line 81, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-item h4 {
  color: #428BCA;
  display: inline;
  cursor: pointer;
}
/* line 88, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-item h4.ed-disabled-initiative {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
/* line 94, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-container .metrics-landing-page-item .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

/* line 104, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container {
  margin: 22px 22px 22px 22px;
}
/* line 108, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container > .row, .edh-metrics-container > .edh-show-details-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 115, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container > .edh-show-details-row {
  justify-content: flex-end;
}
/* line 120, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container .edh-metrics-trending-detail {
  margin-top: 30px;
}
/* line 125, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container .edh-metrics-trending-options {
  width: 100%;
}
/* line 129, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-container .edh-metrics-trending-options .edh-metrics-trending-dropdown {
  float: right;
}

/* line 136, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-header {
  min-height: 77px;
}

/* line 141, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail {
  width: 50%;
  float: left;
  max-width: 525px;
  min-width: 450px;
  padding-top: 20px;
}
/* line 149, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail > .edh-heading {
  overflow: visible;
}
/* line 154, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail .edh-subheading {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.938rem;
}
/* line 162, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail .edh-subparagraph {
  margin-bottom: 15px;
  font-size: 14px;
}
/* line 168, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail .edh-width-update {
  max-width: 37.5rem;
  width: 37.5rem;
}
/* line 173, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail .edh-row {
  display: flex;
  justify-content: space-between;
  width: 33%;
  margin-left: 67%;
}
/* line 180, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-detail .edh-mb-70 {
  margin-bottom: 4.375rem;
}

/* line 185, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-trending-title-container {
  margin-top: -66px;
  margin-left: 22px;
}
/* line 190, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-trending-title-container > .row, .edh-metrics-trending-title-container > .edh-show-details-row {
  justify-content: inherit;
}

/* line 196, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-trending-subheading {
  padding: 15px 0px 15px 0px;
}

/* line 201, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-trending-timeframe-row {
  padding: 15px 0px 0px 0px;
}
/* line 205, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-trending-timeframe-row nav {
  float: right;
}

/* line 214, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-trending-compare .edh-metrics-trending-title-container {
  padding-top: 26px;
}

/* line 222, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar {
  display: inline-block;
  height: 56px;
  width: auto;
}
/* line 228, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-timeframe-label,
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-timeframe-dropdown,
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-lookback-date-range-label {
  display: inline-block;
  margin-left: 22px;
}
/* line 236, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-timeframe-label {
  float: left;
  margin-top: 14px;
}
/* line 242, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-timeframe-dropdown {
  margin-top: 10px;
}
/* line 247, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-timeframe-label {
  margin-top: 18px;
  font-size: 13px;
  color: #898989;
}
/* line 254, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-timeframe-bar .edh-metrics-lookback-date-range-label {
  margin-top: 18px;
  margin-left: 18px;
  font-size: 13px;
  color: #898989;
}
/* line 263, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-pagination-footer {
  position: relative;
  width: auto;
}
/* line 271, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-top-boxes .edh-panel, .edh-metrics .edh-metrics-top-boxes .edh-cm-tasks-panel {
  height: 70px;
  min-width: 236px;
  padding: 0 0 0 15px;
  width: calc(33% - 16px);
}
/* line 278, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-top-boxes .edh-panel .edh-population-title, .edh-metrics .edh-metrics-top-boxes .edh-cm-tasks-panel .edh-population-title {
  padding-top: 11px;
}
/* line 283, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-top-boxes .edh-panel .edh-metrics-box-counts, .edh-metrics .edh-metrics-top-boxes .edh-cm-tasks-panel .edh-metrics-box-counts {
  color: #252525;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin-right: 9px;
}
/* line 292, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-top-boxes .edh-panel .edh-metrics-icon-container, .edh-metrics .edh-metrics-top-boxes .edh-cm-tasks-panel .edh-metrics-icon-container {
  display: inline-block;
  margin-top: -24px;
}
/* line 297, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-metrics-top-boxes .edh-panel .edh-metrics-icon-container:after, .edh-metrics .edh-metrics-top-boxes .edh-cm-tasks-panel .edh-metrics-icon-container:after {
  font-size: 15px;
  width: 22px;
  height: 22px;
  top: -4px;
}
/* line 307, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel, .edh-metrics .edh-cm-tasks-panel {
  overflow: visible !important;
}
/* line 311, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow, .edh-metrics .edh-overflow.edh-cm-tasks-panel {
  z-index: 2;
  color: #428BCA;
  font-size: 16px;
}
/* line 319, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow .ed-select .ed-button, .edh-metrics .edh-overflow.edh-cm-tasks-panel .ed-select .ed-button {
  font-size: 24px;
}
/* line 324, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow .ed-select > .ed-button:after, .edh-metrics .edh-overflow.edh-cm-tasks-panel .ed-select > .ed-button:after {
  top: 20px;
}
/* line 330, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow .edh-label, .edh-metrics .edh-overflow.edh-cm-tasks-panel .edh-label {
  margin: 25.5px;
  margin-right: 22px;
  margin-left: 11px;
}
/* line 334, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow .edh-label:first-child, .edh-metrics .edh-overflow.edh-cm-tasks-panel .edh-label:first-child {
  margin-right: 0;
}
/* line 340, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-panel.edh-overflow .edh-population-count, .edh-metrics .edh-overflow.edh-cm-tasks-panel .edh-population-count {
  margin: 25px;
  margin-right: 0;
}
/* line 347, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group:first-child {
  flex-direction: column;
}
/* line 352, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-diseases {
  margin-top: -11px;
  margin-left: 11px;
}
/* line 357, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .ed-icon:before {
  top: 1px;
}
/* line 362, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-no-data-container > h1 {
  text-align: center;
  padding-bottom: 88px;
}
/* line 368, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics .edh-no-metric-data {
  text-align: center;
  padding: 110px 44px;
  font-size: 24px;
  height: 293px;
}

/* line 379, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-panel-details {
  height: 130px;
}
/* line 384, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-panel-group:last-child .edh-panel, .edh-metrics-screen .edh-panel-group:last-child .edh-cm-tasks-panel {
  flex: none;
}
/* line 394, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-panel-group:last-child .edh-panel-group:last-child .edh-panel-group:first-child .edh-panel.edh-overflow.edh-panel-details, .edh-metrics-screen .edh-panel-group:last-child .edh-panel-group:last-child .edh-panel-group:first-child .edh-overflow.edh-panel-details.edh-cm-tasks-panel {
  height: 77px;
}
/* line 401, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen > .edh-dashboard-container > .edh-panel-group.edh-panel-graph {
  flex: none;
}
/* line 405, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen > .edh-dashboard-container > .edh-panel-group.edh-panel-graph.edh-metrics-graphs-container {
  flex-direction: column;
}

/* line 411, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-metrics-container {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  border-radius: 5px;
  width: 350px;
  background-color: #DFEAF7;
}
/* line 422, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-metrics-container.goodContainer {
  background-color: #E6F0C6;
}
/* line 423, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-metrics-container.badContainer {
  background-color: #F7E7E8;
}
/* line 424, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-metrics-container.hiddenContainer {
  background-color: black;
}

/* line 429, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-labels.goodContainer {
  background-color: #E6F0C6;
}
/* line 430, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-labels.badContainer {
  background-color: #F7E7E8;
}
/* line 431, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-labels.hiddenContainer {
  background-color: black;
}
/* line 433, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-labels > .edh-arc-titles {
  color: #428BCA;
}

/* line 436, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-exam-graph-container {
  margin-top: 0px;
}

/* line 441, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-labels {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #DFEAF7;
}

/* line 449, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-arc-container {
  background-color: white;
  margin: 5px;
  border-radius: 5px;
  padding-bottom: 10px;
}
/* line 456, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-arc-container .edh-total-metric-patients {
  text-align: center;
  font-size: 1rem;
  width: 9.375rem;
  margin: 0rem auto;
  margin-top: 0.625rem;
  display: flex;
}
/* line 465, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-arc-container .edh-total-metric-patients .edh-total-patient-count {
  color: #428BCA;
  font-size: 1.5rem;
  float: left;
  margin-top: -10px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
/* line 476, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-overview-arc-container .edh-total-metric-patients .edh-patient-count-label {
  border-left: 1px solid black;
  float: right;
  margin-left: 15px;
  padding-left: 8px;
  font-weight: bold;
  height: 20px;
}

/* line 488, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-metrics-container > .edh-overview-labels > .edh-arc-titles {
  margin-left: 15px;
  font-size: 1.125rem;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* line 497, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-arc-titles > .ed-icon:after {
  left: -20px;
  width: 22px;
  height: 22px;
  font-size: 15px;
  top: 2px;
}
/* line 500, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-arc-titles > .ed-icon:after .ed-alert {
  background-color: #C94044;
  content: "";
}

/* line 512, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-container {
  background-color: #f0f2f7;
  margin-bottom: 0.625rem;
  line-height: 2.8125rem;
  cursor: pointer;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: -1.5rem;
}

/* line 523, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-container-bg-pink {
  margin-bottom: 0.625rem;
  line-height: 2.8125rem;
  cursor: pointer;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffddee60;
  margin-top: -8rem;
  width: 60%;
  margin-left: 1rem;
}
/* line 534, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-container-bg-pink .edh-metrics-row {
  display: flex;
  justify-content: space-between;
}
/* line 538, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-container-bg-pink .edh-mt-1 {
  margin-top: -1rem;
}

/* line 543, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-line-metrics {
  width: 0.063rem;
  background-color: #C0C0C0;
  height: 18.75rem;
  margin: 4rem;
  margin-right: 0rem;
}

/* line 551, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-graph-values-container {
  background-color: #E5ECF8;
  margin-bottom: 0.625rem;
  line-height: 2.8125rem;
  border-radius: 0.625rem;
  cursor: pointer;
}

/* line 560, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-met-notmet-goal {
  margin-top: -1.3rem;
  text-align: center;
  max-height: 1rem;
}

/* line 567, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-mr-1 {
  margin-right: 0.4rem;
}

/* line 572, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-labels {
  color: #428BCA;
  font-size: 1.5rem;
  float: left;
  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.625rem;
  margin-top: -0.7rem;
}

/* line 584, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-labels-count {
  color: #428BCA;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

/* line 593, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-label-color {
  color: #609dd2;
}

/* line 598, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-mt-15 {
  margin-top: 0.938rem;
  margin-bottom: -1.875rem;
}

/* line 604, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-ml-3p {
  width: 97%;
  margin-left: 3%;
}

/* line 610, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-details-labels-count-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 617, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-divider {
  border-top: 2px solid #DFEAF7;
}
/* line 621, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-divider + .row, .edh-divider + .edh-show-details-row {
  margin-top: 50px;
}

/* line 627, ../../../code/health/css/dashboards/edh.metrics.scss */
.edgeGoalHeader {
  background-color: #F9D132;
  /*light yellow*/
}

/* line 632, ../../../code/health/css/dashboards/edh.metrics.scss */
.noGoalHeader {
  background-color: #C2C2C1;
  /*$edh-brand-default;*/
}

/* line 639, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-loading-dots, .edh-metrics-graphs .edh-loading-dots {
  display: inline-block;
  margin: 44px;
}
/* line 653, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-metrics-trending, .edh-metrics-graphs .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-metrics-trending {
  display: none;
}
/* line 658, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-metrics-trending-timeframe-row .ed-select, .edh-metrics-graphs .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .edh-metrics-trending-timeframe-row .ed-select {
  display: none;
}
/* line 664, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-screen .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .edh-metrics-container .ed-button, .edh-metrics-graphs .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .edh-metrics-container .ed-button {
  font-size: 20px;
}

/* line 673, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs {
  min-height: 640px;
}
/* line 677, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs input[type="radio"].ed-input {
  width: 152px;
}
/* line 682, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .ed-content {
  width: 152px;
}
/* line 687, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .ed-icon .tab-text {
  padding-left: 20px;
}
/* line 692, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-graph-container.edh-trending {
  height: auto;
}
/* line 697, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top {
  display: inline-block;
  width: 100%;
  padding: 33px 22px 0 22px;
}
/* line 703, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top .edh-metrics-initiatives-title {
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  color: #615AA7;
  float: left;
}
/* line 712, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top .edh-heading {
  display: inline-block;
}
/* line 717, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top .title-bar-container {
  display: inline-block;
  float: right;
  padding-top: 10px;
}
/* line 723, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top .title-bar-container .edh-metrics-trending-button-container {
  float: right;
  color: #555;
}
/* line 727, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-top .title-bar-container .edh-metrics-trending-button-container .edh-metrics-trending-button {
  float: right;
  color: #555;
}
/* line 737, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom {
  display: inline-block;
  width: 100%;
  padding: 0 22px 0 22px;
}
/* line 743, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-page-dropdown-container {
  display: inline-flex;
  float: right;
  padding-top: 1px;
  height: 60px;
}
/* line 750, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-page-dropdown-container .edh-metrics-page-dropdown {
  margin-left: 22px;
  margin-top: 22px;
  display: inline-block;
}
/* line 756, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-page-dropdown-container .edh-metrics-page-dropdown .ed-button {
  font-family: "Open Sans Bold", Arial, sans-serif;
}
/* line 761, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-page-dropdown-container .edh-metrics-page-dropdown > ul.ed-option-container {
  position: absolute;
  right: 0;
  text-align: left;
}
/* line 770, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-goal-toggle-container {
  display: inline-block;
  float: right;
  padding-top: 31px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}
/* line 778, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-goal-toggle-container .edh-metrics-check-box {
  display: inline-block;
  float: right;
  margin-right: 7px;
  margin-left: 30px;
}
/* line 785, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-goal-toggle-container .edh-metrics-goal-toggles {
  display: inline-block;
  float: right;
  padding-left: 30px;
}
/* line 791, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metrics-title-bar-bottom .edh-metrics-goal-toggle-container .edh-metrics-goal-toggles:after {
  font-size: 15px;
  width: 22px;
  height: 22px;
  top: -2px;
}
/* line 801, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-metric-no-data-msg {
  background-color: white;
  box-shadow: none;
}
/* line 807, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .metric-details-header {
  color: #428BCA;
  width: 100%;
  display: inline-block;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 11px;
}
/* line 819, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-overall-test-arc-container .metric-details-header {
  text-align: center;
  margin-bottom: 0;
}
/* line 825, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-overall-test-arc-container .edh-total-metric-patients {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
  color: rgba(21, 29, 56, 0.4);
  display: inline-block;
}
/* line 836, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-overall-test-arc-container .edh-total-metric-patients .edh-total-patient-count {
  color: #428BCA;
  font-size: 1.5rem;
  margin-top: -0.188rem;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
}
/* line 847, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .edh-overall-test-arc-container .edh-min-width {
  min-width: 6.25rem;
}
/* line 853, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .metric-details-divider {
  align-self: stretch;
  display: flex;
  margin-left: 44px;
}
/* line 859, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-graphs .metric-details-divider .metric-details-divider-line {
  border-left: 1px solid #B1B1B1;
  height: 60%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 870, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-tooltip {
  background-color: white;
  width: 275px;
}

/* line 876, ../../../code/health/css/dashboards/edh.metrics.scss */
.ed-check-dropdown.edh-metrics .ed-option-container {
  width: 305%;
}

/* line 881, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-arcs-compare {
  display: block;
  padding-top: 37px;
}

/* line 891, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-dashboard-compare .edh-metrics-top-boxes .edh-panel-group {
  padding-left: 0;
}
/* line 895, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-dashboard-compare .edh-metrics-top-boxes .edh-panel-group .edh-panel, .edh-dashboard-compare .edh-metrics-top-boxes .edh-panel-group .edh-cm-tasks-panel {
  width: calc(33% - 20px);
  min-width: 0;
}

/* line 904, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-compare-metrics-container {
  margin-top: 80px;
}

/* line 909, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-main-compare-overview-container {
  margin-top: 60px;
}

/* line 914, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-tooltip-hover {
  font-family: "Open Sans Light", Arial, sans-serif;
  opacity: 1.0;
}

/* line 924, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .edh-metric-report-box-passed .edh-metric-report-performance-column {
  background-color: #E6F0C6 !important;
}
/* line 928, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .edh-metric-report-box-passed .edh-metric-report-performance-column .ed-icon:after {
  background-color: transparent;
  color: #AFD15B;
}
/* line 938, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .edh-metric-report-box-fail .edh-metric-report-performance-column {
  background-color: #F7E7E8 !important;
}
/* line 942, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .edh-metric-report-box-fail .edh-metric-report-performance-column .ed-icon:after {
  background-color: transparent;
  color: #C94044;
}
/* line 950, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .ed-section > .ed-row > .ed-column {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: bold;
}
/* line 956, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-provider-report .edh-pagination-footer {
  position: relative;
}

/* line 962, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metric-report-performance-column .ng-scope .ed-column {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
}

/* line 968, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-report-info-tooltip-hover {
  font-family: "Open Sans Light", Arial, sans-serif;
  opacity: 1.0;
  text-align: left;
}

/* line 975, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-pagination-footer {
  position: static;
  height: 66px;
  width: 100%;
  bottom: 0px;
  overflow: initial;
  padding-right: 12px;
  padding-top: 14px;
  left: 0px;
  border-top: 1px solid #C8D9ED;
  z-index: 2;
}
/* line 988, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-pagination-footer .pagination {
  padding-right: 13px;
}
/* line 993, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-pagination-footer .inLine {
  margin-top: 5px;
}
/* line 997, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-pagination-footer .inLine.edh-items-per-page {
  margin-top: 6px;
}

/* line 1004, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-pagination-footer {
  position: static;
}

/* line 1009, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-report-table {
  overflow: visible;
  height: 100%;
}
/* line 1014, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-report-table > .ed-body {
  height: calc(100% - 55px) !important;
}

/* line 1022, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper {
  position: relative;
}
/* line 1026, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper:after {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 32px;
  right: 16px;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #428BCA;
  content: '';
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}
/* line 1045, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper select {
  border: 1px solid #b9cfe9;
  border-radius: 18px;
  background: linear-gradient(#fff, #f1f5fb);
  line-height: 1;
  color: #428BCA;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  height: 34px;
  text-align-last: center;
  appearance: none;
  display: block;
  padding-left: 10px;
  padding-right: 36px;
}
/* line 1062, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper select:focus {
  outline: 0;
}
/* line 1066, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper select:focus:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 1073, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-title-bar-bottom .metric-dropdown-wrapper select > option {
  background-color: white;
  border: 1px solid #b9cfe9;
  font-weight: normal;
  width: calc(100% - 17px);
  padding: 10px 20px;
}

/* line 1085, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-detail-report-date-range {
  height: 35px;
}
/* line 1089, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-detail-report-date-range .edh-data-date {
  font-size: 12px;
  margin-top: 2px;
}

/* line 1096, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-heading-block {
  height: 52px;
}

/* line 1101, ../../../code/health/css/dashboards/edh.metrics.scss */
.ed-display-header {
  height: 100%;
}

/* line 1106, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metric-report-deselect {
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #E0E0DF;
  font-size: 14px;
  padding: 4px 15px;
  outline: none;
  color: #708AA1;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
  min-width: 108px;
}

/* line 1122, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-header-search {
  float: right;
}

/* line 1129, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-heading ::-webkit-input-placeholder {
  color: #898989;
}
/* line 1134, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-heading input::-webkit-input-placeholder {
  color: #898989;
}

/* line 1140, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-search-input {
  border-color: #b9cfe9;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  line-height: 1;
  margin-top: -3px;
}

/* line 1154, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-goal-toggle-container ::-webkit-input-placeholder {
  color: #898989;
}
/* line 1159, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-goal-toggle-container input::-webkit-input-placeholder {
  color: #898989;
}

/* line 1166, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-metrics-goal-toggle-container .ed-magnifying-glass {
  float: right;
  top: 6px;
  right: 20px;
}

/* line 1176, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-landing-page-heading .ed-magnifying-glass {
  float: right;
  top: 4px;
  right: 20px;
}

/* line 1186, ../../../code/health/css/dashboards/edh.metrics.scss */
.metrics-overview-report .edh-pagination-footer {
  position: relative;
}

/* line 1191, ../../../code/health/css/dashboards/edh.metrics.scss */
.edh-info-circle {
  color: #898989;
  font-size: 16px;
  margin-left: 0.5625em;
}

/* line 3, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-no-data > h1 {
  margin-top: 11%;
  text-align: center;
}

/* line 10, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-details {
  float: right;
  margin: 11px 22px 44px 11px;
  color: #555;
  /* $gray */
}

/* line 17, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-spacing {
  padding-bottom: 76px;
}

/* line 22, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-headings {
  min-height: 120px;
  margin-left: 10px;
}

/* line 28, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-data-container {
  float: left;
  position: relative;
  min-width: 420px;
  width: 90%;
  margin-left: 5%;
}
/* line 36, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-data-container .edh-graph-heading-small {
  width: 40%;
  float: left;
  margin-top: 1%;
  font-size: 16px;
  color: #428BCA;
}
/* line 44, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-data-container .edh-graph-heading-small span {
  cursor: pointer;
}
/* line 50, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-data-container .edh-bar-graph-container .d3-bar {
  width: 60%;
}

/* line 56, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-details-button {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

/* line 63, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-details-on {
  margin-right: -5px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-right: 0px;
}

/* line 77, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-details-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 50px;
  height: 36px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-left: 0px;
}

/* line 90, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-details-selected {
  background: #428BCA;
  /*$edh-color-font-mid*/
  color: white;
  box-shadow: inset 0px 6px 6px #165c97;
}

/* line 97, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-panel-group > .edh-gaps-compare-panel {
  flex: none;
}

/* line 102, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-graph-heading-small {
  font-size: 11px;
  font-family: "Arimo Bold", Arial, sans-serif;
}

/* line 108, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-panel-graph {
  display: block;
}

/* line 112, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-title-row {
  margin-left: 5%;
}
/* line 116, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-title-row > .edh-gaps-headings {
  min-height: auto;
  margin-top: 44px;
}

/* line 123, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-nav-row {
  padding-top: 11px;
}
/* line 127, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-nav-row > .edh-gaps-details {
  margin-top: 0px;
}
/* line 131, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-nav-row .ed-select {
  margin-right: 11px;
  margin-bottom: 45px;
}

/* line 138, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-graphs > .edh-gaps-graphs-row {
  margin-bottom: 100px;
}

/* line 145, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-dashboard-compare .edh-gaps-data-container .edh-bar-graph-container .d3-bar {
  width: 100%;
}
/* line 150, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-dashboard-compare .edh-gaps-data-container .edh-graph-heading-small {
  float: none;
  width: auto;
}
/* line 158, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:nth-child(1) .edh-gaps-compare-panel .edh-gaps-nav-row > .edh-gaps-details,
.edh-dashboard-compare > .edh-panel-group > .edh-panel-group:nth-child(2) .edh-gaps-compare-panel .edh-gaps-nav-row {
  display: none;
}

/* line 166, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-panel.edh-gaps-graphs, .edh-gaps-graphs.edh-cm-tasks-panel {
  height: 100%;
}

/* line 171, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-breakdown .edh-subheading {
  margin: 0 0 0 11px;
}

/* line 176, ../../../code/health/css/dashboards/edh.gaps.in.care.scss */
.edh-gaps-metrics > .ed-select.ed-rounded-select:not(.ed-selected) {
  margin-bottom: 44px;
}

/* line 1, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard .edh-graph-error-message {
  background-color: white;
  flex: 1 1 auto;
  margin-right: 22px;
  margin-bottom: 22px;
  border-radius: 5px;
}
/* line 9, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard .edh-graph-error-message > h1 {
  margin-top: 33%;
  text-align: center;
  width: 100%;
}

/* line 17, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-div {
  margin: 50px 0px 100px 50px;
}

/* line 22, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-arc {
  margin-top: 50px;
}

/* line 27, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-comp-arc {
  margin: 50px auto 0 auto;
  float: none;
  width: 460px;
}

/* line 34, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-values-container {
  background-color: #E5ECF8;
  margin-bottom: 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

/* line 43, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-values-lg {
  font-size: 30px;
  padding-bottom: 10px;
  font-family: "Arimo", Arial, sans-serif;
}

/* line 50, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-notSeen-values-sm {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: "Arimo", Arial, sans-serif;
}

/* line 58, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard {
  overflow-x: hidden;
}
/* line 62, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard .edh-panel-group .edh-label {
  color: #252525;
}
/* line 67, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard > .edh-graph-error-message {
  margin-left: 22px;
  margin-bottom: 22px;
  border-radius: 5px;
}
/* line 73, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard > .edh-graph-error-message > h1 {
  margin-top: 10%;
}
/* line 79, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard .ed-help .d3-tip, .edh-not-seen-dashboard .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-not-seen-dashboard .ed-description .d3-tip,
.edh-not-seen-dashboard .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-not-seen-dashboard .ed-sources .d3-tip,
.edh-not-seen-dashboard .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-not-seen-dashboard .ed-description .d3-tip,
.edh-not-seen-dashboard .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-not-seen-dashboard .ed-sources .d3-tip {
  top: -10px;
  height: 130px;
}

/* line 86, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-dashboard .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group > .edh-panel-group {
  flex: 1;
}

/* line 91, ../../../code/health/css/dashboards/edh.patients.not.seen.scss */
.edh-not-seen-row {
  width: 100%;
}

/* Copyright 2015-2023 NXGN Management, LLC. All Rights Reserved. */
/* line 3, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.v-btn .v-icon {
  color: #32407A;
}

/* Patient List Screen */
/* line 8, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.phs-vue-wrap td, th {
  white-space: nowrap;
}

/* line 12, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 18, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-container-height {
  overflow-y: hidden;
}

/* line 22, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list-vue-sticky-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

/* line 28, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* line 30, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-node {
  z-index: 100;
}
/* line 35, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered {
  display: flex;
  padding: 15px 20px;
}
/* line 40, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered > *:not(:last-child) {
  margin-right: 20px;
}
/* line 44, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-report-option-row {
  position: static;
  margin-left: auto;
}
/* line 48, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-report-option-row > *:not(:last-child) {
  margin-right: 20px;
}
/* line 52, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-report-option-row .edh-report-option {
  padding: 0;
}
/* line 58, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-filter-container {
  flex: 1;
}
/* line 61, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-filter-container span {
  font-size: 16px;
}
/* line 66, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-filter-container .edh-filter-value-wrapper {
  display: inline-block;
}
/* line 69, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-filter-container .edh-filter-value-wrapper .edh-filter-value {
  padding-right: 22px;
  color: black;
}
/* line 75, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-filtered .edh-filter-container .edh-visit-label {
  font-weight: bold;
}
/* line 82, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-node2 {
  z-index: 100;
  background-color: #f1f4fd;
}
/* line 88, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-unfiltered {
  height: 60px;
  padding-top: 10px;
}
/* line 94, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-newUnfiltered {
  height: 40px;
  padding: 6px 25px 0px 25px;
  background-color: #f1f4fd;
  width: 100%;
}
/* line 102, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-sort-by {
  padding: 13px 10px 0px 25px;
}
/* line 109, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients > .edh-filtered .edh-report-option-row {
  top: 18px;
}
/* line 113, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients > .edh-filtered .edh-report-option-row .edh-report-option {
  padding: 0;
}
/* line 120, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients .edh-pagination-footer {
  position: relative;
}

/* line 134, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-navigator + .edh-patients > .edh-filtered .edh-report-option-row {
  top: 75px;
}

/* line 141, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients-list {
  background-color: #DFEAF7;
}
/* line 147, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients-list > .edh-dashboard > .edh-dashboard-container {
  overflow: initial;
  height: 100%;
}

/* line 157, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patientOverviewBottom > .edh-small-info {
  padding-right: 50px;
  float: right;
}
/* line 163, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patientOverviewBottom > .heavyGrayLabel {
  padding-right: 5px;
  float: right;
}

/* line 170, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-total-patients-container {
  position: absolute;
  right: 0px;
  padding-right: 25px;
  padding-top: 8px;
}

/* line 178, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-item {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin: 0 22px 22px 0;
}

/* line 186, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients-list {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}

/* line 193, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-main {
  flex: 1 0 0%;
}

/* line 198, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.totalPatientsLabel {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
  margin: 16px 33px 0px 0;
  line-height: 50px;
  vertical-align: middle;
  margin-top: -15px;
}

/* line 210, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.totalPatientsNum {
  display: inline-block;
  margin-top: 14.5px;
}

/* line 216, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.grayLabel {
  color: #999999;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 223, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.heavyGrayLabel {
  color: #999999;
  font-size: 12px;
  font-family: "Open Sans Bold", Arial, sans-serif;
}

/* line 230, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-small-info {
  font-size: 12px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}

/* line 236, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patientOverviewTop {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFFFFF;
  overflow: auto;
  padding: 10px 0px 10px 0px;
}

/* line 245, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patientOverviewBottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f1f4fd;
  overflow: auto;
  padding: 8px 0px 8px 0px;
}

/* line 254, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.inLine {
  float: left;
}

/* line 259, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-loading-screen {
  font-size: 24px;
  background-color: #DFEAF7;
  padding-top: 90px;
  padding-bottom: 98px;
  text-align: center;
}

/* line 268, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-sort-bar-name {
  width: 30%;
  padding-left: 8%;
}

/* line 274, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patients > div > .edh-report-option-row > .edh-report-option {
  padding-top: 10px;
}

/* line 281, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list-modal > .organize-list-container {
  margin-bottom: 22px;
}

/* line 287, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-risk-filtered {
  height: 40px !important;
}

/* line 292, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-risk-filter-container {
  padding-top: 0px !important;
}

/* line 297, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-risk-report-option-row {
  top: 35px !important;
}

/* line 304, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-patient-list-selection-button, .edh-pre-visit-planning .edh-patient-list-selection-button, .edh-qc-fusion-report .edh-patient-list-selection-button {
  margin-top: 11px;
  display: inline-block;
  height: 32px;
  line-height: inherit;
}
/* line 312, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-patient-list-sub-header, .edh-pre-visit-planning .edh-patient-list-sub-header, .edh-qc-fusion-report .edh-patient-list-sub-header {
  background-color: #F3F6FA;
  height: 45px;
  min-height: 45px;
  display: flex;
  border: 1px solid #D3DEEF;
  border-right: none;
  border-left: none;
  align-items: center;
  padding: 0 22px 0 22px;
}
/* line 324, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-patient-list-sub-header .edh-button-oval-slim, .edh-pre-visit-planning .edh-patient-list-sub-header .edh-button-oval-slim, .edh-qc-fusion-report .edh-patient-list-sub-header .edh-button-oval-slim {
  align-self: center;
}
/* line 329, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-patient-list-sub-header .edh-patient-list-sub-header-item, .edh-pre-visit-planning .edh-patient-list-sub-header .edh-patient-list-sub-header-item, .edh-qc-fusion-report .edh-patient-list-sub-header .edh-patient-list-sub-header-item {
  margin-left: 10px;
}
/* line 335, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-pill-button-slim, .edh-pre-visit-planning .edh-pill-button-slim, .edh-qc-fusion-report .edh-pill-button-slim {
  font-size: 12px;
}
/* line 339, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-pill-button-slim .edh-pill-button-on, .edh-pre-visit-planning .edh-pill-button-slim .edh-pill-button-on, .edh-qc-fusion-report .edh-pill-button-slim .edh-pill-button-on {
  margin-right: -5px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  width: 40px;
  height: 30px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-right: 0px;
}
/* line 353, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-pill-button-slim .edh-pill-button-off, .edh-pre-visit-planning .edh-pill-button-slim .edh-pill-button-off, .edh-qc-fusion-report .edh-pill-button-slim .edh-pill-button-off {
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  width: 40px;
  height: 30px;
  border: 0;
  outline: none;
  background: #D3DEEF;
  color: #000;
  padding-left: 0px;
}
/* line 366, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-patient-list .edh-pill-button-slim .edh-pill-button-selected, .edh-pre-visit-planning .edh-pill-button-slim .edh-pill-button-selected, .edh-qc-fusion-report .edh-pill-button-slim .edh-pill-button-selected {
  background: #428BCA;
  color: white;
  box-shadow: inset 0px 6px 6px #165c97;
}

/* line 375, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-pre-visit-planning .selected-option-container .edh-edit-pencil {
  margin-left: 10px;
}

/* line 380, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-pre-visit-planning > .edh-patient-list-sub-header {
  border-top: none;
}

/* line 385, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.edh-qc-fusion-report > .edh-patient-list-sub-header {
  border-top: none;
}

@media (max-width: 1000px) {
  /* line 397, ../../../code/health/css/dashboards/edh.patient.detail.scss */
  .edh-patients .edh-filtered .edh-report-option-row > *:not(:last-child) {
    margin-right: 10px;
  }
  /* line 401, ../../../code/health/css/dashboards/edh.patient.detail.scss */
  .edh-patients .edh-filtered .edh-report-option-row .edh-report-option-text {
    display: none;
  }
}
@media (min-width: 1000px) {
  /* line 413, ../../../code/health/css/dashboards/edh.patient.detail.scss */
  .edh-patients .edh-report-option-row .edh-label-tip {
    display: none;
  }
}
/* line 420, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 1.5rem;
}

/* line 427, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider {
  -webkit-appearance: none;
  width: 100%;
  bottom: 20px;
  height: 0;
  z-index: 1;
}

/* line 435, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider:focus {
  outline: none;
}

/* line 439, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.7rem;
  cursor: pointer;
  border-radius: 0.6rem;
}

/* line 446, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.single-slider::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #615AA7 var(--range-progress-single-slider), #d7d7d7 var(--range-progress-single-slider));
}

/* line 450, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider-left::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #d7d7d7 var(--range-progress-left-slider), #615AA7 var(--range-progress-left-slider), #615AA7 var(--range-progress-right-slider), #d7d7d7 var(--range-progress-right-slider));
}

/* line 454, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider-right::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #d7d7d7 var(--range-progress-left-slider), #615AA7 var(--range-progress-left-slider), #615AA7 var(--range-progress-right-slider), #d7d7d7 var(--range-progress-right-slider));
}

/* line 458, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider .single-slider::-moz-range-track {
  background: linear-gradient(90deg, #615AA7 var(--range-progress-single-slider), #d7d7d7 var(--range-progress-single-slider));
}

/* line 462, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider .range-slider-left::-moz-range-track {
  background: linear-gradient(90deg, #d7d7d7 var(--range-progress-left-slider), #615AA7 var(--range-progress-left-slider), #615AA7 var(--range-progress-right-slider), #d7d7d7 var(--range-progress-right-slider));
}

/* line 466, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.range-slider .range-slider-right::-moz-range-track {
  background: linear-gradient(90deg, #d7d7d7 var(--range-progress-left-slider), #615AA7 var(--range-progress-left-slider), #615AA7 var(--range-progress-right-slider), #d7d7d7 var(--range-progress-right-slider));
}

/* line 470, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider::-moz-range-track {
  width: 100%;
  height: 0.7rem;
  cursor: pointer;
  background: linear-gradient(90deg, #615AA7 var(--range-progress), #d7d7d7 var(--range-progress));
  border-radius: 0.6rem;
}

/* line 478, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.25rem solid #615AA7;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  height: 1.56rem;
  width: 1.56rem;
  transform: translateY(calc(-50% + 8px));
}

/* line 489, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-slider::-moz-range-thumb {
  border: 0.25rem solid #615AA7;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  transform: translateY(calc(-50% + 12px));
}

/* line 497, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-tooltip {
  position: absolute;
  top: -2.25rem;
}

/* line 502, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-tooltip span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.125rem 0.25rem;
  color: #FFFFFF;
  border-radius: 0.425rem;
  background: #615AA7;
  font-size: 1.25rem;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 516, ../../../code/health/css/dashboards/edh.patient.detail.scss */
.patient-list-filter-dialog-tooltip span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #615AA7;
}

/* line 3, ../../../code/health/css/dashboards/edh.export.to.hub.scss */
.export-form-group {
  margin: 0rem 0rem 1.25rem 0rem;
  color: #999999;
}

/* line 9, ../../../code/health/css/dashboards/edh.export.to.hub.scss */
.export-locked-textarea {
  resize: none;
}

/* line 13, ../../../code/health/css/dashboards/edh.export.to.hub.scss */
#export-loading h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -45%);
  color: #337ab7;
  white-space: nowrap;
}

/* line 3, ../../../code/health/css/dashboards/edh.export.to.thorough.care.scss */
#tc-export-loading h3 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -45%);
  color: #337ab7;
  white-space: nowrap;
}

/* line 14, ../../../code/health/css/dashboards/edh.export.to.thorough.care.scss */
.tc-loading-dots ul {
  top: 35%;
}

/* line 20, ../../../code/health/css/dashboards/edh.export.to.thorough.care.scss */
.confirm-radio-group .tc-disable {
  cursor: not-allowed !important;
}

/* line 25, ../../../code/health/css/dashboards/edh.export.to.thorough.care.scss */
.ed-help-tc {
  margin-top: 0;
  margin-left: 4px;
}

/* line 30, ../../../code/health/css/dashboards/edh.export.to.thorough.care.scss */
.shared-message h5 {
  color: #337ab7;
  margin-bottom: -10px;
  text-align: center;
}

/* Copyright 2019-2020 NXGN Management, LLC. All Rights Reserved. */
/* line 4, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives ::-webkit-input-placeholder {
  color: #898989;
}
/* line 8, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives h1 {
  margin: 0 0 .5em;
  font: 1.75rem "Open Sans Light", Arial, sans-serif;
  color: #615AA7;
}
/* line 14, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives p {
  color: #898989;
  margin-bottom: 1.75em;
}
/* line 19, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives span {
  margin: 0;
}
/* line 23, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives li {
  display: block;
  margin: .4em;
  padding: .65em .75em .4em;
  border: 1px solid #E0E0DF;
  border-radius: .35em;
  background-color: #DFEAF7;
  cursor: grab;
}
/* line 32, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives li.edh-ui-state-inactive {
  background-color: rgba(223, 234, 247, 0.5);
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
/* line 38, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives li h4 {
  display: inline;
}
/* line 42, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives li .fa-ellipsis-v {
  padding: .25em 0 0 .25em;
}
/* line 46, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives li .fa-edit {
  color: black;
  padding: .25em;
  cursor: pointer;
}
/* line 53, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives .edh-panel, #edh-settings-initiatives .edh-cm-tasks-panel {
  width: 75%;
  margin: 0 auto 1.5em auto;
  padding: 1.65em;
}
/* line 59, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives .ed-magnifying-glass {
  float: right;
  top: .35em;
  right: 1.5em;
}
/* line 65, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
#edh-settings-initiatives .edh-search-input {
  float: right;
}

/* Styles for initiative edit modal */
/* line 72, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container h1 {
  margin: .5em 0;
  font: 2rem "Open Sans Semibold", Arial, sans-serif;
  color: #615AA7;
}
/* line 78, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit {
  margin: 1.5em 0;
}
/* line 81, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit h3 {
  font: bold 1rem "Open Sans", Arial, sans-serif;
  color: #615AA7;
}
/* line 86, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit span {
  margin: 0;
}
/* line 90, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit input {
  width: 100%;
  padding: .1em .25em;
}
/* line 95, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit label {
  margin: 0;
  padding: .35em .75em;
  font-size: 1.25em;
}
/* line 101, ../../../code/health/css/dashboards/edh.settings.initiatives.scss */
.modal-container .row-edit button {
  margin: 0 0 0 .5em;
}

/* line 1, ../../../code/health/css/dashboards/edh.navigate.home.scss */
.edh-dashboard-navigate {
  background-color: #FFFFFF;
}
/* line 5, ../../../code/health/css/dashboards/edh.navigate.home.scss */
.edh-dashboard-navigate > .edh-dashboard-container {
  overflow: hidden;
  overflow-y: auto;
}
/* line 11, ../../../code/health/css/dashboards/edh.navigate.home.scss */
.edh-dashboard-navigate .edh-landingPage-image {
  width: 100%;
}

/* line 4, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator {
  display: inline-block;
  min-height: 45px;
}
/* line 9, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator > .date-picker {
  margin: 10px 0 10px 10px;
}
/* line 14, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator > .totalPatientsLabel {
  margin: 0;
  margin-left: 182px;
  line-height: 50px;
}
/* line 21, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator > .totalPatientsNum {
  margin-top: -1px;
  line-height: 50px;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
}
/* line 32, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator > .edh-report-option-row > .edh-report-option {
  padding-top: 13px;
}
/* line 38, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator.edh-filter-row {
  background-color: #F3F6FA;
  height: 44px;
}
/* line 43, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator.edh-filter-row > .disease-item {
  height: 26px;
  background-color: #9DC044;
  color: #FFFFFF;
  margin: 8px 0 8px 11px;
  font-family: "Arimo Bold", Arial, sans-serif;
  font-size: 11px;
  padding: 0 9px;
  line-height: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #9DC044;
}
/* line 57, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator.edh-filter-row > .disease-item > .fa-times-circle {
  color: #FFFFFF;
  font-size: 14px;
}
/* line 63, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator.edh-filter-row > .disease-item.edh-tag-insurance {
  background-color: #FFFFFF;
  color: #9DC044;
  border-color: #9DC044;
}
/* line 69, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator.edh-filter-row > .disease-item.edh-tag-insurance > .fa-times-circle {
  color: #9DC044;
}
/* line 77, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .edh-button-filters {
  margin-top: 5px;
  margin-right: 0px;
}
/* line 83, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .grayLabel {
  margin-left: 22px;
}
/* line 88, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .ed-help, .edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-pre-visit-planning > .edh-navigator .ed-description,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-pre-visit-planning > .edh-navigator .ed-sources,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-pre-visit-planning > .edh-navigator .ed-description,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-pre-visit-planning > .edh-navigator .ed-sources {
  margin-right: 0px;
  float: none;
  bottom: 3px;
  margin-left: 15px;
}
/* line 95, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .ed-help .edh-patients-warning, .edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .edh-patients-warning, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-pre-visit-planning > .edh-navigator .ed-description .edh-patients-warning,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .edh-patients-warning,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-pre-visit-planning > .edh-navigator .ed-sources .edh-patients-warning,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .edh-patients-warning,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-pre-visit-planning > .edh-navigator .ed-description .edh-patients-warning,
.edh-pre-visit-planning > .edh-navigator .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .edh-patients-warning,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-pre-visit-planning > .edh-navigator .ed-sources .edh-patients-warning {
  height: 95px;
}
/* line 101, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .edh-gaps-details-button {
  margin-top: 9px;
  margin-left: 0px;
  display: inline-block;
}
/* line 107, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .edh-gaps-details-button .edh-gaps-details-on, .edh-pre-visit-planning > .edh-navigator .edh-gaps-details-button .edh-gaps-details-off {
  height: 25px;
  width: 40px;
  font-size: 13px;
}
/* line 115, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning > .edh-navigator .edh-data-date {
  color: #898989;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 14px;
}
/* line 124, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: white;
}
/* line 131, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up:before {
  position: absolute;
  display: block;
  top: -16px;
  left: -17px;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom-width: 35px;
  border-bottom-style: solid;
  z-index: -1;
}
/* line 145, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up.edh-risk-level-red:before {
  border-bottom-color: #C83E42;
}
/* line 150, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up.edh-risk-level-yellow:before {
  border-bottom-color: #EFC11F;
}
/* line 155, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up.edh-risk-level-green:before {
  border-bottom-color: #9DBF43;
}
/* line 160, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up.edh-risk-ten {
  margin-left: -2px;
}
/* line 164, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pre-visit-planning .edh-arrow-up.edh-risk-ten:before {
  left: -15px;
}

/* line 176, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner {
  padding-left: 0;
  padding-right: 0;
}
/* line 182, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner > .close-modal-container .btn-link, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner > .close-modal-container .btn-link, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner > .close-modal-container .btn-link {
  padding: 0;
}
/* line 190, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > h1, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > h1, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > h1 {
  margin-top: 24px;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 25px;
  color: #615AA7;
}
/* line 198, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > p, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > p, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > p {
  font-family: "Arimo", Arial, sans-serif;
  font-size: 14px;
  color: #898989;
  margin-bottom: 15px;
}
/* line 208, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container > h2, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2 {
  position: relative;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #428BCA;
  border-width: 1px;
  border-color: #CCDCEE;
  border-style: solid;
  padding-top: 17px;
  padding-bottom: 17px;
  cursor: pointer;
}
/* line 220, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container > h2:after, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2:after, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2:after {
  left: 22px;
  top: 17px;
  border-color: #FFFFFF;
}
/* line 226, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container > h2:before, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2:before, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 15px;
  top: 12px;
  background-color: #428BCA;
}
/* line 239, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container > h2.ed-top:after, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2.ed-top:after, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2.ed-top:after {
  top: 21px;
}
/* line 244, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container > h2.ed-top + .option-list, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2.ed-top + .option-list, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container > h2.ed-top + .option-list {
  min-height: 0;
  height: 0;
  padding: 0;
}
/* line 253, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container:nth-child(3), .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container:nth-child(3), .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container:nth-child(3) {
  margin-bottom: 11px;
}
/* line 258, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container.edh-hide-list, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container.edh-hide-list, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container.edh-hide-list {
  min-height: 51px;
  height: 51px;
}
/* line 264, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container .check-box-label, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container .check-box-label, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container .check-box-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #7D7D7D;
  font-weight: normal;
  margin-top: 1px;
}
/* line 273, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container .ez-checkbox, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox {
  width: 22px;
  height: 22px;
  background-size: 22px;
}
/* line 278, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container .ez-checkbox.ez-checked, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox.ez-checked, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox.ez-checked {
  background-position: -22px 22px;
  background-position-x: 0px;
  background-position-y: -22px;
}
/* line 285, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .select-option-container > .organize-list-container .ez-checkbox > input, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox > input, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .select-option-container > .organize-list-container .ez-checkbox > input {
  width: 22px;
  height: 22px;
}
/* line 293, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .tags-tag, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .tags-tag, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .tags-tag {
  line-height: 26px;
  background-color: #9DC044;
  height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  cursor: pointer;
  margin-bottom: 0;
}
/* line 304, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .edh-tags-insurances, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .edh-tags-insurances, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .edh-tags-insurances {
  display: inline-block;
}
/* line 308, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .edh-tags-insurances .tags-tag, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .edh-tags-insurances .tags-tag, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .edh-tags-insurances .tags-tag {
  border-color: #9DC044;
  border-width: 1px;
  border-style: solid;
  color: #9DC044;
  background-color: #FFFFFF;
}
/* line 318, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .edh-tags-conditions, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .edh-tags-conditions, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .edh-tags-conditions {
  display: inline-block;
}
/* line 323, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .btn-default, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .btn-default, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .btn-default {
  float: right;
}
/* line 328, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .col-sm-10.col-sm-offset-1, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .col-sm-10.col-sm-offset-1, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .col-sm-10.col-sm-offset-1 {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 333, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .selected-container, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .selected-container, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .selected-container {
  margin: 11px 0 22px 0;
}
/* line 337, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .selected-container > .tags, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .selected-container > .tags, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .selected-container > .tags {
  margin-top: 11px;
}
/* line 343, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-manage-modal .col-sm-12 .content-box-inner .selected-container > .tags > .tags-taglist > span, .edh-manage-modal .col-sm-12 .content-box-outer .content-screenings-info-box-inner .selected-container > .tags > .tags-taglist > span, .content-box-outer .edh-manage-modal .col-sm-12 .content-screenings-info-box-inner .selected-container > .tags > .tags-taglist > span {
  margin-right: 8px;
}

/* line 358, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-patients-list > .edh-dashboard > .edh-dashboard-container {
  overflow: auto;
  height: 100%;
}

/* line 366, ../../../code/health/css/dashboards/edh.pre.visit.planning.scss */
.edh-pvp-view-types {
  margin-left: 22px;
}

/**
* Copyright 2016-2022 NXGN Management, LLC. All Rights Reserved.
*/
/* line 5, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-heading {
  position: absolute;
  margin-left: 25px;
  margin-top: 15px;
}
/* line 11, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-heading > .edh-heading {
  margin-right: 30px;
}
/* line 16, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-heading .edh-arrow-icon:after {
  height: 10px;
  width: 10px;
  position: absolute;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #615AA7;
  content: '';
  top: 14px;
  left: 194px;
  transform: rotate(45deg);
}

/* line 31, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-graphs {
  min-height: 400px;
  overflow: visible;
}
/* line 36, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-graphs .edh-race, .edh-ra-graphs .edh-insurance, .edh-ra-graphs .edh-gender, .edh-ra-graphs .edh-age {
  height: 80%;
}
/* line 40, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-graphs .edh-race svg, .edh-ra-graphs .edh-insurance svg, .edh-ra-graphs .edh-gender svg, .edh-ra-graphs .edh-age svg {
  padding-top: 0;
}

/* line 47, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-d3-graphs {
  min-height: 650px;
  min-width: 334px;
}

/* line 53, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-container {
  position: absolute;
  left: 55%;
  top: 22%;
}

/* line 60, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label {
  margin-bottom: 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #428BCA;
  cursor: pointer;
}

/* line 71, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  fill: #D3D3D3;
}
/* line 74, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-high-predictive-score {
  fill: #EB90AD;
}
/* line 77, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-need-care-coordination {
  fill: #F29620;
}
/* line 80, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-high-probability-of-admission {
  fill: #EACD20;
}
/* line 83, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-high-probability-of-readmission {
  fill: #0D8D45;
}
/* line 86, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-high-probability-of-persistent-user {
  fill: #4CB749;
}
/* line 89, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-low-care-density {
  fill: #5EC19E;
}
/* line 92, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-pharmacy-maladherence {
  fill: #37C1CE;
}
/* line 95, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-frailty {
  fill: #56518A;
}
/* line 98, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-rising-risk {
  fill: #D72126;
}
/* line 101, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-assessment-overlay-graph .no-patients-label {
  width: 100%;
  font-size: 52px;
  margin: 0 auto;
  margin-top: 10%;
  text-align: center;
}

/* line 111, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label:before {
  font-family: "Ion Icons";
  content: "";
  color: #D3D3D3;
  margin-right: 8px;
  font-size: 18px;
}

/* line 120, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-high-predictive-score:before {
  color: #EB90AD;
}

/* line 121, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-need-care-coordination:before {
  color: #F29620;
}

/* line 122, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-high-probability-of-admission:before {
  color: #EACD20;
}

/* line 123, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-high-probability-of-readmission:before {
  color: #0D8D45;
}

/* line 124, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-high-probability-of-persistent-user:before {
  color: #4CB749;
}

/* line 125, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-low-care-density:before {
  color: #5EC19E;
}

/* line 126, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-pharmacy-maladherence:before {
  color: #37C1CE;
}

/* line 127, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-frailty:before {
  color: #56518A;
}

/* line 128, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-risk-category-label-item-rising-risk:before {
  color: #D72126;
}

/* line 130, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-hover-title {
  font-size: 22px;
}

/* line 137, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.d3-tip .edh-ra-title {
  font-size: 22px;
  margin-bottom: 18px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}
/* line 144, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.d3-tip .edh-ra-tooltip-container {
  width: 100%;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
}
/* line 151, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.d3-tip .edh-ra-tooltip-container.edh-ra-border-container {
  border-bottom: 2px solid #EBEAEB;
  float: left;
  margin-left: 0px;
  width: 100%;
}
/* line 159, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.d3-tip .edh-ra-tooltip-container .edh-ra-label {
  text-align: left;
  float: left;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 17px;
  width: 70%;
}
/* line 168, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.d3-tip .edh-ra-tooltip-container .edh-ra-value {
  text-align: right;
  float: right;
  font-size: 18px;
  margin-bottom: 12px;
  width: 30%;
}

/* line 179, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-help {
  margin-top: -4px;
  margin-left: 10px;
  float: none;
}
/* line 185, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-help > .d3-tip {
  height: auto;
  font-size: 10px;
  transform: translateY(-100%);
  margin-top: -13px;
  opacity: 1.0;
  width: 372px;
  margin-left: -178px;
}
/* line 195, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-help > .d3-tip .edh-ra-help-label {
  text-align: left;
}
/* line 200, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-ra-help > .d3-tip .edh-ra-help-desc {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  white-space: pre-wrap;
}

/* line 209, ../../../code/health/css/dashboards/edh.risk.assessment.scss */
.edh-discharge-status:before {
  font-family: "Ion Icons";
  content: "";
  color: #EB90AD;
  margin-right: 8px;
  font-size: 18px;
}

/**
* Copyright 2019-2021 NXGN Management, LLC. All Rights Reserved.
*/
/* line 4, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-heading {
  position: absolute;
  margin-left: 22px;
  margin-top: 22px;
}
/* line 10, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-heading > .edh-heading {
  margin-right: 10px;
}
/* line 15, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-heading .edh-cm-arrow-icon:after {
  height: 10px;
  width: 10px;
  position: absolute;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #615AA7;
  content: '';
  top: 0.5500em;
  left: 8.6000em;
  transform: rotate(45deg);
}

/* line 32, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-graphs {
  height: 100%;
}

/* line 37, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-d3-graphs {
  min-height: 650px;
  min-width: 334px;
}

/* line 43, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-container {
  position: absolute;
  left: 60%;
  top: 22%;
}

/* line 50, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label {
  margin-bottom: 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #428BCA;
  cursor: pointer;
}

/* line 61, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  fill: #D3D3D3;
}
/* line 65, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-active {
  fill: #EB90AD;
}
/* line 69, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred-manual {
  fill: #F29620;
}
/* line 73, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred {
  fill: #F29620;
}
/* line 77, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred-auto {
  fill: #EACD20;
}
/* line 81, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-declined {
  fill: #0D8D45;
}
/* line 85, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-excluded {
  fill: #4CB749;
}
/* line 89, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-cm-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-enrolled {
  fill: #5EC19E;
}
/* line 94, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  fill: #D3D3D3;
}
/* line 98, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-active {
  fill: #EB90AD;
}
/* line 102, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred-manual {
  fill: #F29620;
}
/* line 106, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred {
  fill: #F29620;
}
/* line 110, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-referred-auto {
  fill: #EACD20;
}
/* line 114, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-declined {
  fill: #0D8D45;
}
/* line 118, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-excluded {
  fill: #4CB749;
}
/* line 122, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-enrolled {
  fill: #5EC19E;
}
/* line 126, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-management-overlay-graph .no-patients-label {
  width: 100%;
  font-size: 52px;
  margin: 0 auto;
  margin-top: 10%;
  text-align: center;
}

/* line 136, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label:before {
  font-family: "Ion Icons";
  content: "";
  color: #D3D3D3;
  margin-right: 8px;
  font-size: 18px;
}

/* line 146, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-active:before {
  color: #EB90AD;
}

/* line 147, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-referred-manual:before {
  color: #F29620;
}

/* line 148, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-referred:before {
  color: #F29620;
}

/* line 149, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-referred-auto:before {
  color: #EACD20;
}

/* line 150, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-declined:before {
  color: #0D8D45;
}

/* line 151, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-excluded:before {
  color: #4CB749;
}

/* line 152, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-care-category-label-item-enrolled:before {
  color: #5EC19E;
}

/* line 155, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-hover-title {
  font-size: 22px;
}

/* line 160, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-pdf-comment-textarea {
  width: 100%;
  height: 15em;
  resize: none;
  padding: .625em;
  border-radius: 0 0 5px 5px;
}

/* line 168, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-pdf-comment-textarea-footer {
  text-align: right;
}
/* line 170, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-pdf-comment-textarea-footer span.fair {
  color: #769D3E;
}
/* line 173, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-pdf-comment-textarea-footer span.warn {
  color: #DAB229;
}
/* line 176, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-pdf-comment-textarea-footer span.deny {
  color: #C83E42;
}

/* line 183, ../../../code/health/css/dashboards/edh.care.management.scss */
.d3-tip .edh-cm-title {
  font-size: 22px;
  margin-bottom: 18px;
  font-family: "Open Sans Semibold", Arial, sans-serif;
}
/* line 190, ../../../code/health/css/dashboards/edh.care.management.scss */
.d3-tip .edh-cm-tooltip-container {
  width: 100%;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
}
/* line 197, ../../../code/health/css/dashboards/edh.care.management.scss */
.d3-tip .edh-cm-tooltip-container.edh-cm-border-container {
  border-bottom: 2px solid #EBEAEB;
  float: left;
  margin-left: 0px;
  width: 100%;
}
/* line 205, ../../../code/health/css/dashboards/edh.care.management.scss */
.d3-tip .edh-cm-tooltip-container .edh-cm-label {
  text-align: left;
  float: left;
  font-family: "Open Sans Light", Arial, sans-serif;
  font-size: 17px;
  width: 70%;
}
/* line 214, ../../../code/health/css/dashboards/edh.care.management.scss */
.d3-tip .edh-cm-tooltip-container .edh-cm-value {
  text-align: right;
  float: right;
  font-size: 18px;
  margin-bottom: 12px;
  width: 30%;
}

/* line 225, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-help {
  margin-top: -4px;
  margin-left: 10px;
  float: none;
}
/* line 231, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-help > .d3-tip {
  height: auto;
  font-size: 10px;
  transform: translateY(-100%);
  margin-top: -13px;
  opacity: 1.0;
  width: 372px;
  margin-left: -178px;
}
/* line 241, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-help > .d3-tip .edh-cm-help-label {
  text-align: left;
}
/* line 246, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-help > .d3-tip .edh-cm-help-desc {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  white-space: pre-wrap;
}

/* line 255, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-discharge-status:before {
  font-family: "Ion Icons";
  content: "";
  color: #EB90AD;
  margin-right: 8px;
  font-size: 18px;
}

/* line 263, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-info-content {
  vertical-align: middle;
  height: 60px;
}
/* line 268, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-info-content .edh-landing-task-info-right {
  float: right;
  margin-left: 98px;
}

/* line 276, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-heading {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  color: #615AA7;
  cursor: default;
  font-family: "Open Sans", Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

/* line 290, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-landing-task-heading {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 25px;
  margin-top: 15px;
}

/* line 298, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-legend {
  display: flex;
  margin: 10px 30px 0px 5px;
}
/* line 302, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-legend > .edh-item {
  display: inline-block;
  margin: 0;
  margin-right: 5.5px;
}
/* line 309, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-landing-task-legend > .edh-legend-dot {
  float: none;
}

/* line 314, ../../../code/health/css/dashboards/edh.care.management.scss */
.ed-select.ed-landing-task-rounded-select {
  height: auto;
}
/* line 317, ../../../code/health/css/dashboards/edh.care.management.scss */
.ed-select.ed-landing-task-rounded-select > .ed-button {
  padding: 5px 55px 9px 44px;
  font-weight: bold;
  border: 1px solid #b9cfe9;
  border-radius: 18px;
  background: #fff;
  background: linear-gradient(#fff, #f1f5fb);
}
/* line 327, ../../../code/health/css/dashboards/edh.care.management.scss */
.ed-select.ed-landing-task-rounded-select > .ed-button:after {
  top: 9px;
}

/* line 334, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screening-results table {
  width: 100%;
}
/* line 337, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-metadata {
  display: flex;
  border-radius: 6px 6px 0 0;
  border-top: 11px solid #dfe9f7;
  border-bottom: 11px solid #dfe9f7;
  background-color: #dfe9f7;
}
/* line 344, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-metadata .edh-cm-patient-small-header-info-title {
  color: #615AA7;
  text-align: center;
  font-size: 11px;
  width: 40%;
  font-weight: bold;
}
/* line 351, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-metadata .edh-cm-info-title {
  color: #615AA7;
  font-size: 14px;
  font-weight: bold;
  margin-right: -2%;
}
/* line 356, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-metadata .edh-cm-info-title .ed-menu-help {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: gray;
  cursor: pointer;
  margin-right: 15px;
  margin-left: -3px;
}
/* line 369, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-footer {
  display: flex;
  margin: 11px 0px 0px 0px;
}
/* line 372, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-cm-patient-small-header {
  margin-top: 5px;
  margin-left: 1%;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  margin-right: 1%;
}
/* line 380, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-help, .edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources {
  float: none;
  margin-top: 0px;
  height: 14px;
  width: 14px;
  font-size: 10px;
  cursor: help;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 5px;
  text-align: right;
}
/* line 391, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-help .d3-tip, .edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description .d3-tip,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources .d3-tip,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description .d3-tip,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources .d3-tip {
  height: auto;
  top: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 395, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-help .d3-tip .clickable, .edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-description .d3-tip .clickable, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description .d3-tip .clickable,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources .d3-tip .clickable,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-description .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-description .d3-tip .clickable,
.edh-cm-patient-screenings-container .edh-cm-screenings-footer .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .ed-sources .d3-tip .clickable,
.edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-cm-patient-screenings-container .edh-cm-screenings-footer .ed-sources .d3-tip .clickable {
  cursor: pointer;
}
/* line 401, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .content-padding {
  padding: 10px 10px 0 34px;
}
/* line 404, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-add-button-icon {
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/outline_add_box_black_18dp.23fe027c.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 414, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .edh-cm-paste-button-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/content_paste_black_18.c3e4660d.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 424, ../../../code/health/css/dashboards/edh.care.management.scss */
.edh-cm-patient-screenings-container .icon_position {
  padding-left: 10px;
  text-align: right;
}

/* line 1, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel {
  display: flex;
}
/* line 5, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel .edh-population-count {
  color: #428BCA;
  cursor: pointer;
}
/* line 10, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel .toc-label {
  color: #252525;
  cursor: default;
}

/* line 16, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel > span {
  width: 35%;
  margin: 11px;
  height: 48px;
  min-width: 150px;
}

/* line 23, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel > span:not(:last-child) {
  border-right: 1px solid #c1bfbf;
}

/* line 27, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-header-panel .ed-person-icon {
  border-color: #c1bfbf;
  color: #c1bfbf;
  margin-top: 11px;
  min-width: 48px;
}

/* line 34, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-category-container {
  position: absolute;
  left: 55%;
  top: 22%;
}

/* line 40, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-category-label {
  margin-bottom: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  color: #649fd3;
  cursor: pointer;
}

/* line 48, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-deceased {
  cursor: default;
}

/* line 52, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-panel-group .edh-panel.edh-d3-graphs.edh-transition-graphs, .edh-panel-group .edh-d3-graphs.edh-transition-graphs.edh-cm-tasks-panel {
  min-height: 550px;
}

/* line 56, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-heading {
  position: absolute;
  margin-left: 25px;
  margin-top: 15px;
}

/* line 62, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-heading > .edh-heading {
  margin-right: 30px;
}

/* line 66, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-heading > .edh-heading .edh-arrow-icon:after {
  height: 12px;
  width: 12px;
  position: absolute;
  border-width: 0;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-color: #615AA7;
  content: '';
  top: 12px;
  left: 218px;
  transform: rotate(45deg);
}

/* line 80, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transition-category-label:before {
  font-family: "Ion Icons";
  content: "";
  color: #D3D3D3;
  margin-right: 8px;
  font-size: 18px;
}

/* line 91, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node {
  fill: #D3D3D3;
}
/* line 94, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-hospitalized {
  fill: #d82928;
  /* red */
}
/* line 97, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-hospital-discharge {
  fill: #eb90ad;
  /* orange */
}
/* line 100, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-observation {
  fill: #f29620;
  /* yellow */
}
/* line 103, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-emergency-treat-and-release {
  fill: #eacd20;
  /* red */
}
/* line 106, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-skilled-nursing-facility {
  fill: #37c1ce;
  /* blue */
}
/* line 109, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-hospice {
  fill: #5ec19e;
  /* green */
}
/* line 112, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-transitions-overlay-graph .edh-colored-circle-packs .d3-circle-pack:nth-child(1) .d3-node.edh-category-circle-deceased {
  fill: #20201f;
  /* black */
  cursor: default;
  /* Temporary - remove once we have deceased data */
}

/* line 118, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-hospitalized:before {
  color: #d82928;
}

/* line 119, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-hospital-discharge:before {
  color: #eb90ad;
}

/* line 120, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-observation:before {
  color: #f29620;
}

/* line 121, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-emergency-treat-and-release:before {
  color: #eacd20;
}

/* line 122, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-skilled-nursing-facility:before {
  color: #37c1ce;
}

/* line 123, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-hospice:before {
  color: #5ec19e;
}

/* line 124, ../../../code/health/css/dashboards/edh.transitions.of.care.scss */
.edh-toc-category-label-item-deceased:before {
  color: #20201f;
}

/* line 1, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-settings-arrow {
  color: #000000;
}

/* line 6, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content {
  overflow: auto;
  width: unset;
  padding-top: 10px;
  height: 100%;
  padding-left: 15px;
}
/* line 14, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .settings-mapping-search-input {
  margin-top: 3px;
}
/* line 19, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content nav {
  margin: 0 auto;
}
/* line 24, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
}
/* line 32, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable {
  height: 480px;
}
/* line 36, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable .edh-report-contents {
  height: 310px;
  overflow-x: auto;
}
/* line 42, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable .mappingLabel {
  display: block;
  margin-left: 30px;
  width: max-content;
  color: white;
}
/* line 50, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable .edh-pagination-footer {
  width: 95%;
  margin-left: 15px;
}
/* line 58, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable .edh-report-row .edh-report-cell:first-child {
  width: 350px;
}
/* line 64, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable.has-unsaved {
  height: 420px;
}
/* line 67, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable.has-unsaved .edh-report-contents {
  height: 250px;
}
/* line 74, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-content .mappingTable .edit-mapping-category {
  float: left;
  margin-top: 6px;
}

/* line 83, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.mapping-table {
  width: 45.75%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 90, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.no-mapping-text {
  margin-top: 15%;
  text-align: center;
}

/* line 95, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table {
  width: 100%;
}
/* line 99, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table table {
  width: 100%;
  height: 50px;
  overflow: scroll;
}
/* line 106, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tbody {
  max-height: 345px;
  overflow: auto;
}
/* line 112, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tr > th {
  font-weight: bold;
  font-size: 12px;
  background-color: #DFEAF7;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 122, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tr > td {
  height: 40px;
  font-size: 12px;
  color: #000000;
}
/* line 129, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tr,
.edh-settings-mapping-table .check-box-label {
  cursor: grab;
  margin-left: 0px;
  font-weight: normal;
}
/* line 137, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tr:active,
.edh-settings-mapping-table .check-box-label:active {
  cursor: grabbing;
}
/* line 143, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table > tbody > .edh-ui-state-disabled {
  cursor: default;
}
/* line 146, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table > tbody > .edh-ui-state-disabled .check-box-label {
  cursor: default;
}
/* line 152, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-table tr {
  border: 1px solid #f1f5fb;
  background-color: white;
  padding: 1px;
  font-family: "Gotham Book", Arial, sans-serif;
}

/* line 161, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon {
  position: absolute;
  padding-left: 5px;
  transform: rotate(90deg);
}
/* line 166, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon:after {
  content: attr(iconType) "";
  color: #CCDCEF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 175, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon-up {
  position: absolute;
  padding-left: 5px;
}
/* line 179, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon-up:after {
  content: attr(iconType) "";
  color: #2566B0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 188, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon-down {
  position: absolute;
  padding-left: 5px;
}
/* line 192, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-mapping-sort-icon-down:after {
  content: attr(iconType) "";
  color: #2566B0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 201, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-tableText {
  width: 55%;
  padding-right: 5px;
}

/* line 207, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-tableCount {
  width: 15%;
  padding-right: 5px;
}

/* line 213, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-tableSfCount {
  width: 15%;
  padding-right: 20px;
}

/* line 218, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-tableActiveCount {
  width: 15%;
  padding-right: 40px;
}

/* line 224, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-tableRawCount {
  width: 15%;
  padding-right: 20px;
}

/* line 230, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.settings-mapping-checkbox {
  width: 50px;
  padding-left: 10px;
  padding-right: 5px;
}

/* line 237, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
#settings-mapping-table-body {
  max-height: 330px;
}

/* line 242, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.mappings-pagination-footer {
  bottom: -40px;
  height: 40px;
  padding-top: 2px;
}

/* line 248, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.relative {
  position: relative;
}

/* line 255, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-settings-mapping-header {
  margin: 0;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 263, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-settings-mapping-header .edh-heading {
  margin-left: 22px;
}
/* line 268, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-settings-mapping-header .edh-settings-mapping-button-container {
  margin-left: auto;
  margin-right: 22px;
}
/* line 273, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-settings-mapping-header .edh-settings-mapping-button-container .btn-lg, .edh-settings-mapping-page .edh-settings-mapping-header .edh-settings-mapping-button-container .btn-group-lg > .btn {
  margin-right: 10px;
}
/* line 280, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-message-base, .edh-settings-mapping-page .edh-message-minimal-base {
  margin-top: 0;
}
/* line 285, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-mapping-message-display {
  margin: 15px 22px;
}
/* line 290, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .edh-settings-container {
  background-color: #DFEAF7;
  overflow: auto;
  padding-bottom: 22px;
}
/* line 297, ../../../code/health/css/dashboards/edh.settings.mapping.scss */
.edh-settings-mapping-page .label {
  margin-right: 10px;
}

/* line 2, ../../../code/health/css/dashboards/edh.manage.home.scss */
.edh-dashboard-manage > .edh-dashboard-container {
  background-color: #FFFFFF;
  overflow: hidden;
  overflow-y: auto;
}

/* Settings Main Page Specific */
/* line 4, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header {
  margin: 0;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: visible;
}
/* line 13, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .edh-heading {
  margin-left: 22px;
}
/* line 18, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .edh-settings-button-container {
  margin-left: auto;
  margin-right: 22px;
}
/* line 23, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .edh-settings-button-container .btn-lg, .edh-settings-page .edh-settings-header .edh-settings-button-container .btn-group-lg > .btn {
  margin-right: 10px;
}
/* line 29, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .edh-settings-header-search {
  font-size: 12px;
  font-family: "Gotham Book", Arial, sans-serif;
  margin-left: 10px;
}
/* line 36, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .edh-settings-header-search::placeholder {
  color: #BBBBBB;
}
/* line 41, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .ed-tab-bar-wrapper {
  height: auto;
  width: auto;
}
/* line 46, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .ed-tab-bar-wrapper .ed-tab-bar {
  width: auto;
  margin: 5px 12px 5px 12px;
}
/* line 52, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-header .ed-tab-bar-wrapper .ed-tab {
  width: 160px;
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 62, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-mapping-message-display {
  margin: 15px 22px;
}
/* line 66, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container {
  background-color: #DFEAF7;
  overflow: auto;
  padding-bottom: 22px;
}
/* line 74, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header {
  margin-left: 22px;
  margin-right: 22px;
  margin-top: 5.5px;
  margin-bottom: 0;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5.5px;
}
/* line 86, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header .label-unsaved-changes {
  margin-left: 10px;
}
/* line 91, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header .fa-edit {
  font-size: 20px;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
  color: #BBBBBB;
}
/* line 100, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header .edh-settings-clickable-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 108, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header .edh-settings-clickable-container .edh-icon-expand-arrow {
  font-size: 26px;
  height: 24px;
  width: 24px;
  margin-left: auto;
}
/* line 120, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header-hidden .edh-settings-spec-item {
  margin-left: 10px;
}
/* line 125, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header-hidden .edh-check-box {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
/* line 132, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header-hidden .ez-checkbox {
  width: 28px;
  height: 28px;
}
/* line 138, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-header-hidden .metric-checkbox {
  width: 28px;
  height: 28px;
}
/* line 145, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded {
  margin: 0 44px 0 44px;
  height: 80px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #f5f7fc;
  box-shadow: inset 0 1px 4px 1px #DFEAF7;
  border: none;
  padding: 5px 44px;
}
/* line 156, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded .edh-settings-metric-info {
  height: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 163, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded .edh-settings-metric-info .edh-icon-help {
  font-size: 22px;
  height: 27px;
  color: #BBBBBB;
  align-self: center;
  margin-left: 10px;
}
/* line 173, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded .edh-settings-metric-default-indicator {
  color: gray;
  /* Firefox*/
}
/* line 177, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded .edh-settings-metric-default-indicator .edh-slider::-webkit-slider-thumb {
  background: gray;
}
/* line 183, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .edh-settings-container .edh-settings-metric .edh-settings-metric-expanded .edh-settings-metric-default-indicator .edh-slider::-moz-range-thumb {
  background: gray;
}
/* line 192, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .metrics-header {
  overflow: visible;
}
/* line 197, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .label {
  font-size: 15px;
  margin-right: 10px;
}
/* line 203, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-page .settings-metric-tab {
  font-size: 12px;
  width: 20px;
  height: 16px;
}

/* Settings Modal Specific */
/* line 215, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-header {
  color: #615AA7;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
/* line 226, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-subheader {
  color: #615AA7;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 24px;
}
/* line 233, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-full-line {
  display: block;
  width: 100%;
}
/* line 239, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-edit-container {
  padding: 22px;
}
/* line 243, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-edit-container .edh-settings-modal-item {
  margin-top: 22px;
}
/* line 247, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-edit-container .edh-settings-modal-item .edh-settings-input-text {
  width: 50px;
}
/* line 253, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-edit-container .edh-settings-modal-goal-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
}
/* line 260, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-edit-container .edh-settings-modal-goal-container .edh-settings-modal-goal {
  margin-left: auto;
}
/* line 267, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-textarea {
  font-size: 16px;
  max-width: 800px;
  max-height: 400px;
}
/* line 274, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-modal-textarea::placeholder {
  color: #BBBBBB;
}
/* line 279, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-message-base, .edh-settings-modal .edh-message-minimal-base {
  font-size: 16px;
  margin-top: 0;
}
/* line 285, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-metric-default-indicator {
  color: gray;
  /* Firefox*/
}
/* line 289, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-metric-default-indicator .edh-slider::-webkit-slider-thumb {
  background: gray;
}
/* line 295, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-modal .edh-settings-metric-default-indicator .edh-slider::-moz-range-thumb {
  background: gray;
}

/* Generic Within Settings */
/* line 303, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-input {
  margin-left: auto;
}
/* line 307, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-input .edh-settings-input-text {
  width: 60px;
  height: 38px;
  text-align: end;
}

/* line 315, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-text {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 16px;
}

/* line 321, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-metric-reset {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #428BCA;
  margin-right: 10px;
}

/* line 330, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-metric-span-right {
  margin-left: auto;
}

/* line 335, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-container {
  height: calc(100% - 80px);
}

/* line 340, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper {
  height: 100%;
  padding: 22px;
  display: block;
}
/* line 346, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper .edh-mapping-box {
  height: 100%;
  background-color: white;
  padding: 22px;
}
/* line 352, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper .edh-mapping-box .edh-mappings-title {
  color: #615AA7;
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 24px;
}
/* line 359, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper .edh-mapping-box .edh-mappings-search {
  margin: 5px 0 5px 0;
}
/* line 365, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper .edh-mapping-box {
  height: 100%;
}
/* line 369, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-mapping-wrapper .edh-mapping-content {
  height: calc(100% - 80px);
}

/* line 375, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-metric-groups-cell-item {
  margin-left: 25px;
}

/* line 380, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-settings-metric-groups-checkbox {
  margin-left: -5px;
  height: 100%;
  float: left;
}

/* line 387, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-simple-list {
  border-top: 1px solid #C8D9ED;
  margin-bottom: 22px;
}
/* line 392, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-simple-list .edh-simple-list-item {
  min-height: 52px;
  border-bottom: 1px;
  background-color: white;
  border-bottom-color: #C8D9ED;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
}
/* line 402, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-simple-list .edh-simple-list-item .edh-simple-list-item-text {
  font-size: 12px;
  font-family: "Gotham Book", Arial, sans-serif;
}
/* line 408, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-simple-list .edh-simple-list-item .edh-mapping-group {
  width: 100%;
}

/* line 415, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-icon-delete-item {
  margin: 0 10px 0 5px;
  color: grey;
  font-size: 17px;
  cursor: pointer;
}

/* line 423, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-icon-edit-item {
  margin: 0 0px 10 5px;
  color: grey;
  font-size: 17px;
  cursor: pointer;
}

/* line 431, ../../../code/health/css/dashboards/edh.admin.settings.scss */
.edh-icon-add {
  font-size: 24px;
  color: #8BB13F;
  cursor: pointer;
}

/* Reporting > Config Page */
/* line 2, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config {
  flex: 1 0 0%;
}
/* line 6, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-settings-header {
  margin: 0;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 14, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-settings-header .edh-heading {
  margin-left: 22px;
}
/* line 19, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-settings-header .edh-settings-button-container {
  margin-left: auto;
  margin-right: 22px;
}
/* line 24, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-settings-header .edh-settings-button-container .btn-lg, .edh-reporting-config .edh-settings-header .edh-settings-button-container .btn-group-lg > .btn {
  margin-right: 10px;
}
/* line 31, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-reporting-config-edit {
  font-size: 22px;
  margin-right: 22px;
  color: #428BCA;
  cursor: pointer;
  transition: opacity .1s;
}
/* line 39, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config .edh-reporting-config-edit:hover {
  opacity: 0.5;
  transition: opacity .1s;
}

/* line 47, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options {
  margin: 22px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(210, 220, 236, 0.45);
}
/* line 54, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section {
  padding: 22px;
}
/* line 58, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-heading {
  margin-bottom: 22px;
  border-bottom: 2px;
  border-bottom-color: #DCDBDB;
  border-bottom-style: solid;
}
/* line 66, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-config-input {
  display: flex;
}
/* line 70, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-config-input .edh-reporting-config-input-item {
  flex: 1;
  margin: 0px 22px;
}
/* line 75, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-config-input .edh-reporting-config-input-item label {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
/* line 84, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-config-input .edh-reporting-config-input-item.edh-required-field label {
  color: #C75D61;
}
/* line 89, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-config-input .edh-reporting-config-input-item.edh-required-field input {
  border-color: #C75D61;
}
/* line 97, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-group-provider-selection {
  display: flex;
}
/* line 101, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-group-provider-selection .edh-mapping-box {
  width: 44%;
  display: inline-block;
}
/* line 107, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-group-provider-selection .mapping-controls {
  width: 10%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 116, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-group-options .edh-reporting-config-group-input-section .edh-reporting-group-provider-selection .edh-mapping-content {
  max-height: 550px;
}

/* line 125, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-config-input {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 131, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-download {
  font-size: 22px;
  margin-right: 22px;
  color: #A2CB3A;
  cursor: pointer;
  transition: opacity .1s;
}
/* line 139, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-download:hover {
  opacity: 0.5;
  transition: opacity .1s;
}

/* line 149, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-export-request .ed-select {
  margin: 0 22px 22px 22px;
}
/* line 154, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-export-request .edh-reporting-expandable {
  margin: 0 22px;
  display: block;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DCDBDB;
  box-shadow: 2px 2px 2px rgba(210, 220, 236, 0.45);
  cursor: pointer;
}
/* line 165, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-export-request .edh-reporting-expandable .edh-reporting-expandable-label {
  color: #615AA7;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
}
/* line 172, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.edh-reporting-export-request .edh-reporting-expandable .edh-icon-expand-arrow {
  float: right;
}

/* line 179, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.reporting-audits-message {
  margin-top: 11%;
  text-align: center;
  font-size: 30px;
}

/* line 185, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.reporting-audits-data {
  display: flex;
  margin: 20px;
}
/* line 190, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.reporting-audits-data .reporting-audits-element {
  flex: 1;
}

/* line 196, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.content-box-outer-audit-modal {
  margin-top: 44px;
  margin-bottom: 44px;
  border: 5px solid rgba(218, 218, 217, 0.45);
  background-color: rgba(218, 218, 217, 0.45);
  border-radius: 5px;
  background-clip: padding-box;
}
/* line 204, ../../../code/health/css/dashboards/edh.manage.reporting.scss */
.content-box-outer-audit-modal .content-box-inner-audit-modal {
  padding: 20px;
  padding-bottom: 40px;
  min-height: 400px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #c4c4c3;
  background-color: #fff;
}

/* line 3, ../../../code/health/css/dashboards/edh.copyright.scss */
.edh-dashboard-copyright .copyright-text {
  display: flex;
  flex-direction: inherit;
  align-self: flex-start;
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  background-color: white;
  border-radius: 5px;
  padding: 50px 25px 50px 25px;
  font-size: 20px;
}
/* line 20, ../../../code/health/css/dashboards/edh.copyright.scss */
.edh-dashboard-copyright .copyright-text .copyright-item-text .copyright-company-name {
  color: #1F253D;
  font-weight: bolder;
}
/* line 28, ../../../code/health/css/dashboards/edh.copyright.scss */
.edh-dashboard-copyright .copyright-text .copyright-block-quote {
  margin-left: 2em;
  font-style: italic;
}
/* line 33, ../../../code/health/css/dashboards/edh.copyright.scss */
.edh-dashboard-copyright .copyright-text .copyright-block {
  margin-left: 2em;
}

/* line 42, ../../../code/health/css/dashboards/edh.copyright.scss */
.edh-copyright-row {
  min-height: 56px;
}

@media (min-width: 992px) {
  /* line 3, ../../../code/health/css/components/edh.media.scss */
  .col-md-8.edh-metrics-trending-subheading {
    width: 66%;
  }
}
@media (max-width: 1600px) {
  /* line 8, ../../../code/health/css/components/edh.media.scss */
  .edh-banner,
  .edh-footer-banner {
    display: none;
  }

  /* line 12, ../../../code/health/css/components/edh.media.scss */
  .edh-inform-dashboard .edh-population-data,
  .edh-home-graphs {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  /* line 19, ../../../code/health/css/components/edh.media.scss */
  .edh-show-menu .edh-search {
    display: none;
  }

  /* line 22, ../../../code/health/css/components/edh.media.scss */
  .row > .edh-clear-padding, .edh-show-details-row > .edh-clear-padding {
    padding-right: 0;
  }
}
@media (max-width: 1280px) {
  /* line 27, ../../../code/health/css/components/edh.media.scss */
  .edh-population-data {
    flex-direction: column;
  }

  /* line 28, ../../../code/health/css/components/edh.media.scss */
  .d3-axis text {
    font-size: 24px;
  }

  /* line 29, ../../../code/health/css/components/edh.media.scss */
  .d3-guideline text {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  /* line 34, ../../../code/health/css/components/edh.media.scss */
  .edh-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* line 39, ../../../code/health/css/components/edh.media.scss */
  .edh-action-container {
    width: 40%;
  }

  /* line 40, ../../../code/health/css/components/edh.media.scss */
  .dashboard-content-container .status-bar-mange-users .filter-user-container {
    margin-top: 40px;
  }

  /* line 41, ../../../code/health/css/components/edh.media.scss */
  .dashboard-content-container .status-bar-mange-users {
    height: 220px;
  }
}
@media (max-width: 1000px) {
  /* line 46, ../../../code/health/css/components/edh.media.scss */
  .edh-action-container {
    width: 40%;
    float: left;
  }
}
@media (max-width: 1140px) {
  /* line 51, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend {
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 420px;
    margin: auto;
    padding-top: 22px;
    display: flex;
  }
  /* line 60, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item {
    width: 115px;
    flex: 0 0 auto;
  }
  /* line 65, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .edh-legend-label {
    margin-right: 6px;
  }
  /* line 70, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .ed-help, .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-legend > .edh-item > .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .ed-description,
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-legend > .edh-item > .ed-sources,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .ed-sources,
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-legend > .edh-item > .ed-description,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .ed-description,
  .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-legend > .edh-item > .ed-sources,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-dashboard-networkManagement:not(.edh-dashboard-compare) .edh-network-management .edh-legend > .edh-item > .ed-sources {
    float: none;
    display: inline-block;
    margin-top: -4px;
    margin-right: 0;
  }

  /* line 80, ../../../code/health/css/components/edh.media.scss */
  .edh-network-management .d3-arc {
    margin: 0 auto;
  }

  /* line 85, ../../../code/health/css/components/edh.media.scss */
  .ed-column > .edh-two-line > .edh-line:first-child {
    display: none;
  }
}
@media (max-width: 1937px) {
  /* line 93, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-compare .edh-network-management .edh-legend {
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 420px;
    margin: auto;
    padding-top: 22px;
    display: flex;
  }
  /* line 102, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item {
    width: 115px;
    flex: 0 0 auto;
  }
  /* line 107, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .edh-legend-label {
    margin-right: 6px;
  }
  /* line 112, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .ed-help, .edh-dashboard-compare .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-legend > .edh-item > .ed-description, .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .ed-description,
  .edh-dashboard-compare .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-legend > .edh-item > .ed-sources,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-vitals-header .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .ed-sources,
  .edh-dashboard-compare .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-legend > .edh-item > .ed-description,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .ed-description,
  .edh-dashboard-compare .edh-network-management .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-legend > .edh-item > .ed-sources,
  .edh-care-mgmt-v2 .edh-care-mgmt-note-section .edh-care-mgmt-note-item-content .edh-cm-o2-saturation-header .edh-dashboard-compare .edh-network-management .edh-legend > .edh-item > .ed-sources {
    float: none;
    display: inline-block;
    margin-top: -4px;
    margin-right: 0;
  }
}
@media print {
  size: landscape;
  /* line 128, ../../../code/health/css/components/edh.media.scss */
  * {
    transition: none !important;
  }

  /* Fix for Chrome */
  /* line 129, ../../../code/health/css/components/edh.media.scss */
  .navbar-fixed-top.edh-header {
    display: none;
  }

  /* line 133, ../../../code/health/css/components/edh.media.scss */
  div .ed-layout-nav.edh-menu {
    display: none;
  }

  /* line 137, ../../../code/health/css/components/edh.media.scss */
  .nav-sidebar {
    display: none;
  }

  /* line 141, ../../../code/health/css/components/edh.media.scss */
  .edh-content.edh-show-navigate {
    margin-top: 0px;
  }

  /* line 146, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-reporting {
    height: auto;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 155, ../../../code/health/css/components/edh.media.scss */
  .edh-content-header {
    display: none;
  }

  /* line 159, ../../../code/health/css/components/edh.media.scss */
  .edh-report-option-row {
    display: none;
  }

  /* line 164, ../../../code/health/css/components/edh.media.scss */
  .edh-dynamic-table-container {
    max-width: 100%;
  }

  /* line 168, ../../../code/health/css/components/edh.media.scss */
  .edh-dynamic-table {
    font-size: 10px;
    width: 100% !important;
  }
  /* line 176, ../../../code/health/css/components/edh.media.scss */
  .edh-dynamic-table th:not(.edh-selected-column):after {
    display: none;
  }
  /* line 180, ../../../code/health/css/components/edh.media.scss */
  .edh-dynamic-table th.edh-selected-column {
    border-left: 0 none;
    border-right: 0 none;
  }
  /* line 185, ../../../code/health/css/components/edh.media.scss */
  .edh-dynamic-table th.edh-selected-column.edh-toggle-down::after,
  .edh-dynamic-table th.edh-selected-column.edh-toggle-up::after {
    padding-left: none;
  }

  /* line 192, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-container {
    overflow: visible;
    height: auto;
  }

  /* line 198, ../../../code/health/css/components/edh.media.scss */
  .edh-dashboard-container.edh-report-container {
    overflow: visible;
    height: auto;
  }

  /* line 204, ../../../code/health/css/components/edh.media.scss */
  .ed-table > .ed-body {
    overflow: visible;
  }

  /* line 208, ../../../code/health/css/components/edh.media.scss */
  .ed-table > .ed-section > .ed-row {
    border-left: none !important;
    border-right: none !important;
  }

  /* line 214, ../../../code/health/css/components/edh.media.scss */
  .ed-table > .ed-header > .ed-row > .ed-column.ed-sort:not(.ed-ascending):not(.ed-descending):before {
    content: "";
  }

  /* line 218, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list {
    border: none;
  }
  /* line 221, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list > .ed-footer > .ed-row .ed-column {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 226, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list > .ed-body {
    padding: 0px;
  }
  /* line 229, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list > .ed-body > .ed-row:last-child {
    border-bottom-width: 1px;
  }
  /* line 233, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list > .ed-body .ed-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 241, ../../../code/health/css/components/edh.media.scss */
  .edh-patients-list .edh-dashboard-container {
    overflow: visible;
  }
  /* line 247, ../../../code/health/css/components/edh.media.scss */
  .edh-patients-list .edh-dashboard-container .ed-table > .ed-section {
    overflow: visible;
  }

  /* line 254, ../../../code/health/css/components/edh.media.scss */
  .edh-layout-footer, .edh-sentence {
    display: none;
  }

  /* line 259, ../../../code/health/css/components/edh.media.scss */
  .edh-pagination-footer {
    display: none;
  }

  /* line 266, ../../../code/health/css/components/edh.media.scss */
  .ed-layout > .edh-main > .edh-content > .edh-section .edh-dashboard {
    display: block;
  }

  /* line 271, ../../../code/health/css/components/edh.media.scss */
  .row.edh-section.edh-navigator.ng-scope, .edh-section.edh-navigator.ng-scope.edh-show-details-row, .edh-section.edh-navigator.ng-scope.edh-show-details-row {
    display: none;
  }

  /* line 276, ../../../code/health/css/components/edh.media.scss */
  .edh-filters {
    display: none;
  }

  /* line 281, ../../../code/health/css/components/edh.media.scss */
  .edh-ccd-service-dot {
    display: none;
  }

  /* line 286, ../../../code/health/css/components/edh.media.scss */
  .edh-detail-report-date-range > label.edh-ccd-detail-legend {
    display: none;
  }

  /* line 291, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-clinical-cost-drivers {
    flex-direction: column;
  }
  /* line 295, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-clinical-cost-drivers > .edh-ccd-main {
    overflow: visible;
  }
  /* line 305, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-clinical-cost-drivers .edh-ccd-main .edh-ccd-row > div .edh-ccd-treatment-group > .edh-ccd-graph-button {
    display: none;
  }
  /* line 306, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-clinical-cost-drivers .edh-ccd-main .edh-ccd-row > div .edh-ccd-service-dot {
    display: none;
  }
  /* line 307, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-clinical-cost-drivers .edh-ccd-main .edh-ccd-row > div .edh-ccd-service-text {
    display: block;
  }

  /* line 312, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report {
    border-right: none;
  }

  /* line 318, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report > .ed-header > .ed-row {
    border: white;
  }
  /* line 322, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report > .ed-footer > .ed-row {
    border: white;
    border-right: none;
  }
  /* line 326, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report > .ed-footer > .ed-row.scrollbar-padding {
    border-right: none;
  }
  /* line 331, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report > .ed-body {
    padding: 0;
  }
  /* line 334, ../../../code/health/css/components/edh.media.scss */
  .ed-table.edh-table-list.edh-table-landing-report > .ed-body > .ed-row > .ed-column:first-child {
    border-left: none;
  }

  /* line 341, ../../../code/health/css/components/edh.media.scss */
  .edh-container-table {
    display: block;
    height: 100%;
  }

  /* line 346, ../../../code/health/css/components/edh.media.scss */
  .edh-container-table {
    overflow: visible;
  }
  /* line 352, ../../../code/health/css/components/edh.media.scss */
  .edh-container-table .ed-table > .ed-section {
    overflow: visible;
    display: table !important;
  }

  /* line 364, ../../../code/health/css/components/edh.media.scss */
  .edh-ccd-detail .edh-detail-header > div > label > .edh-ccd-service-dot {
    display: none;
  }
  /* line 368, ../../../code/health/css/components/edh.media.scss */
  .edh-ccd-detail .edh-detail-header > div > label > .edh-ccd-header-type {
    display: none;
  }
  /* line 373, ../../../code/health/css/components/edh.media.scss */
  .edh-ccd-detail .edh-service-cat {
    left: 0px;
  }

  /* line 378, ../../../code/health/css/components/edh.media.scss */
  .edh-dot-text {
    display: block;
  }

  /* line 383, ../../../code/health/css/components/edh.media.scss */
  .edh-ccd-service-text {
    display: block;
  }

  /* line 388, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-reporting {
    overflow: visible;
    display: block;
  }
  /* line 393, ../../../code/health/css/components/edh.media.scss */
  .edh-perform-reporting .edh-container-table {
    overflow: visible;
    display: block;
    height: 100%;
    position: relative;
  }

  /* line 408, ../../../code/health/css/components/edh.media.scss */
  .edh-pre-visit-planning .edh-navigator {
    display: none;
  }
  /* line 413, ../../../code/health/css/components/edh.media.scss */
  .edh-pre-visit-planning .edh-patients-list > .edh-dashboard > .edh-dashboard-container {
    overflow: visible;
    height: auto;
    width: auto;
  }
}
/* line 3, ../../../code/health/css/browsers/edh.browser.chrome.scss */
.browser-name-chrome .edh-panel-group.edh-population-data,
.browser-name-chrome .selected-option-container.edh-navigator {
  flex-shrink: 0;
}
/* line 9, ../../../code/health/css/browsers/edh.browser.chrome.scss */
.browser-name-chrome .edh-dashboard-compare > .edh-panel-group > .edh-panel-group,
.browser-name-chrome .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-graph {
  flex: 1 0 0;
}
/* line 15, ../../../code/health/css/browsers/edh.browser.chrome.scss */
.browser-name-chrome .edh-perform-clinical-cost-drivers > .edh-filters {
  border-top: 1px solid #d1e0f1;
}
/* line 16, ../../../code/health/css/browsers/edh.browser.chrome.scss */
.browser-name-chrome .edh-perform-clinical-cost-drivers > .edh-ccd-main .edh-ccd-service-dot:hover > .ed-hover.hover-bottom {
  left: 11px;
}

/* line 1, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox {
  /* Delimiter pipe of 1px is faint on Firefox */
  /* Hide Firefox's default drop down menu arrow */
  /* Avoid overlapping of population panes */
  /* Population panel group needs to be visible below 840px */
}
/* line 3, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-network-management .d3-graph {
  height: auto;
}
/* line 5, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-network-management-report .edh-dynamic-table-container {
  padding-bottom: 306px;
}
/* line 12, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-perform-clinical-cost-drivers > .edh-ccd-main .edh-ccd-service-dot:hover > .ed-hover.hover-bottom:after {
  margin: -14px 0 0 0;
}
/* line 15, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-inform-graph .d3-graph {
  padding-bottom: 7%;
}
/* line 18, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-arc-values-sm {
  border-left: 2px ridge black;
}
/* line 24, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .custom-select select {
  -moz-appearance: none;
}
/* line 30, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .selected-option-container.edh-navigator {
  flex-shrink: inherit;
}
/* line 35, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.edh-dashboard-container .browser-name-firefox > .edh-table-list {
  overflow: auto;
}
/* line 40, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-not-seen-dashboard .edh-graph-error-message {
  margin-bottom: 22px;
}
/* line 45, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-patients-list .edh-container-table {
  overflow: auto;
}
/* line 50, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-checkbox-label {
  vertical-align: 40%;
}
/* line 55, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ed-table.edh-table-list.edh-table-landing-report > .ed-header > .ed-row > .ed-column {
  font-weight: 100;
}
/* line 60, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ed-table {
  position: absolute;
}
/* line 67, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ed-table.edh-table-landing-report > .ed-header > .ed-row.scrollbar-padding > .ed-column.ed-sort:last-child::before {
  right: 21px;
}
/* line 72, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ed-table.edh-table-landing-report > .ed-header > .ed-row > .ed-column.ed-sort:last-child::before {
  right: 13px;
}
/* line 77, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ed-table > .ed-header > .ed-row.scrollbar-padding > .ed-column.ed-sort:last-child::before {
  right: 13px;
}
/* line 84, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .ru-service-bar {
  height: 60px;
}
/* line 94, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:last-child .ru-service-bar {
  height: 30px;
}
@media (max-width: 840px) {
  /* line 104, ../../../code/health/css/browsers/edh.browser.firefox.scss */
  .browser-name-firefox .edh-panel-group {
    padding-top: 5px;
  }
}
/* line 111, ../../../code/health/css/browsers/edh.browser.firefox.scss */
.browser-name-firefox .edh-cv-graph.d3-points-set > svg > .d3-points > .d3-line.d3-guideline {
  stroke-width: 1;
}

/* line 3, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .custom-select select {
  padding-right: 0.6em;
}
/* line 4, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-inform-graph .d3-graph {
  padding-bottom: 7%;
}
/* line 5, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .custom-select::after {
  content: "";
  content: none;
}
/* line 12, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .edh-container-table {
  overflow: auto;
}
/* line 16, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .ed-table {
  width: auto;
}
/* line 19, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .ed-table > .ed-body {
  display: table !important;
}
/* line 23, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .ed-table > .ed-header > .ed-row > .ed-column.ed-sort:before {
  top: 10px;
}
/* line 26, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .ed-table > .ed-header > .ed-row > .ed-column.ed-sort:before.ed-ascending {
  top: 10px;
}
/* line 27, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-patients-list .ed-table > .ed-header > .ed-row > .ed-column.ed-sort:before.ed-descending {
  top: 10px;
}
/* line 32, ../../../code/health/css/browsers/edh.browser.ie.scss */
.edh-dashboard-container .browser-name-msie > .edh-table-list {
  overflow: auto;
}
/* line 37, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-gaps-data-container .edh-bar-graph-container.edh-bar-graph-detailed .d3-bar {
  height: 100px;
}
/* line 42, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-gaps-data-container .edh-bar-graph-container .d3-bar {
  height: 50px;
}
/* line 47, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .d3-graph {
  margin-top: 77px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}
/* line 55, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-network-management > .edh-graphs-container > .edh-graph-container {
  flex: auto;
  padding: 0 0 0 0;
}
/* line 60, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-network-management > .edh-graphs-container > .edh-graph-container > .d3-graph {
  margin-top: 154px;
}
/* line 66, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-network-management > .edh-graphs-container > .edh-network-trending-graph > .d3-graph {
  margin-top: 50px;
}
/* line 71, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-graph-container.edh-cv-graph-container, .browser-name-msie .edh-ru-org-graph-container {
  flex: auto;
  padding: 0 0 0 0;
}
/* line 76, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-graph-container.edh-cv-graph-container > .d3-graph, .browser-name-msie .edh-ru-org-graph-container > .d3-graph {
  margin-top: 132px;
}
/* line 82, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-trending .d3-graph {
  top: 200px;
}
/* line 87, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-compare .edh-trending .d3-graph {
  top: 300px;
}
/* line 92, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-compare .edh-graphs-container .edh-network-trending-graph > .d3-graph {
  top: 225px;
}
/* line 97, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-network-management > .edh-graphs-container {
  flex: auto;
}
/* line 102, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-network-management-report .edh-dynamic-table-container {
  padding-bottom: 231px;
}
/* line 110, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-perform-clinical-cost-drivers .edh-filters {
  top: 0;
  z-index: 1;
}
/* line 116, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-perform-clinical-cost-drivers .edh-ccd-head {
  top: 56px;
}
/* line 120, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-perform-clinical-cost-drivers .edh-ccd-head > .edh-ccd-row {
  border: none;
}
/* line 124, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-perform-clinical-cost-drivers .edh-ccd-head > .edh-ccd-row > div {
  height: 56px;
}
/* line 128, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-perform-clinical-cost-drivers .edh-ccd-main .edh-ccd-service-dot:hover > .ed-hover:after {
  margin: -8px 0 0 0;
}
/* line 131, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-checkbox-label {
  vertical-align: 40%;
}
/* line 136, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-ccd-detail > .edh-ccd-back {
  position: fixed;
  left: 278px;
  top: 66px;
}
/* line 150, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-container-table > .edh-table-landing-report > .ed-header > .ed-row > .ed-column.ed-sort:before {
  top: 16px;
  right: 11px;
}
/* line 161, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-checkbox-label {
  vertical-align: 40%;
}
/* line 166, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-cv-detail > .edh-cv-back {
  position: fixed;
  left: 278px;
  top: 66px;
}
/* line 172, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-cv-detail .edh-container-table {
  height: calc(100% - 166px);
}
/* line 185, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-container-table > .edh-table-landing-report > .ed-header > .ed-row > .ed-column.ed-sort:before {
  top: 16px;
  right: 11px;
}
/* line 196, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .ru-service-bar {
  height: 60px;
}
@media (min-width: 1366px) {
  /* line 203, ../../../code/health/css/browsers/edh.browser.ie.scss */
  .browser-name-msie .edh-gaps-data-container .edh-bar-graph-container.edh-bar-graph-detailed .d3-bar,
  .browser-name-msie .edh-gaps-data-container .edh-bar-graph-container .d3-bar {
    width: 510px;
  }
  /* line 209, ../../../code/health/css/browsers/edh.browser.ie.scss */
  .browser-name-msie .edh-dashboard-compare .edh-gaps-data-container .edh-bar-graph-container.edh-bar-graph-detailed .d3-bar,
  .browser-name-msie .edh-dashboard-compare .edh-gaps-data-container .edh-bar-graph-container .d3-bar {
    width: auto;
  }
}
@media (min-width: 1560px) {
  /* line 218, ../../../code/health/css/browsers/edh.browser.ie.scss */
  .browser-name-msie .edh-dashboard-compare .edh-gaps-data-container .edh-bar-graph-container.edh-bar-graph-detailed .d3-bar,
  .browser-name-msie .edh-dashboard-compare .edh-gaps-data-container .edh-bar-graph-container .d3-bar {
    width: 510px;
  }
}
/* line 229, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-metrics-trending-detail > .d3-graph {
  margin-top: 0;
}
/* line 234, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-overall-test-arc-container {
  margin: 0px;
  float: none;
}
/* line 239, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-metrics-detail {
  margin: 0px;
  float: left;
}
/* line 244, ../../../code/health/css/browsers/edh.browser.ie.scss */
.browser-name-msie .edh-test-arc-container {
  margin: 0px;
  float: none;
}

/* line 3, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-footer,
.browser-name-msie.browser-version-9 .ed-layout-content,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-d3-graphs > div:nth-child(2) {
  position: absolute;
}
/* line 8, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout,
.browser-name-msie.browser-version-9 .ed-layout-body,
.browser-name-msie.browser-version-9 .ed-footer,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-d3-graphs > div:last-child,
.browser-name-msie.browser-version-9 .admin.dashboard-content-container,
.browser-name-msie.browser-version-9 .angular-google-map,
.browser-name-msie.browser-version-9 .edh-d3-graphs,
.browser-name-msie.browser-version-9 .edh-dashboard,
.browser-name-msie.browser-version-9 .edh-dashboard-container,
.browser-name-msie.browser-version-9 .edh-map,
.browser-name-msie.browser-version-9 .edh-panel,
.browser-name-msie.browser-version-9 .edh-cm-tasks-panel,
.browser-name-msie.browser-version-9 .edh-metrics > .edh-dashboard-container > .edh-panel-group,
.browser-name-msie.browser-version-9 .edh-patients,
.browser-name-msie.browser-version-9 .edh-patients-list,
.browser-name-msie.browser-version-9 .profile {
  display: block;
}
/* line 25, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-nav,
.browser-name-msie.browser-version-9 .ed-layout-content,
.browser-name-msie.browser-version-9 .angular-google-map,
.browser-name-msie.browser-version-9 .angular-google-map-container,
.browser-name-msie.browser-version-9 .ed-tab-bar,
.browser-name-msie.browser-version-9 .edh-arc-container,
.browser-name-msie.browser-version-9 .edh-arc-graphs,
.browser-name-msie.browser-version-9 .edh-navigator,
.browser-name-msie.browser-version-9 .edh-graph-container,
.browser-name-msie.browser-version-9 .edh-graphs-container,
.browser-name-msie.browser-version-9 .edh-inform-title,
.browser-name-msie.browser-version-9 .edh-label-container,
.browser-name-msie.browser-version-9 .edh-legend,
.browser-name-msie.browser-version-9 .edh-panel-graph,
.browser-name-msie.browser-version-9 .edh-panel-group,
.browser-name-msie.browser-version-9 .edh-metrics-container > .row,
.browser-name-msie.browser-version-9 .edh-metrics-container > .edh-show-details-row,
.browser-name-msie.browser-version-9 .profile,
.browser-name-msie.browser-version-9 .users,
.browser-name-msie.browser-version-9 .edh-inform-title > div {
  display: inline-block;
  margin-right: -4px;
}
/* line 46, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-metrics-container > .edh-show-details-row {
  float: right;
}
/* line 52, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-tab,
.browser-name-msie.browser-version-9 .edh-population-data .edh-panel,
.browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel,
.browser-name-msie.browser-version-9 .edh-legend > .edh-item,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel {
  display: inline-block;
}
/* line 58, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-footer-banner,
.browser-name-msie.browser-version-9 .edh-banner,
.browser-name-msie.browser-version-9 .ed-select:not(.ed-selected) > .ed-option-container {
  display: none;
}
/* line 63, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .main,
.browser-name-msie.browser-version-9 .ed-layout,
.browser-name-msie.browser-version-9 .ed-layout-body,
.browser-name-msie.browser-version-9 .edh-d3-graphs,
.browser-name-msie.browser-version-9 .edh-graphs-container,
.browser-name-msie.browser-version-9 .edh-graph-container,
.browser-name-msie.browser-version-9 .angular-google-map,
.browser-name-msie.browser-version-9 .angular-google-map-container,
.browser-name-msie.browser-version-9 .edh-map,
.browser-name-msie.browser-version-9 .edh-arc-graphs,
.browser-name-msie.browser-version-9 .edh-arc-container,
.browser-name-msie.browser-version-9 .edh-patients-list,
.browser-name-msie.browser-version-9 .edh-patient-main,
.browser-name-msie.browser-version-9 .edh-loading-screen {
  height: 100%;
}
/* line 79, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-graph-container.edh-trending {
  height: 800px;
}
/* line 80, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-dashboard-compare > .edh-panel-group > .edh-panel-group:first-child .edh-graph-container.edh-trending {
  height: 754px;
}
/* line 82, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-panel-graph:last-child {
  height: 80%;
}
/* line 85, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-content {
  vertical-align: top;
}
/* line 88, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .main,
.browser-name-msie.browser-version-9 .ed-layout-body {
  min-height: 100%;
  height: 100vh;
}
/* line 92, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .main,
.browser-name-msie.browser-version-9 .ed-layout,
.browser-name-msie.browser-version-9 .ed-layout-body,
.browser-name-msie.browser-version-9 .ed-layout-footer,
.browser-name-msie.browser-version-9 .edh-home-graphs,
.browser-name-msie.browser-version-9 .edh-panel-graph,
.browser-name-msie.browser-version-9 .edh-graphs-container,
.browser-name-msie.browser-version-9 .edh-graph-container,
.browser-name-msie.browser-version-9 .angular-google-map,
.browser-name-msie.browser-version-9 .angular-google-map-container,
.browser-name-msie.browser-version-9 .edh-map,
.browser-name-msie.browser-version-9 .edh-population-data,
.browser-name-msie.browser-version-9 .edh-dashboard,
.browser-name-msie.browser-version-9 .ed-layout-content,
.browser-name-msie.browser-version-9 .edh-arc-graphs,
.browser-name-msie.browser-version-9 .edh-arc-container,
.browser-name-msie.browser-version-9 .edh-dashboard-compare > .edh-panel-group > .edh-panel-group > .edh-panel-group:first-child,
.browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data,
.browser-name-msie.browser-version-9 .edh-dashboard-compare > .edh-panel-group > .edh-panel-group {
  width: 100%;
}
/* line 113, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-population-data > .edh-panel-group,
.browser-name-msie.browser-version-9 .edh-home-graphs > .edh-panel-group {
  min-width: 100%;
}
/* line 117, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-inform-title > div {
  width: 50%;
}
/* line 120, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-nav {
  width: 238px;
}
/* line 121, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-hide-menu .ed-layout-nav {
  width: 66px;
}
/* line 122, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs .edh-inform-metrics {
  width: 270px;
}
/* line 123, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs .edh-notSeen-metrics {
  width: 300px;
}
/* line 125, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel,
.browser-name-msie.browser-version-9 .edh-population-data .edh-panel,
.browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel,
.browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data {
  width: 94%;
}
/* line 130, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-population-data .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel:last-child,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel:last-child,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel:last-child {
  margin-right: 6%;
}
/* line 134, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-content {
  margin-left: 238px;
}
/* line 135, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-hide-menu .ed-layout-content {
  margin-left: 66px;
}
/* line 136, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs .edh-arc-container > div {
  margin: 8% auto 0 auto;
}
/* line 137, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-patient-item {
  margin-left: 22px;
}
/* line 138, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-patient-item:last-child {
  margin-bottom: 22px;
}
/* line 140, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-population-data .edh-panel, .browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel,
.browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel {
  margin-right: 0;
  margin-left: 0;
}
/* line 144, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-patients-list .edh-patient-main {
  padding-right: 0;
  padding-left: 0;
}
/* line 145, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-content {
  padding-right: 238px;
}
/* line 146, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-hide-menu .ed-layout-content {
  padding-right: 66px;
}
/* line 148, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-layout-content {
  top: 0;
  left: 0;
}
/* line 150, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-inform-label {
  float: left;
}
/* line 151, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .ed-select {
  overflow-y: visible;
}
/* line 152, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .users.edh-dashboard-container {
  overflow: hidden;
}
/* line 155, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-compare-modal .accordion-toggle,
.browser-name-msie.browser-version-9 .edh-compare-modal .accordion-toggle:hover,
.browser-name-msie.browser-version-9 .edh-compare-modal .accordion-toggle:focus,
.browser-name-msie.browser-version-9 .edh-compare-modal .accordion-toggle:active {
  cursor: pointer;
}
/* line 164, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-label-container > .edh-graphs-title {
  float: right;
}
/* line 170, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-compare-modal .radio-input > span:before {
  top: -2.5px;
  right: -1.5px;
}
/* line 174, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-compare-modal .radio-input > input[type="radio"]:checked + span:before {
  top: -3.5px;
  right: -2.5px;
}
/* line 181, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-metrics-trending-title-container {
  margin-top: 0px;
}
/* line 185, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item:nth-child(2).edh-active > .edh-icon {
  background-color: #73A9DB;
  background-image: none;
}
/* line 191, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item:nth-child(3).edh-active > .edh-icon {
  background-color: #A5C847;
  background-image: none;
}
/* line 197, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item:nth-child(4).edh-active > .edh-icon {
  background-color: #A5C847;
  background-image: none;
}
/* line 203, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item:nth-child(5).edh-active > .edh-icon {
  background-color: #A5C847;
  background-image: none;
}
/* line 209, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item:nth-child(6).edh-active > .edh-icon {
  background-color: #F26522;
  background-image: none;
}
/* line 214, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-main > .edh-menu > .nav > .edh-item > .nav > .edh-item.edh-active > .edh-icon {
  background-color: #0E1223;
  background-image: none;
}
/* line 220, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-menu > .nav > .edh-item.edh-active.edh-selected > .edh-icon.edh-link {
  z-index: auto;
}
/* line 224, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-dashboard-container > .edh-dashboard-compare > .edh-panel-group {
  width: 100%;
}
/* line 227, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-dashboard-container > .edh-dashboard-compare > .edh-panel-group .edh-panel-group > .edh-panel-group {
  width: 100%;
}
/* line 232, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-panel-group.edh-net-overview-panel > .edh-panel, .browser-name-msie.browser-version-9 .edh-panel-group.edh-net-overview-panel > .edh-cm-tasks-panel {
  width: 47%;
  display: inline-block;
}
/* line 237, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-network-management > .edh-graphs-container > .edh-graph-container > .d3-arc {
  display: inline;
}
/* line 241, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-network-management > .edh-graphs-container > .edh-graph-container > .d3-arc {
  display: block;
}
/* line 245, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-network-management .edh-legend.edh-legend-compare {
  position: relative;
  display: block;
}
/* line 250, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-network-management .edh-legend {
  position: absolute;
}
/* line 253, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-network-management {
  height: auto;
}
/* line 256, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-inform-dashboard > .edh-dashboard-container > .edh-panel-group.edh-home-graphs.edh-panel-graph > .edh-panel-group > .edh-panel > .edh-inform-graph, .browser-name-msie.browser-version-9 .edh-inform-dashboard > .edh-dashboard-container > .edh-panel-group.edh-home-graphs.edh-panel-graph > .edh-panel-group > .edh-cm-tasks-panel > .edh-inform-graph {
  text-align: center;
}
/* line 260, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs {
  text-align: center;
}
/* line 264, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs > .edh-legend {
  display: inline-flex;
}
/* line 268, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-arc-graphs > span {
  line-height: 300px;
}
/* line 273, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 th.edh-selected-column {
  background: #fff;
}
/* line 278, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 div .edh-report-option-row {
  right: 236px;
}
/* line 286, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
.browser-name-msie.browser-version-9 .edh-perform-clinical-cost-drivers .edh-filters > span {
  top: 50%;
  transform: translateY(50%);
  padding-top: 0;
}

/* .edh-dashboard-compare rules are also used in safari */
@media (min-width: 768px) {
  /* line 300, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-population-data .edh-panel, .browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel {
    width: 47%;
  }
  /* line 301, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel {
    width: 96%;
  }
  /* line 302, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data {
    width: 97%;
  }
  /* line 304, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-population-data .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-population-data .edh-cm-tasks-panel:last-child {
    margin-right: 3%;
  }
  /* line 306, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-population-data > .edh-panel-group > .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-population-data > .edh-panel-group > .edh-cm-tasks-panel:last-child {
    float: right;
  }
  /* line 308, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-cm-tasks-panel:last-child {
    float: none;
  }
}
@media (min-width: 1000px) {
  /* line 316, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel {
    width: 47%;
  }
  /* line 317, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data {
    width: 95%;
  }
  /* line 318, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare > .edh-panel-group > .edh-panel-group {
    width: 50%;
  }
  /* line 320, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel:last-child {
    margin-right: 3%;
  }
  /* line 322, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs > .edh-panel-group > .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-home-graphs > .edh-panel-group > .edh-cm-tasks-panel:last-child {
    float: right;
  }
}
@media (max-width: 1100px) {
  /* line 330, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-network-management .edh-legend {
    position: relative;
  }
}
@media (min-width: 1310px) {
  /* line 341, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-population-data > .edh-panel-group {
    width: 50%;
    min-width: 516px;
  }
  /* line 342, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-population-data > .edh-panel-group.edh-net-overview-panel {
    width: 100%;
    min-width: 100%;
  }
  /* line 343, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data > .edh-panel-group {
    width: 100%;
  }
  /* line 345, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel {
    width: 48.5%;
  }
  /* line 346, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data {
    width: 96%;
  }
  /* line 348, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-home-graphs .edh-panel:last-child, .browser-name-msie.browser-version-9 .edh-home-graphs .edh-cm-tasks-panel:last-child {
    margin-right: 1.5%;
  }
}
@media (min-width: 1600px) {
  /* line 356, ../../../code/health/css/browsers/edh.browser.ie.9.scss */
  .browser-name-msie.browser-version-9 .edh-dashboard-compare .edh-population-data {
    width: 97%;
  }
}
/* line 1, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge {
  /* Side menu width when minimized */
}
/* line 4, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-hide-menu .ed-layout-nav.edh-menu {
  flex: 0 0 25.3846153846px;
}
/* line 6, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .status-bar-container {
  min-height: 50px;
}
@media (max-width: 1028px) {
  /* line 13, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
  .browser-name-msie.browser-version-10-ge .edh-panel-group.edh-panel-graph.ng-scope {
    flex-basis: auto;
  }
}
/* line 17, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-dashboard.compare > .edh-panel-group.edh-population-data.ng-scope {
  display: block;
}
@media (max-width: 1220px) {
  /* line 23, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
  .browser-name-msie.browser-version-10-ge .edh-ie10-small-fontsize {
    font-size: 11px;
  }
}
@media (max-width: 1220px) {
  /* line 28, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
  .browser-name-msie.browser-version-10-ge .edh-ie10-small-fontsize {
    font-size: 11px;
  }
}
@media (max-width: 1189px) {
  /* line 33, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
  .browser-name-msie.browser-version-10-ge .edh-ie10-ge-header {
    height: 150px;
  }
}
@media (max-width: 776px) {
  /* line 38, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
  .browser-name-msie.browser-version-10-ge .edh-ie10-ge-header {
    height: 200px;
  }
}
/* line 41, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .selected-option-container.edh-navigator,
.browser-name-msie.browser-version-10-ge .edh-panel-group.edh-population-data.ng-scope,
.browser-name-msie.browser-version-10-ge .edh-panel-group.edh-population-data {
  flex-shrink: inherit;
}
/* line 51, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-compare-modal .radio-input > span:before {
  top: -1.5px;
}
/* line 54, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-compare-modal .radio-input > input[type="radio"]:checked + span:before {
  top: -2.5px;
}
/* line 60, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-panel.edh-overflow:after, .browser-name-msie.browser-version-10-ge .edh-overflow.edh-cm-tasks-panel:after {
  content: " ";
  clear: both;
}
/* line 66, ../../../code/health/css/browsers/edh.browser.ie.10-ge.scss */
.browser-name-msie.browser-version-10-ge .edh-panel-graph.edh-net-graph-container {
  min-height: 100%;
}

/* line 1, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari {
  /* Population panes overlapping into each other */
  /* Population panes overlap into Data last updated */
  /* Population count panes visibility */
  /* Population count panes visibility */
  /* Population count panes overlaps into Data last updated */
}
/* line 4, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-panel-group.edh-population-data.ng-scope,
.browser-name-safari .edh-panel-group.edh-population-data,
.browser-name-safari .selected-option-container.edh-navigator {
  flex-shrink: inherit;
}
@media (max-width: 840px) {
  /* line 14, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-panel-group {
    padding-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  /* line 19, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-panel-group .edh-d3-graphs.edh-panel, .browser-name-safari .edh-panel-group .edh-d3-graphs.edh-cm-tasks-panel {
    -webkit-flex: 1 1 auto;
  }
}
/* line 25, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-inform-graph .d3-graph {
  padding-bottom: 7%;
}
@media (min-width: 840px) {
  /* line 30, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-panel-group {
    min-height: 100px;
    padding-bottom: 0%;
  }
}
@media (max-width: 840px) {
  /* line 36, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-panel-group {
    min-height: 100px;
    display: block;
  }
  /* line 37, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .ie10padding {
    padding-top: 5px;
  }
}
@media (max-width: 840px) {
  /* line 43, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-panel-group {
    padding-top: 5px;
  }
}
/* line 46, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-panel-group .edh-panel, .browser-name-safari .edh-panel-group .edh-cm-tasks-panel,
.browser-name-safari .edh-content > .edh-section:last-child:not(.edh-footer-banner),
.browser-name-safari .edh-content > .edh-inform-dashboard,
.browser-name-safari .edh-dashboard-container > .edh-panel-group:last-child,
.browser-name-safari .edh-d3-graphs .d3-graph,
.browser-name-safari .edh-d3-graphs .edh-map,
.browser-name-safari .angular-google-map,
.browser-name-safari .angular-google-map-container,
.browser-name-safari .edh-d3-graphs,
.browser-name-safari .angular-google-map,
.browser-name-safari .edh-dashboard-container,
.browser-name-safari .edh-graphs-container,
.browser-name-safari .edh-graph-container,
.browser-name-safari .ed-tab-bar > .ed-select,
.browser-name-safari .edh-panel-group > .edh-panel-group,
.browser-name-safari .edh-arc-graphs,
.browser-name-safari .edh-patients-list,
.browser-name-safari .edh-patient-main,
.browser-name-safari .dashboard-content-container,
.browser-name-safari .auth-container,
.browser-name-safari .users,
.browser-name-safari .edh-dashboard.row,
.browser-name-safari .edh-dashboard.edh-show-details-row,
.browser-name-safari .dashboard-content-container > .edh-dashboard,
.browser-name-safari .profile,
.browser-name-safari .profile > .edh-dashboard,
.browser-name-safari .users > .edh-dashboard {
  flex: 1 0 0;
}
/* line 74, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .ed-option-container {
  position: relative;
  padding: 6px 0;
  display: inline-block;
}
/* line 80, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .ed-selected .ed-option-container {
  display: inline-block;
}
/* line 84, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-panel-group {
  width: 100%;
}
/* line 88, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data {
  display: inline-block;
}
/* line 91, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data > .edh-panel-group {
  display: inline-block;
}
/* line 94, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-panel, .browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-cm-tasks-panel {
  display: inline-block;
}
/* line 98, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data > .edh-panel-group:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 102, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-compare .edh-dashboard-compare .edh-population-data > .edh-panel-group:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 109, ../../../code/health/css/browsers/edh.browser.safari.scss */
.browser-name-safari .edh-trending svg {
  max-width: 100%;
}

/* from ie9 */
@media (min-width: 768px) {
  /* line 119, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data {
    width: 97%;
  }
  /* line 120, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-panel:last-child, .browser-name-safari .edh-dashboard-compare .edh-population-data > .edh-panel-group > .edh-cm-tasks-panel:last-child {
    float: none;
  }
}
@media (min-width: 1000px) {
  /* line 128, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data {
    width: 95%;
  }
  /* line 129, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare > .edh-panel-group > .edh-panel-group {
    width: 50%;
  }
}
@media (min-width: 1310px) {
  /* line 138, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data > .edh-panel-group {
    width: 100%;
  }
  /* line 139, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data {
    width: 96%;
  }
}
@media (min-width: 1600px) {
  /* line 147, ../../../code/health/css/browsers/edh.browser.safari.scss */
  .browser-name-safari .edh-dashboard-compare .edh-population-data {
    width: 97%;
  }
}
/* line 6, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-row, .outreach-flex-row-centered, .outreach-status, .outreach-toolbar .outreach-status, .outreach-toolbar .outreach-status .outreach-status-value, .outreach-comm-header-name, .outreach-flex-row-right, .outreach-toolbar .outreach-create-filter-right, .outreach-form-content-desc, .outreach-flex-row-spacer, .outreach-form-content-label, .outreach-comm-header-content, .outreach-toolbar, .outreach-toolbar .outreach-create-filter-left, .outreach-report-toolbar, .outreach-report-toolbar .outreach-report-header-summary, .outreach-pagination-footer, .outreach-comm-header, .outreach-dnd-gripper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/* line 13, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-row-centered, .outreach-status, .outreach-toolbar .outreach-status, .outreach-toolbar .outreach-status .outreach-status-value, .outreach-comm-header-name {
  justify-content: center;
}

/* line 18, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-row-right, .outreach-toolbar .outreach-create-filter-right, .outreach-form-content-desc {
  justify-content: flex-end;
}

/* line 23, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-row-spacer, .outreach-form-content-label, .outreach-comm-header-content {
  flex: 1 0 auto;
}

/* line 29, ../../../code/health/css/dashboards/edh.outreach.scss */
input[type="checkbox"].outreach-campaign-communication {
  margin: 0;
  margin-right: 10px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  cursor: auto;
}

/* line 41, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-search input::placeholder {
  color: #999;
}
/* line 46, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-search input {
  height: 34px;
  width: 270px;
}
/* line 52, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-search .ed-magnifying-glass {
  margin-left: -10%;
}

/* line 58, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-status {
  border-radius: .25em;
  font-weight: bold;
  font-size: .68rem;
  padding: 2px;
  text-transform: uppercase;
  min-width: 80px;
  min-height: 18px;
  color: #eee;
}

/* line 72, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-status-draft {
  background-color: yellowgreen;
}

/* line 72, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-status-active {
  background-color: green;
}

/* line 72, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-status-closed {
  background-color: darkred;
}

/* line 72, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-status- {
  background-color: blue;
}

/* line 77, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report {
  display: flex;
  overflow: scroll;
  height: 100%;
}
/* line 82, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report .edh-report-cell-colored-container {
  padding: 0;
  margin: 0;
  border-radius: .25em;
  min-height: 20px;
}
/* line 89, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report .edh-dashboard-container {
  overflow: visible !IMPORTANT;
  height: auto;
}
/* line 94, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report .edh-dashboard {
  display: block;
}
/* line 98, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report .edh-report-cell-colored-container .edh-report-cell-colored {
  padding: 0;
  text-transform: uppercase;
  color: white;
  text-align: center;
  min-width: 80px;
  font-size: .68rem;
}

/* line 108, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-name-link {
  color: #347fbe;
  font-weight: bold;
  cursor: pointer;
  word-break: break-word;
  padding-right: 5px;
}

/* line 117, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-name-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
}

/* line 124, ../../../code/health/css/dashboards/edh.outreach.scss */
#outreach-clone-button-image {
  height: 15px;
  cursor: pointer;
}

/* line 130, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-centering {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* line 137, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-copy-button-left {
  margin-left: auto;
}

/* line 142, ../../../code/health/css/dashboards/edh.outreach.scss */
#outreach-create-practice {
  width: 50%;
}

/* line 147, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  flex: 1 0 0;
  overflow: hidden;
}
/* line 155, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container .outreach-flex-scrolling-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow-y: scroll;
}
/* line 162, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container .edh-report-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 167, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container .edh-report-contents {
  display: flex;
  flex-direction: column;
  flex-grow: 1 0 auto;
}
/* line 173, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container .edh-dashboard {
  height: auto;
}
/* line 177, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flex-scroll-container .edh-pagination-footer {
  height: 86px;
}

/* line 182, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar {
  justify-content: stretch;
  padding: 5px 20px 5px 20px;
  border-bottom: 1px solid #DCDBDB;
  background-color: white;
}
/* line 190, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-btn-primary {
  margin: 0 0 0 5px;
}
/* line 195, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-toolbar-component {
  margin-left: auto;
}
/* line 200, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-create-filter-left {
  align-items: stretch;
  flex: 0 0 auto;
  margin-right: 10px;
  margin-top: 0;
}
/* line 209, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-status {
  flex: 1 1 auto;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 20px;
  text-transform: uppercase;
  margin: 0 10px;
}
/* line 219, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-status .outreach-status-label {
  margin-right: 10px;
  color: #959595;
}
/* line 225, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-status .outreach-status-value {
  border-radius: .25em;
  font-weight: bold;
  padding: 2px;
  min-width: 60px;
  min-height: 18px;
  background-color: #F26522;
  color: #eee;
}
/* line 238, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-status .outreach-status-text {
  color: white;
}
/* line 244, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .outreach-create-filter-right {
  align-items: stretch;
  flex: 0 0 auto;
  margin-left: 10px;
}
/* line 252, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toolbar .edh-node {
  margin: 0 0 0 8px;
}

/* line 257, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report-toolbar {
  justify-content: space-between;
  padding: 0 20px 0 20px;
  min-height: 60px;
  border-bottom: 1px solid #DCDBDB;
  background-color: white;
}
/* line 265, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report-toolbar .outreach-report-header-summary {
  width: 155px;
}
/* line 270, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report-toolbar .totalPatientsLabel {
  margin: 0;
}
/* line 274, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report-toolbar .totalPatientsNum {
  margin: 0 0 2px 20px;
}
/* line 278, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-report-toolbar .edh-navigator {
  width: 260px;
}

/* line 283, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-pagination-footer {
  border-top: 1px solid #DCDBDB;
  height: 66px;
  padding: 0 20px 0 20px;
}

/* line 290, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-content-full {
  flex-grow: 1;
}

/* line 295, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-row-flex {
  display: flex;
}

/* line 300, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-group-first {
  margin: 0px 0px 20px 0px;
  color: #999999;
}

/* line 306, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-group label {
  color: #999999;
}

/* line 311, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-content-container {
  margin: 7px 10px 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #DCDBDB;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 20px;
  flex-grow: 1;
}
/* line 321, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-content-container hr {
  border-color: #DCDBDB;
  border-width: 1px;
}
/* line 326, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-content-container h2 {
  margin: 10px 0 10px 0;
}

/* line 331, ../../../code/health/css/dashboards/edh.outreach.scss */
.ed-tab.edh-button.outreach-list-report-button {
  height: 28px;
  width: 80px;
  font-size: x-small;
  float: left;
  margin-top: 6px;
}

/* line 340, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-content-label {
  justify-content: stretch;
}

/* line 346, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-form-content-desc {
  font-size: .8em;
  margin-bottom: 7px;
  color: #cc9999;
}

/* line 354, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-modal-span {
  padding-right: 3px;
}

/* line 359, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-span {
  padding-left: 3px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 366, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-radio-group {
  white-space: nowrap;
}

/* line 371, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-disable-text {
  color: #d7d7d7;
  text-decoration: none;
}

/* line 377, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-fade-element {
  opacity: .5;
  cursor: default;
}

/* line 383, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-practice-select {
  height: 44px;
}

/* line 387, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-message-base {
  padding: 15px 0 5px 0;
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
  color: #FFFFFF;
  background-clip: padding-box;
  margin: 15px;
  text-align: center;
  border-radius: 5px;
  background-clip: padding-box;
}
/* line 398, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-message-base.outreach-message-display {
  border: 1px solid #c5d8f7;
  background-color: #c5d8f7;
  color: black;
}
/* line 405, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-message-base.outreach-message-warning {
  border: 1px solid #F1E464;
  background-color: #FFFCE4;
  color: black;
}
/* line 412, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-message-base.outreach-message-error {
  border: 1px solid #C75D61;
  background-color: #F3A1A2;
  color: white;
}

/* line 420, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-description-hover {
  display: inline-block;
  position: relative;
  height: 16px;
  cursor: pointer;
  width: auto;
}
/* line 428, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-description-hover:before {
  position: absolute;
  display: block;
  top: 0;
  left: 5px;
}

/* line 437, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-description-hover > .d3-tip {
  display: none;
  width: 240px;
  height: auto;
  position: absolute;
  margin-top: -130px;
  margin-left: -40px;
}
/* line 446, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-description-hover > .d3-tip.outreach-campaign-duplicate-button {
  width: auto;
  margin-left: -85px;
}

/* line 453, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-list-description-hover:hover > .d3-tip {
  display: block;
  font-weight: normal;
  text-align: left;
}

/* line 460, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-item {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  color: #898989;
  text-align: center;
  top: 160px;
  bottom: auto;
  left: 40px;
}
/* line 472, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-campaign-item:after {
  margin: -16px 0 0 0;
  transform: rotate(180deg);
  top: 0;
}

/**
 * Items related to PHMO-2799,
 * UI: Enhance Campaign Details Screen for Rank Pref Order of Comm Methods
 */
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
/* line 494, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-edit ul[dnd-list] {
  min-height: 42px;
  padding-left: 0;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
/* line 505, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-edit ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
/* line 514, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-edit ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

/* line 520, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-edit ul[dnd-list] li {
  background-color: #fff;
  display: block;
  margin-top: 10px;
}

/* line 526, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-svg-icon, .outreach-open-expander-icon, .outreach-close-expander-icon {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  filter: invert(57%) sepia(51%) saturate(3493%) hue-rotate(157deg) brightness(89%) contrast(101%);
}

/* line 533, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-open-expander-icon {
  display: inline-block;
  transform: rotate(90deg);
  transition-Duration: 0.5s;
  transition-Timing-Function: ease-in-out;
  margin: 0 10px;
}

/* line 542, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-close-expander-icon {
  display: inline-block;
  transform: rotate(0deg);
  transition-Duration: 0.5s;
  transition-Timing-Function: ease-in-out;
}

/* line 550, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-name {
  padding-right: 10px;
  font-size: large;
  font-weight: bold;
}

/* line 557, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 750px;
}

/* line 564, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-flat-bottom {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 571, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-round-bottom {
  border-radius: 4px;
}

/* line 575, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-content-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #999;
  align-items: stretch;
}
/* line 582, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-content-container .outreach-comm-content-row {
  display: flex;
  flex: 1 0 0;
}
/* line 587, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-content-container .form-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* line 594, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-label {
  font-weight: normal;
}

/* line 598, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-item {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #178fd2cc;
  font-family: Arial, Helvetica, sans-serif;
  transition-Property: height;
  transition-Duration: 0.5s;
  transition-Timing-Function: ease-in-out;
}

/* line 608, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header {
  align-items: stretch;
  border-bottom: 1px solid #178fd2cc;
  background: #e1f1fa;
  background: linear-gradient(0deg, #e1f1fa 0%, #fafaff 100%);
  padding: 0 15px;
}

/* line 617, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-disabled {
  color: #ccc;
  background: #efefef;
  background: linear-gradient(0deg, #efefef 0%, #fbfbfb 100%);
}

/* line 623, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-dnd-gripper {
  cursor: grab;
  color: #178fd2cc;
  font-size: .875rem;
}
/* line 628, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-dnd-gripper .fas {
  margin: 0 1px 0 0;
}

/* line 633, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-content {
  cursor: default;
  color: #178fd2cc;
}
/* line 638, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-content .fas {
  font-size: 1rem;
  transform: scale(-1, 1);
  margin: 0 10px 0 5px;
}

/* line 646, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-comm-header-content-disabled {
  opacity: 0.4;
}

/* line 651, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toggle-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
/* line 656, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-toggle-button .edh-gaps-details-on, .outreach-toggle-button .edh-gaps-details-off {
  font-size: 0.8em;
  margin-right: 0px;
  width: 38px;
  height: 26px;
}

/* line 665, ../../../code/health/css/dashboards/edh.outreach.scss */
.outreach-locked-textarea {
  resize: none;
}

/* line 3, ../../../code/health/directives/edhPhoneNumber/edh.phone.number.scss */
.edh-phone-number label {
  font-weight: bold;
  font-size: 10px;
  color: darkgray;
}
/* line 9, ../../../code/health/directives/edhPhoneNumber/edh.phone.number.scss */
.edh-phone-number i {
  color: #A2CB3A;
  font-size: 10px;
  transform: scale(-1, 1);
}

/**
* Copyright 2020-2021 NXGN Management, LLC. All Rights Reserved.
*/
/* line 6, ../../../code/health/directives/edhEmail/edh.email.scss */
.edh-email label {
  font-weight: bold;
  font-size: 10px;
  color: darkgray;
}
/* line 12, ../../../code/health/directives/edhEmail/edh.email.scss */
.edh-email i {
  color: #A2CB3A;
  font-size: 12px;
}
/* line 16, ../../../code/health/directives/edhEmail/edh.email.scss */
.edh-email .ban {
  color: #C94044;
}

@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";.phs-vue-wrap .theme--light.v-application{background:#FFFFFF;color:#000000de}.phs-vue-wrap .v-application--wrap{flex:1 1 auto;backface-visibility:hidden;display:flex;flex-direction:column;min-height:100vh;max-width:100%;position:relative}.phs-vue-wrap .v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image{transition:.4s opacity cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-app-bar-title__placeholder,.phs-vue-wrap .v-app-bar-title__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-toolbar{contain:layout;display:block;flex:1 1 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1) transform,.2s cubic-bezier(.4,0,.2,1) background-color,.2s cubic-bezier(.4,0,.2,1) left,.2s cubic-bezier(.4,0,.2,1) right,.28s cubic-bezier(.4,0,.2,1) box-shadow,.25s cubic-bezier(.4,0,.2,1) max-width,.25s cubic-bezier(.4,0,.2,1) width;position:relative;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-toolbar__image{border-radius:inherit;position:absolute;top:0;bottom:0;width:100%;z-index:0;contain:strict}.phs-vue-wrap .v-toolbar__image .v-image{border-radius:inherit}.phs-vue-wrap .v-toolbar.v-toolbar--bottom{top:initial;bottom:0}.phs-vue-wrap .v-toolbar.v-toolbar--collapsed .v-toolbar__title,.phs-vue-wrap .v-toolbar.v-toolbar--collapsed .v-toolbar__extension{display:none}.phs-vue-wrap .theme--dark.v-sheet--outlined{border:thin solid rgba(255,255,255,.12)}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */.phs-vue-wrap *,.phs-vue-wrap :before,.phs-vue-wrap :after{background-repeat:no-repeat;box-sizing:inherit}.phs-vue-wrap :before,.phs-vue-wrap :after{text-decoration:inherit;vertical-align:inherit}.phs-vue-wrap abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}.phs-vue-wrap button,.phs-vue-wrap [type=button],.phs-vue-wrap [type=reset],.phs-vue-wrap [type=submit],.phs-vue-wrap [role=button]{cursor:pointer;color:inherit}.phs-vue-wrap button::-moz-focus-inner,.phs-vue-wrap [type=button]::-moz-focus-inner,.phs-vue-wrap [type=reset]::-moz-focus-inner,.phs-vue-wrap [type=submit]::-moz-focus-inner{border-style:none;padding:0}.phs-vue-wrap button:-moz-focusring,.phs-vue-wrap [type=button]::-moz-focus-inner,.phs-vue-wrap [type=reset]::-moz-focus-inner,.phs-vue-wrap [type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}.phs-vue-wrap button,.phs-vue-wrap html [type=button],.phs-vue-wrap [type=reset],.phs-vue-wrap [type=submit]{-webkit-appearance:button}.phs-vue-wrap .picker-transition-enter-active,.phs-vue-wrap .picker-transition-leave-active,.phs-vue-wrap .picker-reverse-transition-enter-active,.phs-vue-wrap .picker-reverse-transition-leave-active{transition:.3s cubic-bezier(0,0,.2,1)}.phs-vue-wrap .picker-transition-enter,.phs-vue-wrap .picker-transition-leave-to,.phs-vue-wrap .picker-reverse-transition-enter,.phs-vue-wrap .picker-reverse-transition-leave-to{opacity:0}.phs-vue-wrap .picker-transition-leave,.phs-vue-wrap .picker-transition-leave-active,.phs-vue-wrap .picker-transition-leave-to,.phs-vue-wrap .picker-reverse-transition-leave,.phs-vue-wrap .picker-reverse-transition-leave-active,.phs-vue-wrap .picker-reverse-transition-leave-to{position:absolute!important}.phs-vue-wrap .picker-transition-leave-to,.phs-vue-wrap .picker-reverse-transition-enter{transform:translateY(-100%)}.phs-vue-wrap .picker-title-transition-leave,.phs-vue-wrap .picker-title-transition-leave-to,.phs-vue-wrap .picker-title-transition-leave-active{position:absolute!important}.phs-vue-wrap .tab-transition-leave-to{position:absolute;transform:translate(-100%)}.phs-vue-wrap .tab-reverse-transition-enter{transform:translate(-100%)}@supports (-webkit-touch-callout: none){.phs-vue-wrap body{cursor:pointer}}.phs-vue-wrap .v-application ul,.phs-vue-wrap .v-application ol{padding-left:24px}.phs-vue-wrap .v-application .display-4{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .display-3{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .display-2{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .display-1{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .headline{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .title{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .subtitle-1{font-size:1rem!important;font-weight:400;letter-spacing:.009375em!important;line-height:1.75rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .body-2{font-size:.875rem!important;font-weight:400;letter-spacing:.0178571429em!important;line-height:1.25rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .body-1{font-size:1rem!important;font-weight:400;letter-spacing:.03125em!important;line-height:1.5rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .caption{font-size:.75rem!important;font-weight:400;letter-spacing:.0333333333em!important;line-height:1.25rem;font-family:Roboto,sans-serif!important}@media only screen and (max-width: 599.98px){.phs-vue-wrap .v-application .hidden-xs-only{display:none!important}}@media only screen and (min-width: 600px) and (max-width: 959.98px){.phs-vue-wrap .v-application .hidden-sm-only{display:none!important}}@media only screen and (max-width: 959.98px){.phs-vue-wrap .v-application .hidden-sm-and-down{display:none!important}}@media only screen and (min-width: 600px){.phs-vue-wrap .v-application .hidden-sm-and-up{display:none!important}}@media only screen and (min-width: 960px) and (max-width: 1263.98px){.phs-vue-wrap .v-application .hidden-md-only{display:none!important}}@media only screen and (max-width: 1263.98px){.phs-vue-wrap .v-application .hidden-md-and-down{display:none!important}}@media only screen and (min-width: 960px){.phs-vue-wrap .v-application .hidden-md-and-up{display:none!important}}@media only screen and (min-width: 1264px) and (max-width: 1903.98px){.phs-vue-wrap .v-application .hidden-lg-only{display:none!important}}@media only screen and (max-width: 1903.98px){.phs-vue-wrap .v-application .hidden-lg-and-down{display:none!important}}@media only screen and (min-width: 1264px){.phs-vue-wrap .v-application .hidden-lg-and-up{display:none!important}}@media only screen and (min-width: 1904px){.phs-vue-wrap .v-application .hidden-xl-only{display:none!important}}.phs-vue-wrap .v-application--is-rtl .float-start,.phs-vue-wrap .v-application--is-ltr .float-end{float:right!important}.phs-vue-wrap .v-application .text-h1{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h2{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h3{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h4{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h5{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h6{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-button{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}@media (min-width: 600px){.phs-vue-wrap .v-application .d-sm-none{display:none!important}.phs-vue-wrap .v-application .d-sm-inline{display:inline!important}.phs-vue-wrap .v-application .d-sm-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-sm-block{display:block!important}.phs-vue-wrap .v-application .d-sm-table{display:table!important}.phs-vue-wrap .v-application .d-sm-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-sm-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-sm-flex{display:flex!important}.phs-vue-wrap .v-application .d-sm-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-sm-none{float:none!important}.phs-vue-wrap .v-application .float-sm-left{float:left!important}.phs-vue-wrap .v-application .float-sm-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-sm-end{float:left!important}.phs-vue-wrap .v-application--is-rtl .float-sm-start,.phs-vue-wrap .v-application--is-ltr .float-sm-end{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-sm-start{float:left!important}.phs-vue-wrap .v-application .flex-sm-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-sm-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-sm-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-sm-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-sm-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-sm-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-sm-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-sm-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-sm-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-sm-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-sm-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-sm-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-sm-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-sm-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-sm-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-sm-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-sm-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-sm-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-sm-center{align-items:center!important}.phs-vue-wrap .v-application .align-sm-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-sm-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-sm-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-sm-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-sm-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-sm-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-sm-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-sm-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-sm-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-sm-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-sm-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-sm-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-sm-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-sm-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-sm-first{order:-1!important}.phs-vue-wrap .v-application .order-sm-0{order:0!important}.phs-vue-wrap .v-application .order-sm-1{order:1!important}.phs-vue-wrap .v-application .order-sm-2{order:2!important}.phs-vue-wrap .v-application .order-sm-3{order:3!important}.phs-vue-wrap .v-application .order-sm-4{order:4!important}.phs-vue-wrap .v-application .order-sm-5{order:5!important}.phs-vue-wrap .v-application .order-sm-6{order:6!important}.phs-vue-wrap .v-application .order-sm-7{order:7!important}.phs-vue-wrap .v-application .order-sm-8{order:8!important}.phs-vue-wrap .v-application .order-sm-9{order:9!important}.phs-vue-wrap .v-application .order-sm-10{order:10!important}.phs-vue-wrap .v-application .order-sm-11{order:11!important}.phs-vue-wrap .v-application .order-sm-12{order:12!important}.phs-vue-wrap .v-application .order-sm-last{order:13!important}.phs-vue-wrap .v-application .ma-sm-0{margin:0!important}.phs-vue-wrap .v-application .ma-sm-1{margin:4px!important}.phs-vue-wrap .v-application .ma-sm-2{margin:8px!important}.phs-vue-wrap .v-application .ma-sm-3{margin:12px!important}.phs-vue-wrap .v-application .ma-sm-4{margin:16px!important}.phs-vue-wrap .v-application .ma-sm-5{margin:20px!important}.phs-vue-wrap .v-application .ma-sm-6{margin:24px!important}.phs-vue-wrap .v-application .ma-sm-7{margin:28px!important}.phs-vue-wrap .v-application .ma-sm-8{margin:32px!important}.phs-vue-wrap .v-application .ma-sm-9{margin:36px!important}.phs-vue-wrap .v-application .ma-sm-10{margin:40px!important}.phs-vue-wrap .v-application .ma-sm-11{margin:44px!important}.phs-vue-wrap .v-application .ma-sm-12{margin:48px!important}.phs-vue-wrap .v-application .ma-sm-13{margin:52px!important}.phs-vue-wrap .v-application .ma-sm-14{margin:56px!important}.phs-vue-wrap .v-application .ma-sm-15{margin:60px!important}.phs-vue-wrap .v-application .ma-sm-16{margin:64px!important}.phs-vue-wrap .v-application .ma-sm-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-sm-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-sm-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-sm-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-sm-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-sm-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-sm-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-sm-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-sm-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-sm-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-sm-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-sm-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-sm-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-sm-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-sm-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-sm-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-sm-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-sm-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-sm-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-sm-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-sm-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-sm-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-sm-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-sm-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-sm-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-sm-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-sm-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-sm-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-sm-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-sm-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-sm-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-sm-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-sm-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-sm-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-sm-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-sm-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-sm-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-sm-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-sm-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-sm-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-sm-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-sm-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-sm-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-sm-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-sm-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-sm-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-sm-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-sm-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-sm-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-sm-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-sm-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-sm-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-sm-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-sm-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-sm-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-sm-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-sm-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-sm-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-sm-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-sm-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-sm-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-sm-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-sm-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-sm-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-sm-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-sm-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-sm-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-sm-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-sm-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-sm-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-sm-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-sm-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-sm-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-sm-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-sm-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-sm-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-sm-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-sm-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-sm-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-sm-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-sm-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-sm-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-sm-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-sm-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-sm-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-sm-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-sm-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-sm-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-sm-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-sm-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-sm-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-sm-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-sm-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-sm-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-sm-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-sm-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-sm-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-sm-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-sm-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-sm-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-sm-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-sm-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-sm-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-sm-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-sm-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-sm-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-sm-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-sm-0{padding:0!important}.phs-vue-wrap .v-application .pa-sm-1{padding:4px!important}.phs-vue-wrap .v-application .pa-sm-2{padding:8px!important}.phs-vue-wrap .v-application .pa-sm-3{padding:12px!important}.phs-vue-wrap .v-application .pa-sm-4{padding:16px!important}.phs-vue-wrap .v-application .pa-sm-5{padding:20px!important}.phs-vue-wrap .v-application .pa-sm-6{padding:24px!important}.phs-vue-wrap .v-application .pa-sm-7{padding:28px!important}.phs-vue-wrap .v-application .pa-sm-8{padding:32px!important}.phs-vue-wrap .v-application .pa-sm-9{padding:36px!important}.phs-vue-wrap .v-application .pa-sm-10{padding:40px!important}.phs-vue-wrap .v-application .pa-sm-11{padding:44px!important}.phs-vue-wrap .v-application .pa-sm-12{padding:48px!important}.phs-vue-wrap .v-application .pa-sm-13{padding:52px!important}.phs-vue-wrap .v-application .pa-sm-14{padding:56px!important}.phs-vue-wrap .v-application .pa-sm-15{padding:60px!important}.phs-vue-wrap .v-application .pa-sm-16{padding:64px!important}.phs-vue-wrap .v-application .px-sm-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-sm-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-sm-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-sm-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-sm-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-sm-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-sm-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-sm-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-sm-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-sm-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-sm-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-sm-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-sm-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-sm-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-sm-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-sm-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-sm-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-sm-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-sm-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-sm-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-sm-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-sm-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-sm-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-sm-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-sm-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-sm-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-sm-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-sm-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-sm-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-sm-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-sm-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-sm-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-sm-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-sm-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-sm-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-sm-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-sm-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-sm-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-sm-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-sm-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-sm-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-sm-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-sm-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-sm-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-sm-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-sm-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-sm-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-sm-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-sm-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-sm-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-sm-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-sm-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-sm-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-sm-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-sm-left{text-align:left!important}.phs-vue-wrap .v-application .text-sm-right{text-align:right!important}.phs-vue-wrap .v-application .text-sm-center{text-align:center!important}.phs-vue-wrap .v-application .text-sm-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-sm-start{text-align:start!important}.phs-vue-wrap .v-application .text-sm-end{text-align:end!important}.phs-vue-wrap .v-application .text-sm-h1{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h3{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 960px){.phs-vue-wrap .v-application .d-md-none{display:none!important}.phs-vue-wrap .v-application .d-md-inline{display:inline!important}.phs-vue-wrap .v-application .d-md-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-md-block{display:block!important}.phs-vue-wrap .v-application .d-md-table{display:table!important}.phs-vue-wrap .v-application .d-md-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-md-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-md-flex{display:flex!important}.phs-vue-wrap .v-application .d-md-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-md-none{float:none!important}.phs-vue-wrap .v-application .float-md-left{float:left!important}.phs-vue-wrap .v-application .float-md-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-md-end{float:left!important}.phs-vue-wrap .v-application--is-rtl .float-md-start,.phs-vue-wrap .v-application--is-ltr .float-md-end{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-md-start{float:left!important}.phs-vue-wrap .v-application .flex-md-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-md-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-md-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-md-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-md-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-md-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-md-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-md-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-md-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-md-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-md-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-md-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-md-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-md-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-md-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-md-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-md-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-md-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-md-center{align-items:center!important}.phs-vue-wrap .v-application .align-md-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-md-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-md-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-md-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-md-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-md-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-md-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-md-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-md-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-md-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-md-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-md-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-md-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-md-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-md-first{order:-1!important}.phs-vue-wrap .v-application .order-md-0{order:0!important}.phs-vue-wrap .v-application .order-md-1{order:1!important}.phs-vue-wrap .v-application .order-md-2{order:2!important}.phs-vue-wrap .v-application .order-md-3{order:3!important}.phs-vue-wrap .v-application .order-md-4{order:4!important}.phs-vue-wrap .v-application .order-md-5{order:5!important}.phs-vue-wrap .v-application .order-md-6{order:6!important}.phs-vue-wrap .v-application .order-md-7{order:7!important}.phs-vue-wrap .v-application .order-md-8{order:8!important}.phs-vue-wrap .v-application .order-md-9{order:9!important}.phs-vue-wrap .v-application .order-md-10{order:10!important}.phs-vue-wrap .v-application .order-md-11{order:11!important}.phs-vue-wrap .v-application .order-md-12{order:12!important}.phs-vue-wrap .v-application .order-md-last{order:13!important}.phs-vue-wrap .v-application .ma-md-0{margin:0!important}.phs-vue-wrap .v-application .ma-md-1{margin:4px!important}.phs-vue-wrap .v-application .ma-md-2{margin:8px!important}.phs-vue-wrap .v-application .ma-md-3{margin:12px!important}.phs-vue-wrap .v-application .ma-md-4{margin:16px!important}.phs-vue-wrap .v-application .ma-md-5{margin:20px!important}.phs-vue-wrap .v-application .ma-md-6{margin:24px!important}.phs-vue-wrap .v-application .ma-md-7{margin:28px!important}.phs-vue-wrap .v-application .ma-md-8{margin:32px!important}.phs-vue-wrap .v-application .ma-md-9{margin:36px!important}.phs-vue-wrap .v-application .ma-md-10{margin:40px!important}.phs-vue-wrap .v-application .ma-md-11{margin:44px!important}.phs-vue-wrap .v-application .ma-md-12{margin:48px!important}.phs-vue-wrap .v-application .ma-md-13{margin:52px!important}.phs-vue-wrap .v-application .ma-md-14{margin:56px!important}.phs-vue-wrap .v-application .ma-md-15{margin:60px!important}.phs-vue-wrap .v-application .ma-md-16{margin:64px!important}.phs-vue-wrap .v-application .ma-md-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-md-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-md-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-md-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-md-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-md-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-md-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-md-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-md-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-md-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-md-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-md-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-md-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-md-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-md-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-md-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-md-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-md-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-md-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-md-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-md-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-md-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-md-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-md-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-md-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-md-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-md-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-md-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-md-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-md-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-md-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-md-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-md-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-md-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-md-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-md-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-md-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-md-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-md-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-md-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-md-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-md-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-md-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-md-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-md-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-md-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-md-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-md-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-md-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-md-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-md-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-md-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-md-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-md-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-md-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-md-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-md-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-md-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-md-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-md-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-md-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-md-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-md-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-md-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-md-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-md-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-md-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-md-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-md-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-md-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-md-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-md-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-md-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-md-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-md-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-md-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-md-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-md-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-md-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-md-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-md-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-md-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-md-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-md-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-md-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-md-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-md-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-md-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-md-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-md-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-md-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-md-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-md-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-md-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-md-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-md-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-md-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-md-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-md-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-md-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-md-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-md-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-md-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-md-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-md-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-md-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-md-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-md-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-md-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-md-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-md-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-md-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-md-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-md-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-md-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-md-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-md-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-md-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-md-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-md-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-md-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-md-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-md-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-md-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-md-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-md-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-md-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-md-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-md-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-md-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-md-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-md-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-md-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-md-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-md-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-md-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-md-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-md-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-md-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-md-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-md-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-md-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-md-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-md-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-md-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-md-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-md-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-md-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-md-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-md-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-md-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-md-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-md-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-md-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-md-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-md-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-md-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-md-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-md-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-md-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-md-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-md-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-md-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-md-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-md-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-md-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-md-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-md-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-md-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-md-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-md-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-md-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-md-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-md-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-md-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-md-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-md-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-md-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-md-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-md-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-md-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-md-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-md-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-md-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-md-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-md-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-md-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-md-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-md-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-md-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-md-0{padding:0!important}.phs-vue-wrap .v-application .pa-md-1{padding:4px!important}.phs-vue-wrap .v-application .pa-md-2{padding:8px!important}.phs-vue-wrap .v-application .pa-md-3{padding:12px!important}.phs-vue-wrap .v-application .pa-md-4{padding:16px!important}.phs-vue-wrap .v-application .pa-md-5{padding:20px!important}.phs-vue-wrap .v-application .pa-md-6{padding:24px!important}.phs-vue-wrap .v-application .pa-md-7{padding:28px!important}.phs-vue-wrap .v-application .pa-md-8{padding:32px!important}.phs-vue-wrap .v-application .pa-md-9{padding:36px!important}.phs-vue-wrap .v-application .pa-md-10{padding:40px!important}.phs-vue-wrap .v-application .pa-md-11{padding:44px!important}.phs-vue-wrap .v-application .pa-md-12{padding:48px!important}.phs-vue-wrap .v-application .pa-md-13{padding:52px!important}.phs-vue-wrap .v-application .pa-md-14{padding:56px!important}.phs-vue-wrap .v-application .pa-md-15{padding:60px!important}.phs-vue-wrap .v-application .pa-md-16{padding:64px!important}.phs-vue-wrap .v-application .px-md-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-md-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-md-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-md-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-md-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-md-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-md-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-md-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-md-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-md-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-md-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-md-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-md-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-md-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-md-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-md-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-md-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-md-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-md-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-md-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-md-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-md-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-md-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-md-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-md-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-md-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-md-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-md-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-md-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-md-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-md-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-md-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-md-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-md-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-md-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-md-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-md-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-md-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-md-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-md-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-md-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-md-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-md-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-md-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-md-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-md-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-md-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-md-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-md-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-md-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-md-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-md-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-md-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-md-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-md-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-md-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-md-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-md-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-md-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-md-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-md-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-md-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-md-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-md-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-md-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-md-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-md-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-md-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-md-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-md-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-md-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-md-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-md-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-md-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-md-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-md-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-md-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-md-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-md-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-md-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-md-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-md-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-md-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-md-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-md-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-md-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-md-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-md-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-md-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-md-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-md-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-md-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-md-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-md-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-md-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-md-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-md-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-md-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-md-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-md-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-md-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-md-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-md-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-md-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-md-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-md-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-md-left{text-align:left!important}.phs-vue-wrap .v-application .text-md-right{text-align:right!important}.phs-vue-wrap .v-application .text-md-center{text-align:center!important}.phs-vue-wrap .v-application .text-md-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-md-start{text-align:start!important}.phs-vue-wrap .v-application .text-md-end{text-align:end!important}.phs-vue-wrap .v-application .text-md-h1{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h3{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1264px){.phs-vue-wrap .v-application .d-lg-none{display:none!important}.phs-vue-wrap .v-application .d-lg-inline{display:inline!important}.phs-vue-wrap .v-application .d-lg-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-lg-block{display:block!important}.phs-vue-wrap .v-application .d-lg-table{display:table!important}.phs-vue-wrap .v-application .d-lg-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-lg-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-lg-flex{display:flex!important}.phs-vue-wrap .v-application .d-lg-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-lg-none{float:none!important}.phs-vue-wrap .v-application .float-lg-left{float:left!important}.phs-vue-wrap .v-application .float-lg-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-lg-end{float:left!important}.phs-vue-wrap .v-application--is-rtl .float-lg-start,.phs-vue-wrap .v-application--is-ltr .float-lg-end{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-lg-start{float:left!important}.phs-vue-wrap .v-application .flex-lg-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-lg-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-lg-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-lg-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-lg-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-lg-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-lg-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-lg-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-lg-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-lg-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-lg-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-lg-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-lg-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-lg-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-lg-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-lg-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-lg-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-lg-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-lg-center{align-items:center!important}.phs-vue-wrap .v-application .align-lg-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-lg-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-lg-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-lg-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-lg-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-lg-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-lg-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-lg-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-lg-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-lg-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-lg-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-lg-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-lg-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-lg-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-lg-first{order:-1!important}.phs-vue-wrap .v-application .order-lg-0{order:0!important}.phs-vue-wrap .v-application .order-lg-1{order:1!important}.phs-vue-wrap .v-application .order-lg-2{order:2!important}.phs-vue-wrap .v-application .order-lg-3{order:3!important}.phs-vue-wrap .v-application .order-lg-4{order:4!important}.phs-vue-wrap .v-application .order-lg-5{order:5!important}.phs-vue-wrap .v-application .order-lg-6{order:6!important}.phs-vue-wrap .v-application .order-lg-7{order:7!important}.phs-vue-wrap .v-application .order-lg-8{order:8!important}.phs-vue-wrap .v-application .order-lg-9{order:9!important}.phs-vue-wrap .v-application .order-lg-10{order:10!important}.phs-vue-wrap .v-application .order-lg-11{order:11!important}.phs-vue-wrap .v-application .order-lg-12{order:12!important}.phs-vue-wrap .v-application .order-lg-last{order:13!important}.phs-vue-wrap .v-application .ma-lg-0{margin:0!important}.phs-vue-wrap .v-application .ma-lg-1{margin:4px!important}.phs-vue-wrap .v-application .ma-lg-2{margin:8px!important}.phs-vue-wrap .v-application .ma-lg-3{margin:12px!important}.phs-vue-wrap .v-application .ma-lg-4{margin:16px!important}.phs-vue-wrap .v-application .ma-lg-5{margin:20px!important}.phs-vue-wrap .v-application .ma-lg-6{margin:24px!important}.phs-vue-wrap .v-application .ma-lg-7{margin:28px!important}.phs-vue-wrap .v-application .ma-lg-8{margin:32px!important}.phs-vue-wrap .v-application .ma-lg-9{margin:36px!important}.phs-vue-wrap .v-application .ma-lg-10{margin:40px!important}.phs-vue-wrap .v-application .ma-lg-11{margin:44px!important}.phs-vue-wrap .v-application .ma-lg-12{margin:48px!important}.phs-vue-wrap .v-application .ma-lg-13{margin:52px!important}.phs-vue-wrap .v-application .ma-lg-14{margin:56px!important}.phs-vue-wrap .v-application .ma-lg-15{margin:60px!important}.phs-vue-wrap .v-application .ma-lg-16{margin:64px!important}.phs-vue-wrap .v-application .ma-lg-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-lg-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-lg-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-lg-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-lg-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-lg-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-lg-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-lg-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-lg-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-lg-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-lg-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-lg-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-lg-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-lg-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-lg-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-lg-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-lg-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-lg-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-lg-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-lg-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-lg-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-lg-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-lg-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-lg-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-lg-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-lg-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-lg-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-lg-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-lg-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-lg-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-lg-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-lg-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-lg-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-lg-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-lg-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-lg-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-lg-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-lg-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-lg-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-lg-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-lg-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-lg-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-lg-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-lg-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-lg-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-lg-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-lg-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-lg-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-lg-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-lg-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-lg-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-lg-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-lg-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-lg-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-lg-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-lg-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-lg-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-lg-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-lg-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-lg-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-lg-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-lg-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-lg-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-lg-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-lg-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-lg-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-lg-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-lg-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-lg-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-lg-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-lg-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-lg-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-lg-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-lg-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-lg-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-lg-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-lg-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-lg-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-lg-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-lg-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-lg-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-lg-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-lg-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-lg-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-lg-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-lg-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-lg-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-lg-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-lg-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-lg-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-lg-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-lg-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-lg-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-lg-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-lg-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-lg-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-lg-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-lg-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-lg-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-lg-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-lg-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-lg-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-lg-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-lg-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-lg-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-lg-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-lg-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-lg-0{padding:0!important}.phs-vue-wrap .v-application .pa-lg-1{padding:4px!important}.phs-vue-wrap .v-application .pa-lg-2{padding:8px!important}.phs-vue-wrap .v-application .pa-lg-3{padding:12px!important}.phs-vue-wrap .v-application .pa-lg-4{padding:16px!important}.phs-vue-wrap .v-application .pa-lg-5{padding:20px!important}.phs-vue-wrap .v-application .pa-lg-6{padding:24px!important}.phs-vue-wrap .v-application .pa-lg-7{padding:28px!important}.phs-vue-wrap .v-application .pa-lg-8{padding:32px!important}.phs-vue-wrap .v-application .pa-lg-9{padding:36px!important}.phs-vue-wrap .v-application .pa-lg-10{padding:40px!important}.phs-vue-wrap .v-application .pa-lg-11{padding:44px!important}.phs-vue-wrap .v-application .pa-lg-12{padding:48px!important}.phs-vue-wrap .v-application .pa-lg-13{padding:52px!important}.phs-vue-wrap .v-application .pa-lg-14{padding:56px!important}.phs-vue-wrap .v-application .pa-lg-15{padding:60px!important}.phs-vue-wrap .v-application .pa-lg-16{padding:64px!important}.phs-vue-wrap .v-application .px-lg-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-lg-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-lg-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-lg-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-lg-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-lg-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-lg-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-lg-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-lg-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-lg-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-lg-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-lg-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-lg-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-lg-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-lg-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-lg-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-lg-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-lg-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-lg-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-lg-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-lg-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-lg-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-lg-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-lg-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-lg-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-lg-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-lg-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-lg-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-lg-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-lg-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-lg-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-lg-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-lg-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-lg-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-lg-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-lg-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-lg-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-lg-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-lg-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-lg-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-lg-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-lg-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-lg-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-lg-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-lg-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-lg-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-lg-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-lg-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-lg-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-lg-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-lg-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-lg-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-lg-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-lg-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-lg-left{text-align:left!important}.phs-vue-wrap .v-application .text-lg-right{text-align:right!important}.phs-vue-wrap .v-application .text-lg-center{text-align:center!important}.phs-vue-wrap .v-application .text-lg-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-lg-start{text-align:start!important}.phs-vue-wrap .v-application .text-lg-end{text-align:end!important}.phs-vue-wrap .v-application .text-lg-h1{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h3{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media (min-width: 1904px){.phs-vue-wrap .v-application .d-xl-none{display:none!important}.phs-vue-wrap .v-application .d-xl-inline{display:inline!important}.phs-vue-wrap .v-application .d-xl-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-xl-block{display:block!important}.phs-vue-wrap .v-application .d-xl-table{display:table!important}.phs-vue-wrap .v-application .d-xl-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-xl-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-xl-flex{display:flex!important}.phs-vue-wrap .v-application .d-xl-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-xl-none{float:none!important}.phs-vue-wrap .v-application .float-xl-left{float:left!important}.phs-vue-wrap .v-application .float-xl-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-xl-end{float:left!important}.phs-vue-wrap .v-application--is-rtl .float-xl-start,.phs-vue-wrap .v-application--is-ltr .float-xl-end{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-xl-start{float:left!important}.phs-vue-wrap .v-application .flex-xl-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-xl-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-xl-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-xl-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-xl-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-xl-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-xl-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-xl-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-xl-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-xl-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-xl-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-xl-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-xl-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-xl-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-xl-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-xl-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-xl-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-xl-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-xl-center{align-items:center!important}.phs-vue-wrap .v-application .align-xl-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-xl-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-xl-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-xl-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-xl-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-xl-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-xl-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-xl-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-xl-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-xl-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-xl-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-xl-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-xl-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-xl-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-xl-first{order:-1!important}.phs-vue-wrap .v-application .order-xl-0{order:0!important}.phs-vue-wrap .v-application .order-xl-1{order:1!important}.phs-vue-wrap .v-application .order-xl-2{order:2!important}.phs-vue-wrap .v-application .order-xl-3{order:3!important}.phs-vue-wrap .v-application .order-xl-4{order:4!important}.phs-vue-wrap .v-application .order-xl-5{order:5!important}.phs-vue-wrap .v-application .order-xl-6{order:6!important}.phs-vue-wrap .v-application .order-xl-7{order:7!important}.phs-vue-wrap .v-application .order-xl-8{order:8!important}.phs-vue-wrap .v-application .order-xl-9{order:9!important}.phs-vue-wrap .v-application .order-xl-10{order:10!important}.phs-vue-wrap .v-application .order-xl-11{order:11!important}.phs-vue-wrap .v-application .order-xl-12{order:12!important}.phs-vue-wrap .v-application .order-xl-last{order:13!important}.phs-vue-wrap .v-application .ma-xl-0{margin:0!important}.phs-vue-wrap .v-application .ma-xl-1{margin:4px!important}.phs-vue-wrap .v-application .ma-xl-2{margin:8px!important}.phs-vue-wrap .v-application .ma-xl-3{margin:12px!important}.phs-vue-wrap .v-application .ma-xl-4{margin:16px!important}.phs-vue-wrap .v-application .ma-xl-5{margin:20px!important}.phs-vue-wrap .v-application .ma-xl-6{margin:24px!important}.phs-vue-wrap .v-application .ma-xl-7{margin:28px!important}.phs-vue-wrap .v-application .ma-xl-8{margin:32px!important}.phs-vue-wrap .v-application .ma-xl-9{margin:36px!important}.phs-vue-wrap .v-application .ma-xl-10{margin:40px!important}.phs-vue-wrap .v-application .ma-xl-11{margin:44px!important}.phs-vue-wrap .v-application .ma-xl-12{margin:48px!important}.phs-vue-wrap .v-application .ma-xl-13{margin:52px!important}.phs-vue-wrap .v-application .ma-xl-14{margin:56px!important}.phs-vue-wrap .v-application .ma-xl-15{margin:60px!important}.phs-vue-wrap .v-application .ma-xl-16{margin:64px!important}.phs-vue-wrap .v-application .ma-xl-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-xl-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-xl-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-xl-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-xl-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-xl-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-xl-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-xl-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-xl-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-xl-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-xl-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-xl-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-xl-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-xl-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-xl-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-xl-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-xl-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-xl-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-xl-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-xl-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-xl-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-xl-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-xl-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-xl-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-xl-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-xl-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-xl-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-xl-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-xl-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-xl-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-xl-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-xl-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-xl-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-xl-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-xl-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-xl-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-xl-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-xl-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-xl-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-xl-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-xl-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-xl-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-xl-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-xl-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-xl-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-xl-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-xl-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-xl-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-xl-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-xl-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-xl-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-xl-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-xl-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-xl-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-xl-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-xl-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-xl-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-xl-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-xl-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-xl-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-xl-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-xl-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-xl-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-xl-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-xl-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-xl-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-xl-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-xl-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-xl-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-xl-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-xl-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-xl-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-xl-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-xl-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-xl-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-xl-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-xl-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-xl-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-xl-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-xl-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-xl-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-xl-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-xl-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-xl-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-xl-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-xl-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-xl-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-xl-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-xl-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-xl-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-xl-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-xl-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-xl-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-xl-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-xl-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-xl-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-xl-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-xl-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-xl-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-xl-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-xl-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-xl-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-xl-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-xl-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-xl-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-xl-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-xl-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-xl-0{padding:0!important}.phs-vue-wrap .v-application .pa-xl-1{padding:4px!important}.phs-vue-wrap .v-application .pa-xl-2{padding:8px!important}.phs-vue-wrap .v-application .pa-xl-3{padding:12px!important}.phs-vue-wrap .v-application .pa-xl-4{padding:16px!important}.phs-vue-wrap .v-application .pa-xl-5{padding:20px!important}.phs-vue-wrap .v-application .pa-xl-6{padding:24px!important}.phs-vue-wrap .v-application .pa-xl-7{padding:28px!important}.phs-vue-wrap .v-application .pa-xl-8{padding:32px!important}.phs-vue-wrap .v-application .pa-xl-9{padding:36px!important}.phs-vue-wrap .v-application .pa-xl-10{padding:40px!important}.phs-vue-wrap .v-application .pa-xl-11{padding:44px!important}.phs-vue-wrap .v-application .pa-xl-12{padding:48px!important}.phs-vue-wrap .v-application .pa-xl-13{padding:52px!important}.phs-vue-wrap .v-application .pa-xl-14{padding:56px!important}.phs-vue-wrap .v-application .pa-xl-15{padding:60px!important}.phs-vue-wrap .v-application .pa-xl-16{padding:64px!important}.phs-vue-wrap .v-application .px-xl-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-xl-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-xl-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-xl-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-xl-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-xl-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-xl-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-xl-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-xl-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-xl-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-xl-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-xl-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-xl-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-xl-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-xl-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-xl-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-xl-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-xl-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-xl-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-xl-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-xl-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-xl-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-xl-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-xl-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-xl-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-xl-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-xl-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-xl-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-xl-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-xl-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-xl-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-xl-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-xl-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-xl-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-xl-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-xl-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-xl-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-xl-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-xl-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-xl-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-xl-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-xl-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-xl-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-xl-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-xl-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-xl-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-xl-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-xl-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-xl-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-xl-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-xl-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-xl-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-xl-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-xl-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-xl-left{text-align:left!important}.phs-vue-wrap .v-application .text-xl-right{text-align:right!important}.phs-vue-wrap .v-application .text-xl-center{text-align:center!important}.phs-vue-wrap .v-application .text-xl-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-xl-start{text-align:start!important}.phs-vue-wrap .v-application .text-xl-end{text-align:end!important}.phs-vue-wrap .v-application .text-xl-h1{font-size:6rem!important;font-weight:300;line-height:6rem;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:3.75rem;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h3{font-size:3rem!important;font-weight:400;line-height:3.125rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:2.5rem;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:.0125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif!important;text-transform:uppercase!important}}@media print{.phs-vue-wrap .v-application .d-print-none{display:none!important}.phs-vue-wrap .v-application .d-print-inline{display:inline!important}.phs-vue-wrap .v-application .d-print-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-print-block{display:block!important}.phs-vue-wrap .v-application .d-print-table{display:table!important}.phs-vue-wrap .v-application .d-print-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-print-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-print-flex{display:flex!important}.phs-vue-wrap .v-application .d-print-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-print-none{float:none!important}.phs-vue-wrap .v-application .float-print-left{float:left!important}.phs-vue-wrap .v-application .float-print-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-print-end{float:left!important}.phs-vue-wrap .v-application--is-rtl .float-print-start,.phs-vue-wrap .v-application--is-ltr .float-print-end{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-print-start{float:left!important}}.phs-vue-wrap .v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.phs-vue-wrap .v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.phs-vue-wrap .v-icon.v-icon{align-items:center;display:inline-flex;font-feature-settings:"liga";font-size:24px;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s;vertical-align:middle;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-icon__component{height:24px;width:24px}.phs-vue-wrap .v-icon__svg{height:24px;width:24px;fill:currentColor}.phs-vue-wrap .v-btn:not(.v-btn--outlined).primary,.phs-vue-wrap .v-btn:not(.v-btn--outlined).secondary,.phs-vue-wrap .v-btn:not(.v-btn--outlined).accent,.phs-vue-wrap .v-btn:not(.v-btn--outlined).success,.phs-vue-wrap .v-btn:not(.v-btn--outlined).error,.phs-vue-wrap .v-btn:not(.v-btn--outlined).warning,.phs-vue-wrap .v-btn:not(.v-btn--outlined).info{color:#fff}.phs-vue-wrap .theme--light.v-btn.v-btn--disabled,.phs-vue-wrap .theme--light.v-btn.v-btn--disabled .v-icon,.phs-vue-wrap .theme--light.v-btn.v-btn--disabled .v-btn__loading{color:#00000042!important}.phs-vue-wrap .theme--light.v-btn--active:hover:before,.phs-vue-wrap .theme--light.v-btn--active:before{opacity:.18}.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled,.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled .v-icon,.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled .v-btn__loading{color:#ffffff4d!important}.phs-vue-wrap .theme--dark.v-btn--active:hover:before,.phs-vue-wrap .theme--dark.v-btn--active:before{opacity:.18}.phs-vue-wrap .v-btn{align-items:center;border-radius:4px;display:inline-flex;flex:0 0 auto;font-weight:500;letter-spacing:.0892857143em;justify-content:center;outline:0;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-duration:.28s;transition-property:box-shadow,transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.phs-vue-wrap .v-application--is-rtl .v-btn__content .v-icon--left,.phs-vue-wrap .v-application--is-ltr .v-btn__content .v-icon--right{margin-left:8px;margin-right:-4px}.phs-vue-wrap .v-btn--icon,.phs-vue-wrap .v-btn--fab{min-height:0;min-width:0;padding:0}.phs-vue-wrap .v-btn--icon.v-size--x-small .v-icon,.phs-vue-wrap .v-btn--fab.v-size--x-small .v-icon{height:18px;font-size:18px;width:18px}.phs-vue-wrap .v-btn--icon.v-size--small .v-icon,.phs-vue-wrap .v-btn--fab.v-size--small .v-icon,.phs-vue-wrap .v-btn--icon.v-size--default .v-icon,.phs-vue-wrap .v-btn--fab.v-size--default .v-icon{height:24px;font-size:24px;width:24px}.phs-vue-wrap .v-btn--icon.v-size--large .v-icon,.phs-vue-wrap .v-btn--fab.v-size--large .v-icon{height:28px;font-size:28px;width:28px}.phs-vue-wrap .v-btn--icon.v-size--x-large .v-icon,.phs-vue-wrap .v-btn--fab.v-size--x-large .v-icon{height:32px;font-size:32px;width:32px}.phs-vue-wrap .v-btn--outlined{border:thin solid currentColor}.phs-vue-wrap .v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.phs-vue-wrap .v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.phs-vue-wrap .v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.phs-vue-wrap .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-rotate{to{transform:rotate(360deg)}}.phs-vue-wrap .theme--dark.v-alert .v-alert--prominent .v-alert__icon:after{background:rgba(255,255,255,.12)}.phs-vue-wrap .v-application--is-ltr .v-alert>.v-icon,.phs-vue-wrap .v-application--is-ltr .v-alert>.v-alert__content{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-alert>.v-icon,.phs-vue-wrap .v-application--is-rtl .v-alert>.v-alert__content{margin-left:16px}.phs-vue-wrap .v-application--is-rtl .v-alert__border--left,.phs-vue-wrap .v-application--is-ltr .v-alert__border--right{border-top-right-radius:inherit;border-bottom-right-radius:inherit;right:0}.phs-vue-wrap .v-alert--outlined{background:transparent!important;border:thin solid currentColor!important}.phs-vue-wrap .theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(to right,rgba(0,0,0,.38) 0px,rgba(0,0,0,.38) 2px,transparent 2px,transparent 4px) 1 repeat}.phs-vue-wrap .theme--light.v-text-field--solo>.v-input__control>.v-input__slot{background:#FFFFFF}.phs-vue-wrap .theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(to right,rgba(255,255,255,.5) 0px,rgba(255,255,255,.5) 2px,transparent 2px,transparent 4px) 1 repeat}.phs-vue-wrap .theme--dark.v-text-field--filled>.v-input__control>.v-input__slot{background:rgba(255,255,255,.08)}.phs-vue-wrap .theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:rgba(255,255,255,.16)}.phs-vue-wrap .theme--dark.v-text-field--solo>.v-input__control>.v-input__slot{background:#1E1E1E}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:rgba(255,255,255,.16)}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#FFFFFF}.phs-vue-wrap .v-text-field input{flex:1 1 auto;line-height:20px;padding:8px 0;max-width:100%;min-width:0px;width:100%}.phs-vue-wrap .v-text-field fieldset,.phs-vue-wrap .v-text-field .v-input__control,.phs-vue-wrap .v-text-field .v-input__slot{border-radius:inherit}.phs-vue-wrap .v-text-field fieldset,.phs-vue-wrap .v-text-field .v-input__control{color:currentColor}.phs-vue-wrap .v-text-field.v-input--has-state .v-input__control>.v-text-field__details>.v-counter{color:currentColor}.phs-vue-wrap .v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-counter,.phs-vue-wrap .v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-messages{color:currentColor}.phs-vue-wrap .v-text-field.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-text-field.v-input--dense .v-input__append-inner{margin-top:0}.phs-vue-wrap .v-text-field .v-input__prepend-inner,.phs-vue-wrap .v-text-field .v-input__append-inner{align-self:flex-start;display:inline-flex;margin-top:4px;line-height:1;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-rtl .v-text-field .v-input__prepend-inner,.phs-vue-wrap .v-application--is-ltr .v-text-field .v-input__append-inner{margin-left:auto;padding-left:4px}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:after{bottom:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:before{border-color:inherit;border-style:solid;border-width:thin 0 0 0}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:after{background-color:currentColor;border-color:currentColor;border-style:solid;border-width:thin 0 thin 0;transform:scaleX(0)}.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot{min-height:40px}.phs-vue-wrap .v-text-field--full-width .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed .v-input__prepend-outer,.phs-vue-wrap .v-text-field--enclosed .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed .v-input__append-outer{margin-top:17px}.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer{margin-top:14px}.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer{margin-top:9px}.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer{margin-top:8px}.phs-vue-wrap .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field.v-text-field--enclosed .v-text-field__details{padding:0 12px}.phs-vue-wrap .v-text-field--reverse>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--reverse .v-text-field__slot{flex-direction:row-reverse}.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field--solo>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field--solo>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field--rounded>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field--rounded>.v-input__control>.v-input__slot:after{display:none}.phs-vue-wrap .v-text-field--outlined fieldset{border-collapse:collapse;border-color:currentColor;border-style:solid;border-width:1px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:-5px;transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined fieldset,.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset{padding-right:8px}.phs-vue-wrap .v-text-field--outlined .v-input__prepend-outer,.phs-vue-wrap .v-text-field--outlined .v-input__append-outer{margin-top:18px}.phs-vue-wrap .v-text-field--outlined.v-input--is-focused fieldset,.phs-vue-wrap .v-text-field--outlined.v-input--has-state fieldset{border:2px solid currentColor}.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__prepend-outer,.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__append-outer{margin-top:12px}.phs-vue-wrap .v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer{margin-top:7px}.phs-vue-wrap .v-text-field.v-input--is-focused .v-input__icon--clear,.phs-vue-wrap .v-text-field.v-input--is-dirty:hover .v-input__icon--clear{opacity:1}.phs-vue-wrap .theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections,.phs-vue-wrap .theme--dark.v-select .v-select__selections{color:#fff}.phs-vue-wrap .v-select.v-text-field--reverse .v-select__slot,.phs-vue-wrap .v-select.v-text-field--reverse .v-select__selections{flex-direction:row-reverse}.phs-vue-wrap .v-chip:not(.v-chip--outlined).primary,.phs-vue-wrap .v-chip:not(.v-chip--outlined).secondary,.phs-vue-wrap .v-chip:not(.v-chip--outlined).accent,.phs-vue-wrap .v-chip:not(.v-chip--outlined).success,.phs-vue-wrap .v-chip:not(.v-chip--outlined).error,.phs-vue-wrap .v-chip:not(.v-chip--outlined).warning,.phs-vue-wrap .v-chip:not(.v-chip--outlined).info{color:#fff}.phs-vue-wrap .theme--light.v-chip:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-chip--active:hover:before,.phs-vue-wrap .theme--light.v-chip--active:before{opacity:.12}.phs-vue-wrap .theme--dark.v-chip:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-chip--active:hover:before,.phs-vue-wrap .theme--dark.v-chip--active:before{opacity:.24}.phs-vue-wrap .v-chip .v-chip__close.v-icon{font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-chip .v-chip__close.v-icon:hover,.phs-vue-wrap .v-chip .v-chip__close.v-icon:focus,.phs-vue-wrap .v-chip .v-chip__close.v-icon:active{opacity:.72}.phs-vue-wrap .v-chip--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-chip--disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-chip__filter.expand-x-transition-leave-active,.phs-vue-wrap .v-chip__filter.expand-x-transition-enter{margin:0}.phs-vue-wrap .v-menu__content>.card{contain:content;backface-visibility:hidden}.phs-vue-wrap .v-simple-checkbox{align-self:center;line-height:normal;position:relative;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-divider{display:block;flex:1 1 0px;max-width:100%;height:0px;max-height:0px;border:solid;border-width:thin 0 0 0;transition:inherit}.phs-vue-wrap .v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0px;width:0px;vertical-align:text-bottom;margin:0 -1px}.phs-vue-wrap .v-list.primary>.v-list-item,.phs-vue-wrap .v-list.secondary>.v-list-item,.phs-vue-wrap .v-list.accent>.v-list-item,.phs-vue-wrap .v-list.success>.v-list-item,.phs-vue-wrap .v-list.error>.v-list-item,.phs-vue-wrap .v-list.warning>.v-list-item,.phs-vue-wrap .v-list.info>.v-list-item{color:#fff}.phs-vue-wrap .theme--light.v-list{background:#FFFFFF;color:#000000de}.phs-vue-wrap .theme--light.v-list .v-list-group--active:before,.phs-vue-wrap .theme--light.v-list .v-list-group--active:after{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-list{background:#1E1E1E;color:#fff}.phs-vue-wrap .theme--dark.v-list .v-list-group--active:before,.phs-vue-wrap .theme--dark.v-list .v-list-group--active:after{background:rgba(255,255,255,.12)}.phs-vue-wrap .v-list-group__items .v-list-item,.phs-vue-wrap .v-list-group__items .v-list-group__items{overflow:hidden}.phs-vue-wrap .v-list-group--active>.v-list-group__header>.v-list-group__header__append-icon .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-list-group--active>.v-list-group__header.v-list-group__header--sub-group>.v-list-group__header__prepend-icon .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-item,.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-item__content,.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-group__header__prepend-icon .v-icon{color:inherit}.phs-vue-wrap .theme--light.v-list-item .v-list-item__mask{color:#00000061;background:#eeeeee}.phs-vue-wrap .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle,.phs-vue-wrap .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text{color:#0009}.phs-vue-wrap .theme--light.v-list-item:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-list-item--active:hover:before,.phs-vue-wrap .theme--light.v-list-item--active:before{opacity:.12}.phs-vue-wrap .theme--light.v-list-item--active:focus:before{opacity:.16}.phs-vue-wrap .theme--light.v-list-item.v-list-item--highlighted:before{opacity:.16}.phs-vue-wrap .theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle,.phs-vue-wrap .theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-list-item:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-list-item--active:hover:before,.phs-vue-wrap .theme--dark.v-list-item--active:before{opacity:.24}.phs-vue-wrap .theme--dark.v-list-item--active:focus:before{opacity:.32}.phs-vue-wrap .theme--dark.v-list-item.v-list-item--highlighted:before{opacity:.32}.phs-vue-wrap .v-list-item--selectable{-webkit-user-select:auto;user-select:auto}.phs-vue-wrap .v-list-item__action .v-input,.phs-vue-wrap .v-list-item__action .v-input__control,.phs-vue-wrap .v-list-item__action .v-input__slot,.phs-vue-wrap .v-list-item__action .v-input--selection-controls__input{margin:0!important}.phs-vue-wrap .v-list-item__avatar{align-self:center;justify-content:flex-start;margin-bottom:8px;margin-top:8px}.phs-vue-wrap .v-list-item__avatar.v-list-item__avatar--horizontal{margin-bottom:8px;margin-top:8px}.phs-vue-wrap .v-list-item__content>*:not(:last-child){margin-bottom:2px}.phs-vue-wrap .v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child){margin-right:16px}.phs-vue-wrap .v-application--is-ltr .v-list-item__avatar:first-child{margin-right:16px}.phs-vue-wrap .v-list-item .v-list-item__title,.phs-vue-wrap .v-list-item .v-list-item__subtitle{line-height:1.2}.phs-vue-wrap .v-list-item__title,.phs-vue-wrap .v-list-item__subtitle{flex:1 1 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-list-item--dense,.phs-vue-wrap .v-list--dense .v-list-item{min-height:40px}.phs-vue-wrap .v-list-item--dense .v-list-item__icon,.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__icon{height:24px;margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-list-item--dense .v-list-item__content,.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__content{padding:8px 0}.phs-vue-wrap .v-list-item--dense .v-list-item__title,.phs-vue-wrap .v-list-item--dense .v-list-item__subtitle,.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__title,.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__subtitle{font-size:.8125rem;font-weight:500;line-height:1rem}.phs-vue-wrap .v-list-item--dense.v-list-item--two-line,.phs-vue-wrap .v-list--dense .v-list-item.v-list-item--two-line{min-height:60px}.phs-vue-wrap .v-list-item--dense.v-list-item--three-line,.phs-vue-wrap .v-list--dense .v-list-item.v-list-item--three-line{min-height:76px}.phs-vue-wrap .v-list-item--link{cursor:pointer;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list--two-line .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list-item--two-line .v-list-item__icon,.phs-vue-wrap .v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list-item--three-line .v-list-item__icon{margin-bottom:16px;margin-top:16px}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__avatar,.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__action,.phs-vue-wrap .v-list-item--three-line .v-list-item__avatar,.phs-vue-wrap .v-list-item--three-line .v-list-item__action{align-self:flex-start;margin-top:16px;margin-bottom:16px}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__subtitle,.phs-vue-wrap .v-list-item--three-line .v-list-item__subtitle{white-space:initial;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.phs-vue-wrap .v-avatar img,.phs-vue-wrap .v-avatar svg,.phs-vue-wrap .v-avatar .v-icon,.phs-vue-wrap .v-avatar .v-image,.phs-vue-wrap .v-avatar .v-responsive__content{border-radius:inherit;display:inline-flex;height:inherit;width:inherit}.phs-vue-wrap .v-input input:focus,.phs-vue-wrap .v-input input:active,.phs-vue-wrap .v-input textarea:focus,.phs-vue-wrap .v-input textarea:active{outline:none}.phs-vue-wrap .v-input__append-outer .v-icon,.phs-vue-wrap .v-input__prepend-outer .v-icon{-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-rtl .v-input__append-outer,.phs-vue-wrap .v-application--is-ltr .v-input__prepend-outer{margin-right:9px}.phs-vue-wrap .v-input--is-loading>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-input--is-loading>.v-input__control>.v-input__slot:after{display:none}.phs-vue-wrap .v-input--has-state.error--text .v-label{animation:v-shake .6s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-input--hide-spin-buttons input::-webkit-outer-spin-button,.phs-vue-wrap .v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.phs-vue-wrap .v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate .long,.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate .short{animation-play-state:paused;background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto;will-change:left,right}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate--active .long{animation-name:indeterminate-ltr;animation-duration:2.2s;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate--active .short{animation-name:indeterminate-short-ltr;animation-duration:2.2s;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{animation-name:indeterminate-rtl}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{animation-name:indeterminate-short-rtl}.phs-vue-wrap .v-progress-linear__stream{animation:stream-ltr .25s infinite linear;animation-play-state:paused;border-color:currentColor;border-top:4px dotted;bottom:0;left:auto;right:-8px;opacity:.3;pointer-events:none;position:absolute;top:calc(50% - 2px);transition:inherit}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__stream{animation:stream-rtl .25s infinite linear;left:-8px;right:auto}.phs-vue-wrap .v-progress-linear--striped .v-progress-linear__determinate{background-image:linear-gradient(135deg,rgba(255,255,255,.25) 25%,transparent 0,transparent 50%,rgba(255,255,255,.25) 0,rgba(255,255,255,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat}.phs-vue-wrap .v-progress-linear--query .v-progress-linear__indeterminate--active .long{animation-name:query-ltr;animation-duration:2s;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--query .v-progress-linear__indeterminate--active .short{animation-name:query-short-ltr;animation-duration:2s;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{animation-name:query-rtl}.phs-vue-wrap .v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{animation-name:query-short-rtl}.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__indeterminate--active .long,.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__indeterminate--active .short,.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__stream{animation-play-state:running}.phs-vue-wrap .v-badge{display:inline-block;line-height:1;position:relative}.phs-vue-wrap .v-badge__badge{border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:20px;letter-spacing:0;line-height:1;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.phs-vue-wrap .v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.phs-vue-wrap .v-dialog>.v-card>.v-card__subtitle{padding:0 24px 20px}.phs-vue-wrap .v-dialog--animated{animation-duration:.15s;animation-name:animate-dialog;animation-timing-function:cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__title,.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__actions,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__title,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__actions{flex:0 0 auto}.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__text,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__text{backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}.phs-vue-wrap .theme--light.v-btn-toggle:not(.v-btn-toggle--group){background:#FFFFFF;color:#000000de}.phs-vue-wrap .theme--dark.v-btn-toggle:not(.v-btn-toggle--group){background:#1E1E1E;color:#fff}.phs-vue-wrap .v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:first-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:last-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:not(:first-child){border-left-width:0}.phs-vue-wrap .v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:not(:last-child){border-left-width:0}.phs-vue-wrap .theme--light.v-card>.v-card__text,.phs-vue-wrap .theme--light.v-card>.v-card__subtitle{color:#0009}.phs-vue-wrap .theme--dark.v-card>.v-card__text,.phs-vue-wrap .theme--dark.v-card>.v-card__subtitle{color:#ffffffb3}.phs-vue-wrap .v-card>*:first-child:not(.v-btn):not(.v-chip):not(.v-avatar),.phs-vue-wrap .v-card>.v-card__progress+*:not(.v-btn):not(.v-chip):not(.v-avatar){border-top-left-radius:inherit;border-top-right-radius:inherit}.phs-vue-wrap .v-card>*:last-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-sheet.v-card--hover:hover,.phs-vue-wrap .v-sheet.v-card--hover:focus{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap .v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.2s opacity}.phs-vue-wrap .v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-card--disabled>*:not(.v-card__progress){opacity:.6;transition:inherit}.phs-vue-wrap .v-window__prev,.phs-vue-wrap .v-window__next{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.phs-vue-wrap .v-window__prev .v-btn:hover,.phs-vue-wrap .v-window__next .v-btn:hover{background:none}.phs-vue-wrap .v-application--is-rtl .v-window__prev,.phs-vue-wrap .v-application--is-ltr .v-window__next{right:0}.phs-vue-wrap .v-window--show-arrows-on-hover .v-window__next,.phs-vue-wrap .v-window--show-arrows-on-hover .v-window__prev{transition:.2s transform cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev,.phs-vue-wrap .v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next{transform:translate(200%)}.phs-vue-wrap .v-window-x-transition-enter-active,.phs-vue-wrap .v-window-x-transition-leave-active,.phs-vue-wrap .v-window-x-reverse-transition-enter-active,.phs-vue-wrap .v-window-x-reverse-transition-leave-active,.phs-vue-wrap .v-window-y-transition-enter-active,.phs-vue-wrap .v-window-y-transition-leave-active,.phs-vue-wrap .v-window-y-reverse-transition-enter-active,.phs-vue-wrap .v-window-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-window-x-transition-leave,.phs-vue-wrap .v-window-x-transition-leave-to,.phs-vue-wrap .v-window-x-reverse-transition-leave,.phs-vue-wrap .v-window-x-reverse-transition-leave-to,.phs-vue-wrap .v-window-y-transition-leave,.phs-vue-wrap .v-window-y-transition-leave-to,.phs-vue-wrap .v-window-y-reverse-transition-leave,.phs-vue-wrap .v-window-y-reverse-transition-leave-to{position:absolute!important;top:0;width:100%}.phs-vue-wrap .v-window-x-transition-leave-to,.phs-vue-wrap .v-window-x-reverse-transition-enter{transform:translate(-100%)}.phs-vue-wrap .v-window-y-transition-leave-to,.phs-vue-wrap .v-window-y-reverse-transition-enter{transform:translateY(-100%)}.phs-vue-wrap .v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-input--selection-controls__input input[role=checkbox],.phs-vue-wrap .v-input--selection-controls__input input[role=radio],.phs-vue-wrap .v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev,.phs-vue-wrap .v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next{display:none}.phs-vue-wrap .theme--light.v-slider .v-slider__track-background,.phs-vue-wrap .theme--light.v-slider .v-slider__track-fill,.phs-vue-wrap .theme--light.v-slider .v-slider__thumb{background:rgba(0,0,0,.26)}.phs-vue-wrap .theme--dark.v-slider .v-slider__track-background,.phs-vue-wrap .theme--dark.v-slider .v-slider__track-fill,.phs-vue-wrap .theme--dark.v-slider .v-slider__thumb{background:rgba(255,255,255,.2)}.phs-vue-wrap .v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-slider__track-background,.phs-vue-wrap .v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-slider__thumb-container{outline:none;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);top:50%}.phs-vue-wrap .v-slider__thumb{position:absolute;width:12px;height:12px;left:-6px;top:50%;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1);transform:translateY(-50%);-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-slider__thumb:before{transition:.3s cubic-bezier(.25,.8,.5,1);content:"";color:inherit;width:36px;height:36px;border-radius:50%;background:currentColor;opacity:.3;position:absolute;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.phs-vue-wrap .v-slider__ticks-container{position:absolute}.phs-vue-wrap .v-slider__tick{position:absolute;opacity:0;background-color:#00000080;transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.phs-vue-wrap .v-slider__tick-label{position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.phs-vue-wrap .v-slider__thumb-label-container{position:absolute;left:0;top:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;position:absolute;left:0;bottom:100%;-webkit-user-select:none;user-select:none;transition:.3s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-application--is-rtl .v-input__slider .v-input__slot .v-label,.phs-vue-wrap .v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label{margin-right:0;margin-left:12px}.phs-vue-wrap .v-input__slider--vertical .v-input__slot,.phs-vue-wrap .v-input__slider--vertical .v-input__prepend-outer,.phs-vue-wrap .v-input__slider--vertical .v-input__append-outer{margin:0}.phs-vue-wrap .v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.phs-vue-wrap .v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child{margin-left:7px}.phs-vue-wrap .v-data-footer__select .v-select{flex:0 1 0;padding:0;position:initial}.phs-vue-wrap .theme--light.v-data-table .v-row-group__header,.phs-vue-wrap .theme--light.v-data-table .v-row-group__summary{background:#eeeeee}.phs-vue-wrap .theme--dark.v-data-table .v-data-footer{border-top:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:initial;min-height:48px}.phs-vue-wrap .v-data-table__expand-icon{-webkit-user-select:none;user-select:none;cursor:pointer}.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable:hover,.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable.active,.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon{color:#000000de}.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable:hover,.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable.active,.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon{color:#fff}.phs-vue-wrap .v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0px;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.phs-vue-wrap .v-data-table-header-mobile th{height:initial}.phs-vue-wrap .theme--light.v-data-table.v-data-table--fixed-header thead th{background:#FFFFFF;box-shadow:inset 0 -1px #0000001f}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row){border-bottom:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child{border-bottom:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eeeeee}.phs-vue-wrap .theme--dark.v-data-table .v-data-table__divider{border-right:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1E1E1E;box-shadow:inset 0 -1px #ffffff1f}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row){border-bottom:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child{border-bottom:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th{-webkit-user-select:none;user-select:none;font-size:.75rem;height:48px}.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th,.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th,.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th{text-align:right}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>td{font-size:.875rem;height:48px}.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td{height:32px}.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th{height:32px}.phs-vue-wrap .v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.phs-vue-wrap .v-data-table--fixed-header>.v-data-table__wrapper{overflow-y:auto}.phs-vue-wrap .v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0px!important;position:sticky;top:0;z-index:2}.phs-vue-wrap .v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;user-select:none}.phs-vue-wrap .theme--light.v-date-picker-table th,.phs-vue-wrap .theme--light.v-date-picker-table .v-date-picker-table--date__week{color:#00000061}.phs-vue-wrap .theme--dark.v-date-picker-table th,.phs-vue-wrap .theme--dark.v-date-picker-table .v-date-picker-table--date__week{color:#ffffff80}.phs-vue-wrap .theme--light.v-picker__body{background:#FFFFFF}.phs-vue-wrap .v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title),.phs-vue-wrap .v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title){margin-left:170px;margin-right:0}.phs-vue-wrap .v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title),.phs-vue-wrap .v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title){margin-right:170px;margin-left:0}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before{opacity:.12}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before{opacity:.24}.phs-vue-wrap .v-expansion-panels>*:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.phs-vue-wrap .v-expansion-panels>*:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:.2s border-color cubic-bezier(.4,0,.2,1),.2s opacity cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-expansion-panel--active:not(:first-child),.phs-vue-wrap .v-expansion-panel--active+.v-expansion-panel{margin-top:16px}.phs-vue-wrap .v-expansion-panel--active:not(:first-child):after,.phs-vue-wrap .v-expansion-panel--active+.v-expansion-panel:after{opacity:0}.phs-vue-wrap .v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:.3s min-height cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s opacity cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-expansion-panel-header>*:not(.v-expansion-panel-header__icon){flex:1 1 auto}.phs-vue-wrap .v-expansion-panels--tile{border-radius:0}.phs-vue-wrap .v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.phs-vue-wrap .container.grid-list-xs *:not(:only-child) .layout:first-child{margin-top:-1px}.phs-vue-wrap .container.grid-list-xs *:not(:only-child) .layout:last-child{margin-bottom:-1px}.phs-vue-wrap .container.grid-list-sm *:not(:only-child) .layout:first-child{margin-top:-2px}.phs-vue-wrap .container.grid-list-sm *:not(:only-child) .layout:last-child{margin-bottom:-2px}.phs-vue-wrap .container.grid-list-md *:not(:only-child) .layout:first-child{margin-top:-4px}.phs-vue-wrap .container.grid-list-md *:not(:only-child) .layout:last-child{margin-bottom:-4px}.phs-vue-wrap .container.grid-list-lg *:not(:only-child) .layout:first-child{margin-top:-8px}.phs-vue-wrap .container.grid-list-lg *:not(:only-child) .layout:last-child{margin-bottom:-8px}.phs-vue-wrap .container.grid-list-xl *:not(:only-child) .layout:first-child{margin-top:-12px}.phs-vue-wrap .container.grid-list-xl *:not(:only-child) .layout:last-child{margin-bottom:-12px}@media all and (min-width: 0){.phs-vue-wrap .flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-xs12{order:12}.phs-vue-wrap .flex.xs11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-xs11{order:11}.phs-vue-wrap .flex.xs10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-xs10{order:10}.phs-vue-wrap .flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-xs9{order:9}.phs-vue-wrap .flex.xs8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-xs8{order:8}.phs-vue-wrap .flex.xs7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-xs7{order:7}.phs-vue-wrap .flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-xs6{order:6}.phs-vue-wrap .flex.xs5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-xs5{order:5}.phs-vue-wrap .flex.xs4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-xs4{order:4}.phs-vue-wrap .flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-xs3{order:3}.phs-vue-wrap .flex.xs2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-xs2{order:2}.phs-vue-wrap .flex.xs1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-xs1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs0{margin-left:0%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs0{margin-right:0%}}@media all and (min-width: 600px){.phs-vue-wrap .flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-sm12{order:12}.phs-vue-wrap .flex.sm11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-sm11{order:11}.phs-vue-wrap .flex.sm10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-sm10{order:10}.phs-vue-wrap .flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-sm9{order:9}.phs-vue-wrap .flex.sm8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-sm8{order:8}.phs-vue-wrap .flex.sm7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-sm7{order:7}.phs-vue-wrap .flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-sm6{order:6}.phs-vue-wrap .flex.sm5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-sm5{order:5}.phs-vue-wrap .flex.sm4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-sm4{order:4}.phs-vue-wrap .flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-sm3{order:3}.phs-vue-wrap .flex.sm2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-sm2{order:2}.phs-vue-wrap .flex.sm1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-sm1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm0{margin-left:0%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm0{margin-right:0%}}@media all and (min-width: 960px){.phs-vue-wrap .flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-md12{order:12}.phs-vue-wrap .flex.md11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-md11{order:11}.phs-vue-wrap .flex.md10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-md10{order:10}.phs-vue-wrap .flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-md9{order:9}.phs-vue-wrap .flex.md8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-md8{order:8}.phs-vue-wrap .flex.md7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-md7{order:7}.phs-vue-wrap .flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-md6{order:6}.phs-vue-wrap .flex.md5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-md5{order:5}.phs-vue-wrap .flex.md4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-md4{order:4}.phs-vue-wrap .flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-md3{order:3}.phs-vue-wrap .flex.md2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-md2{order:2}.phs-vue-wrap .flex.md1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-md1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-md12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md0{margin-left:0%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md0{margin-right:0%}}@media all and (min-width: 1264px){.phs-vue-wrap .flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-lg12{order:12}.phs-vue-wrap .flex.lg11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-lg11{order:11}.phs-vue-wrap .flex.lg10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-lg10{order:10}.phs-vue-wrap .flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-lg9{order:9}.phs-vue-wrap .flex.lg8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-lg8{order:8}.phs-vue-wrap .flex.lg7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-lg7{order:7}.phs-vue-wrap .flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-lg6{order:6}.phs-vue-wrap .flex.lg5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-lg5{order:5}.phs-vue-wrap .flex.lg4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-lg4{order:4}.phs-vue-wrap .flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-lg3{order:3}.phs-vue-wrap .flex.lg2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-lg2{order:2}.phs-vue-wrap .flex.lg1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-lg1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg0{margin-left:0%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg0{margin-right:0%}}@media all and (min-width: 1904px){.phs-vue-wrap .flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-xl12{order:12}.phs-vue-wrap .flex.xl11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-xl11{order:11}.phs-vue-wrap .flex.xl10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-xl10{order:10}.phs-vue-wrap .flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-xl9{order:9}.phs-vue-wrap .flex.xl8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-xl8{order:8}.phs-vue-wrap .flex.xl7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-xl7{order:7}.phs-vue-wrap .flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-xl6{order:6}.phs-vue-wrap .flex.xl5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-xl5{order:5}.phs-vue-wrap .flex.xl4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-xl4{order:4}.phs-vue-wrap .flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-xl3{order:3}.phs-vue-wrap .flex.xl2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-xl2{order:2}.phs-vue-wrap .flex.xl1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-xl1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl0{margin-left:0%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl0{margin-right:0%}}.phs-vue-wrap .flex,.phs-vue-wrap .child-flex>*{flex:1 1 auto;max-width:100%}.phs-vue-wrap .flex.grow-shrink-0,.phs-vue-wrap .child-flex>*.grow-shrink-0{flex-grow:0;flex-shrink:0}.phs-vue-wrap .spacer{flex-grow:1!important}.phs-vue-wrap .grow{flex-grow:1!important;flex-shrink:0!important}@media (min-width: 960px){.phs-vue-wrap .container{max-width:900px}}@media (min-width: 1264px){.phs-vue-wrap .container{max-width:1185px}}@media (min-width: 1904px){.phs-vue-wrap .container{max-width:1785px}}.phs-vue-wrap .col-xl,.phs-vue-wrap .col-xl-auto,.phs-vue-wrap .col-xl-12,.phs-vue-wrap .col-xl-11,.phs-vue-wrap .col-xl-10,.phs-vue-wrap .col-xl-9,.phs-vue-wrap .col-xl-8,.phs-vue-wrap .col-xl-7,.phs-vue-wrap .col-xl-6,.phs-vue-wrap .col-xl-5,.phs-vue-wrap .col-xl-4,.phs-vue-wrap .col-xl-3,.phs-vue-wrap .col-xl-2,.phs-vue-wrap .col-xl-1,.phs-vue-wrap .col-lg,.phs-vue-wrap .col-lg-auto,.phs-vue-wrap .col-lg-12,.phs-vue-wrap .col-lg-11,.phs-vue-wrap .col-lg-10,.phs-vue-wrap .col-lg-9,.phs-vue-wrap .col-lg-8,.phs-vue-wrap .col-lg-7,.phs-vue-wrap .col-lg-6,.phs-vue-wrap .col-lg-5,.phs-vue-wrap .col-lg-4,.phs-vue-wrap .col-lg-3,.phs-vue-wrap .col-lg-2,.phs-vue-wrap .col-lg-1,.phs-vue-wrap .col-md,.phs-vue-wrap .col-md-auto,.phs-vue-wrap .col-md-12,.phs-vue-wrap .col-md-11,.phs-vue-wrap .col-md-10,.phs-vue-wrap .col-md-9,.phs-vue-wrap .col-md-8,.phs-vue-wrap .col-md-7,.phs-vue-wrap .col-md-6,.phs-vue-wrap .col-md-5,.phs-vue-wrap .col-md-4,.phs-vue-wrap .col-md-3,.phs-vue-wrap .col-md-2,.phs-vue-wrap .col-md-1,.phs-vue-wrap .col-sm,.phs-vue-wrap .col-sm-auto,.phs-vue-wrap .col-sm-12,.phs-vue-wrap .col-sm-11,.phs-vue-wrap .col-sm-10,.phs-vue-wrap .col-sm-9,.phs-vue-wrap .col-sm-8,.phs-vue-wrap .col-sm-7,.phs-vue-wrap .col-sm-6,.phs-vue-wrap .col-sm-5,.phs-vue-wrap .col-sm-4,.phs-vue-wrap .col-sm-3,.phs-vue-wrap .col-sm-2,.phs-vue-wrap .col-sm-1,.phs-vue-wrap .col,.phs-vue-wrap .col-auto,.phs-vue-wrap .col-12,.phs-vue-wrap .col-11,.phs-vue-wrap .col-10,.phs-vue-wrap .col-9,.phs-vue-wrap .col-8,.phs-vue-wrap .col-7,.phs-vue-wrap .col-6,.phs-vue-wrap .col-5,.phs-vue-wrap .col-4,.phs-vue-wrap .col-3,.phs-vue-wrap .col-2,.phs-vue-wrap .col-1{width:100%;padding:12px}@media (min-width: 600px){.phs-vue-wrap .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-sm-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-sm-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-sm-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-sm-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-sm-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-sm-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-sm-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-sm-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-sm-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-sm-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-sm-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-sm-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-sm-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-11{margin-right:91.6666666667%}}@media (min-width: 960px){.phs-vue-wrap .col-md{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-md-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-md-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-md-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-md-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-md-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-md-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-md-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-md-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-md-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-md-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-md-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-md-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-md-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-11{margin-right:91.6666666667%}}@media (min-width: 1264px){.phs-vue-wrap .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-lg-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-lg-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-lg-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-lg-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-lg-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-lg-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-lg-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-lg-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-lg-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-lg-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-lg-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-lg-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-lg-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-11{margin-right:91.6666666667%}}@media (min-width: 1904px){.phs-vue-wrap .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-xl-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-xl-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-xl-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-xl-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-xl-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-xl-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-xl-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-xl-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-xl-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-xl-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-xl-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-xl-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-xl-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-11{margin-right:91.6666666667%}}.phs-vue-wrap .v-navigation-drawer.v-navigation-drawer--right:after{left:0;right:initial}.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-item>*:first-child{margin-left:0;margin-right:0}.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-item>*:not(:first-child){position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;display:initial}.phs-vue-wrap .theme--light.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#FFFFFF}.phs-vue-wrap .theme--dark.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#1E1E1E}.phs-vue-wrap .theme--dark.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid rgba(255,255,255,.12)}.phs-vue-wrap .v-overflow-btn .v-input__slot:before,.phs-vue-wrap .v-overflow-btn .v-input__slot:after{display:none}.phs-vue-wrap .v-overflow-btn .v-select__selections{width:0px}.phs-vue-wrap .theme--light.v-pagination .v-pagination__item{background:#FFFFFF;color:#000000de}.phs-vue-wrap .theme--light.v-pagination .v-pagination__navigation{background:#FFFFFF}.phs-vue-wrap .theme--dark.v-pagination .v-pagination__item{background:#1E1E1E;color:#fff}.phs-vue-wrap .theme--dark.v-pagination .v-pagination__navigation{background:#1E1E1E}.phs-vue-wrap .v-rating .v-icon{padding:.5rem;border-radius:50%;-webkit-user-select:none;user-select:none;outline:none}.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3),rgba(255,255,255,0))}.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__actions,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__article,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__card-text,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-thead,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot{background:#FFFFFF}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.05),rgba(255,255,255,0))}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__avatar,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__button,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__chip,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__divider,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__image,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__text{background:rgba(255,255,255,.12)}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__actions,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__article,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__card-heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__card-text,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__date-picker,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-thead,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-tbody,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-tfoot{background:#1E1E1E}.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line{border-radius:4px}.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__actions:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__article:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-avatar:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-heading:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-text:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker-options:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker-days:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-text:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-two-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-three-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__paragraph:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__sentences:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-cell:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-heading:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-thead:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-tbody:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-tfoot:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-row:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-row-divider:after{display:none}.phs-vue-wrap .v-skeleton-loader__bone:after{animation:loading 1.5s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:1}.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{height:40px;width:40px}.phs-vue-wrap .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line{height:72px}.phs-vue-wrap .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line{height:88px}.phs-vue-wrap .v-skeleton-loader__list-item,.phs-vue-wrap .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line{align-content:center;align-items:center;display:flex;flex-wrap:wrap;padding:0 16px}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{margin-left:16px}.phs-vue-wrap .v-skeleton-loader__list-item .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:only-child{margin-bottom:0}.phs-vue-wrap .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(1){max-width:100%}.phs-vue-wrap .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(3){max-width:70%}.phs-vue-wrap .v-skeleton-loader__sentences .v-skeleton-loader__text:nth-child(2){max-width:70%}.phs-vue-wrap .v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(1){max-width:128px}.phs-vue-wrap .theme--light.v-stepper{background:#FFFFFF}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0px 0px 0px black}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0px 0px 0px black}.phs-vue-wrap .theme--light.v-stepper .v-stepper__label small{color:#0009}.phs-vue-wrap .theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label{color:#0009}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:rgba(255,255,255,.5)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0px 0px 0px white}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--editable:hover{background:rgba(255,255,255,.06)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0px 0px 0px white}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:rgba(255,255,255,.75)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__label small{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label{color:#ffffffb3}.phs-vue-wrap .v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid rgba(255,255,255,.12)}.phs-vue-wrap .v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}@media only screen and (max-width: 959.98px){.phs-vue-wrap .v-stepper:not(.v-stepper--vertical) .v-stepper__label{display:none}.phs-vue-wrap .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step{margin-left:0;margin-right:0}}.phs-vue-wrap .v-input--switch__track,.phs-vue-wrap .v-input--switch__thumb{background-color:currentColor;pointer-events:none;transition:inherit}.phs-vue-wrap .v-input--switch--inset .v-input--switch__track,.phs-vue-wrap .v-input--switch--inset .v-input--selection-controls__input{width:48px}.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon,.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab--disabled{color:#0000008a}.phs-vue-wrap .theme--light.v-tabs .v-tab:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-tabs .v-tab--active:hover:before,.phs-vue-wrap .theme--light.v-tabs .v-tab--active:before{opacity:.12}.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon,.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled{color:#fff9}.phs-vue-wrap .theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-tabs .v-tab--active:hover:before,.phs-vue-wrap .theme--dark.v-tabs .v-tab--active:before{opacity:.24}.phs-vue-wrap .v-tabs-bar.primary .v-tab,.phs-vue-wrap .v-tabs-bar.primary .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.secondary .v-tab,.phs-vue-wrap .v-tabs-bar.secondary .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.accent .v-tab,.phs-vue-wrap .v-tabs-bar.accent .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.success .v-tab,.phs-vue-wrap .v-tabs-bar.success .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.error .v-tab,.phs-vue-wrap .v-tabs-bar.error .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.warning .v-tab,.phs-vue-wrap .v-tabs-bar.warning .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.info .v-tab,.phs-vue-wrap .v-tabs-bar.info .v-tabs-slider{color:#fff}.phs-vue-wrap .v-tabs:not(.v-tabs--vertical).v-tabs--right>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next{display:initial;visibility:hidden}.phs-vue-wrap .v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.phs-vue-wrap .v-tabs-bar.v-item-group>*{cursor:initial}.phs-vue-wrap .v-tab{align-items:center;cursor:pointer;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;user-select:none}.phs-vue-wrap .v-tab:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-tabs-slider{background-color:currentColor;height:100%;width:100%}.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>*:last-child,.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>*:last-child{margin-right:auto}.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>*:last-child,.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>*:last-child{margin-left:auto}.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>*:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>*:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-left:auto}.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>*:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>*:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.phs-vue-wrap .v-tabs--icons-and-text>.v-tabs-bar .v-tab>*:first-child{margin-bottom:6px}.phs-vue-wrap .v-tab--active .v-icon,.phs-vue-wrap .v-tab--active .v-btn.v-btn--flat{color:inherit}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea{margin-top:10px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label{top:18px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea{margin-top:6px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer{align-self:flex-start;margin-top:8px}.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__append-outer{align-self:flex-start;margin-top:12px}.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title__ampm{margin:16px 0 0;align-self:initial;text-align:center}.phs-vue-wrap .v-time-picker-clock{border-radius:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);-webkit-user-select:none;user-select:none;width:100%;padding-top:100%;flex:1 0 auto}.phs-vue-wrap .v-time-picker-clock__hand:before{background:transparent;border-width:2px;border-style:solid;border-color:inherit;border-radius:100%;width:10px;height:10px;content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__hand:after{content:"";position:absolute;height:8px;width:8px;top:100%;left:50%;border-radius:100%;border-style:solid;border-color:inherit;background-color:inherit;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;user-select:none;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__item:before,.phs-vue-wrap .v-time-picker-clock__item:after{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__item:after,.phs-vue-wrap .v-time-picker-clock__item:before{height:40px;width:40px}.phs-vue-wrap .v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:initial;width:auto;opacity:0;pointer-events:none}.phs-vue-wrap .search-bar{right:6%;position:absolute}.phs-vue-wrap .edh-nav-search-hover{position:absolute;right:21%}.phs-vue-wrap .slot-wrapper[data-v-8abd6a7e]{display:inline-block}.phs-vue-wrap .slot-wrapper-block[data-v-8abd6a7e]{width:100%;height:100%;display:block}.phs-vue-wrap .icon-color[data-v-ac161f19]{color:#fff}.phs-vue-wrap[data-v-ac161f19] .v-text-field.v-text-field--solo .v-input__control{min-height:36px;padding:0}.phs-vue-wrap[data-v-ac161f19] .v-icon.v-icon{margin-left:0}.phs-vue-wrap[data-v-ac161f19] .theme--light.v-icon.fa-question-circle{color:#fff}.phs-vue-wrap .v-toolbar__content>*[data-v-a7fe527c]{overflow:hidden}.phs-vue-wrap .v-toolbar__title[data-v-a7fe527c]{overflow:visible;font-size:1.1rem}.phs-vue-wrap .chevron[data-v-a7fe527c]{margin:0 12px}.phs-vue-wrap .reset-btn[data-v-a7fe527c]{margin-left:5px}.phs-vue-wrap .container[data-v-0e264813]{background-color:#eff4fb;height:100%}.phs-vue-wrap .page-wrapper[data-v-0e511da2]{background-color:#eff4fb;overflow:auto}.phs-vue-wrap .data-table-container[data-v-e480c974]{padding:0}.phs-vue-wrap .data-table-container .table-search[data-v-e480c974]{max-width:16em}.phs-vue-wrap .data-table-container .table-header.table-header.table-header.table-header[data-v-e480c974] thead th{border-color:#eff4fb;background-color:#f6f8fb;font-size:.875rem}.phs-vue-wrap .data-table-container .table-header.table-header.table-header.table-header[data-v-e480c974] thead th>i{margin-left:4px}.phs-vue-wrap .data-table-container .table-header.table-header.table-header.table-header[data-v-e480c974] .v-data-footer{margin-right:0;padding-right:16px;background-color:#f6f8fb;font-size:.875rem}.phs-vue-wrap .data-table-container .table-header.table-header.table-header.table-header[data-v-e480c974] .v-data-footer .v-select__selection{font-size:.875rem!important}.phs-vue-wrap .data-table-container .tableOverFlow[data-v-e480c974] .v-data-table__wrapper{overflow-x:inherit;overflow-y:inherit}.phs-vue-wrap .data-table-container .tableOverFlow[data-v-e480c974] table{border-bottom:.01em solid #ded8d8}.phs-vue-wrap .data-table-container .tableHeaderWrap[data-v-e480c974] thead th{white-space:wrap;font-size:.65625rem;font-weight:600}.phs-vue-wrap .data-table-container .tableHeaderWrap[data-v-e480c974] th:first-child{padding-left:.625rem}.phs-vue-wrap .data-table-container .tableHeaderWrap[data-v-e480c974] td{padding:0 .5rem;font-size:.65625rem}.phs-vue-wrap .data-table-container .tableHeaderWrap[data-v-e480c974] table{border-bottom:.01rem solid #ded8d8}.phs-vue-wrap .data-table-container .tableHeaderWrap[data-v-e480c974] .v-data-table__wrapper{overflow-x:hidden}.phs-vue-wrap .data-table-container .tableHeaderNoWrap[data-v-e480c974] thead th{white-space:nowrap}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] table{border-collapse:collapse;border-spacing:0}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] table thead{background:var(--v-secondary-base);border-bottom:#EFF4FB 1pt solid}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] table thead th{border-color:#eff4fb;background-color:#f6f8fb}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] table td{white-space:nowrap;border-collapse:collapse;background-clip:padding-box}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr:hover td:first-child:not(.phs-sticky-col){background-color:#dadbde}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr td:first-child:not(.phs-sticky-col){position:sticky;left:0;background-color:var(--v-table-base)}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-name{min-width:10em;max-width:10em}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-name a{display:inline-block;width:10em;word-wrap:break-word;overflow-wrap:break-word;white-space:initial}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr td.phs-sticky-col{background:var(--v-table-base)}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col{position:sticky;z-index:3}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr>th.phs-sticky-col{z-index:4}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-name:first-child{left:0}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-dob:nth-child(2){left:10em}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr th:first-child:not(.phs-sticky-col){min-width:4.6em;position:sticky;left:0;z-index:4}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-name:nth-child(2){left:4.6em}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr .phs-sticky-col.phs-col-dob:nth-child(3){left:14.6em}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr:not(:first-child){border-top:#32407A 1pt solid}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr:not(:first-child) td.phs-sticky-col{border-top:#32407A 1pt solid}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr:first-child td.phs-sticky-col{border-top:white 1pt solid}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr:not(:first-child) td:first-child:not(.phs-sticky-col){border-top:#32407A 1pt solid;z-index:3}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tr.v-data-table__selected{background-color:#fff}.phs-vue-wrap .data-table-container .patient-list-data-table[data-v-e480c974] tbody>tr:hover td{background-color:#dadbde}.phs-vue-wrap .auth-container[data-v-9d90eb5d],.phs-vue-wrap .auth-container .auth-row[data-v-9d90eb5d]{height:100%}.phs-vue-wrap .auth-container .brand[data-v-9d90eb5d]{margin-right:20px}.phs-vue-wrap .auth-container .card[data-v-9d90eb5d]{padding:20px}.phs-vue-wrap .auth-container .card .form[data-v-9d90eb5d]{padding-left:16px}.phs-vue-wrap .footer[data-v-da835655]{align-items:center;background-color:#1f253d;display:flex;justify-content:center;height:28px;z-index:8}.phs-vue-wrap .footer .footer-text[data-v-da835655]{color:#fff;font-size:12px}.phs-vue-wrap .phs-error[data-v-954ae605]{height:100%;background-color:#eff4fb}.phs-vue-wrap .phs-error .message[data-v-954ae605]{padding-top:10%}.phs-vue-wrap .phs-error .message .error-icon[data-v-954ae605]{padding-left:15px}.phs-vue-wrap .black-icon[data-v-c1fe5d9a]{color:#000!important}.phs-vue-wrap[data-v-c1fe5d9a] .v-dialog{overflow-y:visible}.phs-vue-wrap .page-container[data-v-aa4223e9],.phs-vue-wrap .page-container .main-content[data-v-aa4223e9],.phs-vue-wrap .page-container .main-content *[data-v-aa4223e9]{height:100%}.phs-vue-wrap .page-container .main-container[data-v-aa4223e9]{margin:0;padding:0}.phs-vue-wrap .page-container .brand[data-v-aa4223e9]{width:65px}.phs-vue-wrap .edh-download-file[data-v-71bdd71b]{display:none}.phs-vue-wrap .file-select>.select-button[data-v-f5792328]{padding:1rem;background-color:#f6f8fb!important;border:1px groove;border-radius:.3rem;text-align:center}.phs-vue-wrap .file-select>input[type=file][data-v-f5792328]{display:none}.phs-vue-wrap .upload-text[data-v-33f65b12]{width:80%;top:15px}.phs-vue-wrap .upload-note-warning[data-v-33f65b12]{color:#c83e42}.phs-vue-wrap .preview-header[data-v-30456685]{color:#347fbe;font-weight:700;font-size:16px}.phs-vue-wrap .hierarchy-preview[data-v-30456685]{height:150px}.phs-vue-wrap .hierarchy-body[data-v-30456685]{height:80%}.phs-vue-wrap .push-to-prod-checkbox-container[data-v-30456685]{display:flex;height:30px}.phs-vue-wrap .push-to-prod-checkbox[data-v-30456685]{font-weight:700}.phs-vue-wrap .campaign-list-container[data-v-3b03f568]{background-color:#eff4fb;width:100%}.phs-vue-wrap .campaign-list-container .campaign-button[data-v-3b03f568]{margin-right:1px;margin-left:2px}.phs-vue-wrap .campaign-list-container .campaign-create[data-v-3b03f568]{background-color:#32407a;color:#fff;margin-left:4px;margin-right:4px}.phs-vue-wrap .campaign-list-container .suppresion[data-v-3b03f568]{background-color:#32407a;color:#fff}.phs-vue-wrap .campaign-list-container .practice-select[data-v-3b03f568]{height:40px}.phs-vue-wrap .campaign-list-container .header[data-v-3b03f568]{padding-left:4px}.phs-vue-wrap .campaign-list-container .headerContainer[data-v-3b03f568]{padding:0}.phs-vue-wrap .campaign-list-container .search[data-v-3b03f568]{width:20%}.phs-vue-wrap .campaign-list-container .campaign-label[data-v-3b03f568]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phs-vue-wrap .campaign-list-container .practice-label[data-v-3b03f568],.phs-vue-wrap .campaign-list-container .author-label[data-v-3b03f568]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.phs-vue-wrap .campaign-list-container .campaign-status-box[data-v-3b03f568]{width:55px;border-radius:.25em;white-space:nowrap;text-align:center}.phs-vue-wrap .campaign-list-container .campaign-status[data-v-3b03f568]{margin:0;min-height:20px;min-width:50px;padding:6px;color:#fff}.phs-vue-wrap .campaign-list-container .campaign-status-draft[data-v-3b03f568]{background-color:#ffd52d}.phs-vue-wrap .campaign-list-container .campaign-status-closed[data-v-3b03f568]{background-color:#c83e42}.phs-vue-wrap .campaign-list-container .campaign-status-active[data-v-3b03f568]{background-color:#b3d45c}.phs-vue-wrap .campaign-list-container .v-data-table-header tr[data-v-3b03f568]:th{white-space:nowrap}.phs-vue-wrap .campaign-list-container .v-data-table-header th.sortable{text-align:center}.phs-vue-wrap .campaign-list-container .v-data-table td,.phs-vue-wrap .campaign-list-container .v-data-table th{padding:0 7px}.phs-vue-wrap .campaign-list-container .table-container{padding-left:3%;padding-right:3%}.phs-vue-wrap .campaign-list-container .v-subheader{padding:0}.phs-vue-wrap .campaign-list-container .slot-wrapper{display:flex}.phs-vue-wrap[data-v-696e0c40] .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{padding:0}.phs-vue-wrap[data-v-696e0c40] .v-text-field.v-text-field--enclosed .v-text-field__details{padding:0}.phs-vue-wrap #create-campaign-wrapper[data-v-696e0c40]{padding:0 0 2em;height:100%;overflow:auto;background-color:#eff4fb}.phs-vue-wrap #create-campaign-wrapper .changed-warning[data-v-696e0c40]{background-color:#f26522;margin-bottom:10px}.phs-vue-wrap #create-campaign-wrapper .v-chip.Draft[data-v-696e0c40]{background:#FFD52D;color:#fff}.phs-vue-wrap #create-campaign-wrapper .v-chip.Active[data-v-696e0c40]{background:#B3D45C;color:#fff}.phs-vue-wrap #create-campaign-wrapper .v-chip.Closed[data-v-696e0c40]{background:#C83E42;color:#fff}.phs-vue-wrap #create-campaign-wrapper .status-label-tag[data-v-696e0c40]{display:inline-block;padding-right:20px;vertical-align:middle;align-self:left}.phs-vue-wrap #create-campaign-wrapper .campaign-header[data-v-696e0c40]{font-size:1.4em}.phs-vue-wrap #create-campaign-wrapper .email-header-box[data-v-696e0c40]{background-color:#f2f0f8}.phs-vue-wrap #create-campaign-wrapper .email-header[data-v-696e0c40]{font-size:1em;color:#347fbe;padding-left:10px;padding-right:4px;vertical-align:bottom}.phs-vue-wrap #create-campaign-wrapper .message-log[data-v-696e0c40]{font-size:1em;vertical-align:bottom;width:500px;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap #create-campaign-wrapper .message-warning[data-v-696e0c40]{font-size:.7em;color:#c83e42;text-justify:right}.phs-vue-wrap #create-campaign-wrapper .v-icon.v-icon[data-v-696e0c40]{color:#347fbe}.phs-vue-wrap #create-campaign-wrapper .select-practice[data-v-696e0c40]{max-width:35%}.phs-vue-wrap .v-card__title{padding-left:0}.phs-vue-wrap .date-range-picker[data-v-f6cb02c8]{min-width:15em;flex:1 1 0}.phs-vue-wrap .summary-card[data-v-f6cb02c8]{min-width:7em;flex:1 1 0}.phs-vue-wrap .date-range-picker[data-v-18d5eff4]{min-width:15em}.phs-vue-wrap .summary-card[data-v-18d5eff4]{min-width:5em;flex:1 1 0}.phs-vue-wrap .settings-navigation[data-v-d7499d11]{background-color:#eff4fb;height:100%}.phs-vue-wrap .settings-navigation .cards[data-v-d7499d11]{padding-top:20%}.phs-vue-wrap .settings-navigation .v-card__title[data-v-d7499d11]{background-color:#e0ebf7}.phs-vue-wrap .draggable:not(.disabled)>*:not(.filter){cursor:pointer}.phs-vue-wrap .draggable .drag,.phs-vue-wrap .draggable .chosen{box-sizing:border-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;opacity:1}.phs-vue-wrap .draggable .ghost{opacity:0}.phs-vue-wrap .phs-search .v-icon.v-icon[data-v-314e5ecb]{font-size:20px}.phs-vue-wrap .active[data-v-713e0d79]{text-transform:capitalize}.phs-vue-wrap .banner[data-v-0e499823]{width:100%;height:3em}.phs-vue-wrap .banner .row-container[data-v-0e499823]{display:flex;align-items:center}.phs-vue-wrap .banner .header-section[data-v-0e499823]{display:flex}.phs-vue-wrap .banner.inactive *[data-v-0e499823]:not(.edit-button){opacity:.7}.phs-vue-wrap .banner .status-text[data-v-0e499823]{width:50px;text-align:center;font-weight:700}.phs-vue-wrap .initiative-container .settings-header[data-v-712db60a]{margin-bottom:2%}.phs-vue-wrap .initiative-container .no-search-results[data-v-712db60a]{color:#615aa7}.phs-vue-wrap .form-content[data-v-6cfe768c]{padding-left:1em}.phs-vue-wrap .data-table[data-v-41eda74b]{background-color:#eff4fb}.phs-vue-wrap .data-table .v-input[data-v-41eda74b]{padding:5px}.phs-vue-wrap .settings-mapping-page-data-table[data-v-41eda74b] thead tr th:last-child{width:3.5rem;min-width:3.5rem}.phs-vue-wrap .v-window[data-v-c2766a0b]{overflow:unset}.phs-vue-wrap .action-checkbox[data-v-8dd7944f]{padding-top:0;margin-bottom:-8px}.phs-vue-wrap #settings-metrics-undeploy[data-v-6870e473]{height:100%}.phs-vue-wrap .phs-multi-select[data-v-1960c359]{padding:0}.phs-vue-wrap .phs-multi-select .v-list[data-v-1960c359]{border-radius:0}.phs-vue-wrap .phs-multi-select .v-input[data-v-1960c359]{padding:0;margin:0}.phs-vue-wrap .multi-select-box[data-v-1960c359]{border:2px solid #EFF4FB}.phs-vue-wrap .header[data-v-1960c359]{padding:0;margin:0;background-color:#eff4fb}.phs-vue-wrap .header .v-list-item[data-v-1960c359]{color:#000}.phs-vue-wrap .header span[data-v-1960c359]{font-size:1rem}.phs-vue-wrap .select-list[data-v-1960c359]{height:10em;overflow-y:scroll}.phs-vue-wrap .no-result[data-v-1960c359]{font-size:1rem}.phs-vue-wrap .tile[data-v-1960c359]{font-size:1rem;background-color:#eff4fb}.phs-vue-wrap .slider-input[data-v-28a3bbca],.phs-vue-wrap .slider-input[data-v-790ca0d6]{width:5em}.phs-vue-wrap .v-expansion-panel[data-v-77500aa3]{border-top:2px solid #EFF4FB}.phs-vue-wrap .v-expansion-panel .metric-title[data-v-77500aa3]{vertical-align:text-bottom}.phs-vue-wrap .v-expansion-panel .v-expansion-panel-content .v-list-item[data-v-77500aa3]:not(:first-child){border-top:1px solid #EFF4FB}.phs-vue-wrap .table-search[data-v-78584474]{max-width:50%}.phs-vue-wrap .no-search-results[data-v-78584474]{color:#615aa7}.phs-vue-wrap .v-alert[data-v-78584474]{padding:6px}.phs-vue-wrap .v-expansion-panels[data-v-78584474]{display:inherit}.phs-vue-wrap #settings-metrics[data-v-7400d9da]{height:100%;overflow:auto;background-color:#eff4fb}.phs-vue-wrap #settings-metrics .tab-items[data-v-7400d9da]{background-color:transparent;width:100%}.phs-vue-wrap #settings-metrics .v-window[data-v-7400d9da]{overflow:unset}.phs-vue-wrap .user-overview-row[data-v-65041770]{background-color:#fff}.phs-vue-wrap .user-overview-row .user-name a[data-v-65041770]{text-decoration:none}.phs-vue-wrap .user-overview-row .user-name a[data-v-65041770]:hover{text-decoration:underline}.phs-vue-wrap .user-overview-row .status-label[data-v-65041770]{text-transform:uppercase;font-weight:700;font-size:.75rem}.phs-vue-wrap .user-details-row[data-v-65041770]{text-transform:lowercase;background-color:#dadbde}.phs-vue-wrap ul.style-none{list-style-type:none}.phs-vue-wrap .pagebar{background-color:#fff}.phs-vue-wrap .pagebar .v-select{width:80px}.phs-vue-wrap .listFilterOptions{background-color:#fff}.phs-vue-wrap .listFilterOptions .v-card:not(:last-child){display:inline-flex;align-items:center}.phs-vue-wrap .listFilterOptions .v-input{display:inline-flex;padding-top:0;margin-top:0}.phs-vue-wrap .page-dropdown{display:inline-block;width:6em}.phs-vue-wrap .options-container{display:flex;align-items:center;justify-content:flex-end}.phs-vue-wrap .stepper[data-v-d1354e7c] .v-stepper__label{font-size:1rem;line-height:1rem;font-weight:500}.phs-vue-wrap .step-instruction[data-v-d1354e7c]{font-size:.8em}.phs-vue-wrap .v-card__title[data-v-309fbb10]{font-size:1rem;padding-left:0;padding-right:0;margin-left:16px;margin-right:16px}.phs-vue-wrap .title-underlined[data-v-309fbb10]{border-bottom:1px solid #F2F0F8}.phs-vue-wrap .alert[data-v-309fbb10]{text-align:center;background-color:#fff}.phs-vue-wrap i[data-v-309fbb10]{color:#fff}.phs-vue-wrap .BtnDisabled[data-v-309fbb10]{cursor:not-allowed;pointer-events:all!important}.phs-vue-wrap .wrapper[data-v-309fbb10]{padding-top:0}.phs-vue-wrap .status[data-v-309fbb10]{display:flex;align-items:center;justify-content:center}.phs-vue-wrap .status .status-box[data-v-309fbb10]{background-color:#f26522;color:#fff;padding:0 .5rem;border-radius:.3rem}.phs-vue-wrap .status .status-box-1[data-v-309fbb10]{background-color:#f26522}.phs-vue-wrap .status .status-box-2[data-v-309fbb10]{background-color:#c83e42;margin-left:.3rem}.phs-vue-wrap .user-flag-checkbox .v-input[data-v-309fbb10]{height:1em;width:1em}.phs-vue-wrap .disable-text[data-v-309fbb10]{color:#898989}.phs-vue-wrap .skeleton-width[data-v-fb2b522d]{width:15%}.phs-vue-wrap .phs-blue[data-v-4b275b3c]{fill:#347fbe}.phs-vue-wrap .phs-light-blue[data-v-4b275b3c]{fill:#eff4fb}.phs-vue-wrap .phs-dark-blue[data-v-4b275b3c]{fill:#1f253d}.phs-vue-wrap .phs-blurple[data-v-4b275b3c]{fill:#32407a}.phs-vue-wrap .phs-light-gray[data-v-4b275b3c]{fill:#f6f8fb}.phs-vue-wrap .phs-gray[data-v-4b275b3c]{fill:#898989}.phs-vue-wrap .phs-green[data-v-4b275b3c]{fill:#b3d45c}.phs-vue-wrap .phs-light-green[data-v-4b275b3c]{fill:#e4eec1}.phs-vue-wrap .phs-dark-green[data-v-4b275b3c]{fill:#060}.phs-vue-wrap .phs-orange[data-v-4b275b3c]{fill:#f26522}.phs-vue-wrap .phs-light-orange[data-v-4b275b3c]{fill:#fa0}.phs-vue-wrap .phs-purple[data-v-4b275b3c]{fill:#615aa7}.phs-vue-wrap .phs-red[data-v-4b275b3c]{fill:#c83e42}.phs-vue-wrap .phs-white[data-v-4b275b3c]{fill:#fff}.phs-vue-wrap .phs-yellow[data-v-4b275b3c]{fill:#ffd52d}.phs-vue-wrap .phs-pink[data-v-4b275b3c]{fill:#f38084}.phs-vue-wrap .phs-teal[data-v-4b275b3c]{fill:#007f80}.phs-vue-wrap .phs-black[data-v-4b275b3c]{fill:#000}.phs-vue-wrap .phs-almost-white-blue[data-v-4b275b3c]{fill:#f2f0f8}.phs-vue-wrap .phs-legendText[data-v-4b275b3c]{font-family:Roboto,sans-serif;font-size:42px;cursor:pointer;fill:#347fbe}.phs-vue-wrap .svg-container[data-v-4b275b3c]{display:flex;flex-wrap:wrap;width:100%}.phs-vue-wrap .svg-container p[data-v-4b275b3c]{vertical-align:center;margin-left:3.4em;word-wrap:break-word}.phs-vue-wrap .svg-container .svg-content[data-v-4b275b3c]{width:100%;justify-content:center;min-width:9.3em;max-width:15.6em}.phs-vue-wrap .svg-container .opaque[data-v-4b275b3c]{fill-opacity:1}.phs-vue-wrap .svg-container .transparent[data-v-4b275b3c]{fill-opacity:.1}.phs-vue-wrap .legend-container .circle[data-v-3c616c6f]{border-radius:50%;width:1.03em;height:1.03em;justify-content:bottom}.phs-vue-wrap .legend-container .text-content[data-v-3c616c6f]{vertical-align:center;justify-content:left;cursor:pointer;color:#347fbe;white-space:nowrap;overflow:hidden}.phs-vue-wrap .legend-container .questionMark[data-v-3c616c6f]{color:#898989}.phs-vue-wrap .legend-container .legend-circle[data-v-3c616c6f]{display:inline-block;margin-bottom:-.19rem;margin-right:.75rem}.phs-vue-wrap .graph-display[data-v-3ef45b74]{margin-left:5em;height:34em}.phs-vue-wrap .no-patients-label[data-v-3ef45b74]{display:flex;width:100%;align-items:center;justify-content:center;font-size:4em}.phs-vue-wrap .graph-row[data-v-abdf3085]{margin-left:5em}.phs-vue-wrap .title[data-v-60c803fd]{color:#615aa7;justify-content:left}.phs-vue-wrap .title>h2[data-v-60c803fd]{font-size:1.5em;font-style:normal;text-align:left}.phs-vue-wrap .description[data-v-60c803fd]{justify-content:left;line-break:auto;display:block;font-size:1em;color:#000}.phs-vue-wrap .v-date-picker-table[data-v-60c803fd]{height:12em}.phs-vue-wrap .phs-message-warning[data-v-60c803fd]{display:block;text-align:center;padding:.7em;border-radius:.4em;background-clip:padding-box;border:.1em solid #FFD52D;background-color:#fffce4;color:#000}.phs-vue-wrap .phs-message-warning p[data-v-60c803fd]{font-size:1em}.phs-vue-wrap .date-text-field[data-v-60c803fd]{height:3em}.phs-vue-wrap .time-text-field[data-v-60c803fd]{height:2.8em}.phs-vue-wrap .time-menu[data-v-60c803fd]{max-width:18em;min-width:18em}.phs-vue-wrap .title[data-v-e7e2c666]{color:#615aa7;justify-content:center}.phs-vue-wrap .title>h2[data-v-e7e2c666]{font-size:1.5em;font-style:normal;text-align:left;margin:0 0 0 .4em;padding-bottom:.5em}.phs-vue-wrap .description[data-v-e7e2c666]{justify-content:left;line-break:auto;display:block;font-size:1em;padding:0 5em 0 0;margin:0 0 0 .9em;color:#000}.phs-vue-wrap .task-label[data-v-fee16583]{padding:0}.phs-vue-wrap .phs-task-overdue[data-v-fee16583]{color:#c83e42;text-decoration:none}.phs-vue-wrap .phs-task-pending[data-v-fee16583]{color:#898989;text-decoration:none}.phs-vue-wrap .phs-task-completed[data-v-fee16583]{color:#b3d45c;text-decoration:none}.phs-vue-wrap .phs-task-cell-description[data-v-fee16583]{vertical-align:middle;align-items:center;display:inline-block;text-overflow:ellipsis;white-space:nowrap;min-width:10rem;max-width:12rem}.phs-vue-wrap .phs-task-cell-description .force-break[data-v-fee16583]{word-break:break-all}.phs-vue-wrap .my-tasks-checkbox .v-input[data-v-fee16583]{display:inline-block;height:1rem;width:1rem}.phs-vue-wrap .my-tasks-checkbox>.task-item[data-v-fee16583]{display:inline-block;margin:0 0 0 1rem}.phs-vue-wrap .task-description-tooltip[data-v-fee16583]{display:inline-block;font-size:1.1em;opacity:.9;overflow-wrap:break-word;white-space:pre-wrap;max-width:20em;padding:.1em}.phs-vue-wrap .cm-task-option-container>.row[data-v-fee16583]{height:2.5em;margin-bottom:.375em}.phs-vue-wrap .cm-task-option-container .col-7[data-v-fee16583]{height:2.5em}.phs-vue-wrap .phs-table-taskdescription[data-v-fee16583]{width:6.3rem}.phs-vue-wrap .my-tasks-dropdown[data-v-fee16583]{display:inline-block;width:50%}.phs-vue-wrap .my-tasks-checkbox[data-v-fee16583]{display:inline-block}.phs-vue-wrap .cm-task-option-container[data-v-fee16583]{display:inline-block;position:absolute;top:.625rem;width:100%;min-width:44.620625rem}.phs-vue-wrap .cm-task-option-container>div[data-v-fee16583]{display:block;float:right}.phs-vue-wrap .graph-row[data-v-fee16583]{display:block}.phs-vue-wrap .past-due-circle-count[data-v-fee16583]{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:.2em solid #FFAA00;color:#fa0;min-width:1.8em;height:1.7em;background:white;text-align:center;right:10%;display:inline-block;position:relative;left:38%;bottom:40%}.phs-vue-wrap .phs-due-date-dialog-container[data-v-fee16583]{position:relative;left:53%;bottom:30%;margin-left:2px}.phs-vue-wrap .phs-due-date[data-v-fee16583]{display:inline-block;position:relative;top:18%}.phs-vue-wrap .phs-blue[data-v-1df22ab9]{fill:#347fbe}.phs-vue-wrap .phs-light-blue[data-v-1df22ab9]{fill:#eff4fb}.phs-vue-wrap .phs-dark-blue[data-v-1df22ab9]{fill:#1f253d}.phs-vue-wrap .phs-blurple[data-v-1df22ab9]{fill:#32407a}.phs-vue-wrap .phs-light-gray[data-v-1df22ab9]{fill:#f6f8fb}.phs-vue-wrap .phs-gray[data-v-1df22ab9]{fill:#898989}.phs-vue-wrap .phs-green[data-v-1df22ab9]{fill:#b3d45c}.phs-vue-wrap .phs-light-green[data-v-1df22ab9]{fill:#e4eec1}.phs-vue-wrap .phs-dark-green[data-v-1df22ab9]{fill:#060}.phs-vue-wrap .phs-orange[data-v-1df22ab9]{fill:#f26522}.phs-vue-wrap .phs-light-orange[data-v-1df22ab9]{fill:#fa0}.phs-vue-wrap .phs-purple[data-v-1df22ab9]{fill:#615aa7}.phs-vue-wrap .phs-red[data-v-1df22ab9]{fill:#c83e42}.phs-vue-wrap .phs-white[data-v-1df22ab9]{fill:#fff}.phs-vue-wrap .phs-yellow[data-v-1df22ab9]{fill:#ffd52d}.phs-vue-wrap .phs-pink[data-v-1df22ab9]{fill:#f38084}.phs-vue-wrap .phs-teal[data-v-1df22ab9]{fill:#007f80}.phs-vue-wrap .phs-black[data-v-1df22ab9]{fill:#000}.phs-vue-wrap .phs-almost-white-blue[data-v-1df22ab9]{fill:#f2f0f8}.phs-vue-wrap .phs-legendText[data-v-1df22ab9]{font-family:Roboto,sans-serif;font-size:42px;cursor:pointer;fill:#347fbe}.phs-vue-wrap .svg-container[data-v-1df22ab9]{width:80%}.phs-vue-wrap .svg-container line[data-v-1df22ab9]{stroke:#f6f8fb;stroke-width:4}.phs-vue-wrap .svg-container .svg-content[data-v-1df22ab9]{width:100%;min-width:150px;max-width:250px}.phs-vue-wrap .graph-row[data-v-08a7e93e]{margin-left:5em}.phs-vue-wrap .multiSelect[data-v-fa5dd1cf]{margin:1em 5em;height:28em;overflow:hidden}.phs-vue-wrap .title[data-v-fa5dd1cf]{color:#615aa7;justify-content:center}.phs-vue-wrap .title>h2[data-v-fa5dd1cf]{font-size:1.5em;font-style:normal;text-align:center;padding-bottom:.5em}.phs-vue-wrap .description[data-v-fa5dd1cf]{justify-content:center;line-break:auto;display:block;font-size:1em;padding:0 5em .5em;color:#000}.phs-vue-wrap .label[data-v-fa5dd1cf]{border-radius:.5em;font-size:1em;background-color:#b3d45c;width:fit-content;display:inline-block;margin:.5em;padding:.25em;font-weight:550}.phs-vue-wrap .phs-switch-component.v-input--reverse .v-input__slot{flex-direction:row-reverse;justify-content:flex-end;margin-bottom:0}.phs-vue-wrap .phs-switch-component.v-input--reverse .v-input__slot .v-label{flex:0 1 auto;margin-right:1em;font-weight:400}.phs-vue-wrap .phs-switch-component .theme--light.v-messages{min-height:0}.phs-vue-wrap .multipane{display:flex}.phs-vue-wrap .multipane.layout-h{flex-direction:column}.phs-vue-wrap .multipane.layout-v{flex-direction:row}.phs-vue-wrap .multipane>div{position:relative;z-index:1}.phs-vue-wrap .multipane-resizer{display:block;position:relative;z-index:3}.phs-vue-wrap .layout-h>.multipane-resizer{width:100%;height:.625em;margin-top:-.625em;top:.3125em;cursor:row-resize}.phs-vue-wrap .layout-v>.multipane-resizer{width:.625em;height:100%;margin-left:-.625em;left:.3125em;cursor:col-resize}.phs-vue-wrap .care-management-container[data-v-1a6c0dc4]{background-color:#eff4fb;height:100%}.phs-vue-wrap .care-management-container h2[data-v-1a6c0dc4]{margin-block-start:.3125em;margin-block-end:0em}.phs-vue-wrap .graphics-container[data-v-1a6c0dc4]{background-color:#fff}.phs-vue-wrap .graphics-container h2[data-v-1a6c0dc4]{padding-left:.6em;color:#615aa7}.phs-vue-wrap .graphics-container .population-select[data-v-1a6c0dc4]{height:2.5em;padding-left:.9em}.phs-vue-wrap .care-management-selections-nav[data-v-1a6c0dc4]{background-color:#fff}.phs-vue-wrap .care-management-status-name[data-v-1a6c0dc4]{color:#898989}.phs-vue-wrap .label[data-v-1a6c0dc4]{border-radius:3em;font-size:1em;color:#32407a;margin:0 1em 1em 0;background-color:#e0ebf7;width:fit-content;display:inline-block;font-weight:500}.phs-vue-wrap .tasking[data-v-1a6c0dc4]{padding-left:.6em;color:#615aa7}.phs-vue-wrap .paneNested>.content>.innerContent[data-v-1a6c0dc4]{padding:0}.phs-vue-wrap .custom-resizer[data-v-1a6c0dc4]{width:100%;height:46em}.phs-vue-wrap .pane[data-v-1a6c0dc4]{text-align:left;padding:1em .1em;height:40em;overflow-y:hidden;overflow-x:hidden;background-color:#fff;margin-top:.5em;margin-bottom:3em;display:flex;flex:1}.phs-vue-wrap .pane .graphics-container .container[data-v-1a6c0dc4]{padding-left:.313em;padding-right:.313em}.phs-vue-wrap .custom-resizer>div>.care-management-status-pane[data-v-1a6c0dc4]{text-align:left;height:40em;background-color:#fff;margin-top:.5em;margin-bottom:3em;display:flex;flex:1;padding:1em 1em 1em .19em}.phs-vue-wrap .custom-resizer>.multipane-resizer[data-v-1a6c0dc4]{margin:.6em;left:0;position:relative}.phs-vue-wrap .custom-resizer>.multipane-resizer[data-v-1a6c0dc4]:before{display:block;content:"";width:.1875em;height:2.5em;position:absolute;top:50%;left:50%;margin-top:-1.25em;margin-left:-.09375em;border-left:.0625em solid #ccc!important;border-right:.0625em solid #ccc}.phs-vue-wrap .custom-resizer>.multipane-resizer[data-v-1a6c0dc4]:hover:before{border-color:#999}.phs-vue-wrap .vertical-header[data-v-1a6c0dc4]{transform:rotate(-90deg);margin-left:-9em;color:#615aa7}.phs-vue-wrap .horizontal-header[data-v-1a6c0dc4]{padding-left:.6em;color:#615aa7}.phs-vue-wrap .status-pane-width[data-v-1a6c0dc4]{width:45%}.phs-vue-wrap .pane>.tasking-pane[data-v-1a6c0dc4]{display:block;width:100%;min-width:min-content}.phs-vue-wrap .cm-population-container[data-v-1a6c0dc4]{min-width:11.5rem;max-width:11.5rem}.phs-vue-wrap .cm-pediatric-toggle[data-v-1a6c0dc4]{min-width:fit-content}.phs-vue-wrap .cm-ethnicity[data-v-1a6c0dc4]{max-width:none;width:15.5rem}.phs-vue-wrap .cm-overlay-dropdown-container[data-v-1a6c0dc4]{display:flex;position:absolute;width:100%}.phs-vue-wrap .view[data-v-0a2b2e79]{position:relative}.phs-vue-wrap .view .edh-background[data-v-0a2b2e79]{min-width:100%}.phs-vue-wrap .view .edh-logo[data-v-0a2b2e79]{position:absolute;margin-left:auto;margin-right:auto;top:25%;left:0;bottom:0;right:0;width:25%;min-width:300px}.phs-vue-wrap .view .landing-page-row[data-v-0a2b2e79]{align-items:center;margin-bottom:200px}.phs-vue-wrap .view .landing-page-content[data-v-0a2b2e79]{margin-left:10%;border-right:3px solid #615AA7;display:inline-block}.phs-vue-wrap .view .landing-page-content h4[data-v-0a2b2e79]{display:inline}.phs-vue-wrap .view .landing-page-content h4>.landing-page-description[data-v-0a2b2e79]{font-weight:400}.phs-vue-wrap .view .landing-page-button[data-v-0a2b2e79]{margin-left:30px}.phs-vue-wrap .phi-h3[data-v-d4aefab7],.phs-vue-wrap .phi-h3[data-v-19e95ba9]{font-size:1rem}.phs-vue-wrap[data-v-9f82677f] .v-messages{min-height:0}.phs-vue-wrap[data-v-a4258c7e] #outreach-campaigns-radio-group{max-height:50vh;overflow-y:auto;padding:1.5% 0 1.5% 1.5%}.phs-vue-wrap[data-v-a4258c7e] .v-messages{min-height:0}.phs-vue-wrap[data-v-693b89f6] #outreach-tooltip-phs-tooltip-icon{pointer-events:all}.phs-vue-wrap[data-v-693b89f6] .v-messages{min-height:0}.phs-vue-wrap .select-list[data-v-b93d8c63]{height:19rem;overflow-y:scroll;border:2px solid #EFF4FB}.phs-vue-wrap .header[data-v-b93d8c63]{background-color:#eff4fb}.phs-vue-wrap .list-row[data-v-b93d8c63]{margin:0rem;height:2em}.phs-vue-wrap .phs-button-grouping.v-sheet{border-radius:4px;font-size:0}.phs-vue-wrap .phs-button-grouping.v-sheet button.v-btn{box-shadow:none}.phs-vue-wrap .phs-button-grouping.v-sheet>*{box-shadow:none;display:inline-block}.phs-vue-wrap .phs-button-grouping.v-sheet>*:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.phs-vue-wrap .phs-button-grouping.v-sheet>*:not(:first-child) button.v-btn{border-top-left-radius:0;border-bottom-left-radius:0}.phs-vue-wrap .phs-button-grouping.v-sheet>*:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.phs-vue-wrap .phs-button-grouping.v-sheet>*:first-child button.v-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.phs-vue-wrap .phs-button-grouping.v-sheet>*:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.phs-vue-wrap .phs-button-grouping.v-sheet>*:not(:last-child) button.v-btn{border-top-right-radius:0;border-bottom-right-radius:0}.phs-vue-wrap .phs-button-grouping.v-sheet>*:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.phs-vue-wrap .phs-button-grouping.v-sheet>*:last-child button.v-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.phs-vue-wrap[data-v-b976b4fa] .row>button{justify-content:flex-start;width:100%}.phs-vue-wrap i[data-v-db8b616c]{cursor:pointer}.phs-vue-wrap .patient-list-detail-header[data-v-db8b616c]{background-color:#fff;max-width:100%}.phs-vue-wrap .patient-list-detail-header h4[data-v-db8b616c]{font-weight:700}.phs-vue-wrap .filter-row[data-v-db8b616c]{background-color:#e0ebf7}.phs-vue-wrap .v-btn[data-v-db8b616c]{min-height:46px;min-width:46px}.phs-vue-wrap .v-btn .v-icon[data-v-db8b616c]{color:#32407a}.phs-vue-wrap .icon-inactive[data-v-db8b616c]{max-height:0;max-width:0}.phs-vue-wrap .icon-active[data-v-db8b616c]{min-height:36px;min-width:36px}.phs-vue-wrap .ipp-title[data-v-94b25e68]{font-size:2em;color:#32407a;padding-bottom:16px}.phs-vue-wrap .sub-head[data-v-94b25e68]{color:#000;margin-right:16px;margin-bottom:20px}.phs-vue-wrap .sub-head-light[data-v-94b25e68]{color:#898989}.phs-vue-wrap .items-container[data-v-3a2066a8]{width:100%}.phs-vue-wrap .items-container .item-row[data-v-3a2066a8]:nth-child(2n){background:#bfd9f5}.phs-vue-wrap .v-icon[data-v-3a2066a8]{color:#32407a;cursor:pointer}.phs-vue-wrap a[data-v-fab290bf]{text-decoration:none}.phs-vue-wrap .subtext[data-v-fab290bf]{font-size:.85em}.phs-vue-wrap .phs-triangle[data-v-fab290bf]{position:relative;z-index:1;font-weight:900;color:#fff}.phs-vue-wrap .phs-triangle[data-v-fab290bf]:before{position:absolute;content:"";margin-top:.5em;height:1em;border-left:1.45em solid transparent;border-right:1.45em solid transparent;border-bottom-width:2.5em;border-bottom-style:solid;z-index:-1;text-align:center}.phs-vue-wrap .no-gaps[data-v-fab290bf]{color:#b3d45c}.phs-vue-wrap .near-due-gaps[data-v-fab290bf]{color:#ffd52d}.phs-vue-wrap .past-due-gaps[data-v-fab290bf]{color:#f26522}.phs-vue-wrap .failed-gaps[data-v-fab290bf]{color:#c83e42}.phs-vue-wrap .acg-risk-score-0[data-v-fab290bf]{color:#3e378d}.phs-vue-wrap .acg-risk-score-1000[data-v-fab290bf]{color:#7c9c3d}.phs-vue-wrap .acg-risk-score-2000[data-v-fab290bf]{color:#e3b723}.phs-vue-wrap .acg-risk-score-3000[data-v-fab290bf]{color:#f26523}.phs-vue-wrap .acg-risk-score-4000[data-v-fab290bf]{color:#ad1f23}.phs-vue-wrap .acg-risk-score-5000[data-v-fab290bf]{color:#521011}.phs-vue-wrap .white-font[data-v-fab290bf]{color:#fff}.phs-vue-wrap .filter-row[data-v-7f16fa5e]{background-color:#eff4fb}.phs-vue-wrap h3[data-v-1dd85905]{margin-bottom:4px}.phs-vue-wrap .check-icon-spacing[data-v-fd3f8983]{display:inline-block;width:1.5rem}.phs-vue-wrap .initiatives[data-v-49329c46],.phs-vue-wrap .hierarchy[data-v-4ddfb23e]{max-width:100%}.phs-vue-wrap .full-height[data-v-1e0a5dc5]{height:100%}.phs-vue-wrap .circle[data-v-1e0a5dc5]{display:inline-block;width:1.2em;min-width:1.2em;height:1.2em;border-radius:50%}.phs-vue-wrap .link-legend[data-v-1e0a5dc5]{cursor:pointer;color:#347fbe;width:fit-content}.phs-vue-wrap .full-width[data-v-4ff6a4b5]{width:100%}.phs-vue-wrap .half-width[data-v-4ff6a4b5]{width:50%}@media screen and (max-width: 700px){.phs-vue-wrap .circle-pack-row-wrapper[data-v-4ff6a4b5]{flex-wrap:wrap}.phs-vue-wrap .half-width[data-v-4ff6a4b5]{width:100%}}.phs-vue-wrap .ra-legend-tooltip[data-v-e50454e8]{white-space:pre-wrap}.phs-vue-wrap .date-range-picker[data-v-7da5fc8f],.phs-vue-wrap .date-range-picker[data-v-e6aadd26]{width:16rem}.phs-vue-wrap .search-container[data-v-e6aadd26]{display:flex;justify-content:space-between;flex-wrap:wrap}.phs-vue-wrap .search-box[data-v-e6aadd26]{min-width:15rem}.phs-vue-wrap .date-range-picker[data-v-fa61f6f6],.phs-vue-wrap .date-range-picker[data-v-2a64085b]{width:16rem}.phs-vue-wrap .pns-category-content[data-v-81e154bc]{width:100%}.phs-vue-wrap .pns-flex-content[data-v-f574ff40]{min-width:25em;flex:1 1 0}.phs-vue-wrap .pns-not-seen-loading-card[data-v-f574ff40]{min-width:45%}.phs-vue-wrap #embedding-container[data-v-030668ff]{width:100%}.phs-vue-wrap .selectPicker[data-v-030668ff]{display:inline-flex;width:100%;justify-content:space-between}.phs-vue-wrap .progress_bar[data-v-030668ff]{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phs-vue-wrap .select_dropDown[data-v-030668ff]{max-width:20rem}.phs-vue-wrap .container[data-v-030668ff]{max-width:100%}.phs-vue-wrap html{overflow-y:auto}.phs-vue-wrap body{height:100%;font-family:Roboto,sans-serif}.phs-vue-wrap .primary,.phs-vue-wrap .primary a,.phs-vue-wrap .primary i,.phs-vue-wrap .primary .v-list-item__title{color:#fff}.phs-vue-wrap .secondary,.phs-vue-wrap .secondary a,.phs-vue-wrap .secondary i,.phs-vue-wrap .secondary .v-list-item__title{color:#1f253d!important}.phs-vue-wrap .secondary i.primary--text{color:#32407a!important}.phs-vue-wrap .secondary i.accent--text{color:#347fbe!important}.phs-vue-wrap .phs-tooltip-default{background:#F6F8FB;padding:8px;border-radius:8px;pointer-events:none;outline:1pt solid #ded8d8;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap div.phs-d3-chart-tooltip>div{position:fixed;background:#F6F8FB;padding:8px;font:1em sans-serif;border-radius:8px;pointer-events:none;z-index:999;display:block;transform:translateY(calc(-100% - 12px)) translate(-50%);outline:1pt solid #ded8d8;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap div.phs-d3-chart-tooltip>div:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:12px solid #F6F8FB;border-color:#F6F8FB transparent transparent transparent}.phs-vue-wrap h2{font-size:1.5rem}.phs-vue-wrap h4{font-size:1rem}.phs-vue-wrap h1,.phs-vue-wrap h2,.phs-vue-wrap h3,.phs-vue-wrap h4,.phs-vue-wrap h5,.phs-vue-wrap h6{line-height:1.5}.phs-vue-wrap .container span{flex:none}.phs-vue-wrap .banner .badge{background-color:transparent}.phs-vue-wrap .fa,.phs-vue-wrap .far,.phs-vue-wrap .fas{font-family:"Font Awesome 5 Free"}.phs-vue-wrap,.phs-vue-wrap .v-application{height:100%}.phs-vue-wrap div.v-application--wrap,.phs-vue-wrap .v-application div.v-application--wrap{height:100%;min-height:0}.phs-vue-wrap div.v-application--wrap .settings-container,.phs-vue-wrap .v-application div.v-application--wrap .settings-container{min-height:100%;overflow-y:scroll}.phs-vue-wrap .v-menu__content--fixed,.phs-vue-wrap .v-application .v-menu__content--fixed{position:absolute}.phs-vue-wrap .v-menu__content{margin-left:-100px}.phs-vue-wrap .ipp-title{padding-left:16px}.phs-vue-wrap .v-application div.v-application--wrap .phs-app-bar{position:relative}.phs-vue-wrap text[data-v-e45a6486]{font-size:34px;color:#fff}.phs-vue-wrap .svg-container[data-v-e45a6486]{display:flex;flex-wrap:wrap}.phs-vue-wrap .svg-container .pack-container[data-v-e45a6486]{margin:10px}.phs-vue-wrap .svg-container .pack-container .svg-content[data-v-e45a6486]{width:100%;min-width:150px;max-width:250px}.phs-vue-wrap .svg-container .pack-container .svg-content .parent[data-v-e45a6486]{fill:#e4eec1}.phs-vue-wrap .svg-container .pack-container .svg-content .child[data-v-e45a6486]{fill:#b3d45c}.phs-vue-wrap .container[data-v-fa324281]{height:100%}.phs-vue-wrap .container .view[data-v-fa324281]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.phs-vue-wrap .container .view .v-content[data-v-fa324281]{width:300px;background-color:gray;padding:20px;height:80px;justify-content:center;align-items:center;margin:20px}.phs-vue-wrap .container .view .v-content h4[data-v-fa324281]{margin-block-start:0px;margin-block-end:0px}.phs-vue-wrap .container .view .v-content h2[data-v-fa324281]{margin-block-start:5px;margin-block-end:0px}.phs-vue-wrap .container .spinner-container[data-v-fa324281]{height:100%;display:flex;justify-content:center;align-items:center}.phs-vue-wrap .result-icon-space[data-v-93c96a69]{display:inline-block;width:1.5rem}.phs-vue-wrap .metrics-input[data-v-bbd3f365]{max-width:14em}.phs-vue-wrap .metrics-flex-row[data-v-bbd3f365]>*{margin-top:8px}.phs-vue-wrap .card[data-v-eb37ad3c]{min-width:15em;flex:1 0 0}.phs-vue-wrap .metric-icon[data-v-8171b136]{position:relative;height:1.8em;width:1.3em;display:inline-block}.phs-vue-wrap .metric-icon .icon-color-fix[data-v-8171b136]{position:absolute;top:0;left:0;width:1.3em;height:1.3em;background-color:#fff;border-radius:80%;transform:translate(.1em,.1em)}.phs-vue-wrap .metric-icon i[data-v-8171b136]{position:absolute;top:0;left:0}/*!
* Vuetify v2.7.1
* Forged by John Leider
* Released under the MIT License.
*/@-webkit-keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.phs-vue-wrap .v-application .black{background-color:#000!important;border-color:#000!important}.phs-vue-wrap .v-application .black--text{color:#000!important;caret-color:#000!important}.phs-vue-wrap .v-application .white{background-color:#fff!important;border-color:#fff!important}.phs-vue-wrap .v-application .white--text{color:#fff!important;caret-color:#fff!important}.phs-vue-wrap .v-application .transparent{background-color:transparent!important;border-color:transparent!important}.phs-vue-wrap .v-application .transparent--text{color:transparent!important;caret-color:transparent!important}.phs-vue-wrap .v-application .red{background-color:#f44336!important;border-color:#f44336!important}.phs-vue-wrap .v-application .red--text{color:#f44336!important;caret-color:#f44336!important}.phs-vue-wrap .v-application .red.lighten-5{background-color:#ffebee!important;border-color:#ffebee!important}.phs-vue-wrap .v-application .red--text.text--lighten-5{color:#ffebee!important;caret-color:#ffebee!important}.phs-vue-wrap .v-application .red.lighten-4{background-color:#ffcdd2!important;border-color:#ffcdd2!important}.phs-vue-wrap .v-application .red--text.text--lighten-4{color:#ffcdd2!important;caret-color:#ffcdd2!important}.phs-vue-wrap .v-application .red.lighten-3{background-color:#ef9a9a!important;border-color:#ef9a9a!important}.phs-vue-wrap .v-application .red--text.text--lighten-3{color:#ef9a9a!important;caret-color:#ef9a9a!important}.phs-vue-wrap .v-application .red.lighten-2{background-color:#e57373!important;border-color:#e57373!important}.phs-vue-wrap .v-application .red--text.text--lighten-2{color:#e57373!important;caret-color:#e57373!important}.phs-vue-wrap .v-application .red.lighten-1{background-color:#ef5350!important;border-color:#ef5350!important}.phs-vue-wrap .v-application .red--text.text--lighten-1{color:#ef5350!important;caret-color:#ef5350!important}.phs-vue-wrap .v-application .red.darken-1{background-color:#e53935!important;border-color:#e53935!important}.phs-vue-wrap .v-application .red--text.text--darken-1{color:#e53935!important;caret-color:#e53935!important}.phs-vue-wrap .v-application .red.darken-2{background-color:#d32f2f!important;border-color:#d32f2f!important}.phs-vue-wrap .v-application .red--text.text--darken-2{color:#d32f2f!important;caret-color:#d32f2f!important}.phs-vue-wrap .v-application .red.darken-3{background-color:#c62828!important;border-color:#c62828!important}.phs-vue-wrap .v-application .red--text.text--darken-3{color:#c62828!important;caret-color:#c62828!important}.phs-vue-wrap .v-application .red.darken-4{background-color:#b71c1c!important;border-color:#b71c1c!important}.phs-vue-wrap .v-application .red--text.text--darken-4{color:#b71c1c!important;caret-color:#b71c1c!important}.phs-vue-wrap .v-application .red.accent-1{background-color:#ff8a80!important;border-color:#ff8a80!important}.phs-vue-wrap .v-application .red--text.text--accent-1{color:#ff8a80!important;caret-color:#ff8a80!important}.phs-vue-wrap .v-application .red.accent-2{background-color:#ff5252!important;border-color:#ff5252!important}.phs-vue-wrap .v-application .red--text.text--accent-2{color:#ff5252!important;caret-color:#ff5252!important}.phs-vue-wrap .v-application .red.accent-3{background-color:#ff1744!important;border-color:#ff1744!important}.phs-vue-wrap .v-application .red--text.text--accent-3{color:#ff1744!important;caret-color:#ff1744!important}.phs-vue-wrap .v-application .red.accent-4{background-color:#d50000!important;border-color:#d50000!important}.phs-vue-wrap .v-application .red--text.text--accent-4{color:#d50000!important;caret-color:#d50000!important}.phs-vue-wrap .v-application .pink{background-color:#e91e63!important;border-color:#e91e63!important}.phs-vue-wrap .v-application .pink--text{color:#e91e63!important;caret-color:#e91e63!important}.phs-vue-wrap .v-application .pink.lighten-5{background-color:#fce4ec!important;border-color:#fce4ec!important}.phs-vue-wrap .v-application .pink--text.text--lighten-5{color:#fce4ec!important;caret-color:#fce4ec!important}.phs-vue-wrap .v-application .pink.lighten-4{background-color:#f8bbd0!important;border-color:#f8bbd0!important}.phs-vue-wrap .v-application .pink--text.text--lighten-4{color:#f8bbd0!important;caret-color:#f8bbd0!important}.phs-vue-wrap .v-application .pink.lighten-3{background-color:#f48fb1!important;border-color:#f48fb1!important}.phs-vue-wrap .v-application .pink--text.text--lighten-3{color:#f48fb1!important;caret-color:#f48fb1!important}.phs-vue-wrap .v-application .pink.lighten-2{background-color:#f06292!important;border-color:#f06292!important}.phs-vue-wrap .v-application .pink--text.text--lighten-2{color:#f06292!important;caret-color:#f06292!important}.phs-vue-wrap .v-application .pink.lighten-1{background-color:#ec407a!important;border-color:#ec407a!important}.phs-vue-wrap .v-application .pink--text.text--lighten-1{color:#ec407a!important;caret-color:#ec407a!important}.phs-vue-wrap .v-application .pink.darken-1{background-color:#d81b60!important;border-color:#d81b60!important}.phs-vue-wrap .v-application .pink--text.text--darken-1{color:#d81b60!important;caret-color:#d81b60!important}.phs-vue-wrap .v-application .pink.darken-2{background-color:#c2185b!important;border-color:#c2185b!important}.phs-vue-wrap .v-application .pink--text.text--darken-2{color:#c2185b!important;caret-color:#c2185b!important}.phs-vue-wrap .v-application .pink.darken-3{background-color:#ad1457!important;border-color:#ad1457!important}.phs-vue-wrap .v-application .pink--text.text--darken-3{color:#ad1457!important;caret-color:#ad1457!important}.phs-vue-wrap .v-application .pink.darken-4{background-color:#880e4f!important;border-color:#880e4f!important}.phs-vue-wrap .v-application .pink--text.text--darken-4{color:#880e4f!important;caret-color:#880e4f!important}.phs-vue-wrap .v-application .pink.accent-1{background-color:#ff80ab!important;border-color:#ff80ab!important}.phs-vue-wrap .v-application .pink--text.text--accent-1{color:#ff80ab!important;caret-color:#ff80ab!important}.phs-vue-wrap .v-application .pink.accent-2{background-color:#ff4081!important;border-color:#ff4081!important}.phs-vue-wrap .v-application .pink--text.text--accent-2{color:#ff4081!important;caret-color:#ff4081!important}.phs-vue-wrap .v-application .pink.accent-3{background-color:#f50057!important;border-color:#f50057!important}.phs-vue-wrap .v-application .pink--text.text--accent-3{color:#f50057!important;caret-color:#f50057!important}.phs-vue-wrap .v-application .pink.accent-4{background-color:#c51162!important;border-color:#c51162!important}.phs-vue-wrap .v-application .pink--text.text--accent-4{color:#c51162!important;caret-color:#c51162!important}.phs-vue-wrap .v-application .purple{background-color:#9c27b0!important;border-color:#9c27b0!important}.phs-vue-wrap .v-application .purple--text{color:#9c27b0!important;caret-color:#9c27b0!important}.phs-vue-wrap .v-application .purple.lighten-5{background-color:#f3e5f5!important;border-color:#f3e5f5!important}.phs-vue-wrap .v-application .purple--text.text--lighten-5{color:#f3e5f5!important;caret-color:#f3e5f5!important}.phs-vue-wrap .v-application .purple.lighten-4{background-color:#e1bee7!important;border-color:#e1bee7!important}.phs-vue-wrap .v-application .purple--text.text--lighten-4{color:#e1bee7!important;caret-color:#e1bee7!important}.phs-vue-wrap .v-application .purple.lighten-3{background-color:#ce93d8!important;border-color:#ce93d8!important}.phs-vue-wrap .v-application .purple--text.text--lighten-3{color:#ce93d8!important;caret-color:#ce93d8!important}.phs-vue-wrap .v-application .purple.lighten-2{background-color:#ba68c8!important;border-color:#ba68c8!important}.phs-vue-wrap .v-application .purple--text.text--lighten-2{color:#ba68c8!important;caret-color:#ba68c8!important}.phs-vue-wrap .v-application .purple.lighten-1{background-color:#ab47bc!important;border-color:#ab47bc!important}.phs-vue-wrap .v-application .purple--text.text--lighten-1{color:#ab47bc!important;caret-color:#ab47bc!important}.phs-vue-wrap .v-application .purple.darken-1{background-color:#8e24aa!important;border-color:#8e24aa!important}.phs-vue-wrap .v-application .purple--text.text--darken-1{color:#8e24aa!important;caret-color:#8e24aa!important}.phs-vue-wrap .v-application .purple.darken-2{background-color:#7b1fa2!important;border-color:#7b1fa2!important}.phs-vue-wrap .v-application .purple--text.text--darken-2{color:#7b1fa2!important;caret-color:#7b1fa2!important}.phs-vue-wrap .v-application .purple.darken-3{background-color:#6a1b9a!important;border-color:#6a1b9a!important}.phs-vue-wrap .v-application .purple--text.text--darken-3{color:#6a1b9a!important;caret-color:#6a1b9a!important}.phs-vue-wrap .v-application .purple.darken-4{background-color:#4a148c!important;border-color:#4a148c!important}.phs-vue-wrap .v-application .purple--text.text--darken-4{color:#4a148c!important;caret-color:#4a148c!important}.phs-vue-wrap .v-application .purple.accent-1{background-color:#ea80fc!important;border-color:#ea80fc!important}.phs-vue-wrap .v-application .purple--text.text--accent-1{color:#ea80fc!important;caret-color:#ea80fc!important}.phs-vue-wrap .v-application .purple.accent-2{background-color:#e040fb!important;border-color:#e040fb!important}.phs-vue-wrap .v-application .purple--text.text--accent-2{color:#e040fb!important;caret-color:#e040fb!important}.phs-vue-wrap .v-application .purple.accent-3{background-color:#d500f9!important;border-color:#d500f9!important}.phs-vue-wrap .v-application .purple--text.text--accent-3{color:#d500f9!important;caret-color:#d500f9!important}.phs-vue-wrap .v-application .purple.accent-4{background-color:#a0f!important;border-color:#a0f!important}.phs-vue-wrap .v-application .purple--text.text--accent-4{color:#a0f!important;caret-color:#a0f!important}.phs-vue-wrap .v-application .deep-purple{background-color:#673ab7!important;border-color:#673ab7!important}.phs-vue-wrap .v-application .deep-purple--text{color:#673ab7!important;caret-color:#673ab7!important}.phs-vue-wrap .v-application .deep-purple.lighten-5{background-color:#ede7f6!important;border-color:#ede7f6!important}.phs-vue-wrap .v-application .deep-purple--text.text--lighten-5{color:#ede7f6!important;caret-color:#ede7f6!important}.phs-vue-wrap .v-application .deep-purple.lighten-4{background-color:#d1c4e9!important;border-color:#d1c4e9!important}.phs-vue-wrap .v-application .deep-purple--text.text--lighten-4{color:#d1c4e9!important;caret-color:#d1c4e9!important}.phs-vue-wrap .v-application .deep-purple.lighten-3{background-color:#b39ddb!important;border-color:#b39ddb!important}.phs-vue-wrap .v-application .deep-purple--text.text--lighten-3{color:#b39ddb!important;caret-color:#b39ddb!important}.phs-vue-wrap .v-application .deep-purple.lighten-2{background-color:#9575cd!important;border-color:#9575cd!important}.phs-vue-wrap .v-application .deep-purple--text.text--lighten-2{color:#9575cd!important;caret-color:#9575cd!important}.phs-vue-wrap .v-application .deep-purple.lighten-1{background-color:#7e57c2!important;border-color:#7e57c2!important}.phs-vue-wrap .v-application .deep-purple--text.text--lighten-1{color:#7e57c2!important;caret-color:#7e57c2!important}.phs-vue-wrap .v-application .deep-purple.darken-1{background-color:#5e35b1!important;border-color:#5e35b1!important}.phs-vue-wrap .v-application .deep-purple--text.text--darken-1{color:#5e35b1!important;caret-color:#5e35b1!important}.phs-vue-wrap .v-application .deep-purple.darken-2{background-color:#512da8!important;border-color:#512da8!important}.phs-vue-wrap .v-application .deep-purple--text.text--darken-2{color:#512da8!important;caret-color:#512da8!important}.phs-vue-wrap .v-application .deep-purple.darken-3{background-color:#4527a0!important;border-color:#4527a0!important}.phs-vue-wrap .v-application .deep-purple--text.text--darken-3{color:#4527a0!important;caret-color:#4527a0!important}.phs-vue-wrap .v-application .deep-purple.darken-4{background-color:#311b92!important;border-color:#311b92!important}.phs-vue-wrap .v-application .deep-purple--text.text--darken-4{color:#311b92!important;caret-color:#311b92!important}.phs-vue-wrap .v-application .deep-purple.accent-1{background-color:#b388ff!important;border-color:#b388ff!important}.phs-vue-wrap .v-application .deep-purple--text.text--accent-1{color:#b388ff!important;caret-color:#b388ff!important}.phs-vue-wrap .v-application .deep-purple.accent-2{background-color:#7c4dff!important;border-color:#7c4dff!important}.phs-vue-wrap .v-application .deep-purple--text.text--accent-2{color:#7c4dff!important;caret-color:#7c4dff!important}.phs-vue-wrap .v-application .deep-purple.accent-3{background-color:#651fff!important;border-color:#651fff!important}.phs-vue-wrap .v-application .deep-purple--text.text--accent-3{color:#651fff!important;caret-color:#651fff!important}.phs-vue-wrap .v-application .deep-purple.accent-4{background-color:#6200ea!important;border-color:#6200ea!important}.phs-vue-wrap .v-application .deep-purple--text.text--accent-4{color:#6200ea!important;caret-color:#6200ea!important}.phs-vue-wrap .v-application .indigo{background-color:#3f51b5!important;border-color:#3f51b5!important}.phs-vue-wrap .v-application .indigo--text{color:#3f51b5!important;caret-color:#3f51b5!important}.phs-vue-wrap .v-application .indigo.lighten-5{background-color:#e8eaf6!important;border-color:#e8eaf6!important}.phs-vue-wrap .v-application .indigo--text.text--lighten-5{color:#e8eaf6!important;caret-color:#e8eaf6!important}.phs-vue-wrap .v-application .indigo.lighten-4{background-color:#c5cae9!important;border-color:#c5cae9!important}.phs-vue-wrap .v-application .indigo--text.text--lighten-4{color:#c5cae9!important;caret-color:#c5cae9!important}.phs-vue-wrap .v-application .indigo.lighten-3{background-color:#9fa8da!important;border-color:#9fa8da!important}.phs-vue-wrap .v-application .indigo--text.text--lighten-3{color:#9fa8da!important;caret-color:#9fa8da!important}.phs-vue-wrap .v-application .indigo.lighten-2{background-color:#7986cb!important;border-color:#7986cb!important}.phs-vue-wrap .v-application .indigo--text.text--lighten-2{color:#7986cb!important;caret-color:#7986cb!important}.phs-vue-wrap .v-application .indigo.lighten-1{background-color:#5c6bc0!important;border-color:#5c6bc0!important}.phs-vue-wrap .v-application .indigo--text.text--lighten-1{color:#5c6bc0!important;caret-color:#5c6bc0!important}.phs-vue-wrap .v-application .indigo.darken-1{background-color:#3949ab!important;border-color:#3949ab!important}.phs-vue-wrap .v-application .indigo--text.text--darken-1{color:#3949ab!important;caret-color:#3949ab!important}.phs-vue-wrap .v-application .indigo.darken-2{background-color:#303f9f!important;border-color:#303f9f!important}.phs-vue-wrap .v-application .indigo--text.text--darken-2{color:#303f9f!important;caret-color:#303f9f!important}.phs-vue-wrap .v-application .indigo.darken-3{background-color:#283593!important;border-color:#283593!important}.phs-vue-wrap .v-application .indigo--text.text--darken-3{color:#283593!important;caret-color:#283593!important}.phs-vue-wrap .v-application .indigo.darken-4{background-color:#1a237e!important;border-color:#1a237e!important}.phs-vue-wrap .v-application .indigo--text.text--darken-4{color:#1a237e!important;caret-color:#1a237e!important}.phs-vue-wrap .v-application .indigo.accent-1{background-color:#8c9eff!important;border-color:#8c9eff!important}.phs-vue-wrap .v-application .indigo--text.text--accent-1{color:#8c9eff!important;caret-color:#8c9eff!important}.phs-vue-wrap .v-application .indigo.accent-2{background-color:#536dfe!important;border-color:#536dfe!important}.phs-vue-wrap .v-application .indigo--text.text--accent-2{color:#536dfe!important;caret-color:#536dfe!important}.phs-vue-wrap .v-application .indigo.accent-3{background-color:#3d5afe!important;border-color:#3d5afe!important}.phs-vue-wrap .v-application .indigo--text.text--accent-3{color:#3d5afe!important;caret-color:#3d5afe!important}.phs-vue-wrap .v-application .indigo.accent-4{background-color:#304ffe!important;border-color:#304ffe!important}.phs-vue-wrap .v-application .indigo--text.text--accent-4{color:#304ffe!important;caret-color:#304ffe!important}.phs-vue-wrap .v-application .blue{background-color:#2196f3!important;border-color:#2196f3!important}.phs-vue-wrap .v-application .blue--text{color:#2196f3!important;caret-color:#2196f3!important}.phs-vue-wrap .v-application .blue.lighten-5{background-color:#e3f2fd!important;border-color:#e3f2fd!important}.phs-vue-wrap .v-application .blue--text.text--lighten-5{color:#e3f2fd!important;caret-color:#e3f2fd!important}.phs-vue-wrap .v-application .blue.lighten-4{background-color:#bbdefb!important;border-color:#bbdefb!important}.phs-vue-wrap .v-application .blue--text.text--lighten-4{color:#bbdefb!important;caret-color:#bbdefb!important}.phs-vue-wrap .v-application .blue.lighten-3{background-color:#90caf9!important;border-color:#90caf9!important}.phs-vue-wrap .v-application .blue--text.text--lighten-3{color:#90caf9!important;caret-color:#90caf9!important}.phs-vue-wrap .v-application .blue.lighten-2{background-color:#64b5f6!important;border-color:#64b5f6!important}.phs-vue-wrap .v-application .blue--text.text--lighten-2{color:#64b5f6!important;caret-color:#64b5f6!important}.phs-vue-wrap .v-application .blue.lighten-1{background-color:#42a5f5!important;border-color:#42a5f5!important}.phs-vue-wrap .v-application .blue--text.text--lighten-1{color:#42a5f5!important;caret-color:#42a5f5!important}.phs-vue-wrap .v-application .blue.darken-1{background-color:#1e88e5!important;border-color:#1e88e5!important}.phs-vue-wrap .v-application .blue--text.text--darken-1{color:#1e88e5!important;caret-color:#1e88e5!important}.phs-vue-wrap .v-application .blue.darken-2{background-color:#1976d2!important;border-color:#1976d2!important}.phs-vue-wrap .v-application .blue--text.text--darken-2{color:#1976d2!important;caret-color:#1976d2!important}.phs-vue-wrap .v-application .blue.darken-3{background-color:#1565c0!important;border-color:#1565c0!important}.phs-vue-wrap .v-application .blue--text.text--darken-3{color:#1565c0!important;caret-color:#1565c0!important}.phs-vue-wrap .v-application .blue.darken-4{background-color:#0d47a1!important;border-color:#0d47a1!important}.phs-vue-wrap .v-application .blue--text.text--darken-4{color:#0d47a1!important;caret-color:#0d47a1!important}.phs-vue-wrap .v-application .blue.accent-1{background-color:#82b1ff!important;border-color:#82b1ff!important}.phs-vue-wrap .v-application .blue--text.text--accent-1{color:#82b1ff!important;caret-color:#82b1ff!important}.phs-vue-wrap .v-application .blue.accent-2{background-color:#448aff!important;border-color:#448aff!important}.phs-vue-wrap .v-application .blue--text.text--accent-2{color:#448aff!important;caret-color:#448aff!important}.phs-vue-wrap .v-application .blue.accent-3{background-color:#2979ff!important;border-color:#2979ff!important}.phs-vue-wrap .v-application .blue--text.text--accent-3{color:#2979ff!important;caret-color:#2979ff!important}.phs-vue-wrap .v-application .blue.accent-4{background-color:#2962ff!important;border-color:#2962ff!important}.phs-vue-wrap .v-application .blue--text.text--accent-4{color:#2962ff!important;caret-color:#2962ff!important}.phs-vue-wrap .v-application .light-blue{background-color:#03a9f4!important;border-color:#03a9f4!important}.phs-vue-wrap .v-application .light-blue--text{color:#03a9f4!important;caret-color:#03a9f4!important}.phs-vue-wrap .v-application .light-blue.lighten-5{background-color:#e1f5fe!important;border-color:#e1f5fe!important}.phs-vue-wrap .v-application .light-blue--text.text--lighten-5{color:#e1f5fe!important;caret-color:#e1f5fe!important}.phs-vue-wrap .v-application .light-blue.lighten-4{background-color:#b3e5fc!important;border-color:#b3e5fc!important}.phs-vue-wrap .v-application .light-blue--text.text--lighten-4{color:#b3e5fc!important;caret-color:#b3e5fc!important}.phs-vue-wrap .v-application .light-blue.lighten-3{background-color:#81d4fa!important;border-color:#81d4fa!important}.phs-vue-wrap .v-application .light-blue--text.text--lighten-3{color:#81d4fa!important;caret-color:#81d4fa!important}.phs-vue-wrap .v-application .light-blue.lighten-2{background-color:#4fc3f7!important;border-color:#4fc3f7!important}.phs-vue-wrap .v-application .light-blue--text.text--lighten-2{color:#4fc3f7!important;caret-color:#4fc3f7!important}.phs-vue-wrap .v-application .light-blue.lighten-1{background-color:#29b6f6!important;border-color:#29b6f6!important}.phs-vue-wrap .v-application .light-blue--text.text--lighten-1{color:#29b6f6!important;caret-color:#29b6f6!important}.phs-vue-wrap .v-application .light-blue.darken-1{background-color:#039be5!important;border-color:#039be5!important}.phs-vue-wrap .v-application .light-blue--text.text--darken-1{color:#039be5!important;caret-color:#039be5!important}.phs-vue-wrap .v-application .light-blue.darken-2{background-color:#0288d1!important;border-color:#0288d1!important}.phs-vue-wrap .v-application .light-blue--text.text--darken-2{color:#0288d1!important;caret-color:#0288d1!important}.phs-vue-wrap .v-application .light-blue.darken-3{background-color:#0277bd!important;border-color:#0277bd!important}.phs-vue-wrap .v-application .light-blue--text.text--darken-3{color:#0277bd!important;caret-color:#0277bd!important}.phs-vue-wrap .v-application .light-blue.darken-4{background-color:#01579b!important;border-color:#01579b!important}.phs-vue-wrap .v-application .light-blue--text.text--darken-4{color:#01579b!important;caret-color:#01579b!important}.phs-vue-wrap .v-application .light-blue.accent-1{background-color:#80d8ff!important;border-color:#80d8ff!important}.phs-vue-wrap .v-application .light-blue--text.text--accent-1{color:#80d8ff!important;caret-color:#80d8ff!important}.phs-vue-wrap .v-application .light-blue.accent-2{background-color:#40c4ff!important;border-color:#40c4ff!important}.phs-vue-wrap .v-application .light-blue--text.text--accent-2{color:#40c4ff!important;caret-color:#40c4ff!important}.phs-vue-wrap .v-application .light-blue.accent-3{background-color:#00b0ff!important;border-color:#00b0ff!important}.phs-vue-wrap .v-application .light-blue--text.text--accent-3{color:#00b0ff!important;caret-color:#00b0ff!important}.phs-vue-wrap .v-application .light-blue.accent-4{background-color:#0091ea!important;border-color:#0091ea!important}.phs-vue-wrap .v-application .light-blue--text.text--accent-4{color:#0091ea!important;caret-color:#0091ea!important}.phs-vue-wrap .v-application .cyan{background-color:#00bcd4!important;border-color:#00bcd4!important}.phs-vue-wrap .v-application .cyan--text{color:#00bcd4!important;caret-color:#00bcd4!important}.phs-vue-wrap .v-application .cyan.lighten-5{background-color:#e0f7fa!important;border-color:#e0f7fa!important}.phs-vue-wrap .v-application .cyan--text.text--lighten-5{color:#e0f7fa!important;caret-color:#e0f7fa!important}.phs-vue-wrap .v-application .cyan.lighten-4{background-color:#b2ebf2!important;border-color:#b2ebf2!important}.phs-vue-wrap .v-application .cyan--text.text--lighten-4{color:#b2ebf2!important;caret-color:#b2ebf2!important}.phs-vue-wrap .v-application .cyan.lighten-3{background-color:#80deea!important;border-color:#80deea!important}.phs-vue-wrap .v-application .cyan--text.text--lighten-3{color:#80deea!important;caret-color:#80deea!important}.phs-vue-wrap .v-application .cyan.lighten-2{background-color:#4dd0e1!important;border-color:#4dd0e1!important}.phs-vue-wrap .v-application .cyan--text.text--lighten-2{color:#4dd0e1!important;caret-color:#4dd0e1!important}.phs-vue-wrap .v-application .cyan.lighten-1{background-color:#26c6da!important;border-color:#26c6da!important}.phs-vue-wrap .v-application .cyan--text.text--lighten-1{color:#26c6da!important;caret-color:#26c6da!important}.phs-vue-wrap .v-application .cyan.darken-1{background-color:#00acc1!important;border-color:#00acc1!important}.phs-vue-wrap .v-application .cyan--text.text--darken-1{color:#00acc1!important;caret-color:#00acc1!important}.phs-vue-wrap .v-application .cyan.darken-2{background-color:#0097a7!important;border-color:#0097a7!important}.phs-vue-wrap .v-application .cyan--text.text--darken-2{color:#0097a7!important;caret-color:#0097a7!important}.phs-vue-wrap .v-application .cyan.darken-3{background-color:#00838f!important;border-color:#00838f!important}.phs-vue-wrap .v-application .cyan--text.text--darken-3{color:#00838f!important;caret-color:#00838f!important}.phs-vue-wrap .v-application .cyan.darken-4{background-color:#006064!important;border-color:#006064!important}.phs-vue-wrap .v-application .cyan--text.text--darken-4{color:#006064!important;caret-color:#006064!important}.phs-vue-wrap .v-application .cyan.accent-1{background-color:#84ffff!important;border-color:#84ffff!important}.phs-vue-wrap .v-application .cyan--text.text--accent-1{color:#84ffff!important;caret-color:#84ffff!important}.phs-vue-wrap .v-application .cyan.accent-2{background-color:#18ffff!important;border-color:#18ffff!important}.phs-vue-wrap .v-application .cyan--text.text--accent-2{color:#18ffff!important;caret-color:#18ffff!important}.phs-vue-wrap .v-application .cyan.accent-3{background-color:#00e5ff!important;border-color:#00e5ff!important}.phs-vue-wrap .v-application .cyan--text.text--accent-3{color:#00e5ff!important;caret-color:#00e5ff!important}.phs-vue-wrap .v-application .cyan.accent-4{background-color:#00b8d4!important;border-color:#00b8d4!important}.phs-vue-wrap .v-application .cyan--text.text--accent-4{color:#00b8d4!important;caret-color:#00b8d4!important}.phs-vue-wrap .v-application .teal{background-color:#009688!important;border-color:#009688!important}.phs-vue-wrap .v-application .teal--text{color:#009688!important;caret-color:#009688!important}.phs-vue-wrap .v-application .teal.lighten-5{background-color:#e0f2f1!important;border-color:#e0f2f1!important}.phs-vue-wrap .v-application .teal--text.text--lighten-5{color:#e0f2f1!important;caret-color:#e0f2f1!important}.phs-vue-wrap .v-application .teal.lighten-4{background-color:#b2dfdb!important;border-color:#b2dfdb!important}.phs-vue-wrap .v-application .teal--text.text--lighten-4{color:#b2dfdb!important;caret-color:#b2dfdb!important}.phs-vue-wrap .v-application .teal.lighten-3{background-color:#80cbc4!important;border-color:#80cbc4!important}.phs-vue-wrap .v-application .teal--text.text--lighten-3{color:#80cbc4!important;caret-color:#80cbc4!important}.phs-vue-wrap .v-application .teal.lighten-2{background-color:#4db6ac!important;border-color:#4db6ac!important}.phs-vue-wrap .v-application .teal--text.text--lighten-2{color:#4db6ac!important;caret-color:#4db6ac!important}.phs-vue-wrap .v-application .teal.lighten-1{background-color:#26a69a!important;border-color:#26a69a!important}.phs-vue-wrap .v-application .teal--text.text--lighten-1{color:#26a69a!important;caret-color:#26a69a!important}.phs-vue-wrap .v-application .teal.darken-1{background-color:#00897b!important;border-color:#00897b!important}.phs-vue-wrap .v-application .teal--text.text--darken-1{color:#00897b!important;caret-color:#00897b!important}.phs-vue-wrap .v-application .teal.darken-2{background-color:#00796b!important;border-color:#00796b!important}.phs-vue-wrap .v-application .teal--text.text--darken-2{color:#00796b!important;caret-color:#00796b!important}.phs-vue-wrap .v-application .teal.darken-3{background-color:#00695c!important;border-color:#00695c!important}.phs-vue-wrap .v-application .teal--text.text--darken-3{color:#00695c!important;caret-color:#00695c!important}.phs-vue-wrap .v-application .teal.darken-4{background-color:#004d40!important;border-color:#004d40!important}.phs-vue-wrap .v-application .teal--text.text--darken-4{color:#004d40!important;caret-color:#004d40!important}.phs-vue-wrap .v-application .teal.accent-1{background-color:#a7ffeb!important;border-color:#a7ffeb!important}.phs-vue-wrap .v-application .teal--text.text--accent-1{color:#a7ffeb!important;caret-color:#a7ffeb!important}.phs-vue-wrap .v-application .teal.accent-2{background-color:#64ffda!important;border-color:#64ffda!important}.phs-vue-wrap .v-application .teal--text.text--accent-2{color:#64ffda!important;caret-color:#64ffda!important}.phs-vue-wrap .v-application .teal.accent-3{background-color:#1de9b6!important;border-color:#1de9b6!important}.phs-vue-wrap .v-application .teal--text.text--accent-3{color:#1de9b6!important;caret-color:#1de9b6!important}.phs-vue-wrap .v-application .teal.accent-4{background-color:#00bfa5!important;border-color:#00bfa5!important}.phs-vue-wrap .v-application .teal--text.text--accent-4{color:#00bfa5!important;caret-color:#00bfa5!important}.phs-vue-wrap .v-application .green{background-color:#4caf50!important;border-color:#4caf50!important}.phs-vue-wrap .v-application .green--text{color:#4caf50!important;caret-color:#4caf50!important}.phs-vue-wrap .v-application .green.lighten-5{background-color:#e8f5e9!important;border-color:#e8f5e9!important}.phs-vue-wrap .v-application .green--text.text--lighten-5{color:#e8f5e9!important;caret-color:#e8f5e9!important}.phs-vue-wrap .v-application .green.lighten-4{background-color:#c8e6c9!important;border-color:#c8e6c9!important}.phs-vue-wrap .v-application .green--text.text--lighten-4{color:#c8e6c9!important;caret-color:#c8e6c9!important}.phs-vue-wrap .v-application .green.lighten-3{background-color:#a5d6a7!important;border-color:#a5d6a7!important}.phs-vue-wrap .v-application .green--text.text--lighten-3{color:#a5d6a7!important;caret-color:#a5d6a7!important}.phs-vue-wrap .v-application .green.lighten-2{background-color:#81c784!important;border-color:#81c784!important}.phs-vue-wrap .v-application .green--text.text--lighten-2{color:#81c784!important;caret-color:#81c784!important}.phs-vue-wrap .v-application .green.lighten-1{background-color:#66bb6a!important;border-color:#66bb6a!important}.phs-vue-wrap .v-application .green--text.text--lighten-1{color:#66bb6a!important;caret-color:#66bb6a!important}.phs-vue-wrap .v-application .green.darken-1{background-color:#43a047!important;border-color:#43a047!important}.phs-vue-wrap .v-application .green--text.text--darken-1{color:#43a047!important;caret-color:#43a047!important}.phs-vue-wrap .v-application .green.darken-2{background-color:#388e3c!important;border-color:#388e3c!important}.phs-vue-wrap .v-application .green--text.text--darken-2{color:#388e3c!important;caret-color:#388e3c!important}.phs-vue-wrap .v-application .green.darken-3{background-color:#2e7d32!important;border-color:#2e7d32!important}.phs-vue-wrap .v-application .green--text.text--darken-3{color:#2e7d32!important;caret-color:#2e7d32!important}.phs-vue-wrap .v-application .green.darken-4{background-color:#1b5e20!important;border-color:#1b5e20!important}.phs-vue-wrap .v-application .green--text.text--darken-4{color:#1b5e20!important;caret-color:#1b5e20!important}.phs-vue-wrap .v-application .green.accent-1{background-color:#b9f6ca!important;border-color:#b9f6ca!important}.phs-vue-wrap .v-application .green--text.text--accent-1{color:#b9f6ca!important;caret-color:#b9f6ca!important}.phs-vue-wrap .v-application .green.accent-2{background-color:#69f0ae!important;border-color:#69f0ae!important}.phs-vue-wrap .v-application .green--text.text--accent-2{color:#69f0ae!important;caret-color:#69f0ae!important}.phs-vue-wrap .v-application .green.accent-3{background-color:#00e676!important;border-color:#00e676!important}.phs-vue-wrap .v-application .green--text.text--accent-3{color:#00e676!important;caret-color:#00e676!important}.phs-vue-wrap .v-application .green.accent-4{background-color:#00c853!important;border-color:#00c853!important}.phs-vue-wrap .v-application .green--text.text--accent-4{color:#00c853!important;caret-color:#00c853!important}.phs-vue-wrap .v-application .light-green{background-color:#8bc34a!important;border-color:#8bc34a!important}.phs-vue-wrap .v-application .light-green--text{color:#8bc34a!important;caret-color:#8bc34a!important}.phs-vue-wrap .v-application .light-green.lighten-5{background-color:#f1f8e9!important;border-color:#f1f8e9!important}.phs-vue-wrap .v-application .light-green--text.text--lighten-5{color:#f1f8e9!important;caret-color:#f1f8e9!important}.phs-vue-wrap .v-application .light-green.lighten-4{background-color:#dcedc8!important;border-color:#dcedc8!important}.phs-vue-wrap .v-application .light-green--text.text--lighten-4{color:#dcedc8!important;caret-color:#dcedc8!important}.phs-vue-wrap .v-application .light-green.lighten-3{background-color:#c5e1a5!important;border-color:#c5e1a5!important}.phs-vue-wrap .v-application .light-green--text.text--lighten-3{color:#c5e1a5!important;caret-color:#c5e1a5!important}.phs-vue-wrap .v-application .light-green.lighten-2{background-color:#aed581!important;border-color:#aed581!important}.phs-vue-wrap .v-application .light-green--text.text--lighten-2{color:#aed581!important;caret-color:#aed581!important}.phs-vue-wrap .v-application .light-green.lighten-1{background-color:#9ccc65!important;border-color:#9ccc65!important}.phs-vue-wrap .v-application .light-green--text.text--lighten-1{color:#9ccc65!important;caret-color:#9ccc65!important}.phs-vue-wrap .v-application .light-green.darken-1{background-color:#7cb342!important;border-color:#7cb342!important}.phs-vue-wrap .v-application .light-green--text.text--darken-1{color:#7cb342!important;caret-color:#7cb342!important}.phs-vue-wrap .v-application .light-green.darken-2{background-color:#689f38!important;border-color:#689f38!important}.phs-vue-wrap .v-application .light-green--text.text--darken-2{color:#689f38!important;caret-color:#689f38!important}.phs-vue-wrap .v-application .light-green.darken-3{background-color:#558b2f!important;border-color:#558b2f!important}.phs-vue-wrap .v-application .light-green--text.text--darken-3{color:#558b2f!important;caret-color:#558b2f!important}.phs-vue-wrap .v-application .light-green.darken-4{background-color:#33691e!important;border-color:#33691e!important}.phs-vue-wrap .v-application .light-green--text.text--darken-4{color:#33691e!important;caret-color:#33691e!important}.phs-vue-wrap .v-application .light-green.accent-1{background-color:#ccff90!important;border-color:#ccff90!important}.phs-vue-wrap .v-application .light-green--text.text--accent-1{color:#ccff90!important;caret-color:#ccff90!important}.phs-vue-wrap .v-application .light-green.accent-2{background-color:#b2ff59!important;border-color:#b2ff59!important}.phs-vue-wrap .v-application .light-green--text.text--accent-2{color:#b2ff59!important;caret-color:#b2ff59!important}.phs-vue-wrap .v-application .light-green.accent-3{background-color:#76ff03!important;border-color:#76ff03!important}.phs-vue-wrap .v-application .light-green--text.text--accent-3{color:#76ff03!important;caret-color:#76ff03!important}.phs-vue-wrap .v-application .light-green.accent-4{background-color:#64dd17!important;border-color:#64dd17!important}.phs-vue-wrap .v-application .light-green--text.text--accent-4{color:#64dd17!important;caret-color:#64dd17!important}.phs-vue-wrap .v-application .lime{background-color:#cddc39!important;border-color:#cddc39!important}.phs-vue-wrap .v-application .lime--text{color:#cddc39!important;caret-color:#cddc39!important}.phs-vue-wrap .v-application .lime.lighten-5{background-color:#f9fbe7!important;border-color:#f9fbe7!important}.phs-vue-wrap .v-application .lime--text.text--lighten-5{color:#f9fbe7!important;caret-color:#f9fbe7!important}.phs-vue-wrap .v-application .lime.lighten-4{background-color:#f0f4c3!important;border-color:#f0f4c3!important}.phs-vue-wrap .v-application .lime--text.text--lighten-4{color:#f0f4c3!important;caret-color:#f0f4c3!important}.phs-vue-wrap .v-application .lime.lighten-3{background-color:#e6ee9c!important;border-color:#e6ee9c!important}.phs-vue-wrap .v-application .lime--text.text--lighten-3{color:#e6ee9c!important;caret-color:#e6ee9c!important}.phs-vue-wrap .v-application .lime.lighten-2{background-color:#dce775!important;border-color:#dce775!important}.phs-vue-wrap .v-application .lime--text.text--lighten-2{color:#dce775!important;caret-color:#dce775!important}.phs-vue-wrap .v-application .lime.lighten-1{background-color:#d4e157!important;border-color:#d4e157!important}.phs-vue-wrap .v-application .lime--text.text--lighten-1{color:#d4e157!important;caret-color:#d4e157!important}.phs-vue-wrap .v-application .lime.darken-1{background-color:#c0ca33!important;border-color:#c0ca33!important}.phs-vue-wrap .v-application .lime--text.text--darken-1{color:#c0ca33!important;caret-color:#c0ca33!important}.phs-vue-wrap .v-application .lime.darken-2{background-color:#afb42b!important;border-color:#afb42b!important}.phs-vue-wrap .v-application .lime--text.text--darken-2{color:#afb42b!important;caret-color:#afb42b!important}.phs-vue-wrap .v-application .lime.darken-3{background-color:#9e9d24!important;border-color:#9e9d24!important}.phs-vue-wrap .v-application .lime--text.text--darken-3{color:#9e9d24!important;caret-color:#9e9d24!important}.phs-vue-wrap .v-application .lime.darken-4{background-color:#827717!important;border-color:#827717!important}.phs-vue-wrap .v-application .lime--text.text--darken-4{color:#827717!important;caret-color:#827717!important}.phs-vue-wrap .v-application .lime.accent-1{background-color:#f4ff81!important;border-color:#f4ff81!important}.phs-vue-wrap .v-application .lime--text.text--accent-1{color:#f4ff81!important;caret-color:#f4ff81!important}.phs-vue-wrap .v-application .lime.accent-2{background-color:#eeff41!important;border-color:#eeff41!important}.phs-vue-wrap .v-application .lime--text.text--accent-2{color:#eeff41!important;caret-color:#eeff41!important}.phs-vue-wrap .v-application .lime.accent-3{background-color:#c6ff00!important;border-color:#c6ff00!important}.phs-vue-wrap .v-application .lime--text.text--accent-3{color:#c6ff00!important;caret-color:#c6ff00!important}.phs-vue-wrap .v-application .lime.accent-4{background-color:#aeea00!important;border-color:#aeea00!important}.phs-vue-wrap .v-application .lime--text.text--accent-4{color:#aeea00!important;caret-color:#aeea00!important}.phs-vue-wrap .v-application .yellow{background-color:#ffeb3b!important;border-color:#ffeb3b!important}.phs-vue-wrap .v-application .yellow--text{color:#ffeb3b!important;caret-color:#ffeb3b!important}.phs-vue-wrap .v-application .yellow.lighten-5{background-color:#fffde7!important;border-color:#fffde7!important}.phs-vue-wrap .v-application .yellow--text.text--lighten-5{color:#fffde7!important;caret-color:#fffde7!important}.phs-vue-wrap .v-application .yellow.lighten-4{background-color:#fff9c4!important;border-color:#fff9c4!important}.phs-vue-wrap .v-application .yellow--text.text--lighten-4{color:#fff9c4!important;caret-color:#fff9c4!important}.phs-vue-wrap .v-application .yellow.lighten-3{background-color:#fff59d!important;border-color:#fff59d!important}.phs-vue-wrap .v-application .yellow--text.text--lighten-3{color:#fff59d!important;caret-color:#fff59d!important}.phs-vue-wrap .v-application .yellow.lighten-2{background-color:#fff176!important;border-color:#fff176!important}.phs-vue-wrap .v-application .yellow--text.text--lighten-2{color:#fff176!important;caret-color:#fff176!important}.phs-vue-wrap .v-application .yellow.lighten-1{background-color:#ffee58!important;border-color:#ffee58!important}.phs-vue-wrap .v-application .yellow--text.text--lighten-1{color:#ffee58!important;caret-color:#ffee58!important}.phs-vue-wrap .v-application .yellow.darken-1{background-color:#fdd835!important;border-color:#fdd835!important}.phs-vue-wrap .v-application .yellow--text.text--darken-1{color:#fdd835!important;caret-color:#fdd835!important}.phs-vue-wrap .v-application .yellow.darken-2{background-color:#fbc02d!important;border-color:#fbc02d!important}.phs-vue-wrap .v-application .yellow--text.text--darken-2{color:#fbc02d!important;caret-color:#fbc02d!important}.phs-vue-wrap .v-application .yellow.darken-3{background-color:#f9a825!important;border-color:#f9a825!important}.phs-vue-wrap .v-application .yellow--text.text--darken-3{color:#f9a825!important;caret-color:#f9a825!important}.phs-vue-wrap .v-application .yellow.darken-4{background-color:#f57f17!important;border-color:#f57f17!important}.phs-vue-wrap .v-application .yellow--text.text--darken-4{color:#f57f17!important;caret-color:#f57f17!important}.phs-vue-wrap .v-application .yellow.accent-1{background-color:#ffff8d!important;border-color:#ffff8d!important}.phs-vue-wrap .v-application .yellow--text.text--accent-1{color:#ffff8d!important;caret-color:#ffff8d!important}.phs-vue-wrap .v-application .yellow.accent-2{background-color:#ff0!important;border-color:#ff0!important}.phs-vue-wrap .v-application .yellow--text.text--accent-2{color:#ff0!important;caret-color:#ff0!important}.phs-vue-wrap .v-application .yellow.accent-3{background-color:#ffea00!important;border-color:#ffea00!important}.phs-vue-wrap .v-application .yellow--text.text--accent-3{color:#ffea00!important;caret-color:#ffea00!important}.phs-vue-wrap .v-application .yellow.accent-4{background-color:#ffd600!important;border-color:#ffd600!important}.phs-vue-wrap .v-application .yellow--text.text--accent-4{color:#ffd600!important;caret-color:#ffd600!important}.phs-vue-wrap .v-application .amber{background-color:#ffc107!important;border-color:#ffc107!important}.phs-vue-wrap .v-application .amber--text{color:#ffc107!important;caret-color:#ffc107!important}.phs-vue-wrap .v-application .amber.lighten-5{background-color:#fff8e1!important;border-color:#fff8e1!important}.phs-vue-wrap .v-application .amber--text.text--lighten-5{color:#fff8e1!important;caret-color:#fff8e1!important}.phs-vue-wrap .v-application .amber.lighten-4{background-color:#ffecb3!important;border-color:#ffecb3!important}.phs-vue-wrap .v-application .amber--text.text--lighten-4{color:#ffecb3!important;caret-color:#ffecb3!important}.phs-vue-wrap .v-application .amber.lighten-3{background-color:#ffe082!important;border-color:#ffe082!important}.phs-vue-wrap .v-application .amber--text.text--lighten-3{color:#ffe082!important;caret-color:#ffe082!important}.phs-vue-wrap .v-application .amber.lighten-2{background-color:#ffd54f!important;border-color:#ffd54f!important}.phs-vue-wrap .v-application .amber--text.text--lighten-2{color:#ffd54f!important;caret-color:#ffd54f!important}.phs-vue-wrap .v-application .amber.lighten-1{background-color:#ffca28!important;border-color:#ffca28!important}.phs-vue-wrap .v-application .amber--text.text--lighten-1{color:#ffca28!important;caret-color:#ffca28!important}.phs-vue-wrap .v-application .amber.darken-1{background-color:#ffb300!important;border-color:#ffb300!important}.phs-vue-wrap .v-application .amber--text.text--darken-1{color:#ffb300!important;caret-color:#ffb300!important}.phs-vue-wrap .v-application .amber.darken-2{background-color:#ffa000!important;border-color:#ffa000!important}.phs-vue-wrap .v-application .amber--text.text--darken-2{color:#ffa000!important;caret-color:#ffa000!important}.phs-vue-wrap .v-application .amber.darken-3{background-color:#ff8f00!important;border-color:#ff8f00!important}.phs-vue-wrap .v-application .amber--text.text--darken-3{color:#ff8f00!important;caret-color:#ff8f00!important}.phs-vue-wrap .v-application .amber.darken-4{background-color:#ff6f00!important;border-color:#ff6f00!important}.phs-vue-wrap .v-application .amber--text.text--darken-4{color:#ff6f00!important;caret-color:#ff6f00!important}.phs-vue-wrap .v-application .amber.accent-1{background-color:#ffe57f!important;border-color:#ffe57f!important}.phs-vue-wrap .v-application .amber--text.text--accent-1{color:#ffe57f!important;caret-color:#ffe57f!important}.phs-vue-wrap .v-application .amber.accent-2{background-color:#ffd740!important;border-color:#ffd740!important}.phs-vue-wrap .v-application .amber--text.text--accent-2{color:#ffd740!important;caret-color:#ffd740!important}.phs-vue-wrap .v-application .amber.accent-3{background-color:#ffc400!important;border-color:#ffc400!important}.phs-vue-wrap .v-application .amber--text.text--accent-3{color:#ffc400!important;caret-color:#ffc400!important}.phs-vue-wrap .v-application .amber.accent-4{background-color:#ffab00!important;border-color:#ffab00!important}.phs-vue-wrap .v-application .amber--text.text--accent-4{color:#ffab00!important;caret-color:#ffab00!important}.phs-vue-wrap .v-application .orange{background-color:#ff9800!important;border-color:#ff9800!important}.phs-vue-wrap .v-application .orange--text{color:#ff9800!important;caret-color:#ff9800!important}.phs-vue-wrap .v-application .orange.lighten-5{background-color:#fff3e0!important;border-color:#fff3e0!important}.phs-vue-wrap .v-application .orange--text.text--lighten-5{color:#fff3e0!important;caret-color:#fff3e0!important}.phs-vue-wrap .v-application .orange.lighten-4{background-color:#ffe0b2!important;border-color:#ffe0b2!important}.phs-vue-wrap .v-application .orange--text.text--lighten-4{color:#ffe0b2!important;caret-color:#ffe0b2!important}.phs-vue-wrap .v-application .orange.lighten-3{background-color:#ffcc80!important;border-color:#ffcc80!important}.phs-vue-wrap .v-application .orange--text.text--lighten-3{color:#ffcc80!important;caret-color:#ffcc80!important}.phs-vue-wrap .v-application .orange.lighten-2{background-color:#ffb74d!important;border-color:#ffb74d!important}.phs-vue-wrap .v-application .orange--text.text--lighten-2{color:#ffb74d!important;caret-color:#ffb74d!important}.phs-vue-wrap .v-application .orange.lighten-1{background-color:#ffa726!important;border-color:#ffa726!important}.phs-vue-wrap .v-application .orange--text.text--lighten-1{color:#ffa726!important;caret-color:#ffa726!important}.phs-vue-wrap .v-application .orange.darken-1{background-color:#fb8c00!important;border-color:#fb8c00!important}.phs-vue-wrap .v-application .orange--text.text--darken-1{color:#fb8c00!important;caret-color:#fb8c00!important}.phs-vue-wrap .v-application .orange.darken-2{background-color:#f57c00!important;border-color:#f57c00!important}.phs-vue-wrap .v-application .orange--text.text--darken-2{color:#f57c00!important;caret-color:#f57c00!important}.phs-vue-wrap .v-application .orange.darken-3{background-color:#ef6c00!important;border-color:#ef6c00!important}.phs-vue-wrap .v-application .orange--text.text--darken-3{color:#ef6c00!important;caret-color:#ef6c00!important}.phs-vue-wrap .v-application .orange.darken-4{background-color:#e65100!important;border-color:#e65100!important}.phs-vue-wrap .v-application .orange--text.text--darken-4{color:#e65100!important;caret-color:#e65100!important}.phs-vue-wrap .v-application .orange.accent-1{background-color:#ffd180!important;border-color:#ffd180!important}.phs-vue-wrap .v-application .orange--text.text--accent-1{color:#ffd180!important;caret-color:#ffd180!important}.phs-vue-wrap .v-application .orange.accent-2{background-color:#ffab40!important;border-color:#ffab40!important}.phs-vue-wrap .v-application .orange--text.text--accent-2{color:#ffab40!important;caret-color:#ffab40!important}.phs-vue-wrap .v-application .orange.accent-3{background-color:#ff9100!important;border-color:#ff9100!important}.phs-vue-wrap .v-application .orange--text.text--accent-3{color:#ff9100!important;caret-color:#ff9100!important}.phs-vue-wrap .v-application .orange.accent-4{background-color:#ff6d00!important;border-color:#ff6d00!important}.phs-vue-wrap .v-application .orange--text.text--accent-4{color:#ff6d00!important;caret-color:#ff6d00!important}.phs-vue-wrap .v-application .deep-orange{background-color:#ff5722!important;border-color:#ff5722!important}.phs-vue-wrap .v-application .deep-orange--text{color:#ff5722!important;caret-color:#ff5722!important}.phs-vue-wrap .v-application .deep-orange.lighten-5{background-color:#fbe9e7!important;border-color:#fbe9e7!important}.phs-vue-wrap .v-application .deep-orange--text.text--lighten-5{color:#fbe9e7!important;caret-color:#fbe9e7!important}.phs-vue-wrap .v-application .deep-orange.lighten-4{background-color:#ffccbc!important;border-color:#ffccbc!important}.phs-vue-wrap .v-application .deep-orange--text.text--lighten-4{color:#ffccbc!important;caret-color:#ffccbc!important}.phs-vue-wrap .v-application .deep-orange.lighten-3{background-color:#ffab91!important;border-color:#ffab91!important}.phs-vue-wrap .v-application .deep-orange--text.text--lighten-3{color:#ffab91!important;caret-color:#ffab91!important}.phs-vue-wrap .v-application .deep-orange.lighten-2{background-color:#ff8a65!important;border-color:#ff8a65!important}.phs-vue-wrap .v-application .deep-orange--text.text--lighten-2{color:#ff8a65!important;caret-color:#ff8a65!important}.phs-vue-wrap .v-application .deep-orange.lighten-1{background-color:#ff7043!important;border-color:#ff7043!important}.phs-vue-wrap .v-application .deep-orange--text.text--lighten-1{color:#ff7043!important;caret-color:#ff7043!important}.phs-vue-wrap .v-application .deep-orange.darken-1{background-color:#f4511e!important;border-color:#f4511e!important}.phs-vue-wrap .v-application .deep-orange--text.text--darken-1{color:#f4511e!important;caret-color:#f4511e!important}.phs-vue-wrap .v-application .deep-orange.darken-2{background-color:#e64a19!important;border-color:#e64a19!important}.phs-vue-wrap .v-application .deep-orange--text.text--darken-2{color:#e64a19!important;caret-color:#e64a19!important}.phs-vue-wrap .v-application .deep-orange.darken-3{background-color:#d84315!important;border-color:#d84315!important}.phs-vue-wrap .v-application .deep-orange--text.text--darken-3{color:#d84315!important;caret-color:#d84315!important}.phs-vue-wrap .v-application .deep-orange.darken-4{background-color:#bf360c!important;border-color:#bf360c!important}.phs-vue-wrap .v-application .deep-orange--text.text--darken-4{color:#bf360c!important;caret-color:#bf360c!important}.phs-vue-wrap .v-application .deep-orange.accent-1{background-color:#ff9e80!important;border-color:#ff9e80!important}.phs-vue-wrap .v-application .deep-orange--text.text--accent-1{color:#ff9e80!important;caret-color:#ff9e80!important}.phs-vue-wrap .v-application .deep-orange.accent-2{background-color:#ff6e40!important;border-color:#ff6e40!important}.phs-vue-wrap .v-application .deep-orange--text.text--accent-2{color:#ff6e40!important;caret-color:#ff6e40!important}.phs-vue-wrap .v-application .deep-orange.accent-3{background-color:#ff3d00!important;border-color:#ff3d00!important}.phs-vue-wrap .v-application .deep-orange--text.text--accent-3{color:#ff3d00!important;caret-color:#ff3d00!important}.phs-vue-wrap .v-application .deep-orange.accent-4{background-color:#dd2c00!important;border-color:#dd2c00!important}.phs-vue-wrap .v-application .deep-orange--text.text--accent-4{color:#dd2c00!important;caret-color:#dd2c00!important}.phs-vue-wrap .v-application .brown{background-color:#795548!important;border-color:#795548!important}.phs-vue-wrap .v-application .brown--text{color:#795548!important;caret-color:#795548!important}.phs-vue-wrap .v-application .brown.lighten-5{background-color:#efebe9!important;border-color:#efebe9!important}.phs-vue-wrap .v-application .brown--text.text--lighten-5{color:#efebe9!important;caret-color:#efebe9!important}.phs-vue-wrap .v-application .brown.lighten-4{background-color:#d7ccc8!important;border-color:#d7ccc8!important}.phs-vue-wrap .v-application .brown--text.text--lighten-4{color:#d7ccc8!important;caret-color:#d7ccc8!important}.phs-vue-wrap .v-application .brown.lighten-3{background-color:#bcaaa4!important;border-color:#bcaaa4!important}.phs-vue-wrap .v-application .brown--text.text--lighten-3{color:#bcaaa4!important;caret-color:#bcaaa4!important}.phs-vue-wrap .v-application .brown.lighten-2{background-color:#a1887f!important;border-color:#a1887f!important}.phs-vue-wrap .v-application .brown--text.text--lighten-2{color:#a1887f!important;caret-color:#a1887f!important}.phs-vue-wrap .v-application .brown.lighten-1{background-color:#8d6e63!important;border-color:#8d6e63!important}.phs-vue-wrap .v-application .brown--text.text--lighten-1{color:#8d6e63!important;caret-color:#8d6e63!important}.phs-vue-wrap .v-application .brown.darken-1{background-color:#6d4c41!important;border-color:#6d4c41!important}.phs-vue-wrap .v-application .brown--text.text--darken-1{color:#6d4c41!important;caret-color:#6d4c41!important}.phs-vue-wrap .v-application .brown.darken-2{background-color:#5d4037!important;border-color:#5d4037!important}.phs-vue-wrap .v-application .brown--text.text--darken-2{color:#5d4037!important;caret-color:#5d4037!important}.phs-vue-wrap .v-application .brown.darken-3{background-color:#4e342e!important;border-color:#4e342e!important}.phs-vue-wrap .v-application .brown--text.text--darken-3{color:#4e342e!important;caret-color:#4e342e!important}.phs-vue-wrap .v-application .brown.darken-4{background-color:#3e2723!important;border-color:#3e2723!important}.phs-vue-wrap .v-application .brown--text.text--darken-4{color:#3e2723!important;caret-color:#3e2723!important}.phs-vue-wrap .v-application .blue-grey{background-color:#607d8b!important;border-color:#607d8b!important}.phs-vue-wrap .v-application .blue-grey--text{color:#607d8b!important;caret-color:#607d8b!important}.phs-vue-wrap .v-application .blue-grey.lighten-5{background-color:#eceff1!important;border-color:#eceff1!important}.phs-vue-wrap .v-application .blue-grey--text.text--lighten-5{color:#eceff1!important;caret-color:#eceff1!important}.phs-vue-wrap .v-application .blue-grey.lighten-4{background-color:#cfd8dc!important;border-color:#cfd8dc!important}.phs-vue-wrap .v-application .blue-grey--text.text--lighten-4{color:#cfd8dc!important;caret-color:#cfd8dc!important}.phs-vue-wrap .v-application .blue-grey.lighten-3{background-color:#b0bec5!important;border-color:#b0bec5!important}.phs-vue-wrap .v-application .blue-grey--text.text--lighten-3{color:#b0bec5!important;caret-color:#b0bec5!important}.phs-vue-wrap .v-application .blue-grey.lighten-2{background-color:#90a4ae!important;border-color:#90a4ae!important}.phs-vue-wrap .v-application .blue-grey--text.text--lighten-2{color:#90a4ae!important;caret-color:#90a4ae!important}.phs-vue-wrap .v-application .blue-grey.lighten-1{background-color:#78909c!important;border-color:#78909c!important}.phs-vue-wrap .v-application .blue-grey--text.text--lighten-1{color:#78909c!important;caret-color:#78909c!important}.phs-vue-wrap .v-application .blue-grey.darken-1{background-color:#546e7a!important;border-color:#546e7a!important}.phs-vue-wrap .v-application .blue-grey--text.text--darken-1{color:#546e7a!important;caret-color:#546e7a!important}.phs-vue-wrap .v-application .blue-grey.darken-2{background-color:#455a64!important;border-color:#455a64!important}.phs-vue-wrap .v-application .blue-grey--text.text--darken-2{color:#455a64!important;caret-color:#455a64!important}.phs-vue-wrap .v-application .blue-grey.darken-3{background-color:#37474f!important;border-color:#37474f!important}.phs-vue-wrap .v-application .blue-grey--text.text--darken-3{color:#37474f!important;caret-color:#37474f!important}.phs-vue-wrap .v-application .blue-grey.darken-4{background-color:#263238!important;border-color:#263238!important}.phs-vue-wrap .v-application .blue-grey--text.text--darken-4{color:#263238!important;caret-color:#263238!important}.phs-vue-wrap .v-application .grey{background-color:#9e9e9e!important;border-color:#9e9e9e!important}.phs-vue-wrap .v-application .grey--text{color:#9e9e9e!important;caret-color:#9e9e9e!important}.phs-vue-wrap .v-application .grey.lighten-5{background-color:#fafafa!important;border-color:#fafafa!important}.phs-vue-wrap .v-application .grey--text.text--lighten-5{color:#fafafa!important;caret-color:#fafafa!important}.phs-vue-wrap .v-application .grey.lighten-4{background-color:#f5f5f5!important;border-color:#f5f5f5!important}.phs-vue-wrap .v-application .grey--text.text--lighten-4{color:#f5f5f5!important;caret-color:#f5f5f5!important}.phs-vue-wrap .v-application .grey.lighten-3{background-color:#eee!important;border-color:#eee!important}.phs-vue-wrap .v-application .grey--text.text--lighten-3{color:#eee!important;caret-color:#eee!important}.phs-vue-wrap .v-application .grey.lighten-2{background-color:#e0e0e0!important;border-color:#e0e0e0!important}.phs-vue-wrap .v-application .grey--text.text--lighten-2{color:#e0e0e0!important;caret-color:#e0e0e0!important}.phs-vue-wrap .v-application .grey.lighten-1{background-color:#bdbdbd!important;border-color:#bdbdbd!important}.phs-vue-wrap .v-application .grey--text.text--lighten-1{color:#bdbdbd!important;caret-color:#bdbdbd!important}.phs-vue-wrap .v-application .grey.darken-1{background-color:#757575!important;border-color:#757575!important}.phs-vue-wrap .v-application .grey--text.text--darken-1{color:#757575!important;caret-color:#757575!important}.phs-vue-wrap .v-application .grey.darken-2{background-color:#616161!important;border-color:#616161!important}.phs-vue-wrap .v-application .grey--text.text--darken-2{color:#616161!important;caret-color:#616161!important}.phs-vue-wrap .v-application .grey.darken-3{background-color:#424242!important;border-color:#424242!important}.phs-vue-wrap .v-application .grey--text.text--darken-3{color:#424242!important;caret-color:#424242!important}.phs-vue-wrap .v-application .grey.darken-4{background-color:#212121!important;border-color:#212121!important}.phs-vue-wrap .v-application .grey--text.text--darken-4{color:#212121!important;caret-color:#212121!important}.phs-vue-wrap .v-application .shades.black{background-color:#000!important;border-color:#000!important}.phs-vue-wrap .v-application .shades--text.text--black{color:#000!important;caret-color:#000!important}.phs-vue-wrap .v-application .shades.white{background-color:#fff!important;border-color:#fff!important}.phs-vue-wrap .v-application .shades--text.text--white{color:#fff!important;caret-color:#fff!important}.phs-vue-wrap .v-application .shades.transparent{background-color:transparent!important;border-color:transparent!important}.phs-vue-wrap .v-application .shades--text.text--transparent{color:transparent!important;caret-color:transparent!important}/*!
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress
*/.phs-vue-wrap html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}.phs-vue-wrap *,.phs-vue-wrap :after,.phs-vue-wrap :before{background-repeat:no-repeat;box-sizing:inherit}.phs-vue-wrap :after,.phs-vue-wrap :before{text-decoration:inherit;vertical-align:inherit}.phs-vue-wrap *{padding:0;margin:0}.phs-vue-wrap hr{overflow:visible;height:0}.phs-vue-wrap details,.phs-vue-wrap main{display:block}.phs-vue-wrap summary{display:list-item}.phs-vue-wrap small{font-size:80%}.phs-vue-wrap [hidden]{display:none}.phs-vue-wrap abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.phs-vue-wrap a{background-color:transparent}.phs-vue-wrap a:active,.phs-vue-wrap a:hover{outline-width:0}.phs-vue-wrap code,.phs-vue-wrap kbd,.phs-vue-wrap pre,.phs-vue-wrap samp{font-family:monospace,monospace}.phs-vue-wrap pre{font-size:1em}.phs-vue-wrap b,.phs-vue-wrap strong{font-weight:bolder}.phs-vue-wrap sub,.phs-vue-wrap sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.phs-vue-wrap sub{bottom:-.25em}.phs-vue-wrap sup{top:-.5em}.phs-vue-wrap input{border-radius:0}.phs-vue-wrap [disabled]{cursor:default}.phs-vue-wrap [type=number]::-webkit-inner-spin-button,.phs-vue-wrap [type=number]::-webkit-outer-spin-button{height:auto}.phs-vue-wrap [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.phs-vue-wrap [type=search]::-webkit-search-cancel-button,.phs-vue-wrap [type=search]::-webkit-search-decoration{-webkit-appearance:none}.phs-vue-wrap textarea{overflow:auto;resize:vertical}.phs-vue-wrap button,.phs-vue-wrap input,.phs-vue-wrap optgroup,.phs-vue-wrap select,.phs-vue-wrap textarea{font:inherit}.phs-vue-wrap optgroup{font-weight:700}.phs-vue-wrap button{overflow:visible}.phs-vue-wrap button,.phs-vue-wrap select{text-transform:none}.phs-vue-wrap [role=button],.phs-vue-wrap [type=button],.phs-vue-wrap [type=reset],.phs-vue-wrap [type=submit],.phs-vue-wrap button{cursor:pointer;color:inherit}.phs-vue-wrap [type=button]::-moz-focus-inner,.phs-vue-wrap [type=reset]::-moz-focus-inner,.phs-vue-wrap [type=submit]::-moz-focus-inner,.phs-vue-wrap button::-moz-focus-inner{border-style:none;padding:0}.phs-vue-wrap [type=button]::-moz-focus-inner,.phs-vue-wrap [type=reset]::-moz-focus-inner,.phs-vue-wrap [type=submit]::-moz-focus-inner,.phs-vue-wrap button:-moz-focusring{outline:1px dotted ButtonText}.phs-vue-wrap [type=reset],.phs-vue-wrap [type=submit],.phs-vue-wrap button,.phs-vue-wrap html [type=button]{-webkit-appearance:button}.phs-vue-wrap button,.phs-vue-wrap input,.phs-vue-wrap select,.phs-vue-wrap textarea{background-color:transparent;border-style:none}.phs-vue-wrap select{-moz-appearance:none;-webkit-appearance:none}.phs-vue-wrap select::-ms-expand{display:none}.phs-vue-wrap select::-ms-value{color:currentColor}.phs-vue-wrap legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}.phs-vue-wrap ::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}.phs-vue-wrap img{border-style:none}.phs-vue-wrap progress{vertical-align:baseline}@media screen{.phs-vue-wrap [hidden~=screen]{display:inherit}.phs-vue-wrap [hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}.phs-vue-wrap [aria-busy=true]{cursor:progress}.phs-vue-wrap [aria-controls]{cursor:pointer}.phs-vue-wrap [aria-disabled=true]{cursor:default}.phs-vue-wrap .v-application .elevation-24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f!important}.phs-vue-wrap .v-application .elevation-23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f!important}.phs-vue-wrap .v-application .elevation-22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f!important}.phs-vue-wrap .v-application .elevation-21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f!important}.phs-vue-wrap .v-application .elevation-20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f!important}.phs-vue-wrap .v-application .elevation-19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f!important}.phs-vue-wrap .v-application .elevation-18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f!important}.phs-vue-wrap .v-application .elevation-17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f!important}.phs-vue-wrap .v-application .elevation-16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f!important}.phs-vue-wrap .v-application .elevation-15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f!important}.phs-vue-wrap .v-application .elevation-14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f!important}.phs-vue-wrap .v-application .elevation-13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f!important}.phs-vue-wrap .v-application .elevation-12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f!important}.phs-vue-wrap .v-application .elevation-11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f!important}.phs-vue-wrap .v-application .elevation-10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f!important}.phs-vue-wrap .v-application .elevation-9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f!important}.phs-vue-wrap .v-application .elevation-8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f!important}.phs-vue-wrap .v-application .elevation-7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f!important}.phs-vue-wrap .v-application .elevation-6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f!important}.phs-vue-wrap .v-application .elevation-5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f!important}.phs-vue-wrap .v-application .elevation-4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f!important}.phs-vue-wrap .v-application .elevation-3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f!important}.phs-vue-wrap .v-application .elevation-2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.phs-vue-wrap .v-application .elevation-1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f!important}.phs-vue-wrap .v-application .elevation-0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f!important}.phs-vue-wrap .carousel-transition-enter{transform:translate(100%)}.phs-vue-wrap .carousel-transition-leave,.phs-vue-wrap .carousel-transition-leave-to{position:absolute;top:0;transform:translate(-100%)}.phs-vue-wrap .carousel-reverse-transition-enter{transform:translate(-100%)}.phs-vue-wrap .carousel-reverse-transition-leave,.phs-vue-wrap .carousel-reverse-transition-leave-to{position:absolute;top:0;transform:translate(100%)}.phs-vue-wrap .dialog-transition-enter-active,.phs-vue-wrap .dialog-transition-leave-active{pointer-events:none!important}.phs-vue-wrap .dialog-transition-enter,.phs-vue-wrap .dialog-transition-leave-to{transform:scale(.5);opacity:0}.phs-vue-wrap .dialog-transition-enter-to,.phs-vue-wrap .dialog-transition-leave{opacity:1}.phs-vue-wrap .dialog-bottom-transition-enter,.phs-vue-wrap .dialog-bottom-transition-leave-to{transform:translateY(100%)}.phs-vue-wrap .dialog-top-transition-enter,.phs-vue-wrap .dialog-top-transition-leave-to{transform:translateY(-100%)}.phs-vue-wrap .picker-reverse-transition-enter-active,.phs-vue-wrap .picker-reverse-transition-leave-active,.phs-vue-wrap .picker-transition-enter-active,.phs-vue-wrap .picker-transition-leave-active{transition:.3s cubic-bezier(0,0,.2,1)}.phs-vue-wrap .picker-reverse-transition-enter,.phs-vue-wrap .picker-reverse-transition-leave-to,.phs-vue-wrap .picker-transition-enter,.phs-vue-wrap .picker-transition-leave-to{opacity:0}.phs-vue-wrap .picker-reverse-transition-leave,.phs-vue-wrap .picker-reverse-transition-leave-active,.phs-vue-wrap .picker-reverse-transition-leave-to,.phs-vue-wrap .picker-transition-leave,.phs-vue-wrap .picker-transition-leave-active,.phs-vue-wrap .picker-transition-leave-to{position:absolute!important}.phs-vue-wrap .picker-transition-enter{transform:translateY(100%)}.phs-vue-wrap .picker-reverse-transition-enter,.phs-vue-wrap .picker-transition-leave-to{transform:translateY(-100%)}.phs-vue-wrap .picker-reverse-transition-leave-to{transform:translateY(100%)}.phs-vue-wrap .picker-title-transition-enter-to,.phs-vue-wrap .picker-title-transition-leave{transform:translate(0)}.phs-vue-wrap .picker-title-transition-enter{transform:translate(-100%)}.phs-vue-wrap .picker-title-transition-leave-to{opacity:0;transform:translate(100%)}.phs-vue-wrap .picker-title-transition-leave,.phs-vue-wrap .picker-title-transition-leave-active,.phs-vue-wrap .picker-title-transition-leave-to{position:absolute!important}.phs-vue-wrap .tab-transition-enter{transform:translate(100%)}.phs-vue-wrap .tab-transition-leave,.phs-vue-wrap .tab-transition-leave-active{position:absolute;top:0}.phs-vue-wrap .tab-transition-leave-to{position:absolute}.phs-vue-wrap .tab-reverse-transition-enter,.phs-vue-wrap .tab-transition-leave-to{transform:translate(-100%)}.phs-vue-wrap .tab-reverse-transition-leave,.phs-vue-wrap .tab-reverse-transition-leave-to{top:0;position:absolute;transform:translate(100%)}.phs-vue-wrap .expand-transition-enter-active,.phs-vue-wrap .expand-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .expand-transition-move{transition:transform .6s}.phs-vue-wrap .expand-x-transition-enter-active,.phs-vue-wrap .expand-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .expand-x-transition-move{transition:transform .6s}.phs-vue-wrap .scale-transition-enter-active,.phs-vue-wrap .scale-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scale-transition-move{transition:transform .6s}.phs-vue-wrap .scale-transition-enter,.phs-vue-wrap .scale-transition-leave,.phs-vue-wrap .scale-transition-leave-to{opacity:0;transform:scale(0)}.phs-vue-wrap .scale-rotate-transition-enter-active,.phs-vue-wrap .scale-rotate-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scale-rotate-transition-move{transition:transform .6s}.phs-vue-wrap .scale-rotate-transition-enter,.phs-vue-wrap .scale-rotate-transition-leave,.phs-vue-wrap .scale-rotate-transition-leave-to{opacity:0;transform:scale(0) rotate(-45deg)}.phs-vue-wrap .scale-rotate-reverse-transition-enter-active,.phs-vue-wrap .scale-rotate-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scale-rotate-reverse-transition-move{transition:transform .6s}.phs-vue-wrap .scale-rotate-reverse-transition-enter,.phs-vue-wrap .scale-rotate-reverse-transition-leave,.phs-vue-wrap .scale-rotate-reverse-transition-leave-to{opacity:0;transform:scale(0) rotate(45deg)}.phs-vue-wrap .message-transition-enter-active,.phs-vue-wrap .message-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .message-transition-move{transition:transform .6s}.phs-vue-wrap .message-transition-enter,.phs-vue-wrap .message-transition-leave-to{opacity:0;transform:translateY(-15px)}.phs-vue-wrap .message-transition-leave,.phs-vue-wrap .message-transition-leave-active{position:absolute}.phs-vue-wrap .slide-y-transition-enter-active,.phs-vue-wrap .slide-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .slide-y-transition-move{transition:transform .6s}.phs-vue-wrap .slide-y-transition-enter,.phs-vue-wrap .slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.phs-vue-wrap .slide-y-reverse-transition-enter-active,.phs-vue-wrap .slide-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .slide-y-reverse-transition-move{transition:transform .6s}.phs-vue-wrap .slide-y-reverse-transition-enter,.phs-vue-wrap .slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.phs-vue-wrap .scroll-y-transition-enter-active,.phs-vue-wrap .scroll-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scroll-y-transition-move{transition:transform .6s}.phs-vue-wrap .scroll-y-transition-enter,.phs-vue-wrap .scroll-y-transition-leave-to{opacity:0}.phs-vue-wrap .scroll-y-transition-enter{transform:translateY(-15px)}.phs-vue-wrap .scroll-y-transition-leave-to{transform:translateY(15px)}.phs-vue-wrap .scroll-y-reverse-transition-enter-active,.phs-vue-wrap .scroll-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scroll-y-reverse-transition-move{transition:transform .6s}.phs-vue-wrap .scroll-y-reverse-transition-enter,.phs-vue-wrap .scroll-y-reverse-transition-leave-to{opacity:0}.phs-vue-wrap .scroll-y-reverse-transition-enter{transform:translateY(15px)}.phs-vue-wrap .scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.phs-vue-wrap .scroll-x-transition-enter-active,.phs-vue-wrap .scroll-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scroll-x-transition-move{transition:transform .6s}.phs-vue-wrap .scroll-x-transition-enter,.phs-vue-wrap .scroll-x-transition-leave-to{opacity:0}.phs-vue-wrap .scroll-x-transition-enter{transform:translate(-15px)}.phs-vue-wrap .scroll-x-transition-leave-to{transform:translate(15px)}.phs-vue-wrap .scroll-x-reverse-transition-enter-active,.phs-vue-wrap .scroll-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .scroll-x-reverse-transition-move{transition:transform .6s}.phs-vue-wrap .scroll-x-reverse-transition-enter,.phs-vue-wrap .scroll-x-reverse-transition-leave-to{opacity:0}.phs-vue-wrap .scroll-x-reverse-transition-enter{transform:translate(15px)}.phs-vue-wrap .scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.phs-vue-wrap .slide-x-transition-enter-active,.phs-vue-wrap .slide-x-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .slide-x-transition-move{transition:transform .6s}.phs-vue-wrap .slide-x-transition-enter,.phs-vue-wrap .slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.phs-vue-wrap .slide-x-reverse-transition-enter-active,.phs-vue-wrap .slide-x-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .slide-x-reverse-transition-move{transition:transform .6s}.phs-vue-wrap .slide-x-reverse-transition-enter,.phs-vue-wrap .slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.phs-vue-wrap .fade-transition-enter-active,.phs-vue-wrap .fade-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .fade-transition-move{transition:transform .6s}.phs-vue-wrap .fade-transition-enter,.phs-vue-wrap .fade-transition-leave-to{opacity:0!important}.phs-vue-wrap .fab-transition-enter-active,.phs-vue-wrap .fab-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .fab-transition-move{transition:transform .6s}.phs-vue-wrap .fab-transition-enter,.phs-vue-wrap .fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.phs-vue-wrap .v-application .blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}.phs-vue-wrap .v-application code,.phs-vue-wrap .v-application kbd{border-radius:3px;font-size:85%;font-weight:400}.phs-vue-wrap .v-application code{padding:.2em .4em}.phs-vue-wrap .v-application kbd{padding:.2em .4rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .theme--light.v-application code{background-color:#0000000d;color:currentColor}.phs-vue-wrap .theme--light.v-application kbd{background:#212529;color:#fff}.phs-vue-wrap .theme--dark.v-application code{background-color:#ffffff1a;color:currentColor}.phs-vue-wrap .theme--dark.v-application kbd{background:#212529;color:#fff}.phs-vue-wrap html{font-size:16px;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}.phs-vue-wrap html.overflow-y-hidden{overflow-y:hidden!important}.phs-vue-wrap .v-application{font-family:Roboto,sans-serif;line-height:1.5}.phs-vue-wrap .v-application ::-ms-clear,.phs-vue-wrap .v-application ::-ms-reveal{display:none}@supports (-webkit-touch-callout:none){.phs-vue-wrap body{cursor:pointer}}.phs-vue-wrap .v-application .theme--light.heading{color:#000000de}.phs-vue-wrap .v-application .theme--dark.heading{color:#fff}.phs-vue-wrap .v-application ol,.phs-vue-wrap .v-application ul{padding-left:24px}.phs-vue-wrap .v-application .display-4{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .display-3,.phs-vue-wrap .v-application .display-4{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .display-3{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .display-2{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .display-1,.phs-vue-wrap .v-application .display-2{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .display-1{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .headline{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .headline,.phs-vue-wrap .v-application .title{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .title{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .subtitle-2{font-size:.875rem!important;font-weight:500;letter-spacing:.0071428571em!important;line-height:1.375rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .subtitle-1{font-size:1rem!important;letter-spacing:.009375em!important;line-height:1.75rem}.phs-vue-wrap .v-application .body-2,.phs-vue-wrap .v-application .subtitle-1{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .body-2{font-size:.875rem!important;letter-spacing:.0178571429em!important;line-height:1.25rem}.phs-vue-wrap .v-application .body-1{font-size:1rem!important;letter-spacing:.03125em!important;line-height:1.5rem}.phs-vue-wrap .v-application .body-1,.phs-vue-wrap .v-application .caption{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .caption{font-size:.75rem!important;letter-spacing:.0333333333em!important;line-height:1.25rem}.phs-vue-wrap .v-application .overline{font-size:.75rem!important;font-weight:500;letter-spacing:.1666666667em!important;line-height:2rem;text-transform:uppercase;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application p{margin-bottom:16px}@media only print{.phs-vue-wrap .v-application .hidden-print-only{display:none!important}}@media only screen{.phs-vue-wrap .v-application .hidden-screen-only{display:none!important}}@media only screen and (max-width:599.98px){.phs-vue-wrap .v-application .hidden-xs-only{display:none!important}}@media only screen and (min-width:600px)and (max-width:959.98px){.phs-vue-wrap .v-application .hidden-sm-only{display:none!important}}@media only screen and (max-width:959.98px){.phs-vue-wrap .v-application .hidden-sm-and-down{display:none!important}}@media only screen and (min-width:600px){.phs-vue-wrap .v-application .hidden-sm-and-up{display:none!important}}@media only screen and (min-width:960px)and (max-width:1263.98px){.phs-vue-wrap .v-application .hidden-md-only{display:none!important}}@media only screen and (max-width:1263.98px){.phs-vue-wrap .v-application .hidden-md-and-down{display:none!important}}@media only screen and (min-width:960px){.phs-vue-wrap .v-application .hidden-md-and-up{display:none!important}}@media only screen and (min-width:1264px)and (max-width:1903.98px){.phs-vue-wrap .v-application .hidden-lg-only{display:none!important}}@media only screen and (max-width:1903.98px){.phs-vue-wrap .v-application .hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1264px){.phs-vue-wrap .v-application .hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1904px){.phs-vue-wrap .v-application .hidden-xl-only{display:none!important}}.phs-vue-wrap .d-sr-only,.phs-vue-wrap .d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.phs-vue-wrap .v-application .font-weight-thin{font-weight:100!important}.phs-vue-wrap .v-application .font-weight-light{font-weight:300!important}.phs-vue-wrap .v-application .font-weight-regular{font-weight:400!important}.phs-vue-wrap .v-application .font-weight-medium{font-weight:500!important}.phs-vue-wrap .v-application .font-weight-bold{font-weight:700!important}.phs-vue-wrap .v-application .font-weight-black{font-weight:900!important}.phs-vue-wrap .v-application .font-italic{font-style:italic!important}.phs-vue-wrap .v-application .transition-fast-out-slow-in{transition:.3s cubic-bezier(.4,0,.2,1)!important}.phs-vue-wrap .v-application .transition-linear-out-slow-in{transition:.3s cubic-bezier(0,0,.2,1)!important}.phs-vue-wrap .v-application .transition-fast-out-linear-in{transition:.3s cubic-bezier(.4,0,1,1)!important}.phs-vue-wrap .v-application .transition-ease-in-out{transition:.3s cubic-bezier(.4,0,.6,1)!important}.phs-vue-wrap .v-application .transition-fast-in-fast-out{transition:.3s cubic-bezier(.25,.8,.25,1)!important}.phs-vue-wrap .v-application .transition-swing{transition:.3s cubic-bezier(.25,.8,.5,1)!important}.phs-vue-wrap .v-application .overflow-auto{overflow:auto!important}.phs-vue-wrap .v-application .overflow-hidden{overflow:hidden!important}.phs-vue-wrap .v-application .overflow-visible{overflow:visible!important}.phs-vue-wrap .v-application .overflow-x-auto{overflow-x:auto!important}.phs-vue-wrap .v-application .overflow-x-hidden{overflow-x:hidden!important}.phs-vue-wrap .v-application .overflow-y-auto{overflow-y:auto!important}.phs-vue-wrap .v-application .overflow-y-hidden{overflow-y:hidden!important}.phs-vue-wrap .v-application .d-none{display:none!important}.phs-vue-wrap .v-application .d-inline{display:inline!important}.phs-vue-wrap .v-application .d-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-block{display:block!important}.phs-vue-wrap .v-application .d-table{display:table!important}.phs-vue-wrap .v-application .d-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-flex{display:flex!important}.phs-vue-wrap .v-application .d-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-none{float:none!important}.phs-vue-wrap .v-application .float-left{float:left!important}.phs-vue-wrap .v-application .float-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-end,.phs-vue-wrap .v-application--is-rtl .float-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-start{float:left!important}.phs-vue-wrap .v-application .flex-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-center{align-items:center!important}.phs-vue-wrap .v-application .align-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-first{order:-1!important}.phs-vue-wrap .v-application .order-0{order:0!important}.phs-vue-wrap .v-application .order-1{order:1!important}.phs-vue-wrap .v-application .order-2{order:2!important}.phs-vue-wrap .v-application .order-3{order:3!important}.phs-vue-wrap .v-application .order-4{order:4!important}.phs-vue-wrap .v-application .order-5{order:5!important}.phs-vue-wrap .v-application .order-6{order:6!important}.phs-vue-wrap .v-application .order-7{order:7!important}.phs-vue-wrap .v-application .order-8{order:8!important}.phs-vue-wrap .v-application .order-9{order:9!important}.phs-vue-wrap .v-application .order-10{order:10!important}.phs-vue-wrap .v-application .order-11{order:11!important}.phs-vue-wrap .v-application .order-12{order:12!important}.phs-vue-wrap .v-application .order-last{order:13!important}.phs-vue-wrap .v-application .ma-0{margin:0!important}.phs-vue-wrap .v-application .ma-1{margin:4px!important}.phs-vue-wrap .v-application .ma-2{margin:8px!important}.phs-vue-wrap .v-application .ma-3{margin:12px!important}.phs-vue-wrap .v-application .ma-4{margin:16px!important}.phs-vue-wrap .v-application .ma-5{margin:20px!important}.phs-vue-wrap .v-application .ma-6{margin:24px!important}.phs-vue-wrap .v-application .ma-7{margin:28px!important}.phs-vue-wrap .v-application .ma-8{margin:32px!important}.phs-vue-wrap .v-application .ma-9{margin:36px!important}.phs-vue-wrap .v-application .ma-10{margin:40px!important}.phs-vue-wrap .v-application .ma-11{margin:44px!important}.phs-vue-wrap .v-application .ma-12{margin:48px!important}.phs-vue-wrap .v-application .ma-13{margin:52px!important}.phs-vue-wrap .v-application .ma-14{margin:56px!important}.phs-vue-wrap .v-application .ma-15{margin:60px!important}.phs-vue-wrap .v-application .ma-16{margin:64px!important}.phs-vue-wrap .v-application .ma-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-0{padding:0!important}.phs-vue-wrap .v-application .pa-1{padding:4px!important}.phs-vue-wrap .v-application .pa-2{padding:8px!important}.phs-vue-wrap .v-application .pa-3{padding:12px!important}.phs-vue-wrap .v-application .pa-4{padding:16px!important}.phs-vue-wrap .v-application .pa-5{padding:20px!important}.phs-vue-wrap .v-application .pa-6{padding:24px!important}.phs-vue-wrap .v-application .pa-7{padding:28px!important}.phs-vue-wrap .v-application .pa-8{padding:32px!important}.phs-vue-wrap .v-application .pa-9{padding:36px!important}.phs-vue-wrap .v-application .pa-10{padding:40px!important}.phs-vue-wrap .v-application .pa-11{padding:44px!important}.phs-vue-wrap .v-application .pa-12{padding:48px!important}.phs-vue-wrap .v-application .pa-13{padding:52px!important}.phs-vue-wrap .v-application .pa-14{padding:56px!important}.phs-vue-wrap .v-application .pa-15{padding:60px!important}.phs-vue-wrap .v-application .pa-16{padding:64px!important}.phs-vue-wrap .v-application .px-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-16{padding-left:64px!important}.phs-vue-wrap .v-application .rounded-0{border-radius:0!important}.phs-vue-wrap .v-application .rounded-sm{border-radius:2px!important}.phs-vue-wrap .v-application .rounded{border-radius:4px!important}.phs-vue-wrap .v-application .rounded-lg{border-radius:8px!important}.phs-vue-wrap .v-application .rounded-xl{border-radius:16px!important}.phs-vue-wrap .v-application .rounded-xxl{border-radius:24px!important}.phs-vue-wrap .v-application .rounded-pill{border-radius:9999px!important}.phs-vue-wrap .v-application .rounded-circle{border-radius:50%!important}.phs-vue-wrap .v-application .rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.phs-vue-wrap .v-application .rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.phs-vue-wrap .v-application .rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.phs-vue-wrap .v-application .rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.phs-vue-wrap .v-application .rounded-t-xl{border-top-left-radius:16px!important;border-top-right-radius:16px!important}.phs-vue-wrap .v-application .rounded-t-xxl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.phs-vue-wrap .v-application .rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.phs-vue-wrap .v-application .rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.phs-vue-wrap .v-application .rounded-r-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.phs-vue-wrap .v-application .rounded-r-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.phs-vue-wrap .v-application .rounded-r{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.phs-vue-wrap .v-application .rounded-r-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.phs-vue-wrap .v-application .rounded-r-xl{border-top-right-radius:16px!important;border-bottom-right-radius:16px!important}.phs-vue-wrap .v-application .rounded-r-xxl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.phs-vue-wrap .v-application .rounded-r-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.phs-vue-wrap .v-application .rounded-r-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.phs-vue-wrap .v-application .rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.phs-vue-wrap .v-application .rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.phs-vue-wrap .v-application .rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.phs-vue-wrap .v-application .rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.phs-vue-wrap .v-application .rounded-b-xl{border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important}.phs-vue-wrap .v-application .rounded-b-xxl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.phs-vue-wrap .v-application .rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.phs-vue-wrap .v-application .rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.phs-vue-wrap .v-application .rounded-l-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phs-vue-wrap .v-application .rounded-l-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.phs-vue-wrap .v-application .rounded-l{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.phs-vue-wrap .v-application .rounded-l-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.phs-vue-wrap .v-application .rounded-l-xl{border-top-left-radius:16px!important;border-bottom-left-radius:16px!important}.phs-vue-wrap .v-application .rounded-l-xxl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.phs-vue-wrap .v-application .rounded-l-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.phs-vue-wrap .v-application .rounded-l-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.phs-vue-wrap .v-application .rounded-tl-0{border-top-left-radius:0!important}.phs-vue-wrap .v-application .rounded-tl-sm{border-top-left-radius:2px!important}.phs-vue-wrap .v-application .rounded-tl{border-top-left-radius:4px!important}.phs-vue-wrap .v-application .rounded-tl-lg{border-top-left-radius:8px!important}.phs-vue-wrap .v-application .rounded-tl-xl{border-top-left-radius:16px!important}.phs-vue-wrap .v-application .rounded-tl-xxl{border-top-left-radius:24px!important}.phs-vue-wrap .v-application .rounded-tl-pill{border-top-left-radius:9999px!important}.phs-vue-wrap .v-application .rounded-tl-circle{border-top-left-radius:50%!important}.phs-vue-wrap .v-application .rounded-tr-0{border-top-right-radius:0!important}.phs-vue-wrap .v-application .rounded-tr-sm{border-top-right-radius:2px!important}.phs-vue-wrap .v-application .rounded-tr{border-top-right-radius:4px!important}.phs-vue-wrap .v-application .rounded-tr-lg{border-top-right-radius:8px!important}.phs-vue-wrap .v-application .rounded-tr-xl{border-top-right-radius:16px!important}.phs-vue-wrap .v-application .rounded-tr-xxl{border-top-right-radius:24px!important}.phs-vue-wrap .v-application .rounded-tr-pill{border-top-right-radius:9999px!important}.phs-vue-wrap .v-application .rounded-tr-circle{border-top-right-radius:50%!important}.phs-vue-wrap .v-application .rounded-br-0{border-bottom-right-radius:0!important}.phs-vue-wrap .v-application .rounded-br-sm{border-bottom-right-radius:2px!important}.phs-vue-wrap .v-application .rounded-br{border-bottom-right-radius:4px!important}.phs-vue-wrap .v-application .rounded-br-lg{border-bottom-right-radius:8px!important}.phs-vue-wrap .v-application .rounded-br-xl{border-bottom-right-radius:16px!important}.phs-vue-wrap .v-application .rounded-br-xxl{border-bottom-right-radius:24px!important}.phs-vue-wrap .v-application .rounded-br-pill{border-bottom-right-radius:9999px!important}.phs-vue-wrap .v-application .rounded-br-circle{border-bottom-right-radius:50%!important}.phs-vue-wrap .v-application .rounded-bl-0{border-bottom-left-radius:0!important}.phs-vue-wrap .v-application .rounded-bl-sm{border-bottom-left-radius:2px!important}.phs-vue-wrap .v-application .rounded-bl{border-bottom-left-radius:4px!important}.phs-vue-wrap .v-application .rounded-bl-lg{border-bottom-left-radius:8px!important}.phs-vue-wrap .v-application .rounded-bl-xl{border-bottom-left-radius:16px!important}.phs-vue-wrap .v-application .rounded-bl-xxl{border-bottom-left-radius:24px!important}.phs-vue-wrap .v-application .rounded-bl-pill{border-bottom-left-radius:9999px!important}.phs-vue-wrap .v-application .rounded-bl-circle{border-bottom-left-radius:50%!important}.phs-vue-wrap .v-application .text-left{text-align:left!important}.phs-vue-wrap .v-application .text-right{text-align:right!important}.phs-vue-wrap .v-application .text-center{text-align:center!important}.phs-vue-wrap .v-application .text-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-start{text-align:start!important}.phs-vue-wrap .v-application .text-end{text-align:end!important}.phs-vue-wrap .v-application .text-decoration-line-through{text-decoration:line-through!important}.phs-vue-wrap .v-application .text-decoration-none{text-decoration:none!important}.phs-vue-wrap .v-application .text-decoration-overline{text-decoration:overline!important}.phs-vue-wrap .v-application .text-decoration-underline{text-decoration:underline!important}.phs-vue-wrap .v-application .text-wrap{white-space:normal!important}.phs-vue-wrap .v-application .text-no-wrap{white-space:nowrap!important}.phs-vue-wrap .v-application .text-pre{white-space:pre!important}.phs-vue-wrap .v-application .text-pre-line{white-space:pre-line!important}.phs-vue-wrap .v-application .text-pre-wrap{white-space:pre-wrap!important}.phs-vue-wrap .v-application .text-break{overflow-wrap:break-word!important;word-break:break-word!important}.phs-vue-wrap .v-application .text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.phs-vue-wrap .v-application .text-none{text-transform:none!important}.phs-vue-wrap .v-application .text-capitalize{text-transform:capitalize!important}.phs-vue-wrap .v-application .text-lowercase{text-transform:lowercase!important}.phs-vue-wrap .v-application .text-uppercase{text-transform:uppercase!important}.phs-vue-wrap .v-application .text-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .text-h1,.phs-vue-wrap .v-application .text-h2{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .text-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-h3,.phs-vue-wrap .v-application .text-h4{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .text-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-h5,.phs-vue-wrap .v-application .text-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.phs-vue-wrap .v-application .text-body-2,.phs-vue-wrap .v-application .text-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.phs-vue-wrap .v-application .text-caption,.phs-vue-wrap .v-application .text-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}@media (min-width:600px){.phs-vue-wrap .v-application .d-sm-none{display:none!important}.phs-vue-wrap .v-application .d-sm-inline{display:inline!important}.phs-vue-wrap .v-application .d-sm-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-sm-block{display:block!important}.phs-vue-wrap .v-application .d-sm-table{display:table!important}.phs-vue-wrap .v-application .d-sm-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-sm-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-sm-flex{display:flex!important}.phs-vue-wrap .v-application .d-sm-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-sm-none{float:none!important}.phs-vue-wrap .v-application .float-sm-left{float:left!important}.phs-vue-wrap .v-application .float-sm-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-sm-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-sm-end,.phs-vue-wrap .v-application--is-rtl .float-sm-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-sm-start{float:left!important}.phs-vue-wrap .v-application .flex-sm-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-sm-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-sm-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-sm-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-sm-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-sm-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-sm-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-sm-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-sm-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-sm-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-sm-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-sm-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-sm-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-sm-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-sm-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-sm-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-sm-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-sm-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-sm-center{align-items:center!important}.phs-vue-wrap .v-application .align-sm-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-sm-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-sm-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-sm-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-sm-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-sm-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-sm-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-sm-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-sm-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-sm-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-sm-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-sm-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-sm-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-sm-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-sm-first{order:-1!important}.phs-vue-wrap .v-application .order-sm-0{order:0!important}.phs-vue-wrap .v-application .order-sm-1{order:1!important}.phs-vue-wrap .v-application .order-sm-2{order:2!important}.phs-vue-wrap .v-application .order-sm-3{order:3!important}.phs-vue-wrap .v-application .order-sm-4{order:4!important}.phs-vue-wrap .v-application .order-sm-5{order:5!important}.phs-vue-wrap .v-application .order-sm-6{order:6!important}.phs-vue-wrap .v-application .order-sm-7{order:7!important}.phs-vue-wrap .v-application .order-sm-8{order:8!important}.phs-vue-wrap .v-application .order-sm-9{order:9!important}.phs-vue-wrap .v-application .order-sm-10{order:10!important}.phs-vue-wrap .v-application .order-sm-11{order:11!important}.phs-vue-wrap .v-application .order-sm-12{order:12!important}.phs-vue-wrap .v-application .order-sm-last{order:13!important}.phs-vue-wrap .v-application .ma-sm-0{margin:0!important}.phs-vue-wrap .v-application .ma-sm-1{margin:4px!important}.phs-vue-wrap .v-application .ma-sm-2{margin:8px!important}.phs-vue-wrap .v-application .ma-sm-3{margin:12px!important}.phs-vue-wrap .v-application .ma-sm-4{margin:16px!important}.phs-vue-wrap .v-application .ma-sm-5{margin:20px!important}.phs-vue-wrap .v-application .ma-sm-6{margin:24px!important}.phs-vue-wrap .v-application .ma-sm-7{margin:28px!important}.phs-vue-wrap .v-application .ma-sm-8{margin:32px!important}.phs-vue-wrap .v-application .ma-sm-9{margin:36px!important}.phs-vue-wrap .v-application .ma-sm-10{margin:40px!important}.phs-vue-wrap .v-application .ma-sm-11{margin:44px!important}.phs-vue-wrap .v-application .ma-sm-12{margin:48px!important}.phs-vue-wrap .v-application .ma-sm-13{margin:52px!important}.phs-vue-wrap .v-application .ma-sm-14{margin:56px!important}.phs-vue-wrap .v-application .ma-sm-15{margin:60px!important}.phs-vue-wrap .v-application .ma-sm-16{margin:64px!important}.phs-vue-wrap .v-application .ma-sm-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-sm-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-sm-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-sm-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-sm-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-sm-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-sm-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-sm-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-sm-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-sm-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-sm-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-sm-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-sm-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-sm-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-sm-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-sm-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-sm-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-sm-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-sm-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-sm-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-sm-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-sm-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-sm-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-sm-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-sm-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-sm-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-sm-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-sm-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-sm-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-sm-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-sm-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-sm-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-sm-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-sm-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-sm-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-sm-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-sm-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-sm-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-sm-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-sm-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-sm-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-sm-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-sm-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-sm-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-sm-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-sm-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-sm-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-sm-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-sm-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-sm-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-sm-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-sm-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-sm-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-sm-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-sm-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-sm-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-sm-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-sm-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-sm-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-sm-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-sm-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-sm-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-sm-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-sm-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-sm-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-sm-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-sm-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-sm-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-sm-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-sm-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-sm-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-sm-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-sm-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-sm-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-sm-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-sm-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-sm-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-sm-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-sm-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-sm-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-sm-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-sm-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-sm-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-sm-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-sm-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-sm-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-sm-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-sm-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-sm-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-sm-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-sm-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-sm-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-sm-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-sm-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-sm-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-sm-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-sm-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-sm-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-sm-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-sm-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-sm-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-sm-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-sm-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-sm-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-sm-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-sm-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-sm-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-sm-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-sm-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-sm-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-sm-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-sm-0{padding:0!important}.phs-vue-wrap .v-application .pa-sm-1{padding:4px!important}.phs-vue-wrap .v-application .pa-sm-2{padding:8px!important}.phs-vue-wrap .v-application .pa-sm-3{padding:12px!important}.phs-vue-wrap .v-application .pa-sm-4{padding:16px!important}.phs-vue-wrap .v-application .pa-sm-5{padding:20px!important}.phs-vue-wrap .v-application .pa-sm-6{padding:24px!important}.phs-vue-wrap .v-application .pa-sm-7{padding:28px!important}.phs-vue-wrap .v-application .pa-sm-8{padding:32px!important}.phs-vue-wrap .v-application .pa-sm-9{padding:36px!important}.phs-vue-wrap .v-application .pa-sm-10{padding:40px!important}.phs-vue-wrap .v-application .pa-sm-11{padding:44px!important}.phs-vue-wrap .v-application .pa-sm-12{padding:48px!important}.phs-vue-wrap .v-application .pa-sm-13{padding:52px!important}.phs-vue-wrap .v-application .pa-sm-14{padding:56px!important}.phs-vue-wrap .v-application .pa-sm-15{padding:60px!important}.phs-vue-wrap .v-application .pa-sm-16{padding:64px!important}.phs-vue-wrap .v-application .px-sm-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-sm-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-sm-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-sm-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-sm-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-sm-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-sm-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-sm-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-sm-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-sm-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-sm-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-sm-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-sm-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-sm-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-sm-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-sm-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-sm-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-sm-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-sm-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-sm-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-sm-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-sm-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-sm-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-sm-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-sm-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-sm-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-sm-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-sm-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-sm-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-sm-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-sm-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-sm-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-sm-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-sm-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-sm-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-sm-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-sm-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-sm-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-sm-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-sm-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-sm-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-sm-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-sm-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-sm-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-sm-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-sm-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-sm-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-sm-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-sm-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-sm-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-sm-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-sm-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-sm-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-sm-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-sm-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-sm-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-sm-left{text-align:left!important}.phs-vue-wrap .v-application .text-sm-right{text-align:right!important}.phs-vue-wrap .v-application .text-sm-center{text-align:center!important}.phs-vue-wrap .v-application .text-sm-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-sm-start{text-align:start!important}.phs-vue-wrap .v-application .text-sm-end{text-align:end!important}.phs-vue-wrap .v-application .text-sm-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .text-sm-h1,.phs-vue-wrap .v-application .text-sm-h2{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .text-sm-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-sm-h3,.phs-vue-wrap .v-application .text-sm-h4{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .text-sm-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-sm-h5,.phs-vue-wrap .v-application .text-sm-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.phs-vue-wrap .v-application .text-sm-body-2,.phs-vue-wrap .v-application .text-sm-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-sm-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.phs-vue-wrap .v-application .text-sm-caption,.phs-vue-wrap .v-application .text-sm-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-sm-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media (min-width:960px){.phs-vue-wrap .v-application .d-md-none{display:none!important}.phs-vue-wrap .v-application .d-md-inline{display:inline!important}.phs-vue-wrap .v-application .d-md-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-md-block{display:block!important}.phs-vue-wrap .v-application .d-md-table{display:table!important}.phs-vue-wrap .v-application .d-md-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-md-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-md-flex{display:flex!important}.phs-vue-wrap .v-application .d-md-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-md-none{float:none!important}.phs-vue-wrap .v-application .float-md-left{float:left!important}.phs-vue-wrap .v-application .float-md-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-md-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-md-end,.phs-vue-wrap .v-application--is-rtl .float-md-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-md-start{float:left!important}.phs-vue-wrap .v-application .flex-md-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-md-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-md-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-md-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-md-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-md-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-md-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-md-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-md-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-md-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-md-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-md-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-md-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-md-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-md-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-md-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-md-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-md-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-md-center{align-items:center!important}.phs-vue-wrap .v-application .align-md-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-md-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-md-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-md-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-md-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-md-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-md-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-md-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-md-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-md-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-md-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-md-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-md-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-md-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-md-first{order:-1!important}.phs-vue-wrap .v-application .order-md-0{order:0!important}.phs-vue-wrap .v-application .order-md-1{order:1!important}.phs-vue-wrap .v-application .order-md-2{order:2!important}.phs-vue-wrap .v-application .order-md-3{order:3!important}.phs-vue-wrap .v-application .order-md-4{order:4!important}.phs-vue-wrap .v-application .order-md-5{order:5!important}.phs-vue-wrap .v-application .order-md-6{order:6!important}.phs-vue-wrap .v-application .order-md-7{order:7!important}.phs-vue-wrap .v-application .order-md-8{order:8!important}.phs-vue-wrap .v-application .order-md-9{order:9!important}.phs-vue-wrap .v-application .order-md-10{order:10!important}.phs-vue-wrap .v-application .order-md-11{order:11!important}.phs-vue-wrap .v-application .order-md-12{order:12!important}.phs-vue-wrap .v-application .order-md-last{order:13!important}.phs-vue-wrap .v-application .ma-md-0{margin:0!important}.phs-vue-wrap .v-application .ma-md-1{margin:4px!important}.phs-vue-wrap .v-application .ma-md-2{margin:8px!important}.phs-vue-wrap .v-application .ma-md-3{margin:12px!important}.phs-vue-wrap .v-application .ma-md-4{margin:16px!important}.phs-vue-wrap .v-application .ma-md-5{margin:20px!important}.phs-vue-wrap .v-application .ma-md-6{margin:24px!important}.phs-vue-wrap .v-application .ma-md-7{margin:28px!important}.phs-vue-wrap .v-application .ma-md-8{margin:32px!important}.phs-vue-wrap .v-application .ma-md-9{margin:36px!important}.phs-vue-wrap .v-application .ma-md-10{margin:40px!important}.phs-vue-wrap .v-application .ma-md-11{margin:44px!important}.phs-vue-wrap .v-application .ma-md-12{margin:48px!important}.phs-vue-wrap .v-application .ma-md-13{margin:52px!important}.phs-vue-wrap .v-application .ma-md-14{margin:56px!important}.phs-vue-wrap .v-application .ma-md-15{margin:60px!important}.phs-vue-wrap .v-application .ma-md-16{margin:64px!important}.phs-vue-wrap .v-application .ma-md-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-md-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-md-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-md-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-md-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-md-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-md-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-md-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-md-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-md-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-md-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-md-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-md-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-md-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-md-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-md-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-md-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-md-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-md-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-md-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-md-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-md-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-md-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-md-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-md-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-md-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-md-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-md-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-md-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-md-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-md-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-md-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-md-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-md-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-md-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-md-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-md-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-md-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-md-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-md-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-md-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-md-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-md-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-md-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-md-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-md-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-md-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-md-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-md-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-md-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-md-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-md-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-md-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-md-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-md-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-md-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-md-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-md-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-md-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-md-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-md-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-md-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-md-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-md-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-md-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-md-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-md-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-md-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-md-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-md-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-md-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-md-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-md-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-md-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-md-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-md-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-md-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-md-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-md-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-md-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-md-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-md-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-md-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-md-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-md-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-md-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-md-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-md-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-md-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-md-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-md-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-md-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-md-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-md-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-md-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-md-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-md-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-md-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-md-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-md-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-md-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-md-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-md-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-md-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-md-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-md-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-md-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-md-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-md-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-md-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-md-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-md-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-md-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-md-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-md-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-md-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-md-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-md-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-md-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-md-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-md-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-md-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-md-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-md-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-md-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-md-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-md-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-md-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-md-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-md-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-md-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-md-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-md-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-md-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-md-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-md-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-md-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-md-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-md-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-md-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-md-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-md-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-md-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-md-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-md-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-md-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-md-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-md-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-md-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-md-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-md-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-md-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-md-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-md-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-md-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-md-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-md-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-md-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-md-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-md-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-md-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-md-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-md-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-md-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-md-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-md-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-md-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-md-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-md-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-md-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-md-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-md-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-md-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-md-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-md-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-md-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-md-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-md-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-md-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-md-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-md-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-md-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-md-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-md-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-md-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-md-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-md-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-md-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-md-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-md-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-md-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-md-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-md-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-md-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-md-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-md-0{padding:0!important}.phs-vue-wrap .v-application .pa-md-1{padding:4px!important}.phs-vue-wrap .v-application .pa-md-2{padding:8px!important}.phs-vue-wrap .v-application .pa-md-3{padding:12px!important}.phs-vue-wrap .v-application .pa-md-4{padding:16px!important}.phs-vue-wrap .v-application .pa-md-5{padding:20px!important}.phs-vue-wrap .v-application .pa-md-6{padding:24px!important}.phs-vue-wrap .v-application .pa-md-7{padding:28px!important}.phs-vue-wrap .v-application .pa-md-8{padding:32px!important}.phs-vue-wrap .v-application .pa-md-9{padding:36px!important}.phs-vue-wrap .v-application .pa-md-10{padding:40px!important}.phs-vue-wrap .v-application .pa-md-11{padding:44px!important}.phs-vue-wrap .v-application .pa-md-12{padding:48px!important}.phs-vue-wrap .v-application .pa-md-13{padding:52px!important}.phs-vue-wrap .v-application .pa-md-14{padding:56px!important}.phs-vue-wrap .v-application .pa-md-15{padding:60px!important}.phs-vue-wrap .v-application .pa-md-16{padding:64px!important}.phs-vue-wrap .v-application .px-md-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-md-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-md-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-md-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-md-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-md-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-md-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-md-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-md-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-md-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-md-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-md-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-md-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-md-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-md-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-md-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-md-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-md-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-md-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-md-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-md-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-md-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-md-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-md-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-md-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-md-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-md-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-md-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-md-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-md-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-md-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-md-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-md-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-md-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-md-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-md-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-md-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-md-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-md-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-md-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-md-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-md-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-md-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-md-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-md-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-md-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-md-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-md-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-md-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-md-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-md-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-md-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-md-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-md-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-md-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-md-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-md-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-md-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-md-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-md-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-md-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-md-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-md-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-md-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-md-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-md-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-md-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-md-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-md-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-md-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-md-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-md-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-md-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-md-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-md-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-md-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-md-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-md-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-md-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-md-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-md-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-md-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-md-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-md-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-md-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-md-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-md-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-md-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-md-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-md-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-md-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-md-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-md-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-md-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-md-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-md-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-md-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-md-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-md-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-md-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-md-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-md-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-md-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-md-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-md-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-md-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-md-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-md-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-md-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-md-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-md-left{text-align:left!important}.phs-vue-wrap .v-application .text-md-right{text-align:right!important}.phs-vue-wrap .v-application .text-md-center{text-align:center!important}.phs-vue-wrap .v-application .text-md-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-md-start{text-align:start!important}.phs-vue-wrap .v-application .text-md-end{text-align:end!important}.phs-vue-wrap .v-application .text-md-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .text-md-h1,.phs-vue-wrap .v-application .text-md-h2{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .text-md-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-md-h3,.phs-vue-wrap .v-application .text-md-h4{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .text-md-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-md-h5,.phs-vue-wrap .v-application .text-md-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.phs-vue-wrap .v-application .text-md-body-2,.phs-vue-wrap .v-application .text-md-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-md-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.phs-vue-wrap .v-application .text-md-caption,.phs-vue-wrap .v-application .text-md-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-md-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media (min-width:1264px){.phs-vue-wrap .v-application .d-lg-none{display:none!important}.phs-vue-wrap .v-application .d-lg-inline{display:inline!important}.phs-vue-wrap .v-application .d-lg-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-lg-block{display:block!important}.phs-vue-wrap .v-application .d-lg-table{display:table!important}.phs-vue-wrap .v-application .d-lg-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-lg-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-lg-flex{display:flex!important}.phs-vue-wrap .v-application .d-lg-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-lg-none{float:none!important}.phs-vue-wrap .v-application .float-lg-left{float:left!important}.phs-vue-wrap .v-application .float-lg-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-lg-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-lg-end,.phs-vue-wrap .v-application--is-rtl .float-lg-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-lg-start{float:left!important}.phs-vue-wrap .v-application .flex-lg-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-lg-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-lg-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-lg-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-lg-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-lg-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-lg-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-lg-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-lg-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-lg-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-lg-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-lg-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-lg-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-lg-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-lg-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-lg-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-lg-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-lg-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-lg-center{align-items:center!important}.phs-vue-wrap .v-application .align-lg-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-lg-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-lg-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-lg-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-lg-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-lg-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-lg-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-lg-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-lg-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-lg-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-lg-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-lg-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-lg-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-lg-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-lg-first{order:-1!important}.phs-vue-wrap .v-application .order-lg-0{order:0!important}.phs-vue-wrap .v-application .order-lg-1{order:1!important}.phs-vue-wrap .v-application .order-lg-2{order:2!important}.phs-vue-wrap .v-application .order-lg-3{order:3!important}.phs-vue-wrap .v-application .order-lg-4{order:4!important}.phs-vue-wrap .v-application .order-lg-5{order:5!important}.phs-vue-wrap .v-application .order-lg-6{order:6!important}.phs-vue-wrap .v-application .order-lg-7{order:7!important}.phs-vue-wrap .v-application .order-lg-8{order:8!important}.phs-vue-wrap .v-application .order-lg-9{order:9!important}.phs-vue-wrap .v-application .order-lg-10{order:10!important}.phs-vue-wrap .v-application .order-lg-11{order:11!important}.phs-vue-wrap .v-application .order-lg-12{order:12!important}.phs-vue-wrap .v-application .order-lg-last{order:13!important}.phs-vue-wrap .v-application .ma-lg-0{margin:0!important}.phs-vue-wrap .v-application .ma-lg-1{margin:4px!important}.phs-vue-wrap .v-application .ma-lg-2{margin:8px!important}.phs-vue-wrap .v-application .ma-lg-3{margin:12px!important}.phs-vue-wrap .v-application .ma-lg-4{margin:16px!important}.phs-vue-wrap .v-application .ma-lg-5{margin:20px!important}.phs-vue-wrap .v-application .ma-lg-6{margin:24px!important}.phs-vue-wrap .v-application .ma-lg-7{margin:28px!important}.phs-vue-wrap .v-application .ma-lg-8{margin:32px!important}.phs-vue-wrap .v-application .ma-lg-9{margin:36px!important}.phs-vue-wrap .v-application .ma-lg-10{margin:40px!important}.phs-vue-wrap .v-application .ma-lg-11{margin:44px!important}.phs-vue-wrap .v-application .ma-lg-12{margin:48px!important}.phs-vue-wrap .v-application .ma-lg-13{margin:52px!important}.phs-vue-wrap .v-application .ma-lg-14{margin:56px!important}.phs-vue-wrap .v-application .ma-lg-15{margin:60px!important}.phs-vue-wrap .v-application .ma-lg-16{margin:64px!important}.phs-vue-wrap .v-application .ma-lg-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-lg-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-lg-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-lg-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-lg-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-lg-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-lg-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-lg-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-lg-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-lg-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-lg-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-lg-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-lg-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-lg-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-lg-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-lg-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-lg-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-lg-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-lg-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-lg-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-lg-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-lg-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-lg-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-lg-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-lg-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-lg-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-lg-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-lg-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-lg-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-lg-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-lg-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-lg-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-lg-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-lg-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-lg-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-lg-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-lg-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-lg-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-lg-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-lg-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-lg-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-lg-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-lg-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-lg-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-lg-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-lg-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-lg-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-lg-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-lg-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-lg-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-lg-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-lg-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-lg-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-lg-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-lg-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-lg-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-lg-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-lg-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-lg-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-lg-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-lg-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-lg-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-lg-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-lg-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-lg-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-lg-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-lg-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-lg-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-lg-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-lg-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-lg-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-lg-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-lg-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-lg-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-lg-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-lg-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-lg-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-lg-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-lg-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-lg-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-lg-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-lg-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-lg-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-lg-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-lg-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-lg-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-lg-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-lg-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-lg-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-lg-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-lg-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-lg-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-lg-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-lg-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-lg-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-lg-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-lg-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-lg-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-lg-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-lg-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-lg-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-lg-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-lg-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-lg-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-lg-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-lg-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-lg-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-lg-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-lg-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-lg-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-lg-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-lg-0{padding:0!important}.phs-vue-wrap .v-application .pa-lg-1{padding:4px!important}.phs-vue-wrap .v-application .pa-lg-2{padding:8px!important}.phs-vue-wrap .v-application .pa-lg-3{padding:12px!important}.phs-vue-wrap .v-application .pa-lg-4{padding:16px!important}.phs-vue-wrap .v-application .pa-lg-5{padding:20px!important}.phs-vue-wrap .v-application .pa-lg-6{padding:24px!important}.phs-vue-wrap .v-application .pa-lg-7{padding:28px!important}.phs-vue-wrap .v-application .pa-lg-8{padding:32px!important}.phs-vue-wrap .v-application .pa-lg-9{padding:36px!important}.phs-vue-wrap .v-application .pa-lg-10{padding:40px!important}.phs-vue-wrap .v-application .pa-lg-11{padding:44px!important}.phs-vue-wrap .v-application .pa-lg-12{padding:48px!important}.phs-vue-wrap .v-application .pa-lg-13{padding:52px!important}.phs-vue-wrap .v-application .pa-lg-14{padding:56px!important}.phs-vue-wrap .v-application .pa-lg-15{padding:60px!important}.phs-vue-wrap .v-application .pa-lg-16{padding:64px!important}.phs-vue-wrap .v-application .px-lg-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-lg-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-lg-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-lg-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-lg-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-lg-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-lg-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-lg-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-lg-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-lg-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-lg-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-lg-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-lg-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-lg-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-lg-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-lg-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-lg-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-lg-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-lg-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-lg-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-lg-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-lg-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-lg-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-lg-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-lg-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-lg-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-lg-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-lg-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-lg-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-lg-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-lg-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-lg-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-lg-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-lg-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-lg-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-lg-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-lg-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-lg-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-lg-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-lg-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-lg-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-lg-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-lg-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-lg-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-lg-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-lg-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-lg-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-lg-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-lg-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-lg-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-lg-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-lg-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-lg-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-lg-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-lg-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-lg-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-lg-left{text-align:left!important}.phs-vue-wrap .v-application .text-lg-right{text-align:right!important}.phs-vue-wrap .v-application .text-lg-center{text-align:center!important}.phs-vue-wrap .v-application .text-lg-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-lg-start{text-align:start!important}.phs-vue-wrap .v-application .text-lg-end{text-align:end!important}.phs-vue-wrap .v-application .text-lg-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .text-lg-h1,.phs-vue-wrap .v-application .text-lg-h2{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .text-lg-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-lg-h3,.phs-vue-wrap .v-application .text-lg-h4{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .text-lg-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-lg-h5,.phs-vue-wrap .v-application .text-lg-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.phs-vue-wrap .v-application .text-lg-body-2,.phs-vue-wrap .v-application .text-lg-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-lg-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.phs-vue-wrap .v-application .text-lg-caption,.phs-vue-wrap .v-application .text-lg-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-lg-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media (min-width:1904px){.phs-vue-wrap .v-application .d-xl-none{display:none!important}.phs-vue-wrap .v-application .d-xl-inline{display:inline!important}.phs-vue-wrap .v-application .d-xl-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-xl-block{display:block!important}.phs-vue-wrap .v-application .d-xl-table{display:table!important}.phs-vue-wrap .v-application .d-xl-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-xl-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-xl-flex{display:flex!important}.phs-vue-wrap .v-application .d-xl-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-xl-none{float:none!important}.phs-vue-wrap .v-application .float-xl-left{float:left!important}.phs-vue-wrap .v-application .float-xl-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-xl-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-xl-end,.phs-vue-wrap .v-application--is-rtl .float-xl-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-xl-start{float:left!important}.phs-vue-wrap .v-application .flex-xl-fill{flex:1 1 auto!important}.phs-vue-wrap .v-application .flex-xl-row{flex-direction:row!important}.phs-vue-wrap .v-application .flex-xl-column{flex-direction:column!important}.phs-vue-wrap .v-application .flex-xl-row-reverse{flex-direction:row-reverse!important}.phs-vue-wrap .v-application .flex-xl-column-reverse{flex-direction:column-reverse!important}.phs-vue-wrap .v-application .flex-xl-grow-0{flex-grow:0!important}.phs-vue-wrap .v-application .flex-xl-grow-1{flex-grow:1!important}.phs-vue-wrap .v-application .flex-xl-shrink-0{flex-shrink:0!important}.phs-vue-wrap .v-application .flex-xl-shrink-1{flex-shrink:1!important}.phs-vue-wrap .v-application .flex-xl-wrap{flex-wrap:wrap!important}.phs-vue-wrap .v-application .flex-xl-nowrap{flex-wrap:nowrap!important}.phs-vue-wrap .v-application .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.phs-vue-wrap .v-application .justify-xl-start{justify-content:flex-start!important}.phs-vue-wrap .v-application .justify-xl-end{justify-content:flex-end!important}.phs-vue-wrap .v-application .justify-xl-center{justify-content:center!important}.phs-vue-wrap .v-application .justify-xl-space-between{justify-content:space-between!important}.phs-vue-wrap .v-application .justify-xl-space-around{justify-content:space-around!important}.phs-vue-wrap .v-application .align-xl-start{align-items:flex-start!important}.phs-vue-wrap .v-application .align-xl-end{align-items:flex-end!important}.phs-vue-wrap .v-application .align-xl-center{align-items:center!important}.phs-vue-wrap .v-application .align-xl-baseline{align-items:baseline!important}.phs-vue-wrap .v-application .align-xl-stretch{align-items:stretch!important}.phs-vue-wrap .v-application .align-content-xl-start{align-content:flex-start!important}.phs-vue-wrap .v-application .align-content-xl-end{align-content:flex-end!important}.phs-vue-wrap .v-application .align-content-xl-center{align-content:center!important}.phs-vue-wrap .v-application .align-content-xl-space-between{align-content:space-between!important}.phs-vue-wrap .v-application .align-content-xl-space-around{align-content:space-around!important}.phs-vue-wrap .v-application .align-content-xl-stretch{align-content:stretch!important}.phs-vue-wrap .v-application .align-self-xl-auto{align-self:auto!important}.phs-vue-wrap .v-application .align-self-xl-start{align-self:flex-start!important}.phs-vue-wrap .v-application .align-self-xl-end{align-self:flex-end!important}.phs-vue-wrap .v-application .align-self-xl-center{align-self:center!important}.phs-vue-wrap .v-application .align-self-xl-baseline{align-self:baseline!important}.phs-vue-wrap .v-application .align-self-xl-stretch{align-self:stretch!important}.phs-vue-wrap .v-application .order-xl-first{order:-1!important}.phs-vue-wrap .v-application .order-xl-0{order:0!important}.phs-vue-wrap .v-application .order-xl-1{order:1!important}.phs-vue-wrap .v-application .order-xl-2{order:2!important}.phs-vue-wrap .v-application .order-xl-3{order:3!important}.phs-vue-wrap .v-application .order-xl-4{order:4!important}.phs-vue-wrap .v-application .order-xl-5{order:5!important}.phs-vue-wrap .v-application .order-xl-6{order:6!important}.phs-vue-wrap .v-application .order-xl-7{order:7!important}.phs-vue-wrap .v-application .order-xl-8{order:8!important}.phs-vue-wrap .v-application .order-xl-9{order:9!important}.phs-vue-wrap .v-application .order-xl-10{order:10!important}.phs-vue-wrap .v-application .order-xl-11{order:11!important}.phs-vue-wrap .v-application .order-xl-12{order:12!important}.phs-vue-wrap .v-application .order-xl-last{order:13!important}.phs-vue-wrap .v-application .ma-xl-0{margin:0!important}.phs-vue-wrap .v-application .ma-xl-1{margin:4px!important}.phs-vue-wrap .v-application .ma-xl-2{margin:8px!important}.phs-vue-wrap .v-application .ma-xl-3{margin:12px!important}.phs-vue-wrap .v-application .ma-xl-4{margin:16px!important}.phs-vue-wrap .v-application .ma-xl-5{margin:20px!important}.phs-vue-wrap .v-application .ma-xl-6{margin:24px!important}.phs-vue-wrap .v-application .ma-xl-7{margin:28px!important}.phs-vue-wrap .v-application .ma-xl-8{margin:32px!important}.phs-vue-wrap .v-application .ma-xl-9{margin:36px!important}.phs-vue-wrap .v-application .ma-xl-10{margin:40px!important}.phs-vue-wrap .v-application .ma-xl-11{margin:44px!important}.phs-vue-wrap .v-application .ma-xl-12{margin:48px!important}.phs-vue-wrap .v-application .ma-xl-13{margin:52px!important}.phs-vue-wrap .v-application .ma-xl-14{margin:56px!important}.phs-vue-wrap .v-application .ma-xl-15{margin:60px!important}.phs-vue-wrap .v-application .ma-xl-16{margin:64px!important}.phs-vue-wrap .v-application .ma-xl-auto{margin:auto!important}.phs-vue-wrap .v-application .mx-xl-0{margin-right:0!important;margin-left:0!important}.phs-vue-wrap .v-application .mx-xl-1{margin-right:4px!important;margin-left:4px!important}.phs-vue-wrap .v-application .mx-xl-2{margin-right:8px!important;margin-left:8px!important}.phs-vue-wrap .v-application .mx-xl-3{margin-right:12px!important;margin-left:12px!important}.phs-vue-wrap .v-application .mx-xl-4{margin-right:16px!important;margin-left:16px!important}.phs-vue-wrap .v-application .mx-xl-5{margin-right:20px!important;margin-left:20px!important}.phs-vue-wrap .v-application .mx-xl-6{margin-right:24px!important;margin-left:24px!important}.phs-vue-wrap .v-application .mx-xl-7{margin-right:28px!important;margin-left:28px!important}.phs-vue-wrap .v-application .mx-xl-8{margin-right:32px!important;margin-left:32px!important}.phs-vue-wrap .v-application .mx-xl-9{margin-right:36px!important;margin-left:36px!important}.phs-vue-wrap .v-application .mx-xl-10{margin-right:40px!important;margin-left:40px!important}.phs-vue-wrap .v-application .mx-xl-11{margin-right:44px!important;margin-left:44px!important}.phs-vue-wrap .v-application .mx-xl-12{margin-right:48px!important;margin-left:48px!important}.phs-vue-wrap .v-application .mx-xl-13{margin-right:52px!important;margin-left:52px!important}.phs-vue-wrap .v-application .mx-xl-14{margin-right:56px!important;margin-left:56px!important}.phs-vue-wrap .v-application .mx-xl-15{margin-right:60px!important;margin-left:60px!important}.phs-vue-wrap .v-application .mx-xl-16{margin-right:64px!important;margin-left:64px!important}.phs-vue-wrap .v-application .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.phs-vue-wrap .v-application .my-xl-0{margin-top:0!important;margin-bottom:0!important}.phs-vue-wrap .v-application .my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.phs-vue-wrap .v-application .my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.phs-vue-wrap .v-application .my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.phs-vue-wrap .v-application .my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.phs-vue-wrap .v-application .my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.phs-vue-wrap .v-application .my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.phs-vue-wrap .v-application .my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.phs-vue-wrap .v-application .my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.phs-vue-wrap .v-application .my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.phs-vue-wrap .v-application .my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.phs-vue-wrap .v-application .my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.phs-vue-wrap .v-application .my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.phs-vue-wrap .v-application .my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.phs-vue-wrap .v-application .my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.phs-vue-wrap .v-application .my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.phs-vue-wrap .v-application .my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.phs-vue-wrap .v-application .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.phs-vue-wrap .v-application .mt-xl-0{margin-top:0!important}.phs-vue-wrap .v-application .mt-xl-1{margin-top:4px!important}.phs-vue-wrap .v-application .mt-xl-2{margin-top:8px!important}.phs-vue-wrap .v-application .mt-xl-3{margin-top:12px!important}.phs-vue-wrap .v-application .mt-xl-4{margin-top:16px!important}.phs-vue-wrap .v-application .mt-xl-5{margin-top:20px!important}.phs-vue-wrap .v-application .mt-xl-6{margin-top:24px!important}.phs-vue-wrap .v-application .mt-xl-7{margin-top:28px!important}.phs-vue-wrap .v-application .mt-xl-8{margin-top:32px!important}.phs-vue-wrap .v-application .mt-xl-9{margin-top:36px!important}.phs-vue-wrap .v-application .mt-xl-10{margin-top:40px!important}.phs-vue-wrap .v-application .mt-xl-11{margin-top:44px!important}.phs-vue-wrap .v-application .mt-xl-12{margin-top:48px!important}.phs-vue-wrap .v-application .mt-xl-13{margin-top:52px!important}.phs-vue-wrap .v-application .mt-xl-14{margin-top:56px!important}.phs-vue-wrap .v-application .mt-xl-15{margin-top:60px!important}.phs-vue-wrap .v-application .mt-xl-16{margin-top:64px!important}.phs-vue-wrap .v-application .mt-xl-auto{margin-top:auto!important}.phs-vue-wrap .v-application .mr-xl-0{margin-right:0!important}.phs-vue-wrap .v-application .mr-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application .mr-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application .mr-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application .mr-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application .mr-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application .mr-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application .mr-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application .mr-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application .mr-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application .mr-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application .mr-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application .mr-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application .mr-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application .mr-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application .mr-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application .mr-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application .mr-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application .mb-xl-0{margin-bottom:0!important}.phs-vue-wrap .v-application .mb-xl-1{margin-bottom:4px!important}.phs-vue-wrap .v-application .mb-xl-2{margin-bottom:8px!important}.phs-vue-wrap .v-application .mb-xl-3{margin-bottom:12px!important}.phs-vue-wrap .v-application .mb-xl-4{margin-bottom:16px!important}.phs-vue-wrap .v-application .mb-xl-5{margin-bottom:20px!important}.phs-vue-wrap .v-application .mb-xl-6{margin-bottom:24px!important}.phs-vue-wrap .v-application .mb-xl-7{margin-bottom:28px!important}.phs-vue-wrap .v-application .mb-xl-8{margin-bottom:32px!important}.phs-vue-wrap .v-application .mb-xl-9{margin-bottom:36px!important}.phs-vue-wrap .v-application .mb-xl-10{margin-bottom:40px!important}.phs-vue-wrap .v-application .mb-xl-11{margin-bottom:44px!important}.phs-vue-wrap .v-application .mb-xl-12{margin-bottom:48px!important}.phs-vue-wrap .v-application .mb-xl-13{margin-bottom:52px!important}.phs-vue-wrap .v-application .mb-xl-14{margin-bottom:56px!important}.phs-vue-wrap .v-application .mb-xl-15{margin-bottom:60px!important}.phs-vue-wrap .v-application .mb-xl-16{margin-bottom:64px!important}.phs-vue-wrap .v-application .mb-xl-auto{margin-bottom:auto!important}.phs-vue-wrap .v-application .ml-xl-0{margin-left:0!important}.phs-vue-wrap .v-application .ml-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application .ml-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application .ml-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application .ml-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application .ml-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application .ml-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application .ml-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application .ml-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application .ml-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application .ml-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application .ml-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application .ml-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application .ml-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application .ml-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application .ml-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application .ml-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application .ml-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-0{margin-left:0!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-0{margin-right:0!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-ltr .me-xl-0{margin-right:0!important}.phs-vue-wrap .v-application--is-rtl .me-xl-0{margin-left:0!important}.phs-vue-wrap .v-application--is-ltr .me-xl-1{margin-right:4px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-1{margin-left:4px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-2{margin-right:8px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-2{margin-left:8px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-3{margin-right:12px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-3{margin-left:12px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-4{margin-right:16px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-4{margin-left:16px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-5{margin-right:20px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-5{margin-left:20px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-6{margin-right:24px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-6{margin-left:24px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-7{margin-right:28px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-7{margin-left:28px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-8{margin-right:32px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-8{margin-left:32px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-9{margin-right:36px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-9{margin-left:36px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-10{margin-right:40px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-10{margin-left:40px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-11{margin-right:44px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-11{margin-left:44px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-12{margin-right:48px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-12{margin-left:48px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-13{margin-right:52px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-13{margin-left:52px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-14{margin-right:56px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-14{margin-left:56px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-15{margin-right:60px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-15{margin-left:60px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-16{margin-right:64px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-16{margin-left:64px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-auto{margin-right:auto!important}.phs-vue-wrap .v-application--is-rtl .me-xl-auto{margin-left:auto!important}.phs-vue-wrap .v-application .ma-xl-n1{margin:-4px!important}.phs-vue-wrap .v-application .ma-xl-n2{margin:-8px!important}.phs-vue-wrap .v-application .ma-xl-n3{margin:-12px!important}.phs-vue-wrap .v-application .ma-xl-n4{margin:-16px!important}.phs-vue-wrap .v-application .ma-xl-n5{margin:-20px!important}.phs-vue-wrap .v-application .ma-xl-n6{margin:-24px!important}.phs-vue-wrap .v-application .ma-xl-n7{margin:-28px!important}.phs-vue-wrap .v-application .ma-xl-n8{margin:-32px!important}.phs-vue-wrap .v-application .ma-xl-n9{margin:-36px!important}.phs-vue-wrap .v-application .ma-xl-n10{margin:-40px!important}.phs-vue-wrap .v-application .ma-xl-n11{margin:-44px!important}.phs-vue-wrap .v-application .ma-xl-n12{margin:-48px!important}.phs-vue-wrap .v-application .ma-xl-n13{margin:-52px!important}.phs-vue-wrap .v-application .ma-xl-n14{margin:-56px!important}.phs-vue-wrap .v-application .ma-xl-n15{margin:-60px!important}.phs-vue-wrap .v-application .ma-xl-n16{margin:-64px!important}.phs-vue-wrap .v-application .mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.phs-vue-wrap .v-application .mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.phs-vue-wrap .v-application .mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.phs-vue-wrap .v-application .mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.phs-vue-wrap .v-application .mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.phs-vue-wrap .v-application .mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.phs-vue-wrap .v-application .mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.phs-vue-wrap .v-application .mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.phs-vue-wrap .v-application .mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.phs-vue-wrap .v-application .mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.phs-vue-wrap .v-application .mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.phs-vue-wrap .v-application .mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.phs-vue-wrap .v-application .mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.phs-vue-wrap .v-application .mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.phs-vue-wrap .v-application .mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.phs-vue-wrap .v-application .mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.phs-vue-wrap .v-application .my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.phs-vue-wrap .v-application .my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.phs-vue-wrap .v-application .my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.phs-vue-wrap .v-application .my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.phs-vue-wrap .v-application .my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.phs-vue-wrap .v-application .my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.phs-vue-wrap .v-application .my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.phs-vue-wrap .v-application .my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.phs-vue-wrap .v-application .my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.phs-vue-wrap .v-application .my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.phs-vue-wrap .v-application .my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.phs-vue-wrap .v-application .my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.phs-vue-wrap .v-application .my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.phs-vue-wrap .v-application .my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.phs-vue-wrap .v-application .my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.phs-vue-wrap .v-application .my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.phs-vue-wrap .v-application .mt-xl-n1{margin-top:-4px!important}.phs-vue-wrap .v-application .mt-xl-n2{margin-top:-8px!important}.phs-vue-wrap .v-application .mt-xl-n3{margin-top:-12px!important}.phs-vue-wrap .v-application .mt-xl-n4{margin-top:-16px!important}.phs-vue-wrap .v-application .mt-xl-n5{margin-top:-20px!important}.phs-vue-wrap .v-application .mt-xl-n6{margin-top:-24px!important}.phs-vue-wrap .v-application .mt-xl-n7{margin-top:-28px!important}.phs-vue-wrap .v-application .mt-xl-n8{margin-top:-32px!important}.phs-vue-wrap .v-application .mt-xl-n9{margin-top:-36px!important}.phs-vue-wrap .v-application .mt-xl-n10{margin-top:-40px!important}.phs-vue-wrap .v-application .mt-xl-n11{margin-top:-44px!important}.phs-vue-wrap .v-application .mt-xl-n12{margin-top:-48px!important}.phs-vue-wrap .v-application .mt-xl-n13{margin-top:-52px!important}.phs-vue-wrap .v-application .mt-xl-n14{margin-top:-56px!important}.phs-vue-wrap .v-application .mt-xl-n15{margin-top:-60px!important}.phs-vue-wrap .v-application .mt-xl-n16{margin-top:-64px!important}.phs-vue-wrap .v-application .mr-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application .mr-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application .mr-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application .mr-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application .mr-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application .mr-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application .mr-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application .mr-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application .mr-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application .mr-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application .mr-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application .mr-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application .mr-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application .mr-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application .mr-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application .mr-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application .mb-xl-n1{margin-bottom:-4px!important}.phs-vue-wrap .v-application .mb-xl-n2{margin-bottom:-8px!important}.phs-vue-wrap .v-application .mb-xl-n3{margin-bottom:-12px!important}.phs-vue-wrap .v-application .mb-xl-n4{margin-bottom:-16px!important}.phs-vue-wrap .v-application .mb-xl-n5{margin-bottom:-20px!important}.phs-vue-wrap .v-application .mb-xl-n6{margin-bottom:-24px!important}.phs-vue-wrap .v-application .mb-xl-n7{margin-bottom:-28px!important}.phs-vue-wrap .v-application .mb-xl-n8{margin-bottom:-32px!important}.phs-vue-wrap .v-application .mb-xl-n9{margin-bottom:-36px!important}.phs-vue-wrap .v-application .mb-xl-n10{margin-bottom:-40px!important}.phs-vue-wrap .v-application .mb-xl-n11{margin-bottom:-44px!important}.phs-vue-wrap .v-application .mb-xl-n12{margin-bottom:-48px!important}.phs-vue-wrap .v-application .mb-xl-n13{margin-bottom:-52px!important}.phs-vue-wrap .v-application .mb-xl-n14{margin-bottom:-56px!important}.phs-vue-wrap .v-application .mb-xl-n15{margin-bottom:-60px!important}.phs-vue-wrap .v-application .mb-xl-n16{margin-bottom:-64px!important}.phs-vue-wrap .v-application .ml-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application .ml-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application .ml-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application .ml-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application .ml-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application .ml-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application .ml-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application .ml-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application .ml-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application .ml-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application .ml-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application .ml-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application .ml-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application .ml-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application .ml-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application .ml-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-ltr .ms-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application--is-rtl .ms-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n1{margin-right:-4px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n1{margin-left:-4px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n2{margin-right:-8px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n2{margin-left:-8px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n3{margin-right:-12px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n3{margin-left:-12px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n4{margin-right:-16px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n4{margin-left:-16px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n5{margin-right:-20px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n5{margin-left:-20px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n6{margin-right:-24px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n6{margin-left:-24px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n7{margin-right:-28px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n7{margin-left:-28px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n8{margin-right:-32px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n8{margin-left:-32px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n9{margin-right:-36px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n9{margin-left:-36px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n10{margin-right:-40px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n10{margin-left:-40px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n11{margin-right:-44px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n11{margin-left:-44px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n12{margin-right:-48px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n12{margin-left:-48px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n13{margin-right:-52px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n13{margin-left:-52px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n14{margin-right:-56px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n14{margin-left:-56px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n15{margin-right:-60px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n15{margin-left:-60px!important}.phs-vue-wrap .v-application--is-ltr .me-xl-n16{margin-right:-64px!important}.phs-vue-wrap .v-application--is-rtl .me-xl-n16{margin-left:-64px!important}.phs-vue-wrap .v-application .pa-xl-0{padding:0!important}.phs-vue-wrap .v-application .pa-xl-1{padding:4px!important}.phs-vue-wrap .v-application .pa-xl-2{padding:8px!important}.phs-vue-wrap .v-application .pa-xl-3{padding:12px!important}.phs-vue-wrap .v-application .pa-xl-4{padding:16px!important}.phs-vue-wrap .v-application .pa-xl-5{padding:20px!important}.phs-vue-wrap .v-application .pa-xl-6{padding:24px!important}.phs-vue-wrap .v-application .pa-xl-7{padding:28px!important}.phs-vue-wrap .v-application .pa-xl-8{padding:32px!important}.phs-vue-wrap .v-application .pa-xl-9{padding:36px!important}.phs-vue-wrap .v-application .pa-xl-10{padding:40px!important}.phs-vue-wrap .v-application .pa-xl-11{padding:44px!important}.phs-vue-wrap .v-application .pa-xl-12{padding:48px!important}.phs-vue-wrap .v-application .pa-xl-13{padding:52px!important}.phs-vue-wrap .v-application .pa-xl-14{padding:56px!important}.phs-vue-wrap .v-application .pa-xl-15{padding:60px!important}.phs-vue-wrap .v-application .pa-xl-16{padding:64px!important}.phs-vue-wrap .v-application .px-xl-0{padding-right:0!important;padding-left:0!important}.phs-vue-wrap .v-application .px-xl-1{padding-right:4px!important;padding-left:4px!important}.phs-vue-wrap .v-application .px-xl-2{padding-right:8px!important;padding-left:8px!important}.phs-vue-wrap .v-application .px-xl-3{padding-right:12px!important;padding-left:12px!important}.phs-vue-wrap .v-application .px-xl-4{padding-right:16px!important;padding-left:16px!important}.phs-vue-wrap .v-application .px-xl-5{padding-right:20px!important;padding-left:20px!important}.phs-vue-wrap .v-application .px-xl-6{padding-right:24px!important;padding-left:24px!important}.phs-vue-wrap .v-application .px-xl-7{padding-right:28px!important;padding-left:28px!important}.phs-vue-wrap .v-application .px-xl-8{padding-right:32px!important;padding-left:32px!important}.phs-vue-wrap .v-application .px-xl-9{padding-right:36px!important;padding-left:36px!important}.phs-vue-wrap .v-application .px-xl-10{padding-right:40px!important;padding-left:40px!important}.phs-vue-wrap .v-application .px-xl-11{padding-right:44px!important;padding-left:44px!important}.phs-vue-wrap .v-application .px-xl-12{padding-right:48px!important;padding-left:48px!important}.phs-vue-wrap .v-application .px-xl-13{padding-right:52px!important;padding-left:52px!important}.phs-vue-wrap .v-application .px-xl-14{padding-right:56px!important;padding-left:56px!important}.phs-vue-wrap .v-application .px-xl-15{padding-right:60px!important;padding-left:60px!important}.phs-vue-wrap .v-application .px-xl-16{padding-right:64px!important;padding-left:64px!important}.phs-vue-wrap .v-application .py-xl-0{padding-top:0!important;padding-bottom:0!important}.phs-vue-wrap .v-application .py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.phs-vue-wrap .v-application .py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.phs-vue-wrap .v-application .py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.phs-vue-wrap .v-application .py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.phs-vue-wrap .v-application .py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.phs-vue-wrap .v-application .py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.phs-vue-wrap .v-application .py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.phs-vue-wrap .v-application .py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.phs-vue-wrap .v-application .py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.phs-vue-wrap .v-application .py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.phs-vue-wrap .v-application .py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.phs-vue-wrap .v-application .py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.phs-vue-wrap .v-application .py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.phs-vue-wrap .v-application .py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.phs-vue-wrap .v-application .py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.phs-vue-wrap .v-application .py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.phs-vue-wrap .v-application .pt-xl-0{padding-top:0!important}.phs-vue-wrap .v-application .pt-xl-1{padding-top:4px!important}.phs-vue-wrap .v-application .pt-xl-2{padding-top:8px!important}.phs-vue-wrap .v-application .pt-xl-3{padding-top:12px!important}.phs-vue-wrap .v-application .pt-xl-4{padding-top:16px!important}.phs-vue-wrap .v-application .pt-xl-5{padding-top:20px!important}.phs-vue-wrap .v-application .pt-xl-6{padding-top:24px!important}.phs-vue-wrap .v-application .pt-xl-7{padding-top:28px!important}.phs-vue-wrap .v-application .pt-xl-8{padding-top:32px!important}.phs-vue-wrap .v-application .pt-xl-9{padding-top:36px!important}.phs-vue-wrap .v-application .pt-xl-10{padding-top:40px!important}.phs-vue-wrap .v-application .pt-xl-11{padding-top:44px!important}.phs-vue-wrap .v-application .pt-xl-12{padding-top:48px!important}.phs-vue-wrap .v-application .pt-xl-13{padding-top:52px!important}.phs-vue-wrap .v-application .pt-xl-14{padding-top:56px!important}.phs-vue-wrap .v-application .pt-xl-15{padding-top:60px!important}.phs-vue-wrap .v-application .pt-xl-16{padding-top:64px!important}.phs-vue-wrap .v-application .pr-xl-0{padding-right:0!important}.phs-vue-wrap .v-application .pr-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application .pr-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application .pr-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application .pr-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application .pr-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application .pr-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application .pr-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application .pr-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application .pr-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application .pr-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application .pr-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application .pr-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application .pr-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application .pr-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application .pr-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application .pr-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application .pb-xl-0{padding-bottom:0!important}.phs-vue-wrap .v-application .pb-xl-1{padding-bottom:4px!important}.phs-vue-wrap .v-application .pb-xl-2{padding-bottom:8px!important}.phs-vue-wrap .v-application .pb-xl-3{padding-bottom:12px!important}.phs-vue-wrap .v-application .pb-xl-4{padding-bottom:16px!important}.phs-vue-wrap .v-application .pb-xl-5{padding-bottom:20px!important}.phs-vue-wrap .v-application .pb-xl-6{padding-bottom:24px!important}.phs-vue-wrap .v-application .pb-xl-7{padding-bottom:28px!important}.phs-vue-wrap .v-application .pb-xl-8{padding-bottom:32px!important}.phs-vue-wrap .v-application .pb-xl-9{padding-bottom:36px!important}.phs-vue-wrap .v-application .pb-xl-10{padding-bottom:40px!important}.phs-vue-wrap .v-application .pb-xl-11{padding-bottom:44px!important}.phs-vue-wrap .v-application .pb-xl-12{padding-bottom:48px!important}.phs-vue-wrap .v-application .pb-xl-13{padding-bottom:52px!important}.phs-vue-wrap .v-application .pb-xl-14{padding-bottom:56px!important}.phs-vue-wrap .v-application .pb-xl-15{padding-bottom:60px!important}.phs-vue-wrap .v-application .pb-xl-16{padding-bottom:64px!important}.phs-vue-wrap .v-application .pl-xl-0{padding-left:0!important}.phs-vue-wrap .v-application .pl-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application .pl-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application .pl-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application .pl-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application .pl-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application .pl-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application .pl-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application .pl-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application .pl-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application .pl-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application .pl-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application .pl-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application .pl-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application .pl-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application .pl-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application .pl-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-0{padding-left:0!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-0{padding-right:0!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-ltr .ps-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application--is-rtl .ps-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-0{padding-right:0!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-0{padding-left:0!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-1{padding-right:4px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-1{padding-left:4px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-2{padding-right:8px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-2{padding-left:8px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-3{padding-right:12px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-3{padding-left:12px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-4{padding-right:16px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-4{padding-left:16px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-5{padding-right:20px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-5{padding-left:20px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-6{padding-right:24px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-6{padding-left:24px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-7{padding-right:28px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-7{padding-left:28px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-8{padding-right:32px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-8{padding-left:32px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-9{padding-right:36px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-9{padding-left:36px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-10{padding-right:40px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-10{padding-left:40px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-11{padding-right:44px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-11{padding-left:44px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-12{padding-right:48px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-12{padding-left:48px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-13{padding-right:52px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-13{padding-left:52px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-14{padding-right:56px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-14{padding-left:56px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-15{padding-right:60px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-15{padding-left:60px!important}.phs-vue-wrap .v-application--is-ltr .pe-xl-16{padding-right:64px!important}.phs-vue-wrap .v-application--is-rtl .pe-xl-16{padding-left:64px!important}.phs-vue-wrap .v-application .text-xl-left{text-align:left!important}.phs-vue-wrap .v-application .text-xl-right{text-align:right!important}.phs-vue-wrap .v-application .text-xl-center{text-align:center!important}.phs-vue-wrap .v-application .text-xl-justify{text-align:justify!important}.phs-vue-wrap .v-application .text-xl-start{text-align:start!important}.phs-vue-wrap .v-application .text-xl-end{text-align:end!important}.phs-vue-wrap .v-application .text-xl-h1{font-size:6rem!important;line-height:6rem;letter-spacing:-.015625em!important}.phs-vue-wrap .v-application .text-xl-h1,.phs-vue-wrap .v-application .text-xl-h2{font-weight:300;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h2{font-size:3.75rem!important;line-height:3.75rem;letter-spacing:-.0083333333em!important}.phs-vue-wrap .v-application .text-xl-h3{font-size:3rem!important;line-height:3.125rem;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-xl-h3,.phs-vue-wrap .v-application .text-xl-h4{font-weight:400;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h4{font-size:2.125rem!important;line-height:2.5rem;letter-spacing:.0073529412em!important}.phs-vue-wrap .v-application .text-xl-h5{font-size:1.5rem!important;font-weight:400;letter-spacing:normal!important}.phs-vue-wrap .v-application .text-xl-h5,.phs-vue-wrap .v-application .text-xl-h6{line-height:2rem;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-h6{font-size:1.25rem!important;font-weight:500;letter-spacing:.0125em!important}.phs-vue-wrap .v-application .text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.03125em!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-body-2{font-weight:400;line-height:1.25rem;letter-spacing:.0178571429em!important}.phs-vue-wrap .v-application .text-xl-body-2,.phs-vue-wrap .v-application .text-xl-button{font-size:.875rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-button{font-weight:500;line-height:2.25rem;letter-spacing:.0892857143em!important;text-transform:uppercase!important}.phs-vue-wrap .v-application .text-xl-caption{font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important}.phs-vue-wrap .v-application .text-xl-caption,.phs-vue-wrap .v-application .text-xl-overline{font-size:.75rem!important;font-family:Roboto,sans-serif!important}.phs-vue-wrap .v-application .text-xl-overline{font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;text-transform:uppercase!important}}@media print{.phs-vue-wrap .v-application .d-print-none{display:none!important}.phs-vue-wrap .v-application .d-print-inline{display:inline!important}.phs-vue-wrap .v-application .d-print-inline-block{display:inline-block!important}.phs-vue-wrap .v-application .d-print-block{display:block!important}.phs-vue-wrap .v-application .d-print-table{display:table!important}.phs-vue-wrap .v-application .d-print-table-row{display:table-row!important}.phs-vue-wrap .v-application .d-print-table-cell{display:table-cell!important}.phs-vue-wrap .v-application .d-print-flex{display:flex!important}.phs-vue-wrap .v-application .d-print-inline-flex{display:inline-flex!important}.phs-vue-wrap .v-application .float-print-none{float:none!important}.phs-vue-wrap .v-application .float-print-left{float:left!important}.phs-vue-wrap .v-application .float-print-right{float:right!important}.phs-vue-wrap .v-application--is-rtl .float-print-end{float:left!important}.phs-vue-wrap .v-application--is-ltr .float-print-end,.phs-vue-wrap .v-application--is-rtl .float-print-start{float:right!important}.phs-vue-wrap .v-application--is-ltr .float-print-start{float:left!important}}.phs-vue-wrap .theme--light.v-application{background:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-application .text--primary{color:#000000de!important}.phs-vue-wrap .theme--light.v-application .text--secondary{color:#0009!important}.phs-vue-wrap .theme--light.v-application .text--disabled{color:#00000061!important}.phs-vue-wrap .theme--dark.v-application{background:#121212;color:#fff}.phs-vue-wrap .theme--dark.v-application .text--primary{color:#fff!important}.phs-vue-wrap .theme--dark.v-application .text--secondary{color:#ffffffb3!important}.phs-vue-wrap .theme--dark.v-application .text--disabled{color:#ffffff80!important}.phs-vue-wrap .v-application{display:flex;position:relative}.phs-vue-wrap .v-application a{cursor:pointer}.phs-vue-wrap .v-application--is-rtl{direction:rtl}.phs-vue-wrap .v-application--wrap{flex:1 1 auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:column;min-height:100vh;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.phs-vue-wrap .v-application,.phs-vue-wrap .v-application--wrap{display:block}}}.phs-vue-wrap .theme--light.v-app-bar.v-toolbar.v-sheet{background-color:#f5f5f5}.phs-vue-wrap .theme--dark.v-app-bar.v-toolbar.v-sheet{background-color:#272727}.phs-vue-wrap .v-sheet.v-app-bar.v-toolbar{border-radius:0}.phs-vue-wrap .v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-sheet.v-app-bar.v-toolbar.v-sheet--shaped{border-radius:16px 0}.phs-vue-wrap .v-app-bar:not([data-booted=true]){transition:none!important}.phs-vue-wrap .v-app-bar.v-app-bar--fixed{position:fixed;top:0;z-index:5}.phs-vue-wrap .v-app-bar.v-app-bar.v-app-bar--hide-shadow{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f!important}.phs-vue-wrap .v-app-bar--fade-img-on-scroll .v-toolbar__image .v-image__image{transition:opacity .4s cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll .v-toolbar__image{will-change:opacity}.phs-vue-wrap .v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--collapse-on-scroll .v-toolbar__extension{display:none}.phs-vue-wrap .v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled .v-toolbar__title{padding-top:9px}.phs-vue-wrap .v-app-bar.v-toolbar--prominent.v-app-bar--shrink-on-scroll.v-app-bar--is-scrolled:not(.v-app-bar--bottom) .v-toolbar__title{padding-bottom:9px}.phs-vue-wrap .v-app-bar.v-app-bar--shrink-on-scroll .v-toolbar__title{font-size:inherit}.phs-vue-wrap .v-app-bar-title__content,.phs-vue-wrap .v-app-bar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-app-bar-title__content{position:absolute}.phs-vue-wrap .theme--light.v-toolbar.v-sheet{background-color:#fff}.phs-vue-wrap .theme--dark.v-toolbar.v-sheet{background-color:#272727}.phs-vue-wrap .v-sheet.v-toolbar{border-radius:0}.phs-vue-wrap .v-sheet.v-toolbar:not(.v-sheet--outlined){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-sheet.v-toolbar.v-sheet--shaped{border-radius:16px 0}.phs-vue-wrap .v-toolbar{contain:layout;display:block;flex:1 1 auto;max-width:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-toolbar .v-input{padding-top:0;margin-top:0}.phs-vue-wrap .v-toolbar__content,.phs-vue-wrap .v-toolbar__extension{padding:4px 16px}.phs-vue-wrap .v-toolbar__content .v-btn.v-btn--icon.v-size--default,.phs-vue-wrap .v-toolbar__extension .v-btn.v-btn--icon.v-size--default{height:48px;width:48px}.phs-vue-wrap .v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child,.phs-vue-wrap .v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-left:-12px}.phs-vue-wrap .v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child,.phs-vue-wrap .v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child{margin-right:-12px}.phs-vue-wrap .v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.phs-vue-wrap .v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-left:20px}.phs-vue-wrap .v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:first-child+.v-toolbar__title,.phs-vue-wrap .v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:first-child+.v-toolbar__title{padding-right:20px}.phs-vue-wrap .v-application--is-ltr .v-toolbar__content>.v-btn.v-btn--icon:last-child,.phs-vue-wrap .v-application--is-ltr .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-right:-12px}.phs-vue-wrap .v-application--is-rtl .v-toolbar__content>.v-btn.v-btn--icon:last-child,.phs-vue-wrap .v-application--is-rtl .v-toolbar__extension>.v-btn.v-btn--icon:last-child{margin-left:-12px}.phs-vue-wrap .v-toolbar__content>.v-tabs,.phs-vue-wrap .v-toolbar__extension>.v-tabs{height:inherit;margin-top:-4px;margin-bottom:-4px}.phs-vue-wrap .v-toolbar__content>.v-tabs>.v-slide-group.v-tabs-bar,.phs-vue-wrap .v-toolbar__extension>.v-tabs>.v-slide-group.v-tabs-bar{background-color:inherit;height:inherit}.phs-vue-wrap .v-toolbar__content>.v-tabs:first-child,.phs-vue-wrap .v-toolbar__extension>.v-tabs:first-child{margin-left:-16px}.phs-vue-wrap .v-toolbar__content>.v-tabs:last-child,.phs-vue-wrap .v-toolbar__extension>.v-tabs:last-child{margin-right:-16px}.phs-vue-wrap .v-toolbar__content,.phs-vue-wrap .v-toolbar__extension{align-items:center;display:flex;position:relative;z-index:0}.phs-vue-wrap .v-toolbar__image{position:absolute;top:0;bottom:0;width:100%;z-index:0;contain:strict}.phs-vue-wrap .v-toolbar__image,.phs-vue-wrap .v-toolbar__image .v-image{border-radius:inherit}.phs-vue-wrap .v-toolbar__items{display:flex;height:inherit}.phs-vue-wrap .v-toolbar__items>.v-btn{border-radius:0;height:100%!important;max-height:none}.phs-vue-wrap .v-toolbar__title{font-size:1.25rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-toolbar.v-toolbar--absolute{position:absolute;top:0;z-index:1}.phs-vue-wrap .v-toolbar.v-toolbar--bottom{top:auto;bottom:0}.phs-vue-wrap .v-toolbar.v-toolbar--collapse .v-toolbar__title{white-space:nowrap}.phs-vue-wrap .v-toolbar.v-toolbar--collapsed{max-width:112px;overflow:hidden}.phs-vue-wrap .v-application--is-ltr .v-toolbar.v-toolbar--collapsed{border-bottom-right-radius:24px}.phs-vue-wrap .v-application--is-rtl .v-toolbar.v-toolbar--collapsed{border-bottom-left-radius:24px}.phs-vue-wrap .v-toolbar.v-toolbar--collapsed .v-toolbar__extension,.phs-vue-wrap .v-toolbar.v-toolbar--collapsed .v-toolbar__title{display:none}.phs-vue-wrap .v-toolbar--dense .v-toolbar__content,.phs-vue-wrap .v-toolbar--dense .v-toolbar__extension{padding-top:0;padding-bottom:0}.phs-vue-wrap .v-toolbar--flat{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f!important}.phs-vue-wrap .v-toolbar--floating{display:inline-flex}.phs-vue-wrap .v-toolbar--prominent .v-toolbar__content{align-items:flex-start}.phs-vue-wrap .v-toolbar--prominent .v-toolbar__title{font-size:1.5rem;padding-top:6px}.phs-vue-wrap .v-toolbar--prominent:not(.v-toolbar--bottom) .v-toolbar__title{align-self:flex-end;padding-bottom:6px;padding-top:0}.phs-vue-wrap .theme--light.v-sheet{background-color:#fff;border-color:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-sheet--outlined{border:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-sheet{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-sheet--outlined{border:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-sheet{border-radius:0}.phs-vue-wrap .v-sheet:not(.v-sheet--outlined){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-sheet.v-sheet--shaped{border-radius:16px 0}.phs-vue-wrap .theme--light.v-image{color:#000000de}.phs-vue-wrap .theme--dark.v-image{color:#fff}.phs-vue-wrap .v-image{z-index:0}.phs-vue-wrap .v-image__image,.phs-vue-wrap .v-image__placeholder{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.phs-vue-wrap .v-image__image{background-repeat:no-repeat}.phs-vue-wrap .v-image__image--preload{filter:blur(2px)}.phs-vue-wrap .v-image__image--contain{background-size:contain}.phs-vue-wrap .v-image__image--cover{background-size:cover}.phs-vue-wrap .v-responsive{position:relative;overflow:hidden;flex:1 0 auto;max-width:100%;display:flex}.phs-vue-wrap .v-responsive__content{flex:1 0 0px;max-width:100%}.phs-vue-wrap .v-application--is-ltr .v-responsive__sizer~.v-responsive__content{margin-left:-100%}.phs-vue-wrap .v-application--is-rtl .v-responsive__sizer~.v-responsive__content{margin-right:-100%}.phs-vue-wrap .v-responsive__sizer{transition:padding-bottom .2s cubic-bezier(.25,.8,.5,1);flex:1 0 0px}.phs-vue-wrap .v-btn:not(.v-btn--outlined).accent,.phs-vue-wrap .v-btn:not(.v-btn--outlined).error,.phs-vue-wrap .v-btn:not(.v-btn--outlined).info,.phs-vue-wrap .v-btn:not(.v-btn--outlined).primary,.phs-vue-wrap .v-btn:not(.v-btn--outlined).secondary,.phs-vue-wrap .v-btn:not(.v-btn--outlined).success,.phs-vue-wrap .v-btn:not(.v-btn--outlined).warning{color:#fff}.phs-vue-wrap .theme--light.v-btn{color:#000000de}.phs-vue-wrap .theme--light.v-btn.v-btn--disabled,.phs-vue-wrap .theme--light.v-btn.v-btn--disabled .v-btn__loading,.phs-vue-wrap .theme--light.v-btn.v-btn--disabled .v-icon{color:#00000042!important}.phs-vue-wrap .theme--light.v-btn.v-btn--disabled.v-btn--has-bg{background-color:#0000001f!important}.phs-vue-wrap .theme--light.v-btn.v-btn--has-bg{background-color:#f5f5f5}.phs-vue-wrap .theme--light.v-btn.v-btn--outlined.v-btn--text{border-color:#0000001f}.phs-vue-wrap .theme--light.v-btn.v-btn--icon{color:#0000008a}.phs-vue-wrap .theme--light.v-btn:hover:before{opacity:.08}.phs-vue-wrap .theme--light.v-btn:focus:before{opacity:.24}.phs-vue-wrap .theme--light.v-btn--active:before,.phs-vue-wrap .theme--light.v-btn--active:hover:before{opacity:.18}.phs-vue-wrap .theme--light.v-btn--active:focus:before{opacity:.16}.phs-vue-wrap .theme--dark.v-btn{color:#fff}.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled,.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled .v-btn__loading,.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled .v-icon{color:#ffffff4d!important}.phs-vue-wrap .theme--dark.v-btn.v-btn--disabled.v-btn--has-bg{background-color:#ffffff1f!important}.phs-vue-wrap .theme--dark.v-btn.v-btn--has-bg{background-color:#272727}.phs-vue-wrap .theme--dark.v-btn.v-btn--outlined.v-btn--text{border-color:#ffffff1f}.phs-vue-wrap .theme--dark.v-btn.v-btn--icon{color:#fff}.phs-vue-wrap .theme--dark.v-btn:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-btn:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-btn--active:before,.phs-vue-wrap .theme--dark.v-btn--active:hover:before{opacity:.18}.phs-vue-wrap .theme--dark.v-btn--active:focus:before{opacity:.32}.phs-vue-wrap .v-btn{align-items:center;border-radius:4px;display:inline-flex;flex:0 0 auto;font-weight:500;letter-spacing:.0892857143em;justify-content:center;outline:0;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-duration:.28s;transition-property:box-shadow,transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.phs-vue-wrap .v-btn.v-size--x-small{font-size:.625rem}.phs-vue-wrap .v-btn.v-size--small{font-size:.75rem}.phs-vue-wrap .v-btn.v-size--default,.phs-vue-wrap .v-btn.v-size--large{font-size:.875rem}.phs-vue-wrap .v-btn.v-size--x-large{font-size:1rem}.phs-vue-wrap .v-btn:before{background-color:currentColor;border-radius:inherit;bottom:0;color:inherit;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s cubic-bezier(.4,0,.6,1)}.phs-vue-wrap .v-btn:not(.v-btn--round).v-size--x-small{height:20px;min-width:36px;padding:0 8.8888888889px}.phs-vue-wrap .v-btn:not(.v-btn--round).v-size--small{height:28px;min-width:50px;padding:0 12.4444444444px}.phs-vue-wrap .v-btn:not(.v-btn--round).v-size--default{height:36px;min-width:64px;padding:0 16px}.phs-vue-wrap .v-btn:not(.v-btn--round).v-size--large{height:44px;min-width:78px;padding:0 19.5555555556px}.phs-vue-wrap .v-btn:not(.v-btn--round).v-size--x-large{height:52px;min-width:92px;padding:0 23.1111111111px}.phs-vue-wrap .v-btn>.v-btn__content .v-icon{color:inherit}.phs-vue-wrap .v-btn__content{align-items:center;color:inherit;display:flex;flex:1 0 auto;justify-content:inherit;line-height:normal;position:relative;transition:inherit;transition-property:opacity}.phs-vue-wrap .v-btn__content .v-icon.v-icon--left,.phs-vue-wrap .v-btn__content .v-icon.v-icon--right{font-size:18px;height:18px;width:18px}.phs-vue-wrap .v-application--is-ltr .v-btn__content .v-icon--left{margin-left:-4px;margin-right:8px}.phs-vue-wrap .v-application--is-ltr .v-btn__content .v-icon--right,.phs-vue-wrap .v-application--is-rtl .v-btn__content .v-icon--left{margin-left:8px;margin-right:-4px}.phs-vue-wrap .v-application--is-rtl .v-btn__content .v-icon--right{margin-left:-4px;margin-right:8px}.phs-vue-wrap .v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.phs-vue-wrap .v-btn--absolute.v-btn--right,.phs-vue-wrap .v-btn--fixed.v-btn--right{right:16px}.phs-vue-wrap .v-btn--absolute.v-btn--left,.phs-vue-wrap .v-btn--fixed.v-btn--left{left:16px}.phs-vue-wrap .v-btn--absolute.v-btn--top,.phs-vue-wrap .v-btn--fixed.v-btn--top{top:16px}.phs-vue-wrap .v-btn--absolute.v-btn--bottom,.phs-vue-wrap .v-btn--fixed.v-btn--bottom{bottom:16px}.phs-vue-wrap .v-btn--absolute{position:absolute}.phs-vue-wrap .v-btn--fixed{position:fixed}.phs-vue-wrap .v-btn--block{display:flex;flex:1 0 auto;min-width:100%!important;max-width:none}.phs-vue-wrap .v-btn--is-elevated{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-btn--is-elevated:after{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-btn--is-elevated:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap .v-btn--is-elevated.v-btn--fab{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.phs-vue-wrap .v-btn--is-elevated.v-btn--fab:after{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap .v-btn--is-elevated.v-btn--fab:active{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.phs-vue-wrap .v-btn--disabled{pointer-events:none}.phs-vue-wrap .v-btn--fab,.phs-vue-wrap .v-btn--icon{min-height:0;min-width:0;padding:0}.phs-vue-wrap .v-btn--fab.v-size--x-small .v-icon,.phs-vue-wrap .v-btn--icon.v-size--x-small .v-icon{height:18px;font-size:18px;width:18px}.phs-vue-wrap .v-btn--fab.v-size--default .v-icon,.phs-vue-wrap .v-btn--fab.v-size--small .v-icon,.phs-vue-wrap .v-btn--icon.v-size--default .v-icon,.phs-vue-wrap .v-btn--icon.v-size--small .v-icon{height:24px;font-size:24px;width:24px}.phs-vue-wrap .v-btn--fab.v-size--large .v-icon,.phs-vue-wrap .v-btn--icon.v-size--large .v-icon{height:28px;font-size:28px;width:28px}.phs-vue-wrap .v-btn--fab.v-size--x-large .v-icon,.phs-vue-wrap .v-btn--icon.v-size--x-large .v-icon{height:32px;font-size:32px;width:32px}.phs-vue-wrap .v-btn--icon.v-size--x-small{height:20px;width:20px}.phs-vue-wrap .v-btn--icon.v-size--small{height:28px;width:28px}.phs-vue-wrap .v-btn--icon.v-size--default{height:36px;width:36px}.phs-vue-wrap .v-btn--icon.v-size--large{height:44px;width:44px}.phs-vue-wrap .v-btn--icon.v-size--x-large{height:52px;width:52px}.phs-vue-wrap .v-btn--fab.v-btn--absolute,.phs-vue-wrap .v-btn--fab.v-btn--fixed{z-index:4}.phs-vue-wrap .v-btn--fab.v-size--x-small{height:32px;width:32px}.phs-vue-wrap .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom{bottom:-16px}.phs-vue-wrap .v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top{top:-16px}.phs-vue-wrap .v-btn--fab.v-size--small{height:40px;width:40px}.phs-vue-wrap .v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom{bottom:-20px}.phs-vue-wrap .v-btn--fab.v-size--small.v-btn--absolute.v-btn--top{top:-20px}.phs-vue-wrap .v-btn--fab.v-size--default{height:56px;width:56px}.phs-vue-wrap .v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom{bottom:-28px}.phs-vue-wrap .v-btn--fab.v-size--default.v-btn--absolute.v-btn--top{top:-28px}.phs-vue-wrap .v-btn--fab.v-size--large{height:64px;width:64px}.phs-vue-wrap .v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom{bottom:-32px}.phs-vue-wrap .v-btn--fab.v-size--large.v-btn--absolute.v-btn--top{top:-32px}.phs-vue-wrap .v-btn--fab.v-size--x-large{height:72px;width:72px}.phs-vue-wrap .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom{bottom:-36px}.phs-vue-wrap .v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top{top:-36px}.phs-vue-wrap .v-btn--loading{pointer-events:none;transition:none}.phs-vue-wrap .v-btn--loading .v-btn__content{opacity:0}.phs-vue-wrap .v-btn--outlined{border:thin solid}.phs-vue-wrap .v-btn--plain:before{display:none}.phs-vue-wrap .v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content{opacity:.62}.phs-vue-wrap .v-btn--round{border-radius:50%}.phs-vue-wrap .v-btn--rounded{border-radius:28px}.phs-vue-wrap .v-btn--tile{border-radius:0}.phs-vue-wrap .v-ripple__container{border-radius:inherit;width:100%;height:100%;z-index:0;contain:strict}.phs-vue-wrap .v-ripple__animation,.phs-vue-wrap .v-ripple__container{color:inherit;position:absolute;left:0;top:0;overflow:hidden;pointer-events:none}.phs-vue-wrap .v-ripple__animation{border-radius:50%;background:currentColor;opacity:0;will-change:transform,opacity}.phs-vue-wrap .v-ripple__animation--enter{transition:none;opacity:0}.phs-vue-wrap .v-ripple__animation--in{transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1);opacity:.25}.phs-vue-wrap .v-ripple__animation--out{transition:opacity .3s cubic-bezier(.4,0,.2,1);opacity:0}.phs-vue-wrap .v-progress-circular{position:relative;display:inline-flex;vertical-align:middle;justify-content:center;align-items:center}.phs-vue-wrap .v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.phs-vue-wrap .v-progress-circular--indeterminate>svg{-webkit-animation:progress-circular-rotate 1.4s linear infinite;animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.phs-vue-wrap .v-progress-circular--indeterminate .v-progress-circular__overlay{-webkit-animation:progress-circular-dash 1.4s ease-in-out infinite;animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0px}.phs-vue-wrap .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay,.phs-vue-wrap .v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg{-webkit-animation-play-state:paused!important;animation-play-state:paused!important}.phs-vue-wrap .v-progress-circular__info{align-items:center;display:flex;justify-content:center}.phs-vue-wrap .v-progress-circular__underlay{stroke:#9e9e9e66;z-index:1}.phs-vue-wrap .v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .6s ease-in-out}@-webkit-keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@-webkit-keyframes progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes progress-circular-rotate{to{transform:rotate(1turn)}}.phs-vue-wrap .theme--light.v-icon{color:#0000008a}.phs-vue-wrap .theme--light.v-icon:focus:after{opacity:.12}.phs-vue-wrap .theme--light.v-icon.v-icon.v-icon--disabled{color:#00000061!important}.phs-vue-wrap .theme--dark.v-icon{color:#fff}.phs-vue-wrap .theme--dark.v-icon:focus:after{opacity:.24}.phs-vue-wrap .theme--dark.v-icon.v-icon.v-icon--disabled{color:#ffffff80!important}.phs-vue-wrap .v-icon.v-icon{align-items:center;display:inline-flex;font-feature-settings:"liga";font-size:24px;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-icon.v-icon:after{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transform:scale(1.3);width:100%;transition:opacity .2s cubic-bezier(.4,0,.6,1)}.phs-vue-wrap .v-icon.v-icon--dense{font-size:20px}.phs-vue-wrap .v-icon--right{margin-left:8px}.phs-vue-wrap .v-icon--left{margin-right:8px}.phs-vue-wrap .v-icon.v-icon.v-icon--link{cursor:pointer;outline:none}.phs-vue-wrap .v-icon--disabled{pointer-events:none}.phs-vue-wrap .v-icon--dense .v-icon__component,.phs-vue-wrap .v-icon--dense .v-icon__svg{height:20px}.phs-vue-wrap .v-icon__component,.phs-vue-wrap .v-icon__svg{height:24px;width:24px}.phs-vue-wrap .v-icon__svg{fill:currentColor}.phs-vue-wrap .theme--light.v-alert .v-alert--prominent .v-alert__icon:after{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-alert .v-alert--prominent .v-alert__icon:after{background:hsla(0,0%,100%,.12)}.phs-vue-wrap .v-sheet.v-alert{border-radius:4px}.phs-vue-wrap .v-sheet.v-alert:not(.v-sheet--outlined){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-sheet.v-alert.v-sheet--shaped{border-radius:16px 4px}.phs-vue-wrap .v-alert{display:block;font-size:16px;margin-bottom:16px;padding:16px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-alert:not(.v-sheet--tile){border-radius:4px}.phs-vue-wrap .v-application--is-ltr .v-alert>.v-alert__content,.phs-vue-wrap .v-application--is-ltr .v-alert>.v-icon{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-alert>.v-alert__content,.phs-vue-wrap .v-application--is-rtl .v-alert>.v-icon{margin-left:16px}.phs-vue-wrap .v-application--is-ltr .v-alert>.v-icon+.v-alert__content{margin-right:0}.phs-vue-wrap .v-application--is-rtl .v-alert>.v-icon+.v-alert__content{margin-left:0}.phs-vue-wrap .v-application--is-ltr .v-alert>.v-alert__content+.v-icon{margin-right:0}.phs-vue-wrap .v-application--is-rtl .v-alert>.v-alert__content+.v-icon{margin-left:0}.phs-vue-wrap .v-alert__border{border-style:solid;border-width:4px;content:"";position:absolute}.phs-vue-wrap .v-alert__border:not(.v-alert__border--has-color){opacity:.26}.phs-vue-wrap .v-alert__border--left,.phs-vue-wrap .v-alert__border--right{bottom:0;top:0}.phs-vue-wrap .v-alert__border--bottom,.phs-vue-wrap .v-alert__border--top{left:0;right:0}.phs-vue-wrap .v-alert__border--bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0}.phs-vue-wrap .v-application--is-ltr .v-alert__border--left{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.phs-vue-wrap .v-application--is-ltr .v-alert__border--right,.phs-vue-wrap .v-application--is-rtl .v-alert__border--left{border-top-right-radius:inherit;border-bottom-right-radius:inherit;right:0}.phs-vue-wrap .v-application--is-rtl .v-alert__border--right{border-top-left-radius:inherit;border-bottom-left-radius:inherit;left:0}.phs-vue-wrap .v-alert__border--top{border-top-left-radius:inherit;border-top-right-radius:inherit;top:0}.phs-vue-wrap .v-alert__content{flex:1 1 auto}.phs-vue-wrap .v-application--is-ltr .v-alert__dismissible{margin:-16px -8px -16px 8px}.phs-vue-wrap .v-application--is-rtl .v-alert__dismissible{margin:-16px 8px -16px -8px}.phs-vue-wrap .v-alert__icon{align-self:flex-start;border-radius:50%;height:24px;min-width:24px;position:relative}.phs-vue-wrap .v-application--is-ltr .v-alert__icon{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-alert__icon{margin-left:16px}.phs-vue-wrap .v-alert__icon.v-icon{font-size:24px}.phs-vue-wrap .v-alert__wrapper{align-items:center;border-radius:inherit;display:flex}.phs-vue-wrap .v-application--is-ltr .v-alert--border.v-alert--prominent .v-alert__icon{margin-left:8px}.phs-vue-wrap .v-application--is-rtl .v-alert--border.v-alert--prominent .v-alert__icon{margin-right:8px}.phs-vue-wrap .v-alert--dense{padding-top:8px;padding-bottom:8px}.phs-vue-wrap .v-alert--dense .v-alert__border{border-width:medium}.phs-vue-wrap .v-alert--outlined{background:transparent!important;border:thin solid!important}.phs-vue-wrap .v-alert--outlined .v-alert__icon{color:inherit!important}.phs-vue-wrap .v-alert--prominent .v-alert__icon{align-self:center;height:48px;min-width:48px}.phs-vue-wrap .v-alert--prominent .v-alert__icon.v-icon{font-size:32px}.phs-vue-wrap .v-alert--prominent .v-alert__icon.v-icon:after{background:currentColor!important;border-radius:50%;bottom:0;content:"";left:0;opacity:.16;position:absolute;right:0;top:0}.phs-vue-wrap .v-alert--prominent.v-alert--dense .v-alert__icon.v-icon:after{transform:scale(1)}.phs-vue-wrap .v-alert--text{background:transparent!important}.phs-vue-wrap .v-alert--text:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;position:absolute;pointer-events:none;right:0;top:0}.phs-vue-wrap .v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.phs-vue-wrap .v-autocomplete input{align-self:center}.phs-vue-wrap .v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.phs-vue-wrap .v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.phs-vue-wrap .v-autocomplete--is-selecting-index input{opacity:0}.phs-vue-wrap .v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.phs-vue-wrap .v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.phs-vue-wrap .v-autocomplete__content.v-menu__content,.phs-vue-wrap .v-autocomplete__content.v-menu__content .v-card{border-radius:0}.phs-vue-wrap .theme--light.v-text-field>.v-input__control>.v-input__slot:before{border-color:#0000006b}.phs-vue-wrap .theme--light.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:#000000de}.phs-vue-wrap .theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) 2px,transparent 0,transparent 4px) 1 repeat}.phs-vue-wrap .theme--light.v-text-field--filled>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.phs-vue-wrap .theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-text-field--solo>.v-input__control>.v-input__slot{background:#fff}.phs-vue-wrap .theme--light.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:rgba(0,0,0,.06)}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#424242}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:#fff}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:#ffffff80}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:#ffffff80}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:#ffffff80}.phs-vue-wrap .theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:#ffffffb3}.phs-vue-wrap .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:#00000061}.phs-vue-wrap .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)>.v-input__control>.v-input__slot:hover fieldset{color:#000000db}.phs-vue-wrap .theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:#00000042}.phs-vue-wrap .theme--dark.v-text-field>.v-input__control>.v-input__slot:before{border-color:#ffffffb3}.phs-vue-wrap .theme--dark.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before{border-color:#fff}.phs-vue-wrap .theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before{border-image:repeating-linear-gradient(90deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,.5) 2px,transparent 0,transparent 4px) 1 repeat}.phs-vue-wrap .theme--dark.v-text-field--filled>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.08)}.phs-vue-wrap .theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:hsla(0,0%,100%,.16)}.phs-vue-wrap .theme--dark.v-text-field--solo>.v-input__control>.v-input__slot{background:#1e1e1e}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted>.v-input__control>.v-input__slot{background:hsla(0,0%,100%,.16)}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#fff}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:#000000de}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::-moz-placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input:-ms-input-placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input::placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot .v-label{color:#0009}.phs-vue-wrap .theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{color:#ffffff3d}.phs-vue-wrap .theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)>.v-input__control>.v-input__slot:hover fieldset{color:#fff}.phs-vue-wrap .theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled>.v-input__control>.v-input__slot fieldset{color:#ffffff29}.phs-vue-wrap .v-text-field{padding-top:12px;margin-top:4px}.phs-vue-wrap .v-text-field__prefix,.phs-vue-wrap .v-text-field__suffix{line-height:20px}.phs-vue-wrap .v-text-field input{flex:1 1 auto;line-height:20px;padding:8px 0;max-width:100%;min-width:0;width:100%}.phs-vue-wrap .v-text-field .v-input__control,.phs-vue-wrap .v-text-field .v-input__slot,.phs-vue-wrap .v-text-field fieldset{border-radius:inherit}.phs-vue-wrap .v-text-field.v-input--has-state .v-input__control>.v-text-field__details>.v-counter,.phs-vue-wrap .v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-counter,.phs-vue-wrap .v-text-field.v-input--is-disabled .v-input__control>.v-text-field__details>.v-messages,.phs-vue-wrap .v-text-field .v-input__control,.phs-vue-wrap .v-text-field fieldset{color:currentColor}.phs-vue-wrap .v-text-field.v-input--dense{padding-top:0}.phs-vue-wrap .v-text-field.v-input--dense .v-label{top:4px}.phs-vue-wrap .v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix,.phs-vue-wrap .v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix,.phs-vue-wrap .v-text-field.v-input--dense:not(.v-text-field--outlined) input{padding:4px 0 2px}.phs-vue-wrap .v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix{padding-right:4px}.phs-vue-wrap .v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix{padding-left:4px}.phs-vue-wrap .v-text-field.v-input--dense[type=text]::-ms-clear{display:none}.phs-vue-wrap .v-text-field.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-text-field.v-input--dense .v-input__prepend-inner{margin-top:0}.phs-vue-wrap .v-text-field .v-input__append-inner,.phs-vue-wrap .v-text-field .v-input__prepend-inner{align-self:flex-start;display:inline-flex;margin-top:4px;line-height:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-ltr .v-text-field .v-input__prepend-inner{margin-right:auto;padding-right:4px}.phs-vue-wrap .v-application--is-ltr .v-text-field .v-input__append-inner,.phs-vue-wrap .v-application--is-rtl .v-text-field .v-input__prepend-inner{margin-left:auto;padding-left:4px}.phs-vue-wrap .v-application--is-rtl .v-text-field .v-input__append-inner{margin-right:auto;padding-right:4px}.phs-vue-wrap .v-text-field .v-counter{white-space:nowrap}.phs-vue-wrap .v-application--is-ltr .v-text-field .v-counter{margin-left:8px}.phs-vue-wrap .v-application--is-rtl .v-text-field .v-counter{margin-right:8px}.phs-vue-wrap .v-text-field .v-label{max-width:90%;overflow:hidden;text-overflow:ellipsis;top:6px;white-space:nowrap;pointer-events:none}.phs-vue-wrap .v-application--is-ltr .v-text-field .v-label{transform-origin:top left}.phs-vue-wrap .v-application--is-rtl .v-text-field .v-label{transform-origin:top right}.phs-vue-wrap .v-text-field .v-label--active{max-width:133%;transform:translateY(-18px) scale(.75);pointer-events:auto}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot{cursor:text}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:before{bottom:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:before{border-color:inherit;border-style:solid;border-width:thin 0 0}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot:after{background-color:currentColor;border-color:currentcolor;border-style:solid;border-width:thin 0;transform:scaleX(0)}.phs-vue-wrap .v-text-field__details{display:flex;flex:1 0 auto;max-width:100%;min-height:14px;overflow:hidden}.phs-vue-wrap .v-text-field__prefix,.phs-vue-wrap .v-text-field__suffix{align-self:center;cursor:default;transition:color .3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.phs-vue-wrap .v-application--is-ltr .v-text-field__prefix{text-align:right;padding-right:4px}.phs-vue-wrap .v-application--is-rtl .v-text-field__prefix{text-align:left;padding-left:4px}.phs-vue-wrap .v-text-field__suffix{white-space:nowrap}.phs-vue-wrap .v-application--is-ltr .v-text-field__suffix{padding-left:4px}.phs-vue-wrap .v-application--is-rtl .v-text-field__suffix{padding-right:4px}.phs-vue-wrap .v-application--is-ltr .v-text-field--reverse .v-text-field__prefix{text-align:left;padding-right:0;padding-left:4px}.phs-vue-wrap .v-application--is-rtl .v-text-field--reverse .v-text-field__prefix{text-align:right;padding-right:4px;padding-left:0}.phs-vue-wrap .v-application--is-ltr .v-text-field--reverse .v-text-field__suffix{padding-left:0;padding-right:4px}.phs-vue-wrap .v-application--is-rtl .v-text-field--reverse .v-text-field__suffix{padding-left:4px;padding-right:0}.phs-vue-wrap .v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot{display:flex;flex:1 1 auto;position:relative}.phs-vue-wrap .v-text-field:not(.v-text-field--is-booted) .v-label,.phs-vue-wrap .v-text-field:not(.v-text-field--is-booted) legend{transition:none}.phs-vue-wrap .v-text-field--filled,.phs-vue-wrap .v-text-field--full-width,.phs-vue-wrap .v-text-field--outlined{position:relative}.phs-vue-wrap .v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot{align-items:stretch;min-height:56px}.phs-vue-wrap .v-text-field--filled.v-input--dense>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense>.v-input__control>.v-input__slot{min-height:52px}.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot,.phs-vue-wrap .v-text-field--outlined.v-input--dense.v-text-field--single-line>.v-input__control>.v-input__slot{min-height:40px}.phs-vue-wrap .v-text-field--outlined{border-radius:4px}.phs-vue-wrap .v-text-field--enclosed .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width .v-input__append-outer,.phs-vue-wrap .v-text-field--full-width .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width .v-input__prepend-outer{margin-top:17px}.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer{margin-top:14px}.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer{margin-top:9px}.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.phs-vue-wrap .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,.phs-vue-wrap .v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer{margin-top:8px}.phs-vue-wrap .v-text-field--filled .v-label,.phs-vue-wrap .v-text-field--full-width .v-label{top:18px}.phs-vue-wrap .v-text-field--filled .v-label--active,.phs-vue-wrap .v-text-field--full-width .v-label--active{transform:translateY(-6px) scale(.75)}.phs-vue-wrap .v-text-field--filled.v-input--dense .v-label,.phs-vue-wrap .v-text-field--full-width.v-input--dense .v-label{top:17px}.phs-vue-wrap .v-text-field--filled.v-input--dense .v-label--active,.phs-vue-wrap .v-text-field--full-width.v-input--dense .v-label--active{transform:translateY(-10px) scale(.75)}.phs-vue-wrap .v-text-field--filled.v-input--dense.v-text-field--single-line .v-label,.phs-vue-wrap .v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label{top:11px}.phs-vue-wrap .v-text-field--filled{border-radius:4px 4px 0 0}.phs-vue-wrap .v-text-field--filled:not(.v-text-field--single-line) input{margin-top:22px}.phs-vue-wrap .v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text-field--outlined input{margin-top:0}.phs-vue-wrap .v-text-field--filled .v-text-field__prefix,.phs-vue-wrap .v-text-field--filled .v-text-field__suffix{max-height:32px;margin-top:20px}.phs-vue-wrap .v-text-field--full-width{border-radius:0}.phs-vue-wrap .v-text-field--outlined .v-text-field__slot,.phs-vue-wrap .v-text-field--single-line .v-text-field__slot{align-items:center}.phs-vue-wrap .v-text-field.v-text-field--enclosed{margin:0;padding:0}.phs-vue-wrap .v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,.phs-vue-wrap .v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix{margin-top:0}.phs-vue-wrap .v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background{display:none}.phs-vue-wrap .v-text-field.v-text-field--enclosed .v-text-field__details,.phs-vue-wrap .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot{padding:0 12px}.phs-vue-wrap .v-text-field.v-text-field--enclosed .v-text-field__details{padding-top:0;margin-bottom:8px}.phs-vue-wrap .v-application--is-ltr .v-text-field--reverse input,.phs-vue-wrap .v-application--is-ltr .v-text-field--reverse textarea{text-align:right}.phs-vue-wrap .v-application--is-rtl .v-text-field--reverse input,.phs-vue-wrap .v-application--is-rtl .v-text-field--reverse textarea{text-align:left}.phs-vue-wrap .v-application--is-ltr .v-text-field--reverse .v-label{transform-origin:top right}.phs-vue-wrap .v-application--is-rtl .v-text-field--reverse .v-label{transform-origin:top left}.phs-vue-wrap .v-text-field--reverse .v-text-field__slot,.phs-vue-wrap .v-text-field--reverse>.v-input__control>.v-input__slot{flex-direction:row-reverse}.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field--rounded>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field--rounded>.v-input__control>.v-input__slot:before,.phs-vue-wrap .v-text-field--solo>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-text-field--solo>.v-input__control>.v-input__slot:before{display:none}.phs-vue-wrap .v-text-field--outlined,.phs-vue-wrap .v-text-field--solo{border-radius:4px}.phs-vue-wrap .v-text-field--outlined{margin-bottom:16px;transition:border .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-text-field--outlined .v-label{top:18px}.phs-vue-wrap .v-text-field--outlined .v-label--active{transform:translateY(-24px) scale(.75)}.phs-vue-wrap .v-text-field--outlined.v-input--dense .v-label{top:10px}.phs-vue-wrap .v-text-field--outlined.v-input--dense .v-label--active{transform:translateY(-16px) scale(.75)}.phs-vue-wrap .v-text-field--outlined fieldset{border-collapse:collapse;border:1px solid;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:-5px;transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined fieldset{padding-left:8px}.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset,.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined fieldset{padding-right:8px}.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fieldset{padding-left:8px}.phs-vue-wrap .v-text-field--outlined legend{line-height:11px;padding:0;transition:width .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined legend{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined legend{text-align:right}.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend{margin-left:auto}.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend{margin-right:auto}.phs-vue-wrap .v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend{margin-left:12px}.phs-vue-wrap .v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend{margin-right:12px}.phs-vue-wrap .v-text-field--outlined>.v-input__control>.v-input__slot{background:transparent}.phs-vue-wrap .v-text-field--outlined .v-text-field__prefix{max-height:32px}.phs-vue-wrap .v-text-field--outlined .v-input__append-outer,.phs-vue-wrap .v-text-field--outlined .v-input__prepend-outer{margin-top:18px}.phs-vue-wrap .v-text-field--outlined.v-input--has-state fieldset,.phs-vue-wrap .v-text-field--outlined.v-input--is-focused fieldset{border:2px solid}.phs-vue-wrap .v-text-field--rounded{border-radius:28px}.phs-vue-wrap .v-text-field--rounded>.v-input__control>.v-input__slot{padding:0 24px}.phs-vue-wrap .v-text-field--shaped{border-radius:16px 16px 0 0}.phs-vue-wrap .v-text-field.v-text-field--solo .v-label{top:calc(50% - 9px)}.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__control{min-height:48px;padding:0}.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__control input{caret-color:auto}.phs-vue-wrap .v-text-field.v-text-field--solo.v-input--dense>.v-input__control{min-height:38px}.phs-vue-wrap .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__append-inner,.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__prepend-inner{align-self:center;margin-top:0}.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__append-outer,.phs-vue-wrap .v-text-field.v-text-field--solo .v-input__prepend-outer{margin-top:12px}.phs-vue-wrap .v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer{margin-top:7px}.phs-vue-wrap .v-text-field.v-input--is-focused>.v-input__control>.v-input__slot:after{transform:scaleX(1)}.phs-vue-wrap .v-text-field.v-input--has-state>.v-input__control>.v-input__slot:before{border-color:currentColor}.phs-vue-wrap .v-text-field .v-input__icon--clear{opacity:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-text-field.v-input--is-dirty:hover .v-input__icon--clear,.phs-vue-wrap .v-text-field.v-input--is-focused .v-input__icon--clear{opacity:1}.phs-vue-wrap .theme--light.v-select .v-select__selections{color:#000000de}.phs-vue-wrap .theme--light.v-select.v-input--is-disabled .v-select__selections,.phs-vue-wrap .theme--light.v-select .v-select__selection--disabled{color:#00000061}.phs-vue-wrap .theme--dark.v-select .v-select__selections,.phs-vue-wrap .theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections{color:#fff}.phs-vue-wrap .theme--dark.v-select.v-input--is-disabled .v-select__selections,.phs-vue-wrap .theme--dark.v-select .v-select__selection--disabled{color:#ffffff80}.phs-vue-wrap .theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections{color:#000000de}.phs-vue-wrap .v-select{position:relative}.phs-vue-wrap .v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections{flex-wrap:nowrap}.phs-vue-wrap .v-select>.v-input__control>.v-input__slot{cursor:pointer}.phs-vue-wrap .v-select .v-chip{flex:0 1 auto;margin:4px}.phs-vue-wrap .v-select .v-chip--selected:after{opacity:.22}.phs-vue-wrap .v-select .fade-transition-leave-active{position:absolute;left:0}.phs-vue-wrap .v-select.v-input--is-dirty ::-moz-placeholder{color:transparent!important}.phs-vue-wrap .v-select.v-input--is-dirty :-ms-input-placeholder{color:transparent!important}.phs-vue-wrap .v-select.v-input--is-dirty ::placeholder{color:transparent!important}.phs-vue-wrap .v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix{line-height:20px;top:7px;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections{padding-top:20px}.phs-vue-wrap .v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections{padding:8px 0}.phs-vue-wrap .v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections{padding:4px 0}.phs-vue-wrap .v-select.v-text-field input{flex:1 1;min-width:0;position:relative}.phs-vue-wrap .v-select.v-text-field:not(.v-text-field--single-line) input{margin-top:0}.phs-vue-wrap .v-select.v-select--is-menu-active .v-input__icon--append .v-icon{transform:rotate(180deg)}.phs-vue-wrap .v-select.v-select--chips input{margin:0}.phs-vue-wrap .v-select.v-select--chips .v-select__selections{min-height:42px}.phs-vue-wrap .v-select.v-select--chips.v-input--dense .v-select__selections{min-height:40px}.phs-vue-wrap .v-select.v-select--chips .v-chip--select.v-chip--active:before{opacity:.2}.phs-vue-wrap .v-select.v-select--chips.v-select--chips--small .v-select__selections{min-height:26px}.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections{min-height:68px}.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections,.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections{min-height:40px}.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections{min-height:26px}.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections,.phs-vue-wrap .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections{min-height:38px}.phs-vue-wrap .v-select.v-text-field--reverse .v-select__selections,.phs-vue-wrap .v-select.v-text-field--reverse .v-select__slot{flex-direction:row-reverse}.phs-vue-wrap .v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete){pointer-events:none}.phs-vue-wrap .v-select__selections{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;line-height:18px;max-width:100%;min-width:0}.phs-vue-wrap .v-select__selection{max-width:90%}.phs-vue-wrap .v-select__selection--comma{margin:7px 4px 7px 0;min-height:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-select.v-input--dense .v-select__selection--comma{margin:5px 4px 3px 0}.phs-vue-wrap .v-select.v-input--dense .v-chip{margin:0 4px}.phs-vue-wrap .v-select__slot{position:relative;align-items:center;display:flex;max-width:100%;min-width:0;width:100%}.phs-vue-wrap .v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{align-self:flex-end}.phs-vue-wrap .theme--light.v-input,.phs-vue-wrap .theme--light.v-input input,.phs-vue-wrap .theme--light.v-input textarea{color:#000000de}.phs-vue-wrap .theme--light.v-input input::-moz-placeholder,.phs-vue-wrap .theme--light.v-input textarea::-moz-placeholder{color:#00000061}.phs-vue-wrap .theme--light.v-input input:-ms-input-placeholder,.phs-vue-wrap .theme--light.v-input textarea:-ms-input-placeholder{color:#00000061}.phs-vue-wrap .theme--light.v-input input::placeholder,.phs-vue-wrap .theme--light.v-input textarea::placeholder{color:#00000061}.phs-vue-wrap .theme--light.v-input--is-disabled,.phs-vue-wrap .theme--light.v-input--is-disabled input,.phs-vue-wrap .theme--light.v-input--is-disabled textarea{color:#00000061}.phs-vue-wrap .theme--dark.v-input,.phs-vue-wrap .theme--dark.v-input input,.phs-vue-wrap .theme--dark.v-input textarea{color:#fff}.phs-vue-wrap .theme--dark.v-input input::-moz-placeholder,.phs-vue-wrap .theme--dark.v-input textarea::-moz-placeholder{color:#ffffff80}.phs-vue-wrap .theme--dark.v-input input:-ms-input-placeholder,.phs-vue-wrap .theme--dark.v-input textarea:-ms-input-placeholder{color:#ffffff80}.phs-vue-wrap .theme--dark.v-input input::placeholder,.phs-vue-wrap .theme--dark.v-input textarea::placeholder{color:#ffffff80}.phs-vue-wrap .theme--dark.v-input--is-disabled,.phs-vue-wrap .theme--dark.v-input--is-disabled input,.phs-vue-wrap .theme--dark.v-input--is-disabled textarea{color:#ffffff80}.phs-vue-wrap .v-input{align-items:flex-start;display:flex;flex:1 1 auto;font-size:16px;letter-spacing:normal;max-width:100%;text-align:left}.phs-vue-wrap .v-input .v-progress-linear{top:calc(100% - 1px);left:0}.phs-vue-wrap .v-input input{max-height:32px}.phs-vue-wrap .v-input input:invalid,.phs-vue-wrap .v-input textarea:invalid{box-shadow:none}.phs-vue-wrap .v-input input:active,.phs-vue-wrap .v-input input:focus,.phs-vue-wrap .v-input textarea:active,.phs-vue-wrap .v-input textarea:focus{outline:none}.phs-vue-wrap .v-input .v-label{height:20px;line-height:20px;letter-spacing:normal}.phs-vue-wrap .v-input__append-outer,.phs-vue-wrap .v-input__prepend-outer{display:inline-flex;margin-bottom:4px;margin-top:4px;line-height:1}.phs-vue-wrap .v-input__append-outer .v-icon,.phs-vue-wrap .v-input__prepend-outer .v-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-ltr .v-input__append-outer{margin-left:9px}.phs-vue-wrap .v-application--is-ltr .v-input__prepend-outer,.phs-vue-wrap .v-application--is-rtl .v-input__append-outer{margin-right:9px}.phs-vue-wrap .v-application--is-rtl .v-input__prepend-outer{margin-left:9px}.phs-vue-wrap .v-input__control{display:flex;flex-direction:column;height:auto;flex-grow:1;flex-wrap:wrap;min-width:0;width:100%}.phs-vue-wrap .v-input__icon{align-items:center;display:inline-flex;height:24px;flex:1 0 auto;justify-content:center;min-width:24px;width:24px}.phs-vue-wrap .v-input__icon--clear{border-radius:50%}.phs-vue-wrap .v-input__icon--clear .v-icon--disabled{visibility:hidden}.phs-vue-wrap .v-input__slot{align-items:center;display:flex;margin-bottom:8px;min-height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:height,min-height;width:100%}.phs-vue-wrap .v-input--dense>.v-input__control>.v-input__slot{margin-bottom:4px}.phs-vue-wrap .v-input--is-loading>.v-input__control>.v-input__slot:after,.phs-vue-wrap .v-input--is-loading>.v-input__control>.v-input__slot:before{display:none}.phs-vue-wrap .v-input--hide-details>.v-input__control>.v-input__slot{margin-bottom:0}.phs-vue-wrap .v-input--has-state.error--text .v-label{-webkit-animation:v-shake .6s cubic-bezier(.25,.8,.5,1);animation:v-shake .6s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-input--hide-spin-buttons input::-webkit-inner-spin-button,.phs-vue-wrap .v-input--hide-spin-buttons input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.phs-vue-wrap .v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.phs-vue-wrap .theme--light.v-label{color:#0009}.phs-vue-wrap .theme--light.v-label--is-disabled{color:#00000061}.phs-vue-wrap .theme--dark.v-label{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-label--is-disabled{color:#ffffff80}.phs-vue-wrap .v-label{font-size:16px;line-height:1;min-height:8px;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .theme--light.v-messages{color:#0009}.phs-vue-wrap .theme--dark.v-messages{color:#ffffffb3}.phs-vue-wrap .v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;position:relative}.phs-vue-wrap .v-application--is-ltr .v-messages{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-messages{text-align:right}.phs-vue-wrap .v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.phs-vue-wrap .theme--light.v-progress-linear{color:#000000de}.phs-vue-wrap .theme--dark.v-progress-linear{color:#fff}.phs-vue-wrap .v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.6,1);width:100%}.phs-vue-wrap .v-progress-linear__buffer{height:inherit;left:0;position:absolute;top:0;transition:inherit;width:100%}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__buffer{left:auto;right:0}.phs-vue-wrap .v-progress-linear__background{bottom:0;left:0;position:absolute;top:0;transition:inherit}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__background{left:auto;right:0}.phs-vue-wrap .v-progress-linear__content{align-items:center;display:flex;height:100%;left:0;justify-content:center;position:absolute;top:0;width:100%}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__content{left:auto;right:0}.phs-vue-wrap .v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__determinate{left:auto;right:0}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate .long,.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate .short{-webkit-animation-play-state:paused;animation-play-state:paused;background-color:inherit;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto;will-change:left,right}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate--active .long{-webkit-animation-name:indeterminate-ltr;animation-name:indeterminate-ltr;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear .v-progress-linear__indeterminate--active .short{-webkit-animation-name:indeterminate-short-ltr;animation-name:indeterminate-short-ltr;-webkit-animation-duration:2.2s;animation-duration:2.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate .long,.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{-webkit-animation-name:indeterminate-rtl;animation-name:indeterminate-rtl}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{-webkit-animation-name:indeterminate-short-rtl;animation-name:indeterminate-short-rtl}.phs-vue-wrap .v-progress-linear__stream{-webkit-animation:stream-ltr .25s linear infinite;animation:stream-ltr .25s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;border-color:currentColor;border-top:4px dotted;bottom:0;left:auto;right:-8px;opacity:.3;pointer-events:none;position:absolute;top:calc(50% - 2px);transition:inherit}.phs-vue-wrap .v-progress-linear--reverse .v-progress-linear__stream{-webkit-animation:stream-rtl .25s linear infinite;animation:stream-rtl .25s linear infinite;left:-8px;right:auto}.phs-vue-wrap .v-progress-linear__wrapper{overflow:hidden;position:relative;transition:inherit}.phs-vue-wrap .v-progress-linear--absolute,.phs-vue-wrap .v-progress-linear--fixed{left:0;z-index:1}.phs-vue-wrap .v-progress-linear--absolute{position:absolute}.phs-vue-wrap .v-progress-linear--fixed{position:fixed}.phs-vue-wrap .v-progress-linear--reactive .v-progress-linear__content{pointer-events:none}.phs-vue-wrap .v-progress-linear--rounded{border-radius:4px}.phs-vue-wrap .v-progress-linear--striped .v-progress-linear__determinate{background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-size:40px 40px;background-repeat:repeat}.phs-vue-wrap .v-progress-linear--query .v-progress-linear__indeterminate--active .long{-webkit-animation-name:query-ltr;animation-name:query-ltr;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--query .v-progress-linear__indeterminate--active .short{-webkit-animation-name:query-short-ltr;animation-name:query-short-ltr;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.phs-vue-wrap .v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long{-webkit-animation-name:query-rtl;animation-name:query-rtl}.phs-vue-wrap .v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short{-webkit-animation-name:query-short-rtl;animation-name:query-short-rtl}.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__indeterminate--active .long,.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__indeterminate--active .short,.phs-vue-wrap .v-progress-linear--visible .v-progress-linear__stream{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@-webkit-keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@-webkit-keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@-webkit-keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@-webkit-keyframes query-ltr{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@keyframes query-ltr{0%{right:-90%;left:100%}60%{right:-90%;left:100%}to{right:100%;left:-35%}}@-webkit-keyframes query-rtl{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@keyframes query-rtl{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@-webkit-keyframes query-short-ltr{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@keyframes query-short-ltr{0%{right:-200%;left:100%}60%{right:107%;left:-8%}to{right:107%;left:-8%}}@-webkit-keyframes query-short-rtl{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}@keyframes query-short-rtl{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}@-webkit-keyframes stream-ltr{to{transform:translate(-8px)}}@keyframes stream-ltr{to{transform:translate(-8px)}}@-webkit-keyframes stream-rtl{to{transform:translate(8px)}}@keyframes stream-rtl{to{transform:translate(8px)}}.phs-vue-wrap .theme--light.v-counter{color:#0009}.phs-vue-wrap .theme--dark.v-counter{color:#ffffffb3}.phs-vue-wrap .v-counter{flex:0 1 auto;font-size:12px;min-height:12px;line-height:12px}.phs-vue-wrap .theme--light.v-list-item--disabled{color:#00000061}.phs-vue-wrap .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:#000000de}.phs-vue-wrap .theme--light.v-list-item .v-list-item__mask{color:#00000061;background:#eee}.phs-vue-wrap .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text,.phs-vue-wrap .theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle{color:#0009}.phs-vue-wrap .theme--light.v-list-item:hover:before{opacity:.04}.phs-vue-wrap .theme--light.v-list-item--active:before,.phs-vue-wrap .theme--light.v-list-item--active:hover:before,.phs-vue-wrap .theme--light.v-list-item:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-list-item--active:focus:before,.phs-vue-wrap .theme--light.v-list-item.v-list-item--highlighted:before{opacity:.16}.phs-vue-wrap .theme--dark.v-list-item--disabled{color:#ffffff80}.phs-vue-wrap .theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled){color:#fff}.phs-vue-wrap .theme--dark.v-list-item .v-list-item__mask{color:#ffffff80;background:#494949}.phs-vue-wrap .theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text,.phs-vue-wrap .theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-list-item:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-list-item--active:before,.phs-vue-wrap .theme--dark.v-list-item--active:hover:before,.phs-vue-wrap .theme--dark.v-list-item:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-list-item--active:focus:before,.phs-vue-wrap .theme--dark.v-list-item.v-list-item--highlighted:before{opacity:.32}.phs-vue-wrap .v-list-item{align-items:center;display:flex;flex:1 1 100%;letter-spacing:normal;min-height:48px;outline:none;padding:0 16px;position:relative;text-decoration:none}.phs-vue-wrap .v-list-item--disabled{pointer-events:none}.phs-vue-wrap .v-list-item--selectable{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.phs-vue-wrap .v-list-item:after{content:"";min-height:inherit;font-size:0}.phs-vue-wrap .v-list-item__action{align-self:center;margin:12px 0}.phs-vue-wrap .v-list-item__action .v-input,.phs-vue-wrap .v-list-item__action .v-input--selection-controls__input,.phs-vue-wrap .v-list-item__action .v-input__control,.phs-vue-wrap .v-list-item__action .v-input__slot{margin:0!important}.phs-vue-wrap .v-list-item__action .v-input{padding:0}.phs-vue-wrap .v-list-item__action .v-input .v-messages{display:none}.phs-vue-wrap .v-list-item__action-text{font-size:.75rem}.phs-vue-wrap .v-list-item__avatar{align-self:center;justify-content:flex-start}.phs-vue-wrap .v-list-item__avatar,.phs-vue-wrap .v-list-item__avatar.v-list-item__avatar--horizontal{margin-bottom:8px;margin-top:8px}.phs-vue-wrap .v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-left:-16px}.phs-vue-wrap .v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child{margin-right:-16px}.phs-vue-wrap .v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-left:-16px}.phs-vue-wrap .v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child{margin-right:-16px}.phs-vue-wrap .v-list-item__content{align-items:center;align-self:center;display:flex;flex-wrap:wrap;flex:1 1;overflow:hidden;padding:12px 0}.phs-vue-wrap .v-list-item__content>*{line-height:1.1;flex:1 0 100%}.phs-vue-wrap .v-list-item__content>:not(:last-child){margin-bottom:2px}.phs-vue-wrap .v-list-item__icon{align-self:flex-start;margin:16px 0}.phs-vue-wrap .v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child){margin-left:16px}.phs-vue-wrap .v-application--is-ltr .v-list-item__avatar:first-child,.phs-vue-wrap .v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),.phs-vue-wrap .v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child){margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-list-item__avatar:first-child{margin-left:16px}.phs-vue-wrap .v-application--is-ltr .v-list-item__action:first-child,.phs-vue-wrap .v-application--is-ltr .v-list-item__icon:first-child{margin-right:32px}.phs-vue-wrap .v-application--is-rtl .v-list-item__action:first-child,.phs-vue-wrap .v-application--is-rtl .v-list-item__icon:first-child{margin-left:32px}.phs-vue-wrap .v-list-item__action,.phs-vue-wrap .v-list-item__avatar,.phs-vue-wrap .v-list-item__icon{display:inline-flex;min-width:24px}.phs-vue-wrap .v-list-item .v-list-item__subtitle,.phs-vue-wrap .v-list-item .v-list-item__title{line-height:1.2}.phs-vue-wrap .v-list-item__subtitle,.phs-vue-wrap .v-list-item__title{flex:1 1 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-list-item__title{align-self:center;font-size:1rem}.phs-vue-wrap .v-list-item__title>.v-badge{margin-top:16px}.phs-vue-wrap .v-list-item__subtitle{font-size:.875rem}.phs-vue-wrap .v-list--dense .v-list-item,.phs-vue-wrap .v-list-item--dense{min-height:40px}.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list-item--dense .v-list-item__icon{height:24px;margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__content,.phs-vue-wrap .v-list-item--dense .v-list-item__content{padding:8px 0}.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__subtitle,.phs-vue-wrap .v-list--dense .v-list-item .v-list-item__title,.phs-vue-wrap .v-list-item--dense .v-list-item__subtitle,.phs-vue-wrap .v-list-item--dense .v-list-item__title{font-size:.8125rem;font-weight:500;line-height:1rem}.phs-vue-wrap .v-list--dense .v-list-item.v-list-item--two-line,.phs-vue-wrap .v-list-item--dense.v-list-item--two-line{min-height:60px}.phs-vue-wrap .v-list--dense .v-list-item.v-list-item--three-line,.phs-vue-wrap .v-list-item--dense.v-list-item--three-line{min-height:76px}.phs-vue-wrap .v-list-item--link{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-list-item--link:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-list .v-list-item--active,.phs-vue-wrap .v-list .v-list-item--active .v-icon{color:inherit}.phs-vue-wrap .v-list-item__action--stack{align-items:flex-end;align-self:stretch;justify-content:space-between;white-space:nowrap;flex-direction:column}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list--two-line .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list-item--three-line .v-list-item__icon,.phs-vue-wrap .v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),.phs-vue-wrap .v-list-item--two-line .v-list-item__icon{margin-bottom:16px;margin-top:16px}.phs-vue-wrap .v-list--two-line .v-list-item,.phs-vue-wrap .v-list-item--two-line{min-height:64px}.phs-vue-wrap .v-list--two-line .v-list-item .v-list-item__icon,.phs-vue-wrap .v-list-item--two-line .v-list-item__icon{margin-bottom:32px}.phs-vue-wrap .v-list--three-line .v-list-item,.phs-vue-wrap .v-list-item--three-line{min-height:88px}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__action,.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__avatar,.phs-vue-wrap .v-list-item--three-line .v-list-item__action,.phs-vue-wrap .v-list-item--three-line .v-list-item__avatar{align-self:flex-start;margin-top:16px;margin-bottom:16px}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__content,.phs-vue-wrap .v-list-item--three-line .v-list-item__content{align-self:stretch}.phs-vue-wrap .v-list--three-line .v-list-item .v-list-item__subtitle,.phs-vue-wrap .v-list-item--three-line .v-list-item__subtitle{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.phs-vue-wrap .v-simple-checkbox{align-self:center;line-height:normal;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-simple-checkbox .v-icon{cursor:pointer}.phs-vue-wrap .v-simple-checkbox--disabled{cursor:default}.phs-vue-wrap .theme--light.v-divider{border-color:#0000001f}.phs-vue-wrap .theme--dark.v-divider{border-color:#ffffff1f}.phs-vue-wrap .v-divider{display:block;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0;transition:inherit}.phs-vue-wrap .v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.phs-vue-wrap .v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.phs-vue-wrap .v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.phs-vue-wrap .v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom;margin:0 -1px}.phs-vue-wrap .v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}.phs-vue-wrap .theme--light.v-subheader{color:#0009}.phs-vue-wrap .theme--dark.v-subheader{color:#ffffffb3}.phs-vue-wrap .v-subheader{align-items:center;display:flex;height:48px;font-size:.875rem;font-weight:400;padding:0 16px}.phs-vue-wrap .v-subheader--inset{margin-left:56px}.phs-vue-wrap .v-list.accent>.v-list-item,.phs-vue-wrap .v-list.error>.v-list-item,.phs-vue-wrap .v-list.info>.v-list-item,.phs-vue-wrap .v-list.primary>.v-list-item,.phs-vue-wrap .v-list.secondary>.v-list-item,.phs-vue-wrap .v-list.success>.v-list-item,.phs-vue-wrap .v-list.warning>.v-list-item{color:#fff}.phs-vue-wrap .theme--light.v-list{background:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-list .v-list--disabled{color:#00000061}.phs-vue-wrap .theme--light.v-list .v-list-group--active:after,.phs-vue-wrap .theme--light.v-list .v-list-group--active:before{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-list{background:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-list .v-list--disabled{color:#ffffff80}.phs-vue-wrap .theme--dark.v-list .v-list-group--active:after,.phs-vue-wrap .theme--dark.v-list .v-list-group--active:before{background:hsla(0,0%,100%,.12)}.phs-vue-wrap .v-sheet.v-list{border-radius:0}.phs-vue-wrap .v-sheet.v-list:not(.v-sheet--outlined){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-sheet.v-list.v-sheet--shaped{border-radius:0}.phs-vue-wrap .v-list{display:block;padding:8px 0;position:static;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-list--disabled{pointer-events:none}.phs-vue-wrap .v-list--flat .v-list-item:before{display:none}.phs-vue-wrap .v-list--dense .v-subheader{font-size:.75rem;height:40px;padding:0 8px}.phs-vue-wrap .v-list--nav .v-list-item:not(:last-child):not(:only-child),.phs-vue-wrap .v-list--rounded .v-list-item:not(:last-child):not(:only-child){margin-bottom:8px}.phs-vue-wrap .v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),.phs-vue-wrap .v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),.phs-vue-wrap .v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),.phs-vue-wrap .v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child){margin-bottom:4px}.phs-vue-wrap .v-list--nav{padding-left:8px;padding-right:8px}.phs-vue-wrap .v-list--nav .v-list-item{padding:0 8px}.phs-vue-wrap .v-list--nav .v-list-item,.phs-vue-wrap .v-list--nav .v-list-item:before{border-radius:4px}.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item:before,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item>.v-ripple__container{border-bottom-right-radius:32px!important;border-top-right-radius:32px!important}.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped .v-list-item,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped .v-list-item:before,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped .v-list-item>.v-ripple__container{border-bottom-left-radius:32px!important;border-top-left-radius:32px!important}.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item:before,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-right-radius:42.6666666667px!important;border-top-right-radius:42.6666666667px!important}.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item:before,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item>.v-ripple__container{border-bottom-left-radius:42.6666666667px!important;border-top-left-radius:42.6666666667px!important}.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item:before,.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-right-radius:58.6666666667px!important;border-top-right-radius:58.6666666667px!important}.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item:before,.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item>.v-ripple__container{border-bottom-left-radius:58.6666666667px!important;border-top-left-radius:58.6666666667px!important}.phs-vue-wrap .v-application--is-ltr .v-list.v-sheet--shaped{padding-right:8px}.phs-vue-wrap .v-application--is-rtl .v-list.v-sheet--shaped{padding-left:8px}.phs-vue-wrap .v-list--rounded{padding:8px}.phs-vue-wrap .v-list--rounded .v-list-item,.phs-vue-wrap .v-list--rounded .v-list-item:before,.phs-vue-wrap .v-list--rounded .v-list-item>.v-ripple__container{border-radius:32px!important}.phs-vue-wrap .v-list--rounded.v-list--two-line .v-list-item,.phs-vue-wrap .v-list--rounded.v-list--two-line .v-list-item:before,.phs-vue-wrap .v-list--rounded.v-list--two-line .v-list-item>.v-ripple__container{border-radius:42.6666666667px!important}.phs-vue-wrap .v-list--rounded.v-list--three-line .v-list-item,.phs-vue-wrap .v-list--rounded.v-list--three-line .v-list-item:before,.phs-vue-wrap .v-list--rounded.v-list--three-line .v-list-item>.v-ripple__container{border-radius:58.6666666667px!important}.phs-vue-wrap .v-list--subheader{padding-top:0}.phs-vue-wrap .v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon{align-self:center;margin:0;min-width:48px;justify-content:flex-end}.phs-vue-wrap .v-list-group--sub-group{align-items:center;display:flex;flex-wrap:wrap}.phs-vue-wrap .v-list-group__header.v-list-item--active:not(:hover):not(:focus):before{opacity:0}.phs-vue-wrap .v-list-group__items{flex:1 1 auto}.phs-vue-wrap .v-list-group__items .v-list-group__items,.phs-vue-wrap .v-list-group__items .v-list-item{overflow:hidden}.phs-vue-wrap .v-list-group--active>.v-list-group__header.v-list-group__header--sub-group>.v-list-group__header__prepend-icon .v-icon,.phs-vue-wrap .v-list-group--active>.v-list-group__header>.v-list-group__header__append-icon .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-group__header__prepend-icon .v-icon,.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-item,.phs-vue-wrap .v-list-group--active>.v-list-group__header .v-list-item__content{color:inherit}.phs-vue-wrap .v-application--is-ltr .v-list-group--sub-group .v-list-item__action:first-child,.phs-vue-wrap .v-application--is-ltr .v-list-group--sub-group .v-list-item__avatar:first-child,.phs-vue-wrap .v-application--is-ltr .v-list-group--sub-group .v-list-item__icon:first-child{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-list-group--sub-group .v-list-item__action:first-child,.phs-vue-wrap .v-application--is-rtl .v-list-group--sub-group .v-list-item__avatar:first-child,.phs-vue-wrap .v-application--is-rtl .v-list-group--sub-group .v-list-item__icon:first-child{margin-left:16px}.phs-vue-wrap .v-application--is-ltr .v-list-group--sub-group .v-list-group__header{padding-left:32px}.phs-vue-wrap .v-application--is-rtl .v-list-group--sub-group .v-list-group__header{padding-right:32px}.phs-vue-wrap .v-application--is-ltr .v-list-group--sub-group .v-list-group__items .v-list-item{padding-left:40px}.phs-vue-wrap .v-application--is-rtl .v-list-group--sub-group .v-list-group__items .v-list-item{padding-right:40px}.phs-vue-wrap .v-list-group--sub-group.v-list-group--active .v-list-item__icon.v-list-group__header__prepend-icon .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-application--is-ltr .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:72px}.phs-vue-wrap .v-application--is-rtl .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:72px}.phs-vue-wrap .v-application--is-ltr .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:88px}.phs-vue-wrap .v-application--is-rtl .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:88px}.phs-vue-wrap .v-application--is-ltr .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-left:24px}.phs-vue-wrap .v-application--is-rtl .v-list--dense .v-list-group--sub-group .v-list-group__header{padding-right:24px}.phs-vue-wrap .v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-left:64px}.phs-vue-wrap .v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action>.v-list-group__items>.v-list-item{padding-right:64px}.phs-vue-wrap .v-application--is-ltr .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-left:80px}.phs-vue-wrap .v-application--is-rtl .v-list--dense.v-list--nav .v-list-group--no-action.v-list-group--sub-group>.v-list-group__items>.v-list-item{padding-right:80px}.phs-vue-wrap .v-avatar{align-items:center;border-radius:50%;display:inline-flex;justify-content:center;line-height:normal;position:relative;text-align:center;vertical-align:middle;overflow:hidden}.phs-vue-wrap .v-avatar .v-icon,.phs-vue-wrap .v-avatar .v-image,.phs-vue-wrap .v-avatar .v-responsive__content,.phs-vue-wrap .v-avatar img,.phs-vue-wrap .v-avatar svg{border-radius:inherit;display:inline-flex;height:inherit;width:inherit}.phs-vue-wrap .v-list-item-group .v-list-item--active{color:inherit}.phs-vue-wrap .v-item-group{flex:0 1 auto;position:relative;max-width:100%;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-chip:not(.v-chip--outlined).accent,.phs-vue-wrap .v-chip:not(.v-chip--outlined).error,.phs-vue-wrap .v-chip:not(.v-chip--outlined).info,.phs-vue-wrap .v-chip:not(.v-chip--outlined).primary,.phs-vue-wrap .v-chip:not(.v-chip--outlined).secondary,.phs-vue-wrap .v-chip:not(.v-chip--outlined).success,.phs-vue-wrap .v-chip:not(.v-chip--outlined).warning{color:#fff}.phs-vue-wrap .theme--light.v-chip{border-color:#0000001f;color:#000000de}.phs-vue-wrap .theme--light.v-chip:not(.v-chip--active){background:#e0e0e0}.phs-vue-wrap .theme--light.v-chip:hover:before{opacity:.04}.phs-vue-wrap .theme--light.v-chip--active:before,.phs-vue-wrap .theme--light.v-chip--active:hover:before,.phs-vue-wrap .theme--light.v-chip:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-chip--active:focus:before{opacity:.16}.phs-vue-wrap .theme--dark.v-chip{border-color:#ffffff1f;color:#fff}.phs-vue-wrap .theme--dark.v-chip:not(.v-chip--active){background:#555}.phs-vue-wrap .theme--dark.v-chip:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-chip--active:before,.phs-vue-wrap .theme--dark.v-chip--active:hover:before,.phs-vue-wrap .theme--dark.v-chip:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-chip--active:focus:before{opacity:.32}.phs-vue-wrap .v-chip{align-items:center;cursor:default;display:inline-flex;line-height:20px;max-width:100%;outline:none;overflow:hidden;padding:0 12px;position:relative;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);vertical-align:middle;white-space:nowrap}.phs-vue-wrap .v-chip:before{background-color:currentColor;bottom:0;border-radius:inherit;content:"";left:0;opacity:0;position:absolute;pointer-events:none;right:0;top:0}.phs-vue-wrap .v-chip .v-avatar{height:24px!important;min-width:24px!important;width:24px!important}.phs-vue-wrap .v-chip .v-icon{font-size:24px}.phs-vue-wrap .v-application--is-ltr .v-chip .v-avatar--left,.phs-vue-wrap .v-application--is-ltr .v-chip .v-icon--left{margin-left:-6px;margin-right:6px}.phs-vue-wrap .v-application--is-ltr .v-chip .v-avatar--right,.phs-vue-wrap .v-application--is-ltr .v-chip .v-icon--right,.phs-vue-wrap .v-application--is-rtl .v-chip .v-avatar--left,.phs-vue-wrap .v-application--is-rtl .v-chip .v-icon--left{margin-left:6px;margin-right:-6px}.phs-vue-wrap .v-application--is-rtl .v-chip .v-avatar--right,.phs-vue-wrap .v-application--is-rtl .v-chip .v-icon--right{margin-left:-6px;margin-right:6px}.phs-vue-wrap .v-chip:not(.v-chip--no-color) .v-icon{color:inherit}.phs-vue-wrap .v-chip .v-chip__close.v-icon{font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right{margin-right:-4px}.phs-vue-wrap .v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right{margin-left:-4px}.phs-vue-wrap .v-chip .v-chip__close.v-icon:active,.phs-vue-wrap .v-chip .v-chip__close.v-icon:focus,.phs-vue-wrap .v-chip .v-chip__close.v-icon:hover{opacity:.72}.phs-vue-wrap .v-chip .v-chip__content{align-items:center;display:inline-flex;height:100%;max-width:100%}.phs-vue-wrap .v-chip--active .v-icon{color:inherit}.phs-vue-wrap .v-chip--link:before{transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-chip--link:focus:before{opacity:.32}.phs-vue-wrap .v-chip--clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-chip--clickable:active{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-chip--disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-chip__filter{max-width:24px}.phs-vue-wrap .v-chip__filter.v-icon{color:inherit}.phs-vue-wrap .v-chip__filter.expand-x-transition-enter,.phs-vue-wrap .v-chip__filter.expand-x-transition-leave-active{margin:0}.phs-vue-wrap .v-chip--pill .v-chip__filter{margin:0 16px 0 0}.phs-vue-wrap .v-chip--pill .v-avatar{height:32px!important;width:32px!important}.phs-vue-wrap .v-application--is-ltr .v-chip--pill .v-avatar--left{margin-left:-12px}.phs-vue-wrap .v-application--is-ltr .v-chip--pill .v-avatar--right,.phs-vue-wrap .v-application--is-rtl .v-chip--pill .v-avatar--left{margin-right:-12px}.phs-vue-wrap .v-application--is-rtl .v-chip--pill .v-avatar--right{margin-left:-12px}.phs-vue-wrap .v-chip--label{border-radius:4px!important}.phs-vue-wrap .v-chip.v-chip--outlined{border-width:thin;border-style:solid}.phs-vue-wrap .v-chip.v-chip--outlined.v-chip--active:before{opacity:.08}.phs-vue-wrap .v-chip.v-chip--outlined .v-icon{color:inherit}.phs-vue-wrap .v-chip.v-chip--outlined.v-chip.v-chip{background-color:transparent!important}.phs-vue-wrap .v-chip.v-chip--selected{background:transparent}.phs-vue-wrap .v-chip.v-chip--selected:after{opacity:.28}.phs-vue-wrap .v-chip.v-size--x-small{border-radius:8px;font-size:10px;height:16px}.phs-vue-wrap .v-chip.v-size--small{border-radius:12px;font-size:12px;height:24px}.phs-vue-wrap .v-chip.v-size--default{border-radius:16px;font-size:14px;height:32px}.phs-vue-wrap .v-chip.v-size--large{border-radius:27px;font-size:16px;height:54px}.phs-vue-wrap .v-chip.v-size--x-large{border-radius:33px;font-size:18px;height:66px}.phs-vue-wrap .v-menu{display:none}.phs-vue-wrap .v-menu--attached{display:inline}.phs-vue-wrap .v-menu__content{position:absolute;display:inline-block;max-width:80%;overflow-y:auto;overflow-x:hidden;contain:content;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;border-radius:4px}.phs-vue-wrap .v-menu__content--active{pointer-events:none}.phs-vue-wrap .v-menu__content--auto .v-list-item{transition-property:transform,opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-menu__content--fixed{position:fixed}.phs-vue-wrap .v-menu__content>.card{contain:content;-webkit-backface-visibility:hidden;backface-visibility:hidden}.phs-vue-wrap .v-menu>.v-menu__content{max-width:none}.phs-vue-wrap .v-menu-transition-enter .v-list-item{min-width:0;pointer-events:none}.phs-vue-wrap .v-menu-transition-enter-to .v-list-item{transition-delay:.1s}.phs-vue-wrap .v-menu-transition-leave-active,.phs-vue-wrap .v-menu-transition-leave-to{pointer-events:none}.phs-vue-wrap .v-menu-transition-enter,.phs-vue-wrap .v-menu-transition-leave-to{opacity:0}.phs-vue-wrap .v-menu-transition-enter-active,.phs-vue-wrap .v-menu-transition-leave-active{transition:all .3s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-menu-transition-enter.v-menu__content--auto{transition:none!important}.phs-vue-wrap .v-menu-transition-enter.v-menu__content--auto .v-list-item{opacity:0;transform:translateY(-15px)}.phs-vue-wrap .v-menu-transition-enter.v-menu__content--auto .v-list-item--active{opacity:1;transform:none!important;pointer-events:auto}.phs-vue-wrap .theme--light.v-badge .v-badge__badge:after{border-color:#fff}.phs-vue-wrap .theme--dark.v-badge .v-badge__badge:after{border-color:#1e1e1e}.phs-vue-wrap .v-badge{position:relative}.phs-vue-wrap .v-badge,.phs-vue-wrap .v-badge__badge{display:inline-block;line-height:1}.phs-vue-wrap .v-badge__badge{border-radius:10px;color:#fff;font-size:12px;height:20px;letter-spacing:0;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;top:auto;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.phs-vue-wrap .v-application--is-ltr .v-badge__badge{right:auto}.phs-vue-wrap .v-application--is-rtl .v-badge__badge{left:auto}.phs-vue-wrap .v-badge__badge .v-icon{color:inherit;font-size:12px;height:12px;margin:0 -2px;width:12px}.phs-vue-wrap .v-badge__badge .v-img{height:12px;width:12px}.phs-vue-wrap .v-badge__wrapper{flex:0 1;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.phs-vue-wrap .v-badge--avatar .v-badge__badge{padding:0}.phs-vue-wrap .v-badge--avatar .v-badge__badge .v-avatar{height:20px!important;min-width:0!important;max-width:20px!important}.phs-vue-wrap .v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-width:2px;border-style:solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.15)}.phs-vue-wrap .v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.phs-vue-wrap .v-badge--dot .v-badge__badge:after{border-width:1.5px}.phs-vue-wrap .v-badge--icon .v-badge__badge{padding:4px 6px}.phs-vue-wrap .v-badge--inline{align-items:center;display:inline-flex;justify-content:center}.phs-vue-wrap .v-badge--inline .v-badge__badge,.phs-vue-wrap .v-badge--inline .v-badge__wrapper{position:relative}.phs-vue-wrap .v-badge--inline .v-badge__wrapper{margin:0 4px}.phs-vue-wrap .v-badge--tile .v-badge__badge{border-radius:0}.phs-vue-wrap .theme--light.v-banner.v-sheet{background-color:transparent}.phs-vue-wrap .theme--light.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper{border-bottom:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-banner.v-sheet{background-color:transparent}.phs-vue-wrap .theme--dark.v-banner.v-sheet:not(.v-sheet--outlined):not(.v-sheet--shaped) .v-banner__wrapper{border-bottom:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-sheet.v-banner{border-radius:0}.phs-vue-wrap .v-sheet.v-banner:not(.v-sheet--outlined){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-sheet.v-banner.v-sheet--shaped{border-radius:16px 0}.phs-vue-wrap .v-banner{position:relative;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-banner__actions{align-items:center;align-self:flex-end;display:flex;flex:1 0 auto;justify-content:flex-end;margin-bottom:-8px}.phs-vue-wrap .v-application--is-ltr .v-banner__actions{margin-left:90px}.phs-vue-wrap .v-application--is-rtl .v-banner__actions{margin-right:90px}.phs-vue-wrap .v-application--is-ltr .v-banner__actions>*{margin-left:8px}.phs-vue-wrap .v-application--is-rtl .v-banner__actions>*{margin-right:8px}.phs-vue-wrap .v-banner__content{align-items:center;display:flex;flex:1 1 auto;overflow:hidden}.phs-vue-wrap .v-banner__text{flex:1 1 auto;line-height:20px;max-width:100%}.phs-vue-wrap .v-banner__icon{display:inline-flex;flex:0 0 auto}.phs-vue-wrap .v-application--is-ltr .v-banner__icon{margin-right:24px}.phs-vue-wrap .v-application--is-rtl .v-banner__icon{margin-left:24px}.phs-vue-wrap .v-banner__wrapper{align-items:center;display:flex;flex:1 1 auto}.phs-vue-wrap .v-application--is-ltr .v-banner__wrapper{padding:16px 8px 16px 24px}.phs-vue-wrap .v-application--is-rtl .v-banner__wrapper{padding:16px 24px 16px 8px}.phs-vue-wrap .v-banner--single-line .v-banner__actions{margin-bottom:0;align-self:center}.phs-vue-wrap .v-banner--single-line .v-banner__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phs-vue-wrap .v-banner--single-line .v-banner__wrapper{padding-top:8px;padding-bottom:8px}.phs-vue-wrap .v-application--is-ltr .v-banner--has-icon .v-banner__wrapper{padding-left:16px}.phs-vue-wrap .v-application--is-rtl .v-banner--has-icon .v-banner__wrapper{padding-right:16px}.phs-vue-wrap .v-banner--is-mobile .v-banner__actions{flex:1 0 100%;margin-left:0;margin-right:0;padding-top:12px}.phs-vue-wrap .v-banner--is-mobile .v-banner__wrapper{flex-wrap:wrap;padding-top:16px}.phs-vue-wrap .v-application--is-ltr .v-banner--is-mobile .v-banner__wrapper{padding-left:16px}.phs-vue-wrap .v-application--is-rtl .v-banner--is-mobile .v-banner__wrapper{padding-right:16px}.phs-vue-wrap .v-banner--is-mobile.v-banner--has-icon .v-banner__wrapper{padding-top:24px}.phs-vue-wrap .v-banner--is-mobile.v-banner--single-line .v-banner__actions{flex:initial;padding-top:0}.phs-vue-wrap .v-application--is-ltr .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-left:36px}.phs-vue-wrap .v-application--is-rtl .v-banner--is-mobile.v-banner--single-line .v-banner__actions{margin-right:36px}.phs-vue-wrap .v-banner--is-mobile.v-banner--single-line .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.phs-vue-wrap .v-application--is-ltr .v-banner--is-mobile .v-banner__icon{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-banner--is-mobile .v-banner__icon{margin-left:16px}.phs-vue-wrap .v-application--is-ltr .v-banner--is-mobile .v-banner__content{padding-right:8px}.phs-vue-wrap .v-application--is-rtl .v-banner--is-mobile .v-banner__content{padding-left:8px}.phs-vue-wrap .v-banner--is-mobile .v-banner__content .v-banner__wrapper{flex-wrap:nowrap;padding-top:10px}.phs-vue-wrap .theme--light.v-bottom-navigation{background-color:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-bottom-navigation .v-btn:not(.v-btn--active){color:#0009!important}.phs-vue-wrap .theme--dark.v-bottom-navigation{background-color:#2e2e2e;color:#fff}.phs-vue-wrap .theme--dark.v-bottom-navigation .v-btn:not(.v-btn--active){color:#ffffffb3!important}.phs-vue-wrap .v-item-group.v-bottom-navigation{bottom:0;display:flex;left:0;justify-content:center;width:100%;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn{background-color:transparent;border-radius:0;box-shadow:none;flex:0 1 auto;font-size:.75rem;height:inherit;max-width:168px;min-width:80px;position:relative;text-transform:none}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn:after{content:none}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn .v-btn__content{flex-direction:column-reverse;height:inherit}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn .v-btn__content>:not(.v-icon){line-height:1.2}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn.v-btn--active{color:inherit}.phs-vue-wrap .v-item-group.v-bottom-navigation .v-btn.v-btn--active:not(:hover):before{opacity:0}.phs-vue-wrap .v-item-group.v-bottom-navigation--absolute,.phs-vue-wrap .v-item-group.v-bottom-navigation--fixed{z-index:4}.phs-vue-wrap .v-item-group.v-bottom-navigation--absolute{position:absolute}.phs-vue-wrap .v-item-group.v-bottom-navigation--active{transform:translate(0)}.phs-vue-wrap .v-item-group.v-bottom-navigation--fixed{position:fixed}.phs-vue-wrap .v-item-group.v-bottom-navigation--grow .v-btn{width:100%}.phs-vue-wrap .v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content{flex-direction:row-reverse}.phs-vue-wrap .v-item-group.v-bottom-navigation--horizontal .v-btn>.v-btn__content>.v-icon{margin-bottom:0;margin-right:16px}.phs-vue-wrap .v-item-group.v-bottom-navigation--shift .v-btn .v-btn__content>:not(.v-icon){opacity:0;position:absolute;top:calc(100% - 12px);transform:scale(.9);transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>.v-icon{transform:translateY(-8px)}.phs-vue-wrap .v-item-group.v-bottom-navigation--shift .v-btn--active .v-btn__content>:not(.v-icon){opacity:1;top:calc(100% - 22px);transform:scale(1)}.phs-vue-wrap .bottom-sheet-transition-enter,.phs-vue-wrap .bottom-sheet-transition-leave-to{transform:translateY(100%)}.phs-vue-wrap .v-bottom-sheet.v-dialog{align-self:flex-end;border-radius:0;flex:0 1 auto;margin:0;overflow:visible}.phs-vue-wrap .v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:70%}@media only screen and (max-width:599.98px){.phs-vue-wrap .v-bottom-sheet.v-dialog.v-bottom-sheet--inset{max-width:none}}.phs-vue-wrap .v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;outline:none;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.phs-vue-wrap .v-dialog:not(.v-dialog--fullscreen){max-height:90%}.phs-vue-wrap .v-dialog>*{width:100%}.phs-vue-wrap .v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.phs-vue-wrap .v-dialog>.v-card>.v-card__subtitle,.phs-vue-wrap .v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.phs-vue-wrap .v-dialog>.v-card>.v-card__actions{padding:8px 16px}.phs-vue-wrap .v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6}.phs-vue-wrap .v-dialog__container{display:none}.phs-vue-wrap .v-dialog__container--attached{display:inline}.phs-vue-wrap .v-dialog--animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-name:animate-dialog;animation-name:animate-dialog;-webkit-animation-timing-function:cubic-bezier(.25,.8,.25,1);animation-timing-function:cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.phs-vue-wrap .v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.phs-vue-wrap .v-dialog--scrollable,.phs-vue-wrap .v-dialog--scrollable>form{display:flex}.phs-vue-wrap .v-dialog--scrollable>.v-card,.phs-vue-wrap .v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__actions,.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__title,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__actions,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.phs-vue-wrap .v-dialog--scrollable>.v-card>.v-card__text,.phs-vue-wrap .v-dialog--scrollable>form>.v-card>.v-card__text{-webkit-backface-visibility:hidden;backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@-webkit-keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.phs-vue-wrap .theme--light.v-overlay{color:#000000de}.phs-vue-wrap .theme--dark.v-overlay{color:#fff}.phs-vue-wrap .v-overlay{align-items:center;border-radius:inherit;display:flex;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;transition:.3s cubic-bezier(.25,.8,.5,1),z-index 1ms}.phs-vue-wrap .v-overlay__content{position:relative}.phs-vue-wrap .v-overlay__scrim{border-radius:inherit;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;transition:inherit;width:100%;will-change:opacity}.phs-vue-wrap .v-overlay--absolute{position:absolute}.phs-vue-wrap .v-overlay--active{pointer-events:auto}.phs-vue-wrap .theme--light.v-breadcrumbs .v-breadcrumbs__divider,.phs-vue-wrap .theme--light.v-breadcrumbs .v-breadcrumbs__item--disabled{color:#00000061}.phs-vue-wrap .theme--dark.v-breadcrumbs .v-breadcrumbs__divider,.phs-vue-wrap .theme--dark.v-breadcrumbs .v-breadcrumbs__item--disabled{color:#ffffff80}.phs-vue-wrap .v-breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;flex:0 1 auto;list-style-type:none;margin:0;padding:18px 12px}.phs-vue-wrap .v-breadcrumbs li{align-items:center;display:inline-flex;font-size:14px}.phs-vue-wrap .v-breadcrumbs li .v-icon{font-size:16px}.phs-vue-wrap .v-breadcrumbs li:nth-child(2n){padding:0 12px}.phs-vue-wrap .v-breadcrumbs__item{align-items:center;display:inline-flex;text-decoration:none;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-breadcrumbs__item--disabled{pointer-events:none}.phs-vue-wrap .v-breadcrumbs--large li,.phs-vue-wrap .v-breadcrumbs--large li .v-icon{font-size:16px}.phs-vue-wrap .theme--light.v-btn-toggle:not(.v-btn-toggle--group){background:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:#0000001f!important}.phs-vue-wrap .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:#00000042}.phs-vue-wrap .theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#000}.phs-vue-wrap .theme--dark.v-btn-toggle:not(.v-btn-toggle--group){background:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn{border-color:#ffffff1f!important}.phs-vue-wrap .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active){border-color:#ffffff4d}.phs-vue-wrap .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#fff}.phs-vue-wrap .v-btn-toggle{border-radius:4px;display:inline-flex;max-width:100%}.phs-vue-wrap .v-btn-toggle>.v-btn.v-btn{border-radius:0;border-style:solid;border-width:thin;box-shadow:none;opacity:.8;padding:0 12px}.phs-vue-wrap .v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:first-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.phs-vue-wrap .v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:last-child,.phs-vue-wrap .v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:first-child{border-top-right-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:last-child{border-top-left-radius:inherit;border-bottom-left-radius:inherit}.phs-vue-wrap .v-btn-toggle>.v-btn.v-btn--active{color:inherit;opacity:1}.phs-vue-wrap .v-btn-toggle>.v-btn.v-btn:after{display:none}.phs-vue-wrap .v-application--is-ltr .v-btn-toggle>.v-btn.v-btn:not(:first-child),.phs-vue-wrap .v-application--is-rtl .v-btn-toggle>.v-btn.v-btn:not(:last-child){border-left-width:0}.phs-vue-wrap .v-btn-toggle .v-btn.v-btn.v-size--default{min-width:48px;min-height:0}.phs-vue-wrap .v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default{height:48px}.phs-vue-wrap .v-btn-toggle--borderless>.v-btn.v-btn{border-width:0}.phs-vue-wrap .v-btn-toggle--dense>.v-btn.v-btn{padding:0 8px}.phs-vue-wrap .v-btn-toggle--group{border-radius:0}.phs-vue-wrap .v-btn-toggle--group>.v-btn.v-btn{background-color:transparent!important;border-color:transparent;margin:4px;min-width:auto}.phs-vue-wrap .v-btn-toggle--rounded{border-radius:24px}.phs-vue-wrap .v-btn-toggle--shaped{border-radius:24px 4px}.phs-vue-wrap .v-btn-toggle--tile{border-radius:0}.phs-vue-wrap .theme--light.v-calendar-events .v-event-timed{border:1px solid!important}.phs-vue-wrap .theme--light.v-calendar-events .v-event-more{background-color:#fff}.phs-vue-wrap .theme--light.v-calendar-events .v-event-more.v-outside{background-color:#f7f7f7}.phs-vue-wrap .theme--dark.v-calendar-events .v-event-timed{border:1px solid!important}.phs-vue-wrap .theme--dark.v-calendar-events .v-event-more{background-color:#303030}.phs-vue-wrap .theme--dark.v-calendar-events .v-event-more.v-outside{background-color:#202020}.phs-vue-wrap .v-calendar .v-event{line-height:20px;margin-right:-1px;border-radius:4px}.phs-vue-wrap .v-calendar .v-event,.phs-vue-wrap .v-calendar .v-event-more{position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;cursor:pointer;z-index:1}.phs-vue-wrap .v-calendar .v-event-more{font-weight:700}.phs-vue-wrap .v-calendar .v-event-timed-container{position:absolute;top:0;bottom:0;left:0;right:0;margin-right:10px;pointer-events:none}.phs-vue-wrap .v-calendar .v-event-timed{position:absolute;white-space:nowrap;text-overflow:ellipsis;font-size:12px;cursor:pointer;border-radius:4px;pointer-events:all}.phs-vue-wrap .v-calendar .v-event-summary{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap}.phs-vue-wrap .v-calendar.v-calendar-events .v-calendar-weekly__head-weekday{margin-right:-1px}.phs-vue-wrap .v-calendar.v-calendar-events .v-calendar-weekly__day{overflow:visible;margin-right:-1px}.phs-vue-wrap .theme--light.v-calendar-weekly{background-color:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #e0e0e0;color:#000}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:#00000061}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#f7f7f7}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#f7f7f7}.phs-vue-wrap .theme--light.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#f1f3f4;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.phs-vue-wrap .theme--dark.v-calendar-weekly{background-color:#303030;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday{border-right:1px solid #9e9e9e;color:#fff}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-past{color:#ffffff80}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weekday.v-outside{background-color:#202020}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__head-weeknumber{background-color:#202020;border-right:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__day.v-outside{background-color:#202020}.phs-vue-wrap .theme--dark.v-calendar-weekly .v-calendar-weekly__weeknumber{background-color:#202020;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.phs-vue-wrap .v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.phs-vue-wrap .v-calendar-weekly__head{display:flex}.phs-vue-wrap .v-calendar-weekly__head,.phs-vue-wrap .v-calendar-weekly__head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-calendar-weekly__head-weekday{flex:1 0 20px;padding:0 4px;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.phs-vue-wrap .v-calendar-weekly__head-weeknumber{position:relative;flex:0 0 24px}.phs-vue-wrap .v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.phs-vue-wrap .v-calendar-weekly__weeknumber{display:flex;flex:0 0 24px;height:unset;min-height:0;padding-top:14.5px;text-align:center}.phs-vue-wrap .v-calendar-weekly__weeknumber>small{width:100%!important}.phs-vue-wrap .v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:0;min-width:0}.phs-vue-wrap .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.phs-vue-wrap .v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center;margin:4px 0 0}.phs-vue-wrap .v-calendar-weekly__day-label .v-btn{font-size:12px;text-transform:none}.phs-vue-wrap .v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.phs-vue-wrap .theme--light.v-calendar-daily{background-color:#fff;border-left:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#e0e0e0;background:linear-gradient(90deg,transparent,#e0e0e0)}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#000}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:#00000061}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#424242}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.phs-vue-wrap .theme--light.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #e0e0e0}.phs-vue-wrap .theme--dark.v-calendar-daily{background-color:#303030;border-left:1px solid #9e9e9e;border-top:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__intervals-head{border-right:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__intervals-head:after{background:#9e9e9e;background:linear-gradient(90deg,transparent,#9e9e9e)}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily_head-day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;color:#fff}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-day-label,.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily_head-day.v-past .v-calendar-daily_head-weekday{color:#ffffff80}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body{border-right:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__intervals-body .v-calendar-daily__interval-text{color:#eee}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__day{border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__day-interval{border-top:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__day-interval:first-child{border-top:none!important}.phs-vue-wrap .theme--dark.v-calendar-daily .v-calendar-daily__interval:after{border-top:1px solid #9e9e9e}.phs-vue-wrap .v-calendar-daily{display:flex;flex-direction:column;overflow:hidden;height:100%}.phs-vue-wrap .v-calendar-daily__head{flex:none;display:flex}.phs-vue-wrap .v-calendar-daily__intervals-head{flex:none;position:relative}.phs-vue-wrap .v-calendar-daily__intervals-head:after{position:absolute;bottom:0;height:1px;left:0;right:0;content:""}.phs-vue-wrap .v-calendar-daily_head-day{flex:1 1 auto;width:0;position:relative}.phs-vue-wrap .v-calendar-daily_head-weekday{padding:3px 0 0;font-size:11px;text-transform:uppercase}.phs-vue-wrap .v-calendar-daily_head-day-label,.phs-vue-wrap .v-calendar-daily_head-weekday{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.phs-vue-wrap .v-calendar-daily_head-day-label{padding:0 0 3px;cursor:pointer}.phs-vue-wrap .v-calendar-daily__body{flex:1 1 60%;overflow:hidden;display:flex;position:relative;flex-direction:column}.phs-vue-wrap .v-calendar-daily__scroll-area{overflow-y:scroll;flex:1 1 auto;display:flex;align-items:flex-start}.phs-vue-wrap .v-calendar-daily__pane{width:100%;overflow-y:hidden;flex:none;display:flex;align-items:flex-start}.phs-vue-wrap .v-calendar-daily__day-container{display:flex;flex:1;width:100%;height:100%}.phs-vue-wrap .v-calendar-daily__intervals-body{flex:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-calendar-daily__interval{text-align:right;padding-right:8px;border-bottom:none;position:relative}.phs-vue-wrap .v-calendar-daily__interval:after{width:8px;position:absolute;height:1px;display:block;content:"";right:0;bottom:-1px}.phs-vue-wrap .v-calendar-daily__interval-text{display:block;position:relative;top:-6px;font-size:10px;padding-right:4px}.phs-vue-wrap .v-calendar-daily__day{flex:1;width:0;position:relative}.phs-vue-wrap .theme--light.v-calendar-category .v-calendar-category__column,.phs-vue-wrap .theme--light.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #e0e0e0}.phs-vue-wrap .theme--light.v-calendar-category .v-calendar-daily__head,.phs-vue-wrap .theme--light.v-calendar-category .v-calendar-daily__intervals-body,.phs-vue-wrap .theme--light.v-calendar-category .v-calendar-daily__intervals-head{background:#fff}.phs-vue-wrap .theme--dark.v-calendar-category .v-calendar-category__column,.phs-vue-wrap .theme--dark.v-calendar-category .v-calendar-category__column-header{border-right:1px solid #9e9e9e}.phs-vue-wrap .theme--dark.v-calendar-category .v-calendar-daily__head,.phs-vue-wrap .theme--dark.v-calendar-category .v-calendar-daily__intervals-body,.phs-vue-wrap .theme--dark.v-calendar-category .v-calendar-daily__intervals-head{background:#303030}.phs-vue-wrap .v-calendar-category{overflow:auto;position:relative}.phs-vue-wrap .v-calendar-category .v-calendar-category__category{text-align:center}.phs-vue-wrap .v-calendar-category .v-calendar-daily__day-container{width:-webkit-min-content;width:-moz-min-content;width:min-content}.phs-vue-wrap .v-calendar-category .v-calendar-daily__day-container .v-calendar-category__columns{position:absolute;height:100%;width:100%;top:0}.phs-vue-wrap .v-calendar-category .v-calendar-daily__day-body{display:flex;flex:1;width:100%;height:100%}.phs-vue-wrap .v-calendar-category .v-calendar-daily__head{flex-direction:row;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:2}.phs-vue-wrap .v-calendar-category .v-calendar-daily_head-day{width:auto;position:unset}.phs-vue-wrap .v-calendar-category .v-calendar-daily__intervals-head{position:-webkit-sticky;position:sticky;left:0;top:0;z-index:2}.phs-vue-wrap .v-calendar-category .v-calendar-daily_head-weekday{position:-webkit-sticky;position:sticky;left:50%;width:50px}.phs-vue-wrap .v-calendar-category .v-calendar-daily_head-day-label{width:56px;position:-webkit-sticky;position:sticky;left:50%}.phs-vue-wrap .v-calendar-category .v-calendar-daily__day{min-width:200px}.phs-vue-wrap .v-calendar-category .v-calendar-daily__intervals-body{position:-webkit-sticky;position:sticky;left:0;z-index:1}.phs-vue-wrap .v-calendar-category .v-calendar-daily__interval:last-of-type:after{display:none}.phs-vue-wrap .v-calendar-category .v-calendar-daily__body{overflow:visible}.phs-vue-wrap .v-calendar-category .v-calendar-daily__body .v-calendar-daily__scroll-area{overflow-y:visible;flex:none}.phs-vue-wrap .v-calendar-category .v-calendar-daily__pane{overflow-y:visible}.phs-vue-wrap .v-calendar-category .v-calendar-category__columns{display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%}.phs-vue-wrap .v-calendar-category .v-calendar-category__columns .v-calendar-category__column,.phs-vue-wrap .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{flex:1 1 auto;width:0;position:relative}.phs-vue-wrap .v-calendar-category .v-calendar-category__columns .v-calendar-category__column-header{min-width:200px}.phs-vue-wrap .theme--light.v-card{background-color:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-card>.v-card__subtitle,.phs-vue-wrap .theme--light.v-card>.v-card__text{color:#0009}.phs-vue-wrap .theme--dark.v-card{background-color:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-card>.v-card__subtitle,.phs-vue-wrap .theme--dark.v-card>.v-card__text{color:#ffffffb3}.phs-vue-wrap .v-sheet.v-card{border-radius:4px}.phs-vue-wrap .v-sheet.v-card:not(.v-sheet--outlined){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-sheet.v-card.v-sheet--shaped{border-radius:16px 4px}.phs-vue-wrap .v-card{border-width:thin;display:block;max-width:100%;outline:none;text-decoration:none;transition-property:box-shadow,opacity;overflow-wrap:break-word;position:relative;white-space:normal}.phs-vue-wrap .v-card>.v-card__progress+:not(.v-btn):not(.v-chip):not(.v-avatar),.phs-vue-wrap .v-card>:first-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-top-left-radius:inherit;border-top-right-radius:inherit}.phs-vue-wrap .v-card>:last-child:not(.v-btn):not(.v-chip):not(.v-avatar){border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-card__progress{top:0;left:0;right:0;overflow:hidden}.phs-vue-wrap .v-card__subtitle+.v-card__text{padding-top:0}.phs-vue-wrap .v-card__subtitle,.phs-vue-wrap .v-card__text{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:.0071428571em}.phs-vue-wrap .v-card__subtitle,.phs-vue-wrap .v-card__text,.phs-vue-wrap .v-card__title{padding:16px}.phs-vue-wrap .v-card__title{align-items:center;display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem;word-break:break-all}.phs-vue-wrap .v-card__title+.v-card__subtitle,.phs-vue-wrap .v-card__title+.v-card__text{padding-top:0}.phs-vue-wrap .v-card__title+.v-card__subtitle{margin-top:-16px}.phs-vue-wrap .v-card__text{width:100%}.phs-vue-wrap .v-card__actions{align-items:center;display:flex;padding:8px}.phs-vue-wrap .v-card__actions>.v-btn.v-btn{padding:0 8px}.phs-vue-wrap .v-application--is-ltr .v-card__actions>.v-btn.v-btn+.v-btn{margin-left:8px}.phs-vue-wrap .v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--left{margin-left:4px}.phs-vue-wrap .v-application--is-ltr .v-card__actions>.v-btn.v-btn .v-icon--right{margin-right:4px}.phs-vue-wrap .v-application--is-rtl .v-card__actions>.v-btn.v-btn+.v-btn{margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--left{margin-right:4px}.phs-vue-wrap .v-application--is-rtl .v-card__actions>.v-btn.v-btn .v-icon--right{margin-left:4px}.phs-vue-wrap .v-card--flat{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f!important}.phs-vue-wrap .v-sheet.v-card--hover{cursor:pointer;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-sheet.v-card--hover:focus,.phs-vue-wrap .v-sheet.v-card--hover:hover{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap .v-card--link,.phs-vue-wrap .v-card--link .v-chip{cursor:pointer}.phs-vue-wrap .v-card--link:focus:before{opacity:.08}.phs-vue-wrap .v-card--link:before{background:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s}.phs-vue-wrap .v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-card--disabled>:not(.v-card__progress){opacity:.6;transition:inherit}.phs-vue-wrap .v-card--loading{overflow:hidden}.phs-vue-wrap .v-card--raised{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.phs-vue-wrap .v-carousel{overflow:hidden;position:relative;width:100%}.phs-vue-wrap .v-carousel__controls{align-items:center;background:rgba(0,0,0,.3);bottom:0;display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1}.phs-vue-wrap .v-carousel__controls>.v-item-group{flex:0 1 auto}.phs-vue-wrap .v-carousel__controls__item{margin:0 8px}.phs-vue-wrap .v-carousel__controls__item .v-icon{opacity:.5}.phs-vue-wrap .v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.phs-vue-wrap .v-carousel__controls__item:hover{background:none}.phs-vue-wrap .v-carousel__controls__item:hover .v-icon{opacity:.8}.phs-vue-wrap .v-carousel__progress{margin:0;position:absolute;bottom:0;left:0;right:0}.phs-vue-wrap .v-carousel .v-window-item{display:block;height:inherit;text-decoration:none}.phs-vue-wrap .v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.phs-vue-wrap .v-carousel--vertical-delimiters .v-carousel__controls{height:100%!important;width:50px}.phs-vue-wrap .v-window{overflow:hidden}.phs-vue-wrap .v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-window__container--is-active{overflow:hidden}.phs-vue-wrap .v-window__next,.phs-vue-wrap .v-window__prev{background:rgba(0,0,0,.3);border-radius:50%;position:absolute;margin:0 16px;top:calc(50% - 20px);z-index:1}.phs-vue-wrap .v-window__next .v-btn:hover,.phs-vue-wrap .v-window__prev .v-btn:hover{background:none}.phs-vue-wrap .v-application--is-ltr .v-window__prev{left:0}.phs-vue-wrap .v-application--is-ltr .v-window__next,.phs-vue-wrap .v-application--is-rtl .v-window__prev{right:0}.phs-vue-wrap .v-application--is-rtl .v-window__next{left:0}.phs-vue-wrap .v-window--show-arrows-on-hover{overflow:hidden}.phs-vue-wrap .v-window--show-arrows-on-hover .v-window__next,.phs-vue-wrap .v-window--show-arrows-on-hover .v-window__prev{transition:transform .2s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev{transform:translate(-200%)}.phs-vue-wrap .v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next,.phs-vue-wrap .v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev{transform:translate(200%)}.phs-vue-wrap .v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next{transform:translate(-200%)}.phs-vue-wrap .v-window--show-arrows-on-hover:hover .v-window__next,.phs-vue-wrap .v-window--show-arrows-on-hover:hover .v-window__prev{transform:translate(0)}.phs-vue-wrap .v-window-x-reverse-transition-enter-active,.phs-vue-wrap .v-window-x-reverse-transition-leave-active,.phs-vue-wrap .v-window-x-transition-enter-active,.phs-vue-wrap .v-window-x-transition-leave-active,.phs-vue-wrap .v-window-y-reverse-transition-enter-active,.phs-vue-wrap .v-window-y-reverse-transition-leave-active,.phs-vue-wrap .v-window-y-transition-enter-active,.phs-vue-wrap .v-window-y-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-window-x-reverse-transition-leave,.phs-vue-wrap .v-window-x-reverse-transition-leave-to,.phs-vue-wrap .v-window-x-transition-leave,.phs-vue-wrap .v-window-x-transition-leave-to,.phs-vue-wrap .v-window-y-reverse-transition-leave,.phs-vue-wrap .v-window-y-reverse-transition-leave-to,.phs-vue-wrap .v-window-y-transition-leave,.phs-vue-wrap .v-window-y-transition-leave-to{position:absolute!important;top:0;width:100%}.phs-vue-wrap .v-window-x-transition-enter{transform:translate(100%)}.phs-vue-wrap .v-window-x-reverse-transition-enter,.phs-vue-wrap .v-window-x-transition-leave-to{transform:translate(-100%)}.phs-vue-wrap .v-window-x-reverse-transition-leave-to{transform:translate(100%)}.phs-vue-wrap .v-window-y-transition-enter{transform:translateY(100%)}.phs-vue-wrap .v-window-y-reverse-transition-enter,.phs-vue-wrap .v-window-y-transition-leave-to{transform:translateY(-100%)}.phs-vue-wrap .v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.phs-vue-wrap .v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.phs-vue-wrap .v-input--checkbox.v-input--dense{margin-top:4px}.phs-vue-wrap .v-input--selection-controls{margin-top:16px;padding-top:4px}.phs-vue-wrap .v-input--selection-controls>.v-input__append-outer,.phs-vue-wrap .v-input--selection-controls>.v-input__prepend-outer{margin-top:0;margin-bottom:0}.phs-vue-wrap .v-input--selection-controls:not(.v-input--hide-details)>.v-input__slot{margin-bottom:12px}.phs-vue-wrap .v-input--selection-controls .v-input__slot,.phs-vue-wrap .v-input--selection-controls .v-radio{cursor:pointer}.phs-vue-wrap .v-input--selection-controls .v-input__slot>.v-label,.phs-vue-wrap .v-input--selection-controls .v-radio>.v-label{align-items:center;display:inline-flex;flex:1 1 auto;height:auto}.phs-vue-wrap .v-input--selection-controls__input{color:inherit;display:inline-flex;flex:0 0 auto;height:24px;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);transition-property:transform;width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-input--selection-controls__input .v-icon{width:100%}.phs-vue-wrap .v-application--is-ltr .v-input--selection-controls__input{margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-input--selection-controls__input{margin-left:8px}.phs-vue-wrap .v-input--selection-controls__input input[role=checkbox],.phs-vue-wrap .v-input--selection-controls__input input[role=radio],.phs-vue-wrap .v-input--selection-controls__input input[role=switch]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-input--selection-controls__input+.v-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-input--selection-controls__ripple{border-radius:50%;cursor:pointer;height:34px;position:absolute;transition:inherit;width:34px;left:-12px;top:calc(50% - 24px);margin:7px}.phs-vue-wrap .v-input--selection-controls__ripple:before{border-radius:inherit;bottom:0;content:"";position:absolute;opacity:.2;left:0;right:0;top:0;transform-origin:center center;transform:scale(.2);transition:inherit}.phs-vue-wrap .v-input--selection-controls__ripple>.v-ripple__container{transform:scale(1.2)}.phs-vue-wrap .v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple{width:28px;height:28px;left:-9px}.phs-vue-wrap .v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple{top:calc(50% - 21px)}.phs-vue-wrap .v-input--selection-controls.v-input{flex:0 1 auto}.phs-vue-wrap .v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,.phs-vue-wrap .v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2)}.phs-vue-wrap .v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon{color:inherit}.phs-vue-wrap .v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly){pointer-events:none}.phs-vue-wrap .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before{background:currentColor;transform:scale(1.2);transition:none}.phs-vue-wrap .v-chip-group .v-chip{margin:4px 8px 4px 0}.phs-vue-wrap .v-chip-group .v-chip--active{color:inherit}.phs-vue-wrap .v-chip-group .v-chip--active.v-chip--no-color:after{opacity:.22}.phs-vue-wrap .v-chip-group .v-chip--active.v-chip--no-color:focus:after{opacity:.32}.phs-vue-wrap .v-chip-group .v-slide-group__content{padding:4px 0}.phs-vue-wrap .v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.phs-vue-wrap .v-slide-group{display:flex}.phs-vue-wrap .v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__next,.phs-vue-wrap .v-slide-group:not(.v-slide-group--has-affixes)>.v-slide-group__prev{display:none}.phs-vue-wrap .v-slide-group.v-item-group>.v-slide-group__next,.phs-vue-wrap .v-slide-group.v-item-group>.v-slide-group__prev{cursor:pointer}.phs-vue-wrap .v-slide-item{display:inline-flex;flex:0 1 auto}.phs-vue-wrap .v-slide-group__next,.phs-vue-wrap .v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px}.phs-vue-wrap .v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);white-space:nowrap}.phs-vue-wrap .v-slide-group__wrapper{contain:content;display:flex;flex:1 1 auto;overflow:hidden}.phs-vue-wrap .v-slide-group__next--disabled,.phs-vue-wrap .v-slide-group__prev--disabled{pointer-events:none}.phs-vue-wrap .theme--light.v-color-picker .v-color-picker__input input{border:thin solid rgba(0,0,0,.12);color:#000000de}.phs-vue-wrap .theme--light.v-color-picker span{color:#0009}.phs-vue-wrap .theme--light.v-color-picker .v-color-picker__color,.phs-vue-wrap .theme--light.v-color-picker .v-color-picker__dot{background-color:#fff0}.phs-vue-wrap .theme--dark.v-color-picker .v-color-picker__input input{border:thin solid hsla(0,0%,100%,.12);color:#fff}.phs-vue-wrap .theme--dark.v-color-picker span{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-color-picker .v-color-picker__color,.phs-vue-wrap .theme--dark.v-color-picker .v-color-picker__dot{background-color:#ffffff1f}.phs-vue-wrap .v-color-picker{align-self:flex-start;border-radius:4px;contain:content;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-color-picker__controls{display:flex;flex-direction:column;padding:16px}.phs-vue-wrap .v-color-picker--flat,.phs-vue-wrap .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-color-picker__edit{margin-top:24px;display:flex}.phs-vue-wrap .v-color-picker__input{width:100%;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.phs-vue-wrap .v-application--is-ltr .v-color-picker__input:not(:last-child){margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-color-picker__input:not(:last-child){margin-left:8px}.phs-vue-wrap .v-color-picker__input input{border-radius:4px;margin-bottom:8px;min-width:0;outline:none;text-align:center;width:100%;height:28px}.phs-vue-wrap .v-color-picker__input span{font-size:.75rem}.phs-vue-wrap .v-color-picker__canvas{position:relative;overflow:hidden;contain:strict}.phs-vue-wrap .v-color-picker__canvas-dot{position:absolute;top:0;left:0;width:15px;height:15px;background:transparent;border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1.5px #0000004d}.phs-vue-wrap .v-color-picker__canvas-dot--disabled{box-shadow:0 0 0 1.5px #ffffffb3,inset 0 0 1px 1.5px #0000004d}.phs-vue-wrap .v-color-picker__canvas:hover .v-color-picker__canvas-dot{will-change:transform}.phs-vue-wrap .v-color-picker .v-input__slider{border-radius:5px}.phs-vue-wrap .v-color-picker .v-input__slider .v-slider{margin:0}.phs-vue-wrap .v-color-picker__alpha:not(.v-input--is-disabled) .v-slider{border-radius:5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat}.phs-vue-wrap .v-color-picker__sliders{display:flex;flex:1 0 auto;flex-direction:column}.phs-vue-wrap .v-color-picker__dot{position:relative;height:30px;width:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;border-radius:50%;overflow:hidden}.phs-vue-wrap .v-application--is-ltr .v-color-picker__dot{margin-right:24px}.phs-vue-wrap .v-application--is-rtl .v-color-picker__dot{margin-left:24px}.phs-vue-wrap .v-color-picker__dot>div{width:100%;height:100%}.phs-vue-wrap .v-application--is-ltr .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.phs-vue-wrap .v-application--is-rtl .v-color-picker__hue:not(.v-input--is-disabled){background:linear-gradient(270deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.phs-vue-wrap .v-color-picker__track{position:relative;width:100%}.phs-vue-wrap .v-color-picker__preview{align-items:center;display:flex}.phs-vue-wrap .v-color-picker__preview .v-slider{min-height:10px}.phs-vue-wrap .v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.phs-vue-wrap .v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container{opacity:0}.phs-vue-wrap .v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue{margin-bottom:24px}.phs-vue-wrap .theme--light.v-slider .v-slider__thumb,.phs-vue-wrap .theme--light.v-slider .v-slider__track-background,.phs-vue-wrap .theme--light.v-slider .v-slider__track-fill{background:rgba(0,0,0,.26)}.phs-vue-wrap .theme--dark.v-slider .v-slider__thumb,.phs-vue-wrap .theme--dark.v-slider .v-slider__track-background,.phs-vue-wrap .theme--dark.v-slider .v-slider__track-fill{background:hsla(0,0%,100%,.2)}.phs-vue-wrap .v-slider{cursor:default;display:flex;align-items:center;position:relative;flex:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-slider input{cursor:default;padding:0;width:100%;display:none}.phs-vue-wrap .v-slider__track-container{position:absolute;border-radius:0}.phs-vue-wrap .v-slider__thumb-container,.phs-vue-wrap .v-slider__track-background,.phs-vue-wrap .v-slider__track-fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-slider__thumb-container{outline:none;top:50%}.phs-vue-wrap .v-slider__thumb-container:hover .v-slider__thumb:before{transform:scale(1)}.phs-vue-wrap .v-slider__thumb{width:12px;height:12px;left:-6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-slider__thumb,.phs-vue-wrap .v-slider__thumb:before{position:absolute;border-radius:50%;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-slider__thumb:before{content:"";color:inherit;width:36px;height:36px;background:currentColor;opacity:.3;left:-12px;top:-12px;transform:scale(.1);pointer-events:none}.phs-vue-wrap .v-slider__thumb:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.phs-vue-wrap .v-slider__tick,.phs-vue-wrap .v-slider__ticks-container{position:absolute}.phs-vue-wrap .v-slider__tick{opacity:0;background-color:#00000080;transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:0}.phs-vue-wrap .v-slider__tick--filled{background-color:#ffffff80}.phs-vue-wrap .v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label{transform:none}.phs-vue-wrap .v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label{transform:translate(100%)}.phs-vue-wrap .v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label{transform:translate(-100%)}.phs-vue-wrap .v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label{transform:none}.phs-vue-wrap .v-slider__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.phs-vue-wrap .v-slider__thumb-label-container{top:0}.phs-vue-wrap .v-slider__thumb-label,.phs-vue-wrap .v-slider__thumb-label-container{position:absolute;left:0;transition:.3s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-slider__thumb-label{display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff;width:32px;height:32px;border-radius:50% 50% 0;bottom:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-slider--horizontal{min-height:32px;margin-left:8px;margin-right:8px}.phs-vue-wrap .v-slider--horizontal .v-slider__track-container{width:100%;height:2px;left:0;top:50%;transform:translateY(-50%)}.phs-vue-wrap .v-slider--horizontal .v-slider__track-background,.phs-vue-wrap .v-slider--horizontal .v-slider__track-fill{height:100%}.phs-vue-wrap .v-slider--horizontal .v-slider__ticks-container{left:0;height:2px;width:100%}.phs-vue-wrap .v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label,.phs-vue-wrap .v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label{transform:translate(0)}.phs-vue-wrap .v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translate(-100%)}.phs-vue-wrap .v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label{transform:translate(100%)}.phs-vue-wrap .v-slider--horizontal .v-slider__tick .v-slider__tick-label{top:8px}.phs-vue-wrap .v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translate(-50%)}.phs-vue-wrap .v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label{transform:translate(50%)}.phs-vue-wrap .v-slider--horizontal .v-slider__thumb-label{transform:translateY(-20%) translateY(-12px) translate(-50%) rotate(45deg)}.phs-vue-wrap .v-slider--horizontal .v-slider__thumb-label>*{transform:rotate(-45deg)}.phs-vue-wrap .v-slider--vertical{min-height:150px;margin-top:12px;margin-bottom:12px}.phs-vue-wrap .v-slider--vertical .v-slider__track-container{height:100%;width:2px;left:50%;top:0;transform:translate(-50%)}.phs-vue-wrap .v-slider--vertical .v-slider__track-background,.phs-vue-wrap .v-slider--vertical .v-slider__track-fill{width:100%}.phs-vue-wrap .v-slider--vertical .v-slider__thumb-container{left:50%}.phs-vue-wrap .v-slider--vertical .v-slider__ticks-container{top:0;width:2px;height:100%;left:50%;transform:translate(-50%)}.phs-vue-wrap .v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label,.phs-vue-wrap .v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.phs-vue-wrap .v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);left:12px}.phs-vue-wrap .v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label,.phs-vue-wrap .v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label,.phs-vue-wrap .v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label{transform:translateY(-50%);right:12px}.phs-vue-wrap .v-slider--vertical .v-slider__thumb-label>*{transform:rotate(-135deg)}.phs-vue-wrap .v-slider__thumb-container--focused .v-slider__thumb:before{transform:scale(1)}.phs-vue-wrap .v-slider--active .v-slider__tick{opacity:1}.phs-vue-wrap .v-slider__thumb-container--active .v-slider__thumb:before{transform:scale(1.5)!important}.phs-vue-wrap .v-slider--disabled{pointer-events:none}.phs-vue-wrap .v-slider--disabled .v-slider__thumb{width:8px;height:8px;left:-4px}.phs-vue-wrap .v-slider--disabled .v-slider__thumb:before{display:none}.phs-vue-wrap .v-slider__ticks-container--always-show .v-slider__tick{opacity:1}.phs-vue-wrap .v-input__slider.v-input--is-readonly>.v-input__control{pointer-events:none}.phs-vue-wrap .v-application--is-ltr .v-input__slider .v-input__slot .v-label{margin-left:0;margin-right:12px}.phs-vue-wrap .v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label,.phs-vue-wrap .v-application--is-rtl .v-input__slider .v-input__slot .v-label{margin-right:0;margin-left:12px}.phs-vue-wrap .v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label{margin-left:0;margin-right:12px}.phs-vue-wrap .v-input__slider--vertical{align-items:center}.phs-vue-wrap .v-application--is-ltr .v-input__slider--vertical{flex-direction:column-reverse}.phs-vue-wrap .v-application--is-rtl .v-input__slider--vertical{flex-direction:column}.phs-vue-wrap .v-input__slider--vertical .v-input__append-outer,.phs-vue-wrap .v-input__slider--vertical .v-input__prepend-outer,.phs-vue-wrap .v-input__slider--vertical .v-input__slot{margin:0}.phs-vue-wrap .v-input__slider--vertical .v-messages{display:none}.phs-vue-wrap .v-input--has-state .v-slider__track-background{opacity:.4}.phs-vue-wrap .v-color-picker__swatches{overflow-y:auto}.phs-vue-wrap .v-color-picker__swatches>div{display:flex;flex-wrap:wrap;justify-content:center;padding:8px}.phs-vue-wrap .v-color-picker__swatch{display:flex;flex-direction:column;margin-bottom:10px}.phs-vue-wrap .v-color-picker__color{position:relative;height:18px;max-height:18px;width:45px;margin:2px 4px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;cursor:pointer}.phs-vue-wrap .v-color-picker__color>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.phs-vue-wrap .v-main{display:flex;flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-main:not([data-booted=true]){transition:none!important}.phs-vue-wrap .v-main__wrap{flex:1 1 auto;max-width:100%;position:relative}@-moz-document url-prefix(){@media print{.phs-vue-wrap .v-main{display:block}}}.phs-vue-wrap .v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.phs-vue-wrap .v-data-footer .v-btn{color:inherit}.phs-vue-wrap .v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.phs-vue-wrap .v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.phs-vue-wrap .v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.phs-vue-wrap .v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.phs-vue-wrap .v-data-footer__pagination{display:block;text-align:center}.phs-vue-wrap .v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.phs-vue-wrap .v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.phs-vue-wrap .v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.phs-vue-wrap .v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.phs-vue-wrap .v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.phs-vue-wrap .v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.phs-vue-wrap .v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.phs-vue-wrap .v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.phs-vue-wrap .v-data-footer__select .v-select__selections{flex-wrap:nowrap}.phs-vue-wrap .v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.phs-vue-wrap .theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.phs-vue-wrap .theme--light.v-data-table .v-row-group__header,.phs-vue-wrap .theme--light.v-data-table .v-row-group__summary{background:#eee}.phs-vue-wrap .theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table .v-data-table__empty-wrapper{color:#00000061}.phs-vue-wrap .theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.phs-vue-wrap .theme--dark.v-data-table .v-row-group__header,.phs-vue-wrap .theme--dark.v-data-table .v-row-group__summary{background:#616161}.phs-vue-wrap .theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .theme--dark.v-data-table .v-data-table__empty-wrapper{color:#ffffff80}.phs-vue-wrap .v-data-table{border-radius:4px}.phs-vue-wrap .v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px #323232bf,inset 0 -4px 8px -5px #323232bf}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.phs-vue-wrap .v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.phs-vue-wrap .v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.phs-vue-wrap .v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.phs-vue-wrap .v-data-table__empty-wrapper{text-align:center}.phs-vue-wrap .v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.phs-vue-wrap .v-data-table__mobile-row__header{font-weight:600}.phs-vue-wrap .v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.phs-vue-wrap .v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.phs-vue-wrap .v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.phs-vue-wrap .v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.phs-vue-wrap .v-row-group__header td,.phs-vue-wrap .v-row-group__summary td{height:35px}.phs-vue-wrap .v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.phs-vue-wrap .v-data-table__expand-icon--active{transform:rotate(-180deg)}.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:#00000061}.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable.active,.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.phs-vue-wrap .theme--light.v-data-table .v-data-table-header th.sortable:hover{color:#000000de}.phs-vue-wrap .theme--light.v-data-table .v-data-table-header__sort-badge{background-color:#0000001f;color:#000000de}.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:#ffffff80}.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable.active,.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.phs-vue-wrap .theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:#ffffff1f;color:#fff}.phs-vue-wrap .v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.phs-vue-wrap .v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.phs-vue-wrap .v-data-table-header th.active .v-data-table-header__icon,.phs-vue-wrap .v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.phs-vue-wrap .v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.phs-vue-wrap .v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.phs-vue-wrap .v-data-table-header-mobile th{height:auto}.phs-vue-wrap .v-data-table-header-mobile__wrapper{display:flex}.phs-vue-wrap .v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.phs-vue-wrap .v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.phs-vue-wrap .v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.phs-vue-wrap .theme--light.v-data-table{background-color:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px #0000001f}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:#0009}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px #ffffff1f}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.phs-vue-wrap .theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-data-table{line-height:1.5;max-width:100%}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.75rem;height:48px}.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.phs-vue-wrap .v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.phs-vue-wrap .v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.phs-vue-wrap .v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.phs-vue-wrap .v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.phs-vue-wrap .v-data-table__progress{height:auto!important}.phs-vue-wrap .v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.phs-vue-wrap .v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.phs-vue-wrap .v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.phs-vue-wrap .v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.phs-vue-wrap .v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.phs-vue-wrap .v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.phs-vue-wrap .v-data-table--fixed-header>.v-data-table__wrapper,.phs-vue-wrap .v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.phs-vue-wrap .v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:-webkit-sticky;position:sticky;top:0;z-index:2}.phs-vue-wrap .v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.phs-vue-wrap .v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.phs-vue-wrap .v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.phs-vue-wrap .v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.phs-vue-wrap .theme--light.v-small-dialog__actions,.phs-vue-wrap .theme--light.v-small-dialog__menu-content{background:#fff}.phs-vue-wrap .theme--dark.v-small-dialog__actions,.phs-vue-wrap .theme--dark.v-small-dialog__menu-content{background:#1e1e1e}.phs-vue-wrap .v-small-dialog{display:block}.phs-vue-wrap .v-small-dialog__activator{cursor:pointer}.phs-vue-wrap .v-small-dialog__activator__content{display:inline-block}.phs-vue-wrap .v-small-dialog__content{padding:0 16px}.phs-vue-wrap .v-small-dialog__actions{padding:8px;text-align:right;white-space:pre}.phs-vue-wrap .v-virtual-table{position:relative}.phs-vue-wrap .v-virtual-table__wrapper{display:flex}.phs-vue-wrap .v-virtual-table__table{width:100%;height:100%;overflow-x:auto}.phs-vue-wrap .theme--light.v-picker__title{background:#e0e0e0}.phs-vue-wrap .theme--dark.v-picker__title{background:#616161}.phs-vue-wrap .theme--light.v-picker__body{background:#fff}.phs-vue-wrap .theme--dark.v-picker__body{background:#424242}.phs-vue-wrap .v-picker{border-radius:4px;contain:layout style;display:inline-flex;flex-direction:column;font-size:1rem;vertical-align:top;position:relative}.phs-vue-wrap .v-picker--full-width{display:flex;width:100%}.phs-vue-wrap .v-picker--full-width>.v-picker__body{margin:initial}.phs-vue-wrap .v-picker__title{color:#fff;border-top-left-radius:4px;border-top-right-radius:4px;padding:16px}.phs-vue-wrap .v-picker__title__btn{transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-picker__title__btn:not(.v-picker__title__btn--active){opacity:.6;cursor:pointer}.phs-vue-wrap .v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus){opacity:1}.phs-vue-wrap .v-picker__title__btn--readonly{pointer-events:none}.phs-vue-wrap .v-picker__title__btn--active{opacity:1}.phs-vue-wrap .v-picker__body{height:auto;overflow:hidden;position:relative;z-index:0;flex:1 0 auto;display:flex;flex-direction:column;align-items:center;margin:0 auto}.phs-vue-wrap .v-picker__body>div{width:100%}.phs-vue-wrap .v-picker__body>div.fade-transition-leave-active{position:absolute}.phs-vue-wrap .v-picker--landscape .v-picker__title{border-top-right-radius:0;border-bottom-right-radius:0;width:170px;position:absolute;top:0;height:100%;z-index:1}.phs-vue-wrap .v-application--is-ltr .v-picker--landscape .v-picker__title{left:0}.phs-vue-wrap .v-application--is-rtl .v-picker--landscape .v-picker__title{right:0}.phs-vue-wrap .v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.phs-vue-wrap .v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-left:170px;margin-right:0}.phs-vue-wrap .v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title),.phs-vue-wrap .v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title){margin-right:170px;margin-left:0}.phs-vue-wrap .v-picker--flat{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-date-picker-title{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap;line-height:1}.phs-vue-wrap .v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.phs-vue-wrap .v-date-picker-title__year{align-items:center;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.phs-vue-wrap .v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.phs-vue-wrap .v-date-picker-title__date>div{position:relative}.phs-vue-wrap .v-date-picker-title--disabled{pointer-events:none}.phs-vue-wrap .theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#000000de}.phs-vue-wrap .theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:#00000061}.phs-vue-wrap .theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.phs-vue-wrap .theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:#ffffff80}.phs-vue-wrap .v-date-picker-header{padding:4px 16px;align-items:center;display:flex;justify-content:space-between;position:relative}.phs-vue-wrap .v-date-picker-header .v-btn{margin:0;z-index:auto}.phs-vue-wrap .v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-date-picker-header__value{flex:1;text-align:center;position:relative;overflow:hidden}.phs-vue-wrap .v-date-picker-header__value div{transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-date-picker-header--disabled{pointer-events:none}.phs-vue-wrap .theme--light.v-date-picker-table .v-date-picker-table--date__week,.phs-vue-wrap .theme--light.v-date-picker-table th{color:#00000061}.phs-vue-wrap .theme--dark.v-date-picker-table .v-date-picker-table--date__week,.phs-vue-wrap .theme--dark.v-date-picker-table th{color:#ffffff80}.phs-vue-wrap .v-date-picker-table{position:relative;padding:0 12px;height:242px}.phs-vue-wrap .v-date-picker-table table{transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.phs-vue-wrap .v-date-picker-table td,.phs-vue-wrap .v-date-picker-table th{text-align:center;position:relative}.phs-vue-wrap .v-date-picker-table th{font-size:12px}.phs-vue-wrap .v-date-picker-table--date .v-btn{height:32px;width:32px}.phs-vue-wrap .v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.phs-vue-wrap .v-date-picker-table .v-btn.v-btn--active{color:#fff}.phs-vue-wrap .v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.phs-vue-wrap .v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.phs-vue-wrap .v-date-picker-table--date th{padding:8px 0;font-weight:600}.phs-vue-wrap .v-date-picker-table--date td{width:45px}.phs-vue-wrap .v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.phs-vue-wrap .v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.phs-vue-wrap .v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.phs-vue-wrap .v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.phs-vue-wrap .v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.phs-vue-wrap .v-date-picker-table--disabled{pointer-events:none}.phs-vue-wrap .v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.phs-vue-wrap .v-date-picker-years.v-date-picker-years{padding:0}.phs-vue-wrap .v-date-picker-years li{cursor:pointer;padding:8px 0;transition:none}.phs-vue-wrap .v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.phs-vue-wrap .v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.phs-vue-wrap .v-picker--landscape .v-date-picker-years{padding:0;height:290px}.phs-vue-wrap .theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-expansion-panels .v-expansion-panel--disabled{color:#00000061}.phs-vue-wrap .theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:#0000001f}.phs-vue-wrap .theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:#0000008a}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.phs-vue-wrap .theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.04}.phs-vue-wrap .theme--dark.v-expansion-panels .v-expansion-panel{background-color:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:#ffffff80}.phs-vue-wrap .theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:#ffffff1f}.phs-vue-wrap .theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:#fff}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.phs-vue-wrap .theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.08}.phs-vue-wrap .v-expansion-panels{border-radius:4px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.phs-vue-wrap .v-expansion-panels>*{cursor:auto}.phs-vue-wrap .v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.phs-vue-wrap .v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:4px}.phs-vue-wrap .v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:4px;border-top-right-radius:4px}.phs-vue-wrap .v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.phs-vue-wrap .v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.phs-vue-wrap .v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.phs-vue-wrap .v-expansion-panel--active+.v-expansion-panel,.phs-vue-wrap .v-expansion-panel--active:not(:first-child){margin-top:16px}.phs-vue-wrap .v-expansion-panel--active+.v-expansion-panel:after,.phs-vue-wrap .v-expansion-panel--active:not(:first-child):after{opacity:0}.phs-vue-wrap .v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.phs-vue-wrap .v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.phs-vue-wrap .v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.phs-vue-wrap .v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.phs-vue-wrap .v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-application--is-ltr .v-expansion-panel-header{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-expansion-panel-header{text-align:right}.phs-vue-wrap .v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.phs-vue-wrap .v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.phs-vue-wrap .v-expansion-panel-content{display:flex}.phs-vue-wrap .v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.phs-vue-wrap .v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.phs-vue-wrap .v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.phs-vue-wrap .v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.phs-vue-wrap .v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.phs-vue-wrap .v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.phs-vue-wrap .v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.phs-vue-wrap .v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.phs-vue-wrap .v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-expansion-panels--tile,.phs-vue-wrap .v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.phs-vue-wrap .theme--light.v-file-input .v-file-input__text{color:#000000de}.phs-vue-wrap .theme--light.v-file-input .v-file-input__text--placeholder{color:#0009}.phs-vue-wrap .theme--light.v-file-input.v-input--is-disabled .v-file-input__text,.phs-vue-wrap .theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-file-input .v-file-input__text{color:#fff}.phs-vue-wrap .theme--dark.v-file-input .v-file-input__text--placeholder{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-file-input.v-input--is-disabled .v-file-input__text,.phs-vue-wrap .theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder{color:#ffffff80}.phs-vue-wrap .v-file-input input[type=file]{left:0;opacity:0;pointer-events:none;position:absolute;max-width:0;width:0}.phs-vue-wrap .v-file-input .v-file-input__text{align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;width:100%}.phs-vue-wrap .v-file-input .v-file-input__text.v-file-input__text--chips{flex-wrap:wrap}.phs-vue-wrap .v-file-input .v-file-input__text .v-chip{margin:4px}.phs-vue-wrap .v-file-input .v-text-field__slot{min-height:32px}.phs-vue-wrap .v-file-input.v-input--dense .v-text-field__slot{min-height:26px}.phs-vue-wrap .v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text{padding-top:22px}.phs-vue-wrap .v-file-input.v-text-field--outlined .v-text-field__slot{padding:6px 0}.phs-vue-wrap .v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot{padding:3px 0}.phs-vue-wrap .theme--light.v-footer{background-color:#f5f5f5;color:#000000de}.phs-vue-wrap .theme--dark.v-footer{background-color:#272727;color:#fff}.phs-vue-wrap .v-sheet.v-footer{border-radius:0}.phs-vue-wrap .v-sheet.v-footer:not(.v-sheet--outlined){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.phs-vue-wrap .v-sheet.v-footer.v-sheet--shaped{border-radius:16px 0}.phs-vue-wrap .v-footer{align-items:center;display:flex;flex:0 1 auto!important;flex-wrap:wrap;padding:6px 16px;position:relative;transition-duration:.2s;transition-property:background-color,left,right;transition-timing-function:cubic-bezier(.4,0,.2,1)}.phs-vue-wrap .v-footer:not([data-booted=true]){transition:none!important}.phs-vue-wrap .v-footer--absolute,.phs-vue-wrap .v-footer--fixed{z-index:3}.phs-vue-wrap .v-footer--absolute{position:absolute}.phs-vue-wrap .v-footer--absolute:not(.v-footer--inset){width:100%}.phs-vue-wrap .v-footer--fixed{position:fixed}.phs-vue-wrap .v-footer--padless{padding:0}.phs-vue-wrap .container.grow-shrink-0{flex-grow:0;flex-shrink:0}.phs-vue-wrap .container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.phs-vue-wrap .container.fill-height>.row{flex:1 1 100%;max-width:calc(100% + 24px)}.phs-vue-wrap .container.fill-height>.layout{height:100%;flex:1 1 auto}.phs-vue-wrap .container.fill-height>.layout.grow-shrink-0{flex-grow:0;flex-shrink:0}.phs-vue-wrap .container.grid-list-xs .layout .flex{padding:1px}.phs-vue-wrap .container.grid-list-xs .layout:only-child{margin:-1px}.phs-vue-wrap .container.grid-list-xs .layout:not(:only-child){margin:auto -1px}.phs-vue-wrap .container.grid-list-xs :not(:only-child) .layout:first-child{margin-top:-1px}.phs-vue-wrap .container.grid-list-xs :not(:only-child) .layout:last-child{margin-bottom:-1px}.phs-vue-wrap .container.grid-list-sm .layout .flex{padding:2px}.phs-vue-wrap .container.grid-list-sm .layout:only-child{margin:-2px}.phs-vue-wrap .container.grid-list-sm .layout:not(:only-child){margin:auto -2px}.phs-vue-wrap .container.grid-list-sm :not(:only-child) .layout:first-child{margin-top:-2px}.phs-vue-wrap .container.grid-list-sm :not(:only-child) .layout:last-child{margin-bottom:-2px}.phs-vue-wrap .container.grid-list-md .layout .flex{padding:4px}.phs-vue-wrap .container.grid-list-md .layout:only-child{margin:-4px}.phs-vue-wrap .container.grid-list-md .layout:not(:only-child){margin:auto -4px}.phs-vue-wrap .container.grid-list-md :not(:only-child) .layout:first-child{margin-top:-4px}.phs-vue-wrap .container.grid-list-md :not(:only-child) .layout:last-child{margin-bottom:-4px}.phs-vue-wrap .container.grid-list-lg .layout .flex{padding:8px}.phs-vue-wrap .container.grid-list-lg .layout:only-child{margin:-8px}.phs-vue-wrap .container.grid-list-lg .layout:not(:only-child){margin:auto -8px}.phs-vue-wrap .container.grid-list-lg :not(:only-child) .layout:first-child{margin-top:-8px}.phs-vue-wrap .container.grid-list-lg :not(:only-child) .layout:last-child{margin-bottom:-8px}.phs-vue-wrap .container.grid-list-xl .layout .flex{padding:12px}.phs-vue-wrap .container.grid-list-xl .layout:only-child{margin:-12px}.phs-vue-wrap .container.grid-list-xl .layout:not(:only-child){margin:auto -12px}.phs-vue-wrap .container.grid-list-xl :not(:only-child) .layout:first-child{margin-top:-12px}.phs-vue-wrap .container.grid-list-xl :not(:only-child) .layout:last-child{margin-bottom:-12px}.phs-vue-wrap .layout{display:flex;flex:1 1 auto;flex-wrap:nowrap;min-width:0}.phs-vue-wrap .layout.reverse{flex-direction:row-reverse}.phs-vue-wrap .layout.column{flex-direction:column}.phs-vue-wrap .layout.column.reverse{flex-direction:column-reverse}.phs-vue-wrap .layout.column>.flex{max-width:100%}.phs-vue-wrap .layout.wrap{flex-wrap:wrap}.phs-vue-wrap .layout.grow-shrink-0{flex-grow:0;flex-shrink:0}@media (min-width:0){.phs-vue-wrap .flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-xs12{order:12}.phs-vue-wrap .flex.xs11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-xs11{order:11}.phs-vue-wrap .flex.xs10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-xs10{order:10}.phs-vue-wrap .flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-xs9{order:9}.phs-vue-wrap .flex.xs8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-xs8{order:8}.phs-vue-wrap .flex.xs7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-xs7{order:7}.phs-vue-wrap .flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-xs6{order:6}.phs-vue-wrap .flex.xs5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-xs5{order:5}.phs-vue-wrap .flex.xs4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-xs4{order:4}.phs-vue-wrap .flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-xs3{order:3}.phs-vue-wrap .flex.xs2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-xs2{order:2}.phs-vue-wrap .flex.xs1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-xs1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xs0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .flex.offset-xs0{margin-right:0}}@media (min-width:600px){.phs-vue-wrap .flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-sm12{order:12}.phs-vue-wrap .flex.sm11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-sm11{order:11}.phs-vue-wrap .flex.sm10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-sm10{order:10}.phs-vue-wrap .flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-sm9{order:9}.phs-vue-wrap .flex.sm8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-sm8{order:8}.phs-vue-wrap .flex.sm7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-sm7{order:7}.phs-vue-wrap .flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-sm6{order:6}.phs-vue-wrap .flex.sm5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-sm5{order:5}.phs-vue-wrap .flex.sm4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-sm4{order:4}.phs-vue-wrap .flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-sm3{order:3}.phs-vue-wrap .flex.sm2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-sm2{order:2}.phs-vue-wrap .flex.sm1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-sm1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-sm0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .flex.offset-sm0{margin-right:0}}@media (min-width:960px){.phs-vue-wrap .flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-md12{order:12}.phs-vue-wrap .flex.md11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-md11{order:11}.phs-vue-wrap .flex.md10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-md10{order:10}.phs-vue-wrap .flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-md9{order:9}.phs-vue-wrap .flex.md8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-md8{order:8}.phs-vue-wrap .flex.md7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-md7{order:7}.phs-vue-wrap .flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-md6{order:6}.phs-vue-wrap .flex.md5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-md5{order:5}.phs-vue-wrap .flex.md4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-md4{order:4}.phs-vue-wrap .flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-md3{order:3}.phs-vue-wrap .flex.md2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-md2{order:2}.phs-vue-wrap .flex.md1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-md1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-md12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-md1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-md0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .flex.offset-md0{margin-right:0}}@media (min-width:1264px){.phs-vue-wrap .flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-lg12{order:12}.phs-vue-wrap .flex.lg11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-lg11{order:11}.phs-vue-wrap .flex.lg10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-lg10{order:10}.phs-vue-wrap .flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-lg9{order:9}.phs-vue-wrap .flex.lg8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-lg8{order:8}.phs-vue-wrap .flex.lg7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-lg7{order:7}.phs-vue-wrap .flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-lg6{order:6}.phs-vue-wrap .flex.lg5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-lg5{order:5}.phs-vue-wrap .flex.lg4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-lg4{order:4}.phs-vue-wrap .flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-lg3{order:3}.phs-vue-wrap .flex.lg2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-lg2{order:2}.phs-vue-wrap .flex.lg1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-lg1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-lg0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .flex.offset-lg0{margin-right:0}}@media (min-width:1904px){.phs-vue-wrap .flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.phs-vue-wrap .flex.order-xl12{order:12}.phs-vue-wrap .flex.xl11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.phs-vue-wrap .flex.order-xl11{order:11}.phs-vue-wrap .flex.xl10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.phs-vue-wrap .flex.order-xl10{order:10}.phs-vue-wrap .flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.phs-vue-wrap .flex.order-xl9{order:9}.phs-vue-wrap .flex.xl8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.phs-vue-wrap .flex.order-xl8{order:8}.phs-vue-wrap .flex.xl7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.phs-vue-wrap .flex.order-xl7{order:7}.phs-vue-wrap .flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.phs-vue-wrap .flex.order-xl6{order:6}.phs-vue-wrap .flex.xl5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.phs-vue-wrap .flex.order-xl5{order:5}.phs-vue-wrap .flex.xl4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.phs-vue-wrap .flex.order-xl4{order:4}.phs-vue-wrap .flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.phs-vue-wrap .flex.order-xl3{order:3}.phs-vue-wrap .flex.xl2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.phs-vue-wrap .flex.order-xl2{order:2}.phs-vue-wrap .flex.xl1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.phs-vue-wrap .flex.order-xl1{order:1}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl12{margin-left:100%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl12{margin-right:100%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl11{margin-right:91.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .flex.offset-xl0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .flex.offset-xl0{margin-right:0}}.phs-vue-wrap .child-flex>*,.phs-vue-wrap .flex{flex:1 1 auto;max-width:100%}.phs-vue-wrap .child-flex>.grow-shrink-0,.phs-vue-wrap .flex.grow-shrink-0{flex-grow:0;flex-shrink:0}.phs-vue-wrap .grow,.phs-vue-wrap .spacer{flex-grow:1!important}.phs-vue-wrap .grow{flex-shrink:0!important}.phs-vue-wrap .shrink{flex-grow:0!important;flex-shrink:1!important}.phs-vue-wrap .fill-height{height:100%}.phs-vue-wrap .container{width:100%;padding:12px;margin-right:auto;margin-left:auto}@media (min-width:960px){.phs-vue-wrap .container{max-width:900px}}@media (min-width:1264px){.phs-vue-wrap .container{max-width:1185px}}@media (min-width:1904px){.phs-vue-wrap .container{max-width:1785px}}.phs-vue-wrap .container--fluid{max-width:100%}.phs-vue-wrap .row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.phs-vue-wrap .row+.row{margin-top:12px}.phs-vue-wrap .row+.row--dense{margin-top:4px}.phs-vue-wrap .row--dense{margin:-4px}.phs-vue-wrap .row--dense>.col,.phs-vue-wrap .row--dense>[class*=col-]{padding:4px}.phs-vue-wrap .row.no-gutters{margin:0}.phs-vue-wrap .row.no-gutters>.col,.phs-vue-wrap .row.no-gutters>[class*=col-]{padding:0}.phs-vue-wrap .col,.phs-vue-wrap .col-1,.phs-vue-wrap .col-2,.phs-vue-wrap .col-3,.phs-vue-wrap .col-4,.phs-vue-wrap .col-5,.phs-vue-wrap .col-6,.phs-vue-wrap .col-7,.phs-vue-wrap .col-8,.phs-vue-wrap .col-9,.phs-vue-wrap .col-10,.phs-vue-wrap .col-11,.phs-vue-wrap .col-12,.phs-vue-wrap .col-auto,.phs-vue-wrap .col-lg,.phs-vue-wrap .col-lg-1,.phs-vue-wrap .col-lg-2,.phs-vue-wrap .col-lg-3,.phs-vue-wrap .col-lg-4,.phs-vue-wrap .col-lg-5,.phs-vue-wrap .col-lg-6,.phs-vue-wrap .col-lg-7,.phs-vue-wrap .col-lg-8,.phs-vue-wrap .col-lg-9,.phs-vue-wrap .col-lg-10,.phs-vue-wrap .col-lg-11,.phs-vue-wrap .col-lg-12,.phs-vue-wrap .col-lg-auto,.phs-vue-wrap .col-md,.phs-vue-wrap .col-md-1,.phs-vue-wrap .col-md-2,.phs-vue-wrap .col-md-3,.phs-vue-wrap .col-md-4,.phs-vue-wrap .col-md-5,.phs-vue-wrap .col-md-6,.phs-vue-wrap .col-md-7,.phs-vue-wrap .col-md-8,.phs-vue-wrap .col-md-9,.phs-vue-wrap .col-md-10,.phs-vue-wrap .col-md-11,.phs-vue-wrap .col-md-12,.phs-vue-wrap .col-md-auto,.phs-vue-wrap .col-sm,.phs-vue-wrap .col-sm-1,.phs-vue-wrap .col-sm-2,.phs-vue-wrap .col-sm-3,.phs-vue-wrap .col-sm-4,.phs-vue-wrap .col-sm-5,.phs-vue-wrap .col-sm-6,.phs-vue-wrap .col-sm-7,.phs-vue-wrap .col-sm-8,.phs-vue-wrap .col-sm-9,.phs-vue-wrap .col-sm-10,.phs-vue-wrap .col-sm-11,.phs-vue-wrap .col-sm-12,.phs-vue-wrap .col-sm-auto,.phs-vue-wrap .col-xl,.phs-vue-wrap .col-xl-1,.phs-vue-wrap .col-xl-2,.phs-vue-wrap .col-xl-3,.phs-vue-wrap .col-xl-4,.phs-vue-wrap .col-xl-5,.phs-vue-wrap .col-xl-6,.phs-vue-wrap .col-xl-7,.phs-vue-wrap .col-xl-8,.phs-vue-wrap .col-xl-9,.phs-vue-wrap .col-xl-10,.phs-vue-wrap .col-xl-11,.phs-vue-wrap .col-xl-12,.phs-vue-wrap .col-xl-auto{width:100%;padding:12px}.phs-vue-wrap .col{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-11{margin-right:91.6666666667%}@media (min-width:600px){.phs-vue-wrap .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-sm-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-sm-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-sm-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-sm-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-sm-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-sm-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-sm-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-sm-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-sm-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-sm-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-sm-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-sm-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-sm-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-sm-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-sm-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-sm-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-sm-11{margin-right:91.6666666667%}}@media (min-width:960px){.phs-vue-wrap .col-md{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-md-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-md-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-md-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-md-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-md-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-md-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-md-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-md-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-md-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-md-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-md-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-md-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-md-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-md-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-md-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-md-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-md-11{margin-right:91.6666666667%}}@media (min-width:1264px){.phs-vue-wrap .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-lg-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-lg-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-lg-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-lg-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-lg-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-lg-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-lg-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-lg-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-lg-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-lg-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-lg-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-lg-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-lg-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-lg-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-lg-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-lg-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-lg-11{margin-right:91.6666666667%}}@media (min-width:1904px){.phs-vue-wrap .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.phs-vue-wrap .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.phs-vue-wrap .col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.phs-vue-wrap .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.phs-vue-wrap .col-xl-3{flex:0 0 25%;max-width:25%}.phs-vue-wrap .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.phs-vue-wrap .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.phs-vue-wrap .col-xl-6{flex:0 0 50%;max-width:50%}.phs-vue-wrap .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.phs-vue-wrap .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.phs-vue-wrap .col-xl-9{flex:0 0 75%;max-width:75%}.phs-vue-wrap .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.phs-vue-wrap .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.phs-vue-wrap .col-xl-12{flex:0 0 100%;max-width:100%}.phs-vue-wrap .v-application--is-ltr .offset-xl-0{margin-left:0}.phs-vue-wrap .v-application--is-rtl .offset-xl-0{margin-right:0}.phs-vue-wrap .v-application--is-ltr .offset-xl-1{margin-left:8.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-1{margin-right:8.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-2{margin-left:16.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-2{margin-right:16.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-3{margin-left:25%}.phs-vue-wrap .v-application--is-rtl .offset-xl-3{margin-right:25%}.phs-vue-wrap .v-application--is-ltr .offset-xl-4{margin-left:33.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-4{margin-right:33.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-5{margin-left:41.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-5{margin-right:41.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-6{margin-left:50%}.phs-vue-wrap .v-application--is-rtl .offset-xl-6{margin-right:50%}.phs-vue-wrap .v-application--is-ltr .offset-xl-7{margin-left:58.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-7{margin-right:58.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-8{margin-left:66.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-8{margin-right:66.6666666667%}.phs-vue-wrap .v-application--is-ltr .offset-xl-9{margin-left:75%}.phs-vue-wrap .v-application--is-rtl .offset-xl-9{margin-right:75%}.phs-vue-wrap .v-application--is-ltr .offset-xl-10{margin-left:83.3333333333%}.phs-vue-wrap .v-application--is-rtl .offset-xl-10{margin-right:83.3333333333%}.phs-vue-wrap .v-application--is-ltr .offset-xl-11{margin-left:91.6666666667%}.phs-vue-wrap .v-application--is-rtl .offset-xl-11{margin-right:91.6666666667%}}.phs-vue-wrap .v-item--disabled,.phs-vue-wrap .v-item--disabled *{pointer-events:none}.phs-vue-wrap .theme--light.v-navigation-drawer{background-color:#fff}.phs-vue-wrap .theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:#0000001f}.phs-vue-wrap .theme--light.v-navigation-drawer .v-divider{border-color:#0000001f}.phs-vue-wrap .theme--dark.v-navigation-drawer{background-color:#363636}.phs-vue-wrap .theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border{background-color:#ffffff1f}.phs-vue-wrap .theme--dark.v-navigation-drawer .v-divider{border-color:#ffffff1f}.phs-vue-wrap .v-navigation-drawer{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;left:0;max-width:100%;overflow:hidden;pointer-events:auto;top:0;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:transform,visibility,width}.phs-vue-wrap .v-navigation-drawer:not([data-booted=true]){transition:none!important}.phs-vue-wrap .v-navigation-drawer.v-navigation-drawer--right:after{left:0;right:auto}.phs-vue-wrap .v-navigation-drawer .v-list:not(.v-select-list){background:inherit}.phs-vue-wrap .v-navigation-drawer__border{position:absolute;right:0;top:0;height:100%;width:1px}.phs-vue-wrap .v-navigation-drawer__content{height:100%;overflow-y:auto;overflow-x:hidden}.phs-vue-wrap .v-navigation-drawer__image{border-radius:inherit;height:100%;position:absolute;top:0;bottom:0;z-index:-1;contain:strict;width:100%}.phs-vue-wrap .v-navigation-drawer__image .v-image{border-radius:inherit}.phs-vue-wrap .v-navigation-drawer--bottom.v-navigation-drawer--is-mobile{max-height:50%;top:auto;bottom:0;min-width:100%}.phs-vue-wrap .v-navigation-drawer--right{left:auto;right:0}.phs-vue-wrap .v-navigation-drawer--right>.v-navigation-drawer__border{right:auto;left:0}.phs-vue-wrap .v-navigation-drawer--absolute{z-index:1}.phs-vue-wrap .v-navigation-drawer--fixed{z-index:6}.phs-vue-wrap .v-navigation-drawer--absolute{position:absolute}.phs-vue-wrap .v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile){z-index:4}.phs-vue-wrap .v-navigation-drawer--fixed{position:fixed}.phs-vue-wrap .v-navigation-drawer--floating:after{display:none}.phs-vue-wrap .v-navigation-drawer--mini-variant{overflow:hidden}.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-item>:first-child{margin-left:0;margin-right:0}.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-item>:not(:first-child){position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;display:initial}.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,.phs-vue-wrap .v-navigation-drawer--mini-variant .v-list-group--sub-group{display:none}.phs-vue-wrap .v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item{justify-content:center}.phs-vue-wrap .v-navigation-drawer--temporary{z-index:7}.phs-vue-wrap .v-navigation-drawer--mobile{z-index:6}.phs-vue-wrap .v-navigation-drawer--close{visibility:hidden}.phs-vue-wrap .v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),.phs-vue-wrap .v-navigation-drawer--temporary:not(.v-navigation-drawer--close){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.phs-vue-wrap .theme--light.v-otp-input .v-input .v-input__control .v-input__slot{background:#fff}.phs-vue-wrap .theme--dark.v-otp-input .v-input .v-input__control .v-input__slot{background:#303030}.phs-vue-wrap .v-otp-input{display:flex;flex-wrap:wrap;flex:1 1 auto;margin-right:-4px;margin-left:-4px}.phs-vue-wrap .v-otp-input input{text-align:center}.phs-vue-wrap .v-otp-input .v-input{margin:0;flex:1 0 32px;max-width:100%;width:100%;padding:4px}.phs-vue-wrap .v-otp-input .v-input.v-otp-input--plain fieldset{display:none}.phs-vue-wrap .v-otp-input .v-input input[type=number]::-webkit-inner-spin-button,.phs-vue-wrap .v-otp-input .v-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.phs-vue-wrap .v-otp-input .v-input input[type=number]{-moz-appearance:textfield}.phs-vue-wrap .theme--light.v-overflow-btn.theme--light.v-overflow-btn>.v-input__control>.v-input__slot{border-color:#0000001f}.phs-vue-wrap .theme--light.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#fff}.phs-vue-wrap .theme--light.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-overflow-btn.theme--dark.v-overflow-btn>.v-input__control>.v-input__slot{border-color:#ffffff1f}.phs-vue-wrap .theme--dark.v-overflow-btn:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot:hover{background:#1e1e1e}.phs-vue-wrap .theme--dark.v-overflow-btn.v-overflow-btn--segmented .v-input__append-inner{border-left:thin solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-autocomplete__content.v-menu__content{box-shadow:0 4px 6px #20212447}.phs-vue-wrap .v-autocomplete__content.v-menu__content .v-select-list{border-radius:0 0 4px 4px}.phs-vue-wrap .v-overflow-btn{margin-top:12px;padding-top:0}.phs-vue-wrap .v-overflow-btn:not(.v-overflow-btn--editable)>.v-input__control>.v-input__slot{cursor:pointer}.phs-vue-wrap .v-overflow-btn .v-input__slot{border-width:2px 0;border-style:solid}.phs-vue-wrap .v-overflow-btn .v-input__slot:before{display:none}.phs-vue-wrap .v-overflow-btn .v-select__slot{height:48px}.phs-vue-wrap .v-overflow-btn.v-input--dense .v-select__slot{height:38px}.phs-vue-wrap .v-overflow-btn.v-input--dense input{cursor:pointer}.phs-vue-wrap .v-application--is-ltr .v-overflow-btn.v-input--dense input{margin-left:16px}.phs-vue-wrap .v-application--is-rtl .v-overflow-btn.v-input--dense input{margin-right:16px}.phs-vue-wrap .v-application--is-ltr .v-overflow-btn .v-select__selection--comma:first-child{margin-left:16px}.phs-vue-wrap .v-application--is-rtl .v-overflow-btn .v-select__selection--comma:first-child{margin-right:16px}.phs-vue-wrap .v-overflow-btn .v-input__slot{transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-overflow-btn .v-input__slot:after,.phs-vue-wrap .v-overflow-btn .v-input__slot:before{display:none}.phs-vue-wrap .v-overflow-btn .v-label{top:calc(50% - 10px)}.phs-vue-wrap .v-application--is-ltr .v-overflow-btn .v-label{margin-left:16px}.phs-vue-wrap .v-application--is-rtl .v-overflow-btn .v-label{margin-right:16px}.phs-vue-wrap .v-overflow-btn .v-input__append-inner{align-items:center;align-self:auto;flex-shrink:0;height:48px;margin-top:0;padding:0 4px;width:42px}.phs-vue-wrap .v-overflow-btn .v-input__append-outer,.phs-vue-wrap .v-overflow-btn .v-input__prepend-outer{margin-bottom:12px;margin-top:12px}.phs-vue-wrap .v-overflow-btn .v-input__control:before{height:1px;top:-1px;content:"";left:0;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.phs-vue-wrap .v-overflow-btn.v-input--is-focused .v-input__slot,.phs-vue-wrap .v-overflow-btn.v-select--is-menu-active .v-input__slot{border-color:transparent!important;box-shadow:0 1px 6px #20212447}.phs-vue-wrap .v-overflow-btn.v-input--is-focused .v-input__slot{border-radius:4px}.phs-vue-wrap .v-overflow-btn.v-select--is-menu-active .v-input__slot{border-radius:4px 4px 0 0}.phs-vue-wrap .v-overflow-btn .v-select__selections{width:0}.phs-vue-wrap .v-overflow-btn--segmented .v-input__slot{border-width:thin 0}.phs-vue-wrap .v-overflow-btn--segmented .v-select__selections{flex-wrap:nowrap}.phs-vue-wrap .v-overflow-btn--segmented .v-select__selections .v-btn{border-radius:0;margin:0;height:48px;width:100%}.phs-vue-wrap .v-application--is-ltr .v-overflow-btn--segmented .v-select__selections .v-btn{margin-right:-16px}.phs-vue-wrap .v-application--is-rtl .v-overflow-btn--segmented .v-select__selections .v-btn{margin-left:-16px}.phs-vue-wrap .v-overflow-btn--segmented .v-select__selections .v-btn__content{justify-content:start}.phs-vue-wrap .v-overflow-btn--segmented .v-select__selections .v-btn__content:before{background-color:transparent}.phs-vue-wrap .v-overflow-btn--editable .v-select__slot input{cursor:text;padding:8px 16px}.phs-vue-wrap .v-overflow-btn--editable .v-input__append-inner,.phs-vue-wrap .v-overflow-btn--editable .v-input__append-inner *{cursor:pointer}.phs-vue-wrap .theme--light.v-pagination .v-pagination__item{background:#fff;color:#000000de}.phs-vue-wrap .theme--light.v-pagination .v-pagination__item--active{color:#fff}.phs-vue-wrap .theme--light.v-pagination .v-pagination__navigation{background:#fff}.phs-vue-wrap .theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.phs-vue-wrap .theme--dark.v-pagination .v-pagination__item--active{color:#fff}.phs-vue-wrap .theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.phs-vue-wrap .v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.phs-vue-wrap .v-pagination.v-pagination{padding-left:0}.phs-vue-wrap .v-pagination>li{align-items:center;display:flex}.phs-vue-wrap .v-pagination--circle .v-pagination__item,.phs-vue-wrap .v-pagination--circle .v-pagination__more,.phs-vue-wrap .v-pagination--circle .v-pagination__navigation{border-radius:50%}.phs-vue-wrap .v-pagination--disabled{pointer-events:none;opacity:.6}.phs-vue-wrap .v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-pagination__item--active{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-pagination__navigation{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.phs-vue-wrap .v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.phs-vue-wrap .v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.phs-vue-wrap .v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}.phs-vue-wrap .v-parallax{position:relative;overflow:hidden;z-index:0}.phs-vue-wrap .v-parallax__image-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;contain:strict}.phs-vue-wrap .v-parallax__image{position:absolute;bottom:0;left:50%;min-width:100%;min-height:100%;display:none;transform:translate(-50%);will-change:transform;transition:opacity .3s cubic-bezier(.25,.8,.5,1);z-index:1}.phs-vue-wrap .v-parallax__content{color:#fff;height:100%;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 1rem}.phs-vue-wrap .v-input--radio-group legend.v-label{cursor:text;font-size:14px;height:auto}.phs-vue-wrap .v-input--radio-group__input{border:none;cursor:default;display:flex;width:100%}.phs-vue-wrap .v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.phs-vue-wrap .v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.phs-vue-wrap .v-input--radio-group--row legend{align-self:center;display:inline-block}.phs-vue-wrap .v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.phs-vue-wrap .v-input--radio-group--column legend{padding-bottom:8px}.phs-vue-wrap .v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.phs-vue-wrap .v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.phs-vue-wrap .theme--light.v-radio--is-disabled label{color:#00000061}.phs-vue-wrap .theme--dark.v-radio--is-disabled label{color:#ffffff80}.phs-vue-wrap .v-radio{align-items:center;display:flex;height:auto;outline:none}.phs-vue-wrap .v-radio--is-disabled{pointer-events:none;cursor:default}.phs-vue-wrap .v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}.phs-vue-wrap .theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#fafafa}.phs-vue-wrap .theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb{background:#424242}.phs-vue-wrap .v-input--range-slider.v-input--is-disabled .v-slider__track-fill{display:none}.phs-vue-wrap .v-input--range-slider.v-input--is-disabled.v-input--slider .v-slider.v-slider .v-slider__thumb{border-color:transparent}.phs-vue-wrap .v-rating{max-width:100%;white-space:nowrap}.phs-vue-wrap .v-rating .v-icon{padding:.5rem;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.phs-vue-wrap .v-rating .v-icon:after{display:none}.phs-vue-wrap .v-application--is-ltr .v-rating .v-icon{transform:scaleX(1)}.phs-vue-wrap .v-application--is-rtl .v-rating .v-icon{transform:scaleX(-1)}.phs-vue-wrap .v-rating--readonly .v-icon{pointer-events:none}.phs-vue-wrap .v-rating--dense .v-icon{padding:.1rem}.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3),hsla(0,0%,100%,0))}.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__avatar,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__button,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__chip,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__divider,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__heading,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__image,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__text{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__actions,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__article,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__card-heading,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__card-text,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__date-picker,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-heading,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-tbody,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-tfoot,.phs-vue-wrap .theme--light.v-skeleton-loader .v-skeleton-loader__table-thead{background:#fff}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__bone:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.05),hsla(0,0%,100%,0))}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__avatar,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__button,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__chip,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__divider,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__image,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__text{background:hsla(0,0%,100%,.12)}.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__actions,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__article,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__card-heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__card-text,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__date-picker,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-heading,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-tbody,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-tfoot,.phs-vue-wrap .theme--dark.v-skeleton-loader .v-skeleton-loader__table-thead{background:#1e1e1e}.phs-vue-wrap .v-skeleton-loader{border-radius:4px;position:relative;vertical-align:top}.phs-vue-wrap .v-skeleton-loader__actions{padding:16px 16px 8px;text-align:right}.phs-vue-wrap .v-skeleton-loader__actions .v-skeleton-loader__button{display:inline-block}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-right:12px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__actions .v-skeleton-loader__button:first-child{margin-left:12px}.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-text,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-two-line{border-radius:4px}.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__actions:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__article:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-avatar:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-heading:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card-text:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__card:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker-days:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker-options:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__date-picker:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-avatar:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-text:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-three-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item-two-line:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__list-item:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__paragraph:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__sentences:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-cell:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-heading:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-row-divider:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-row:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-tbody:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-tfoot:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table-thead:after,.phs-vue-wrap .v-skeleton-loader .v-skeleton-loader__table:after{display:none}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 0 16px 16px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__article .v-skeleton-loader__heading{margin:16px 16px 0}.phs-vue-wrap .v-skeleton-loader__article .v-skeleton-loader__paragraph{padding:16px}.phs-vue-wrap .v-skeleton-loader__bone{border-radius:inherit;overflow:hidden;position:relative}.phs-vue-wrap .v-skeleton-loader__bone:after{-webkit-animation:loading 1.5s infinite;animation:loading 1.5s infinite;content:"";height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:1}.phs-vue-wrap .v-skeleton-loader__avatar{border-radius:50%;height:48px;width:48px}.phs-vue-wrap .v-skeleton-loader__button{border-radius:4px;height:36px;width:64px}.phs-vue-wrap .v-skeleton-loader__card .v-skeleton-loader__image{border-radius:0}.phs-vue-wrap .v-skeleton-loader__card-heading .v-skeleton-loader__heading{margin:16px}.phs-vue-wrap .v-skeleton-loader__card-text{padding:16px}.phs-vue-wrap .v-skeleton-loader__chip{border-radius:16px;height:32px;width:96px}.phs-vue-wrap .v-skeleton-loader__date-picker{border-radius:inherit}.phs-vue-wrap .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text{max-width:88px;width:20%}.phs-vue-wrap .v-skeleton-loader__date-picker .v-skeleton-loader__heading{max-width:256px;width:40%}.phs-vue-wrap .v-skeleton-loader__date-picker-days{display:flex;flex-wrap:wrap;padding:0 12px;margin:0 auto}.phs-vue-wrap .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar{border-radius:4px;flex:1 1 auto;margin:4px;height:40px;width:40px}.phs-vue-wrap .v-skeleton-loader__date-picker-options{align-items:center;display:flex;padding:16px}.phs-vue-wrap .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar{height:40px;width:40px}.phs-vue-wrap .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:auto}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__date-picker-options .v-skeleton-loader__avatar:nth-child(2){margin-left:8px}.phs-vue-wrap .v-skeleton-loader__date-picker-options .v-skeleton-loader__text.v-skeleton-loader__bone:first-child{margin-bottom:0;max-width:50%;width:456px}.phs-vue-wrap .v-skeleton-loader__divider{border-radius:1px;height:2px}.phs-vue-wrap .v-skeleton-loader__heading{border-radius:12px;height:24px;width:45%}.phs-vue-wrap .v-skeleton-loader__image{height:200px;border-radius:0}.phs-vue-wrap .v-skeleton-loader__image~.v-skeleton-loader__card-heading{border-radius:0}.phs-vue-wrap .v-skeleton-loader__image:first-child,.phs-vue-wrap .v-skeleton-loader__image:last-child{border-radius:inherit}.phs-vue-wrap .v-skeleton-loader__list-item{height:48px}.phs-vue-wrap .v-skeleton-loader__list-item-three-line{flex-wrap:wrap}.phs-vue-wrap .v-skeleton-loader__list-item-three-line>*{flex:1 0 100%;width:100%}.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar{height:40px;width:40px}.phs-vue-wrap .v-skeleton-loader__list-item-avatar{height:48px}.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .v-skeleton-loader__list-item-two-line{height:72px}.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .v-skeleton-loader__list-item-three-line{height:88px}.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar{align-self:flex-start}.phs-vue-wrap .v-skeleton-loader__list-item,.phs-vue-wrap .v-skeleton-loader__list-item-avatar,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line,.phs-vue-wrap .v-skeleton-loader__list-item-three-line,.phs-vue-wrap .v-skeleton-loader__list-item-two-line{align-content:center;align-items:center;display:flex;flex-wrap:wrap;padding:0 16px}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-right:16px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-avatar .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-three-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item-two-line .v-skeleton-loader__avatar,.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__list-item .v-skeleton-loader__avatar{margin-left:16px}.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-three-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar-two-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-avatar .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-three-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item-two-line .v-skeleton-loader__text:only-child,.phs-vue-wrap .v-skeleton-loader__list-item .v-skeleton-loader__text:last-child,.phs-vue-wrap .v-skeleton-loader__list-item .v-skeleton-loader__text:only-child{margin-bottom:0}.phs-vue-wrap .v-skeleton-loader__paragraph,.phs-vue-wrap .v-skeleton-loader__sentences{flex:1 0 auto}.phs-vue-wrap .v-skeleton-loader__paragraph:not(:last-child){margin-bottom:6px}.phs-vue-wrap .v-skeleton-loader__paragraph .v-skeleton-loader__text:first-child{max-width:100%}.phs-vue-wrap .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(2){max-width:50%}.phs-vue-wrap .v-skeleton-loader__paragraph .v-skeleton-loader__text:nth-child(3),.phs-vue-wrap .v-skeleton-loader__sentences .v-skeleton-loader__text:nth-child(2){max-width:70%}.phs-vue-wrap .v-skeleton-loader__sentences:not(:last-child){margin-bottom:6px}.phs-vue-wrap .v-skeleton-loader__table-heading{align-items:center;display:flex;justify-content:space-between;padding:16px}.phs-vue-wrap .v-skeleton-loader__table-heading .v-skeleton-loader__heading{max-width:15%}.phs-vue-wrap .v-skeleton-loader__table-heading .v-skeleton-loader__text{max-width:40%}.phs-vue-wrap .v-skeleton-loader__table-thead{display:flex;justify-content:space-between;padding:16px}.phs-vue-wrap .v-skeleton-loader__table-thead .v-skeleton-loader__heading{max-width:5%}.phs-vue-wrap .v-skeleton-loader__table-tbody{padding:16px 16px 0}.phs-vue-wrap .v-skeleton-loader__table-tfoot{align-items:center;display:flex;justify-content:flex-end;padding:16px}.phs-vue-wrap .v-application--is-ltr .v-skeleton-loader__table-tfoot>*{margin-left:8px}.phs-vue-wrap .v-application--is-rtl .v-skeleton-loader__table-tfoot>*{margin-right:8px}.phs-vue-wrap .v-skeleton-loader__table-tfoot .v-skeleton-loader__avatar{height:40px;width:40px}.phs-vue-wrap .v-skeleton-loader__table-tfoot .v-skeleton-loader__text{margin-bottom:0}.phs-vue-wrap .v-skeleton-loader__table-tfoot .v-skeleton-loader__text:first-child{max-width:128px}.phs-vue-wrap .v-skeleton-loader__table-tfoot .v-skeleton-loader__text:nth-child(2){max-width:64px}.phs-vue-wrap .v-skeleton-loader__table-row{display:flex;justify-content:space-between}.phs-vue-wrap .v-skeleton-loader__table-cell{align-items:center;display:flex;height:48px;width:88px}.phs-vue-wrap .v-skeleton-loader__table-cell .v-skeleton-loader__text{margin-bottom:0}.phs-vue-wrap .v-skeleton-loader__text{border-radius:6px;flex:1 0 auto;height:12px;margin-bottom:6px}.phs-vue-wrap .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after{display:none}.phs-vue-wrap .v-skeleton-loader--is-loading{overflow:hidden}.phs-vue-wrap .v-skeleton-loader--tile,.phs-vue-wrap .v-skeleton-loader--tile .v-skeleton-loader__bone{border-radius:0}@-webkit-keyframes loading{to{transform:translate(100%)}}@keyframes loading{to{transform:translate(100%)}}.phs-vue-wrap .theme--light.v-snack__wrapper{color:#000000de}.phs-vue-wrap .theme--dark.v-snack__wrapper{color:#fff}.phs-vue-wrap .v-sheet.v-snack__wrapper{border-radius:4px}.phs-vue-wrap .v-sheet.v-snack__wrapper:not(.v-sheet--outlined){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.phs-vue-wrap .v-sheet.v-snack__wrapper.v-sheet--shaped{border-radius:16px 4px}.phs-vue-wrap .v-snack{bottom:0;display:flex;font-size:.875rem;justify-content:center;left:0;pointer-events:none;right:0;top:0;width:100%}.phs-vue-wrap .v-snack:not(.v-snack--absolute){height:100vh;position:fixed;z-index:1000}.phs-vue-wrap .v-snack:not(.v-snack--centered):not(.v-snack--top){align-items:flex-end}.phs-vue-wrap .v-snack__wrapper{align-items:center;border-color:currentColor!important;display:flex;margin:8px;max-width:672px;min-height:48px;min-width:344px;padding:0;pointer-events:auto;position:relative;transition-duration:.15s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0,0,.2,1);z-index:1}.phs-vue-wrap .v-snack__wrapper.theme--dark{background-color:#333;color:#ffffffde}.phs-vue-wrap .v-snack__content{flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1.25rem;margin-right:auto;padding:14px 16px;text-align:initial}.phs-vue-wrap .v-snack__action{align-items:center;align-self:center;display:flex}.phs-vue-wrap .v-snack__action .v-ripple__container{display:none}.phs-vue-wrap .v-application--is-ltr .v-snack__action{margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-snack__action{margin-left:8px}.phs-vue-wrap .v-snack__action>.v-snack__btn.v-btn{padding:0 8px}.phs-vue-wrap .v-snack__btn{margin:0;min-width:auto}.phs-vue-wrap .v-snack--absolute{height:100%;position:absolute;z-index:1}.phs-vue-wrap .v-snack--centered{align-items:center}.phs-vue-wrap .v-snack--left{justify-content:flex-start;right:auto}.phs-vue-wrap .v-snack--multi-line .v-snack__wrapper{min-height:68px}.phs-vue-wrap .v-snack--right{justify-content:flex-end;left:auto}.phs-vue-wrap .v-snack:not(.v-snack--has-background) .v-snack__wrapper{box-shadow:none}.phs-vue-wrap .v-snack--bottom{top:auto}.phs-vue-wrap .v-snack--text .v-snack__wrapper:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:.12;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.phs-vue-wrap .v-snack--top{align-items:flex-start;bottom:auto}.phs-vue-wrap .v-snack--vertical .v-snack__wrapper{flex-direction:column}.phs-vue-wrap .v-snack--vertical .v-snack__wrapper .v-snack__action{align-self:flex-end;margin-bottom:8px}.phs-vue-wrap .v-snack-transition-enter.v-snack__wrapper{transform:scale(.8)}.phs-vue-wrap .v-snack-transition-enter.v-snack__wrapper,.phs-vue-wrap .v-snack-transition-leave-to.v-snack__wrapper{opacity:0}.phs-vue-wrap .v-speed-dial{position:relative;z-index:1}.phs-vue-wrap .v-speed-dial--absolute{position:absolute}.phs-vue-wrap .v-speed-dial--fixed{position:fixed}.phs-vue-wrap .v-speed-dial--absolute,.phs-vue-wrap .v-speed-dial--fixed{z-index:4}.phs-vue-wrap .v-speed-dial--absolute>.v-btn--floating,.phs-vue-wrap .v-speed-dial--fixed>.v-btn--floating{margin:0}.phs-vue-wrap .v-speed-dial--top{top:16px}.phs-vue-wrap .v-speed-dial--bottom{bottom:16px}.phs-vue-wrap .v-speed-dial--left{left:16px}.phs-vue-wrap .v-speed-dial--right{right:16px}.phs-vue-wrap .v-speed-dial--direction-left .v-speed-dial__list,.phs-vue-wrap .v-speed-dial--direction-right .v-speed-dial__list{height:100%;top:0;padding:0 16px}.phs-vue-wrap .v-speed-dial--direction-bottom .v-speed-dial__list,.phs-vue-wrap .v-speed-dial--direction-top .v-speed-dial__list{left:0;width:100%}.phs-vue-wrap .v-speed-dial--direction-top .v-speed-dial__list{flex-direction:column-reverse;bottom:100%}.phs-vue-wrap .v-speed-dial--direction-right .v-speed-dial__list{flex-direction:row;left:100%}.phs-vue-wrap .v-speed-dial--direction-bottom .v-speed-dial__list{flex-direction:column;top:100%}.phs-vue-wrap .v-speed-dial--direction-left .v-speed-dial__list{flex-direction:row-reverse;right:100%}.phs-vue-wrap .v-speed-dial__list{align-items:center;display:flex;justify-content:center;padding:16px 0;position:absolute}.phs-vue-wrap .v-speed-dial__list .v-btn{margin:6px}.phs-vue-wrap .v-speed-dial:not(.v-speed-dial--is-active) .v-speed-dial__list{pointer-events:none}.phs-vue-wrap .theme--light.v-stepper{background:#fff}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:rgba(0,0,0,.38)}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step__step,.phs-vue-wrap .theme--light.v-stepper .v-stepper__step__step .v-icon{color:#fff}.phs-vue-wrap .theme--light.v-stepper .v-stepper__header .v-divider{border-color:#0000001f}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #000}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--editable:hover{background:rgba(0,0,0,.06)}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #000}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--complete .v-stepper__label{color:#000000de}.phs-vue-wrap .theme--light.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:rgba(0,0,0,.54)}.phs-vue-wrap .theme--light.v-stepper .v-stepper__label{color:#00000061}.phs-vue-wrap .theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.phs-vue-wrap .theme--light.v-stepper .v-stepper__label small{color:#0009}.phs-vue-wrap .v-application--is-ltr .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid rgba(0,0,0,.12)}.phs-vue-wrap .v-application--is-rtl .theme--light.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid rgba(0,0,0,.12)}.phs-vue-wrap .theme--dark.v-stepper{background:#303030}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:hsla(0,0%,100%,.5)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step__step,.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step__step .v-icon{color:#fff}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__header .v-divider{border-color:#ffffff1f}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--active .v-stepper__label{text-shadow:0 0 0 #fff}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--editable:hover{background:hsla(0,0%,100%,.06)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label{text-shadow:0 0 0 #fff}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label{color:#ffffffde}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step{background:hsla(0,0%,100%,.75)}.phs-vue-wrap .theme--dark.v-stepper .v-stepper__label{color:#ffffff80}.phs-vue-wrap .theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,.phs-vue-wrap .theme--dark.v-stepper .v-stepper__label small{color:#ffffffb3}.phs-vue-wrap .v-application--is-ltr .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-left:1px solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-application--is-rtl .theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child){border-right:1px solid hsla(0,0%,100%,.12)}.phs-vue-wrap .v-sheet.v-stepper{border-radius:4px}.phs-vue-wrap .v-sheet.v-stepper:not(.v-sheet--outlined){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-sheet.v-stepper.v-sheet--shaped{border-radius:16px 4px}.phs-vue-wrap .v-stepper{border-radius:4px;overflow:hidden;position:relative}.phs-vue-wrap .v-stepper__header{height:72px;align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.phs-vue-wrap .v-stepper__header .v-divider{align-self:center;margin:0 -16px}.phs-vue-wrap .v-stepper__items{position:relative;overflow:hidden}.phs-vue-wrap .v-stepper__step__step{align-items:center;border-radius:50%;display:inline-flex;font-size:.75rem;justify-content:center;height:24px;min-width:24px;width:24px;transition:.3s cubic-bezier(.25,.8,.25,1)}.phs-vue-wrap .v-application--is-ltr .v-stepper__step__step{margin-right:8px}.phs-vue-wrap .v-application--is-rtl .v-stepper__step__step{margin-left:8px}.phs-vue-wrap .v-stepper__step__step .v-icon.v-icon{font-size:1.25rem}.phs-vue-wrap .v-stepper__step__step .v-icon.v-icon.v-icon--svg{height:1.25rem;width:1.25rem}.phs-vue-wrap .v-stepper__step{align-items:center;display:flex;flex-direction:row;padding:24px;position:relative}.phs-vue-wrap .v-stepper__step--active .v-stepper__label{transition:.3s cubic-bezier(.4,0,.6,1)}.phs-vue-wrap .v-stepper__step--editable{cursor:pointer}.phs-vue-wrap .v-stepper__step.v-stepper__step--error .v-stepper__step__step{background:transparent;color:inherit}.phs-vue-wrap .v-stepper__step.v-stepper__step--error .v-stepper__step__step .v-icon{font-size:1.5rem;color:inherit}.phs-vue-wrap .v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label{color:inherit;text-shadow:none;font-weight:500}.phs-vue-wrap .v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label small{color:inherit}.phs-vue-wrap .v-stepper__label{display:block;flex-grow:1;line-height:1}.phs-vue-wrap .v-application--is-ltr .v-stepper__label{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-stepper__label{text-align:right}.phs-vue-wrap .v-stepper__label small{display:block;font-size:.75rem;font-weight:300;text-shadow:none}.phs-vue-wrap .v-stepper__wrapper{overflow:hidden;transition:none}.phs-vue-wrap .v-stepper__content{top:0;padding:24px 24px 16px;flex:1 0 auto;width:100%}.phs-vue-wrap .v-stepper__content>.v-btn{margin:24px 8px 8px 0}.phs-vue-wrap .v-stepper--flat{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f!important}.phs-vue-wrap .v-stepper--is-booted .v-stepper__content,.phs-vue-wrap .v-stepper--is-booted .v-stepper__wrapper{transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-stepper--vertical{padding-bottom:36px}.phs-vue-wrap .v-stepper--vertical .v-stepper__content{width:auto}.phs-vue-wrap .v-application--is-ltr .v-stepper--vertical .v-stepper__content{padding:16px 60px 16px 23px}.phs-vue-wrap .v-application--is-rtl .v-stepper--vertical .v-stepper__content{padding:16px 23px 16px 60px}.phs-vue-wrap .v-application--is-ltr .v-stepper--vertical .v-stepper__content{margin:-8px -36px -16px 36px}.phs-vue-wrap .v-application--is-rtl .v-stepper--vertical .v-stepper__content{margin:-8px 36px -16px -36px}.phs-vue-wrap .v-stepper--vertical .v-stepper__step{padding:24px 24px 16px}.phs-vue-wrap .v-application--is-ltr .v-stepper--vertical .v-stepper__step__step{margin-right:12px}.phs-vue-wrap .v-application--is-rtl .v-stepper--vertical .v-stepper__step__step{margin-left:12px}.phs-vue-wrap .v-stepper--alt-labels .v-stepper__header{height:auto}.phs-vue-wrap .v-stepper--alt-labels .v-stepper__header .v-divider{margin:35px -67px 0;align-self:flex-start}.phs-vue-wrap .v-stepper--alt-labels .v-stepper__step{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.phs-vue-wrap .v-stepper--alt-labels .v-stepper__step small{text-align:center}.phs-vue-wrap .v-stepper--alt-labels .v-stepper__step__step{margin-bottom:11px;margin-left:0;margin-right:0}@media only screen and (max-width:959.98px){.phs-vue-wrap .v-stepper:not(.v-stepper--vertical) .v-stepper__label{display:none}.phs-vue-wrap .v-stepper:not(.v-stepper--vertical) .v-stepper__step__step{margin-left:0;margin-right:0}}.phs-vue-wrap .theme--light.v-input--switch .v-input--switch__thumb{color:#fff}.phs-vue-wrap .theme--light.v-input--switch .v-input--switch__track{color:#00000061}.phs-vue-wrap .theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#fafafa!important}.phs-vue-wrap .theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:#0000001f!important}.phs-vue-wrap .theme--dark.v-input--switch .v-input--switch__thumb{color:#bdbdbd}.phs-vue-wrap .theme--dark.v-input--switch .v-input--switch__track{color:#ffffff4d}.phs-vue-wrap .theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#424242!important}.phs-vue-wrap .theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track{color:#ffffff1a!important}.phs-vue-wrap .v-input--switch__thumb,.phs-vue-wrap .v-input--switch__track{background-color:currentColor;pointer-events:none;transition:inherit}.phs-vue-wrap .v-input--switch__track{border-radius:8px;width:36px;height:14px;left:2px;position:absolute;opacity:.6;right:2px;top:calc(50% - 7px)}.phs-vue-wrap .v-input--switch__thumb{border-radius:50%;top:calc(50% - 10px);height:20px;position:relative;width:20px;display:flex;justify-content:center;align-items:center;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-input--switch .v-input--selection-controls__input{width:38px;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-input--switch .v-input--selection-controls__ripple{top:calc(50% - 24px)}.phs-vue-wrap .v-input--switch.v-input--dense .v-input--switch__thumb{width:18px;height:18px}.phs-vue-wrap .v-input--switch.v-input--dense .v-input--switch__track{height:12px;width:32px}.phs-vue-wrap .v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track{height:22px;width:44px;top:calc(50% - 12px);left:-3px}.phs-vue-wrap .v-input--switch.v-input--dense .v-input--selection-controls__ripple{top:calc(50% - 22px)}.phs-vue-wrap .v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input{opacity:.6}.phs-vue-wrap .v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple{left:-14px}.phs-vue-wrap .v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple{left:-12px}.phs-vue-wrap .v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)}.phs-vue-wrap .v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple{right:-14px}.phs-vue-wrap .v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple{right:-12px}.phs-vue-wrap .v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb{transform:translate(-20px)}.phs-vue-wrap .v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.phs-vue-wrap .v-input--switch--inset .v-input--selection-controls__input,.phs-vue-wrap .v-input--switch--inset .v-input--switch__track{width:48px}.phs-vue-wrap .v-input--switch--inset .v-input--switch__track{border-radius:14px;height:28px;left:-4px;opacity:.32;top:calc(50% - 14px)}.phs-vue-wrap .v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb{transform:translate(0)!important}.phs-vue-wrap .v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb{transform:translate(-6px)!important}.phs-vue-wrap .v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(20px)!important}.phs-vue-wrap .v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,.phs-vue-wrap .v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb{transform:translate(-26px)!important}.phs-vue-wrap .theme--light.v-system-bar{background-color:#e0e0e0;color:#0009}.phs-vue-wrap .theme--light.v-system-bar .v-icon{color:#0009}.phs-vue-wrap .theme--light.v-system-bar--lights-out{background-color:#ffffffb3!important}.phs-vue-wrap .theme--dark.v-system-bar{background-color:#000;color:#ffffffb3}.phs-vue-wrap .theme--dark.v-system-bar .v-icon{color:#ffffffb3}.phs-vue-wrap .theme--dark.v-system-bar--lights-out{background-color:#0003!important}.phs-vue-wrap .v-system-bar{align-items:center;display:flex;font-size:.875rem;font-weight:400;padding:0 8px}.phs-vue-wrap .v-system-bar .v-icon{font-size:1rem;margin-right:4px}.phs-vue-wrap .v-system-bar .v-btn .v-icon{margin-right:0}.phs-vue-wrap .v-system-bar--absolute,.phs-vue-wrap .v-system-bar--fixed{left:0;top:0;width:100%;z-index:3}.phs-vue-wrap .v-system-bar--fixed{position:fixed}.phs-vue-wrap .v-system-bar--absolute{position:absolute}.phs-vue-wrap .v-system-bar--window .v-icon{font-size:1.25rem;margin-right:8px}.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar{background-color:#fff}.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.phs-vue-wrap .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:#0000008a}.phs-vue-wrap .theme--light.v-tabs .v-tab:hover:before{opacity:.04}.phs-vue-wrap .theme--light.v-tabs .v-tab--active:before,.phs-vue-wrap .theme--light.v-tabs .v-tab--active:hover:before,.phs-vue-wrap .theme--light.v-tabs .v-tab:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-tabs .v-tab--active:focus:before{opacity:.16}.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar{background-color:#1e1e1e}.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,.phs-vue-wrap .theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon{color:#fff9}.phs-vue-wrap .theme--dark.v-tabs .v-tab:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-tabs .v-tab--active:before,.phs-vue-wrap .theme--dark.v-tabs .v-tab--active:hover:before,.phs-vue-wrap .theme--dark.v-tabs .v-tab:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-tabs .v-tab--active:focus:before{opacity:.32}.phs-vue-wrap .theme--light.v-tabs-items{background-color:#fff}.phs-vue-wrap .theme--dark.v-tabs-items{background-color:#1e1e1e}.phs-vue-wrap .v-tabs-bar.accent .v-tab,.phs-vue-wrap .v-tabs-bar.accent .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.error .v-tab,.phs-vue-wrap .v-tabs-bar.error .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.info .v-tab,.phs-vue-wrap .v-tabs-bar.info .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.primary .v-tab,.phs-vue-wrap .v-tabs-bar.primary .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.secondary .v-tab,.phs-vue-wrap .v-tabs-bar.secondary .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.success .v-tab,.phs-vue-wrap .v-tabs-bar.success .v-tabs-slider,.phs-vue-wrap .v-tabs-bar.warning .v-tab,.phs-vue-wrap .v-tabs-bar.warning .v-tabs-slider{color:#fff}.phs-vue-wrap .v-tabs{flex:1 1 auto;width:100%}.phs-vue-wrap .v-tabs .v-menu__activator{height:100%}.phs-vue-wrap .v-tabs.v.tabs--vertical.v-tabs--right{flex-direction:row-reverse}.phs-vue-wrap .v-tabs:not(.v-tabs--vertical) .v-tab{white-space:normal}.phs-vue-wrap .v-tabs:not(.v-tabs--vertical).v-tabs--right>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next,.phs-vue-wrap .v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:initial;visibility:hidden}.phs-vue-wrap .v-tabs-bar{border-radius:inherit;height:48px}.phs-vue-wrap .v-tabs-bar.v-item-group>*{cursor:auto}.phs-vue-wrap .v-tab{align-items:center;cursor:pointer;display:flex;flex:0 1 auto;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;min-width:90px;max-width:360px;outline:none;padding:0 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-tab.v-tab{color:inherit}.phs-vue-wrap .v-tab:before{bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-tab:before,.phs-vue-wrap .v-tabs-slider{background-color:currentColor}.phs-vue-wrap .v-tabs-slider{height:100%;width:100%}.phs-vue-wrap .v-tabs-slider-wrapper{bottom:0;margin:0!important;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);z-index:1}.phs-vue-wrap .v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.phs-vue-wrap .v-application--is-ltr .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-left:42px}.phs-vue-wrap .v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tab:first-child,.phs-vue-wrap .v-application--is-rtl .v-tabs--align-with-title>.v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing)>.v-slide-group__wrapper>.v-tabs-bar__content>.v-tabs-slider-wrapper+.v-tab{margin-right:42px}.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-right:auto}.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-ltr .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-ltr .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*,.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:last-child,.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:last-child{margin-left:auto}.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-rtl .v-tabs--centered>.v-tabs-bar .v-tabs-slider-wrapper+*,.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-bar__content>:first-child:not(.v-tabs-slider-wrapper),.phs-vue-wrap .v-application--is-rtl .v-tabs--fixed-tabs>.v-tabs-bar .v-tabs-slider-wrapper+*{margin-right:auto}.phs-vue-wrap .v-tabs--fixed-tabs>.v-tabs-bar .v-tab{flex:1 1 auto;width:100%}.phs-vue-wrap .v-tabs--grow>.v-tabs-bar .v-tab{flex:1 0 auto;max-width:none}.phs-vue-wrap .v-tabs--icons-and-text>.v-tabs-bar{height:72px}.phs-vue-wrap .v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:column-reverse}.phs-vue-wrap .v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:6px}.phs-vue-wrap .v-tabs--overflow>.v-tabs-bar .v-tab{flex:1 0 auto}.phs-vue-wrap .v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:first-child,.phs-vue-wrap .v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-left:auto}.phs-vue-wrap .v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:first-child,.phs-vue-wrap .v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tabs-slider-wrapper+.v-tab{margin-right:auto}.phs-vue-wrap .v-application--is-ltr .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-right:0}.phs-vue-wrap .v-application--is-rtl .v-tabs--right>.v-tabs-bar .v-tab:last-child{margin-left:0}.phs-vue-wrap .v-tabs--vertical{display:flex}.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar{flex:1 0 auto;height:auto}.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar .v-slide-group__next,.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar .v-slide-group__prev{display:none}.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar .v-tabs-bar__content{flex-direction:column}.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar .v-tab{height:48px}.phs-vue-wrap .v-tabs--vertical>.v-tabs-bar .v-tabs-slider{height:100%}.phs-vue-wrap .v-tabs--vertical>.v-window{flex:0 1 100%}.phs-vue-wrap .v-tabs--vertical.v-tabs--icons-and-text>.v-tabs-bar .v-tab{height:72px}.phs-vue-wrap .v-tab--active{color:inherit}.phs-vue-wrap .v-tab--active.v-tab:not(:focus):before{opacity:0}.phs-vue-wrap .v-tab--active .v-btn.v-btn--flat,.phs-vue-wrap .v-tab--active .v-icon{color:inherit}.phs-vue-wrap .v-tab--disabled{opacity:.5}.phs-vue-wrap .v-tab--disabled,.phs-vue-wrap .v-tab--disabled *{pointer-events:none}.phs-vue-wrap .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:#fff}.phs-vue-wrap .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:#ffffff80}.phs-vue-wrap .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:#ffffff80}.phs-vue-wrap .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:#ffffff80}.phs-vue-wrap .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea{color:#000000de}.phs-vue-wrap .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder{color:#00000061}.phs-vue-wrap .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder{color:#00000061}.phs-vue-wrap .v-textarea textarea{align-self:stretch;flex:1 1 auto;line-height:1.75rem;max-width:100%;min-height:32px;outline:none;padding:0;width:100%}.phs-vue-wrap .v-textarea .v-text-field__prefix,.phs-vue-wrap .v-textarea .v-text-field__suffix{padding-top:2px;align-self:start}.phs-vue-wrap .v-textarea.v-text-field--box .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed textarea{margin-top:24px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea{margin-top:10px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label{top:18px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea{margin-top:6px}.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer{align-self:flex-start;margin-top:8px}.phs-vue-wrap .v-textarea.v-text-field--solo{align-items:flex-start}.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__control textarea{caret-color:auto}.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__append-inner,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__append-outer,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__prepend-inner,.phs-vue-wrap .v-textarea.v-text-field--solo .v-input__prepend-outer{align-self:flex-start;margin-top:12px}.phs-vue-wrap .v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner{padding-left:12px}.phs-vue-wrap .v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner{padding-right:12px}.phs-vue-wrap .v-textarea--auto-grow textarea{overflow:hidden}.phs-vue-wrap .v-textarea--no-resize textarea{resize:none}.phs-vue-wrap .v-textarea.v-text-field--enclosed .v-text-field__slot{align-self:stretch}.phs-vue-wrap .v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-right:-12px}.phs-vue-wrap .v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot{margin-left:-12px}.phs-vue-wrap .v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-right:12px}.phs-vue-wrap .v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea{padding-left:12px}.phs-vue-wrap .v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-right:12px}.phs-vue-wrap .v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label{margin-left:12px}.phs-vue-wrap .theme--light.v-timeline:before{background:rgba(0,0,0,.12)}.phs-vue-wrap .theme--light.v-timeline .v-timeline-item__dot{background:#fff}.phs-vue-wrap .theme--light.v-timeline .v-timeline-item .v-card:not(.v-card--link):before{border-right-color:#0000001f}.phs-vue-wrap .theme--dark.v-timeline:before{background:hsla(0,0%,100%,.12)}.phs-vue-wrap .theme--dark.v-timeline .v-timeline-item__dot{background:#1e1e1e}.phs-vue-wrap .theme--dark.v-timeline .v-timeline-item .v-card:not(.v-card--link):before{border-right-color:#0000001f}.phs-vue-wrap .v-timeline{padding-top:24px;position:relative}.phs-vue-wrap .v-timeline:before{bottom:0;content:"";height:100%;position:absolute;top:0;width:2px}.phs-vue-wrap .v-timeline-item{display:flex;padding-bottom:24px}.phs-vue-wrap .v-timeline-item__body{position:relative;height:100%;flex:1 1 auto}.phs-vue-wrap .v-timeline-item__divider{position:relative;min-width:96px;display:flex;align-items:center;justify-content:center}.phs-vue-wrap .v-timeline-item__dot{z-index:2;border-radius:50%;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;height:38px;left:calc(50% - 19px);width:38px}.phs-vue-wrap .v-timeline-item__dot .v-timeline-item__inner-dot{height:30px;margin:4px;width:30px}.phs-vue-wrap .v-timeline-item__dot--small{height:24px;left:calc(50% - 12px);width:24px}.phs-vue-wrap .v-timeline-item__dot--small .v-timeline-item__inner-dot{height:18px;margin:3px;width:18px}.phs-vue-wrap .v-timeline-item__dot--large{height:52px;left:calc(50% - 26px);width:52px}.phs-vue-wrap .v-timeline-item__dot--large .v-timeline-item__inner-dot{height:42px;margin:5px;width:42px}.phs-vue-wrap .v-timeline-item__inner-dot{border-radius:50%;display:flex;justify-content:center;align-items:center}.phs-vue-wrap .v-timeline-item__opposite{flex:1 1 auto;align-self:center;max-width:calc(50% - 48px)}.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after,.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before){flex-direction:row-reverse}.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body,.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before,.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after){flex-direction:row}.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body,.phs-vue-wrap .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(2n):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.phs-vue-wrap .v-timeline-item__body>.v-card:not(.v-card--flat):after,.phs-vue-wrap .v-timeline-item__body>.v-card:not(.v-card--flat):not(.v-card--link):before{content:"";position:absolute;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #000;top:calc(50% - 10px)}.phs-vue-wrap .v-timeline-item__body>.v-card:not(.v-card--flat):after{border-right-color:inherit}.phs-vue-wrap .v-timeline-item__body>.v-card:not(.v-card--flat):not(.v-card--link):before{top:calc(50% - 8px)}.phs-vue-wrap .v-timeline--align-top .v-timeline-item__dot{align-self:start}.phs-vue-wrap .v-timeline--align-top .v-timeline-item__body>.v-card:after{top:10px}.phs-vue-wrap .v-timeline--align-top .v-timeline-item__body>.v-card:not(.v-card--link):before{top:12px}.phs-vue-wrap .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:calc(50% - 1px);right:auto}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense):before,.phs-vue-wrap .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before{left:auto;right:calc(50% - 1px)}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense):before{right:auto;left:calc(50% - 1px)}.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before,.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after){flex-direction:row}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:left}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite{text-align:right}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body,.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body{max-width:calc(50% - 48px)}.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after,.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before){flex-direction:row-reverse}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:right}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__opposite{text-align:left}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body>.v-card:not(.v-card--link):before,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body,.phs-vue-wrap .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(2n):not(.v-timeline-item--before) .v-timeline-item__body{max-width:calc(50% - 48px)}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse.v-timeline--dense:before{right:47px;left:auto}.phs-vue-wrap .v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse):before,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse.v-timeline--dense:before{right:auto;left:47px}.phs-vue-wrap .v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before{left:auto;right:47px}.phs-vue-wrap .v-timeline--dense .v-timeline-item{flex-direction:row-reverse!important}.phs-vue-wrap .v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);left:-10px;right:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);left:auto;right:-10px}.phs-vue-wrap .v-timeline--dense .v-timeline-item__body{max-width:calc(100% - 96px)}.phs-vue-wrap .v-timeline--dense .v-timeline-item__opposite{display:none}.phs-vue-wrap .v-timeline--reverse.v-timeline--dense .v-timeline-item{flex-direction:row!important}.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(180deg);right:-10px;left:auto}.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:after,.phs-vue-wrap .v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body>.v-card:not(.v-card--link):before{transform:rotate(0);right:auto;left:-10px}.phs-vue-wrap .v-timeline-item--fill-dot .v-timeline-item__inner-dot{height:inherit;margin:0;width:inherit}.phs-vue-wrap .theme--light.v-time-picker-clock{background:#e0e0e0}.phs-vue-wrap .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled{color:#00000042}.phs-vue-wrap .theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:#ffffff4d}.phs-vue-wrap .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#bdbdbd}.phs-vue-wrap .theme--light.v-time-picker-clock--indeterminate:after{color:#bdbdbd}.phs-vue-wrap .theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#bdbdbd}.phs-vue-wrap .theme--dark.v-time-picker-clock{background:#616161}.phs-vue-wrap .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled,.phs-vue-wrap .theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active{color:#ffffff4d}.phs-vue-wrap .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand{background-color:#757575}.phs-vue-wrap .theme--dark.v-time-picker-clock--indeterminate:after{color:#757575}.phs-vue-wrap .theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active{background-color:#757575}.phs-vue-wrap .v-time-picker-clock{border-radius:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;padding-top:100%;flex:1 0 auto}.phs-vue-wrap .v-time-picker-clock__container{display:flex;flex-direction:column;flex-basis:290px;justify-content:center;padding:10px}.phs-vue-wrap .v-time-picker-clock__ampm{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:10px}.phs-vue-wrap .v-time-picker-clock__hand{height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.phs-vue-wrap .v-time-picker-clock__hand:before{background:transparent;border:2px solid;border-color:inherit;border-radius:100%;width:10px;height:10px;top:-4px}.phs-vue-wrap .v-time-picker-clock__hand:after,.phs-vue-wrap .v-time-picker-clock__hand:before{content:"";position:absolute;left:50%;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__hand:after{height:8px;width:8px;top:100%;border-radius:100%;border-style:solid;border-color:inherit;background-color:inherit}.phs-vue-wrap .v-time-picker-clock__hand--inner:after{height:14px}.phs-vue-wrap .v-picker--full-width .v-time-picker-clock__container{max-width:290px}.phs-vue-wrap .v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.phs-vue-wrap .v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transform:translate(-50%,-50%)}.phs-vue-wrap .v-time-picker-clock__item>span{z-index:1}.phs-vue-wrap .v-time-picker-clock__item:after,.phs-vue-wrap .v-time-picker-clock__item:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%);height:40px;width:40px}.phs-vue-wrap .v-time-picker-clock__item--active{color:#fff;cursor:default;z-index:2}.phs-vue-wrap .v-time-picker-clock__item--disabled{pointer-events:none}.phs-vue-wrap .v-picker--landscape .v-time-picker-clock__container{flex-direction:row}.phs-vue-wrap .v-picker--landscape .v-time-picker-clock__ampm{flex-direction:column}.phs-vue-wrap .v-time-picker-title{color:#fff;display:flex;line-height:1;justify-content:flex-end}.phs-vue-wrap .v-time-picker-title__time{white-space:nowrap;direction:ltr}.phs-vue-wrap .v-time-picker-title__time .v-picker__title__btn,.phs-vue-wrap .v-time-picker-title__time span{align-items:center;display:inline-flex;height:70px;font-size:70px;justify-content:center}.phs-vue-wrap .v-time-picker-title__ampm{align-self:flex-end;display:flex;flex-direction:column;font-size:16px;text-transform:uppercase}.phs-vue-wrap .v-application--is-ltr .v-time-picker-title__ampm{margin:0 0 6px 8px}.phs-vue-wrap .v-application--is-rtl .v-time-picker-title__ampm{margin:0 8px 6px 0}.phs-vue-wrap .v-time-picker-title__ampm div:only-child{flex-direction:row}.phs-vue-wrap .v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title{flex-direction:column;justify-content:center;height:100%}.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title__time{text-align:right}.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title__time span{height:55px;font-size:55px}.phs-vue-wrap .v-picker__title--landscape .v-time-picker-title__ampm{margin:16px 0 0;align-self:auto;text-align:center}.phs-vue-wrap .v-picker--time .v-picker__title--landscape{padding:0}.phs-vue-wrap .v-picker--time .v-picker__title--landscape .v-time-picker-title__time{text-align:center}.phs-vue-wrap .v-tooltip{display:none}.phs-vue-wrap .v-tooltip--attached{display:inline}.phs-vue-wrap .v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:none;width:auto;opacity:0;pointer-events:none}.phs-vue-wrap .v-tooltip__content.menuable__content__active{opacity:.9}.phs-vue-wrap .v-tooltip__content--fixed{position:fixed}.phs-vue-wrap .v-tooltip__content[class*=-active]{transition-timing-function:cubic-bezier(0,0,.2,1)}.phs-vue-wrap .v-tooltip__content[class*=enter-active]{transition-duration:.15s}.phs-vue-wrap .v-tooltip__content[class*=leave-active]{transition-duration:75ms}.phs-vue-wrap .theme--light.v-treeview{color:#000000de}.phs-vue-wrap .theme--light.v-treeview--hoverable .v-treeview-node__root:hover:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.04}.phs-vue-wrap .theme--light.v-treeview--hoverable .v-treeview-node__root--active:before,.phs-vue-wrap .theme--light.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.phs-vue-wrap .theme--light.v-treeview--hoverable .v-treeview-node__root:focus:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.12}.phs-vue-wrap .theme--light.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.16}.phs-vue-wrap .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.phs-vue-wrap .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.12}.phs-vue-wrap .theme--light.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.16}.phs-vue-wrap .theme--light.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:#00000061!important}.phs-vue-wrap .theme--dark.v-treeview{color:#fff}.phs-vue-wrap .theme--dark.v-treeview--hoverable .v-treeview-node__root:hover:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:hover:before{opacity:.08}.phs-vue-wrap .theme--dark.v-treeview--hoverable .v-treeview-node__root--active:before,.phs-vue-wrap .theme--dark.v-treeview--hoverable .v-treeview-node__root--active:hover:before,.phs-vue-wrap .theme--dark.v-treeview--hoverable .v-treeview-node__root:focus:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:hover:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root:focus:before{opacity:.24}.phs-vue-wrap .theme--dark.v-treeview--hoverable .v-treeview-node__root--active:focus:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--click>.v-treeview-node__root--active:focus:before{opacity:.32}.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:before,.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:hover:before{opacity:.24}.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node__root.v-treeview-node--active:focus:before{opacity:.32}.phs-vue-wrap .theme--dark.v-treeview .v-treeview-node--disabled>.v-treeview-node__root>.v-treeview-node__content{color:#ffffff80!important}.phs-vue-wrap .v-treeview-node.v-treeview-node--shaped .v-treeview-node__root,.phs-vue-wrap .v-treeview-node.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:24px!important;border-top-right-radius:24px!important}.phs-vue-wrap .v-treeview-node.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-treeview-node.v-treeview-node--rounded .v-treeview-node__root,.phs-vue-wrap .v-treeview-node.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:24px!important}.phs-vue-wrap .v-treeview-node.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-treeview-node--click>.v-treeview-node__root,.phs-vue-wrap .v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>*{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-treeview-node.v-treeview-node--active .v-treeview-node__content .v-icon{color:inherit}.phs-vue-wrap .v-treeview-node__root{display:flex;align-items:center;min-height:48px;padding-left:8px;padding-right:8px;position:relative}.phs-vue-wrap .v-treeview-node__root:before{background-color:currentColor;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.phs-vue-wrap .v-treeview-node__root:after{content:"";font-size:0;min-height:inherit}.phs-vue-wrap .v-treeview-node__children{transition:all .2s cubic-bezier(0,0,.2,1)}.phs-vue-wrap .v-treeview--dense .v-treeview-node__root{min-height:40px}.phs-vue-wrap .v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root,.phs-vue-wrap .v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root:before{border-bottom-right-radius:20px!important;border-top-right-radius:20px!important}.phs-vue-wrap .v-treeview--dense.v-treeview-node--shaped .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root,.phs-vue-wrap .v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root:before{border-radius:20px!important}.phs-vue-wrap .v-treeview--dense.v-treeview-node--rounded .v-treeview-node__root{margin-top:8px;margin-bottom:8px}.phs-vue-wrap .v-treeview-node__checkbox{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__checkbox{margin-left:6px}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__checkbox{margin-right:6px}.phs-vue-wrap .v-treeview-node__toggle{width:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.phs-vue-wrap .v-treeview-node__toggle--loading{-webkit-animation:progress-circular-rotate 1s linear infinite;animation:progress-circular-rotate 1s linear infinite}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__toggle{transform:rotate(-90deg)}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__toggle--open{transform:none}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__toggle{transform:rotate(90deg)}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__toggle--open{transform:none}.phs-vue-wrap .v-treeview-node__prepend{min-width:24px}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__prepend{margin-right:6px}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__prepend{margin-left:6px}.phs-vue-wrap .v-treeview-node__append{min-width:24px}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__append{margin-left:6px}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__append{margin-right:6px}.phs-vue-wrap .v-treeview-node__level{width:24px}.phs-vue-wrap .v-treeview-node__label{flex:1;font-size:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phs-vue-wrap .v-treeview-node__content{align-items:center;display:flex;flex-basis:0%;flex-grow:1;flex-shrink:0;min-width:0}.phs-vue-wrap .v-treeview-node__content .v-btn{flex-grow:0!important;flex-shrink:1!important}.phs-vue-wrap .v-application--is-ltr .v-treeview-node__content{margin-left:6px}.phs-vue-wrap .v-application--is-rtl .v-treeview-node__content{margin-right:6px}.phs-vue-wrap .v-virtual-scroll{display:block;flex:1 1 auto;height:100%;max-width:100%;overflow:auto;position:relative}.phs-vue-wrap .v-virtual-scroll__container{display:block}.phs-vue-wrap .v-virtual-scroll__item{left:0;position:absolute;right:0}.phs-vue-wrap .chart-container[data-v-21fee6c0]{position:relative}.phs-vue-wrap .center-label[data-v-21fee6c0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.3rem}.phs-vue-wrap .chart-container[data-v-909d57eb]{position:relative}.phs-vue-wrap .center-label[data-v-909d57eb]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.3rem}.phs-vue-wrap .metric-card[data-v-9d8a23d0]{width:20em;position:relative}.phs-vue-wrap .bg-hidden[data-v-9d8a23d0]{background-color:#000}.phs-vue-wrap .bg-fail[data-v-9d8a23d0]{background-color:#f4d8d9}.phs-vue-wrap .bg-pass[data-v-9d8a23d0]{background-color:#e1eebe}.phs-vue-wrap .bg-no-data[data-v-9d8a23d0]{background-color:#ccdfef}.phs-vue-wrap .metric-chart[data-v-9d8a23d0]{background-color:#fff;aspect-ratio:.9}.phs-vue-wrap .metric-chart-message[data-v-9d8a23d0]{padding-top:50%;padding-bottom:50%}.phs-vue-wrap .metric-detail[data-v-9d8a23d0]{min-height:5.5em}.phs-vue-wrap .underline-hover[data-v-9d8a23d0]{text-decoration:none}.phs-vue-wrap .underline-hover[data-v-9d8a23d0]:hover{text-decoration:underline}.phs-vue-wrap .detail-icon-row[data-v-9d8a23d0]{position:absolute;top:0;left:0;gap:4px}.phs-vue-wrap .trending-tooltip[data-v-a4f2949d]{min-width:13rem}.phs-vue-wrap .legend-icon[data-v-a4f2949d]{border-radius:50%;width:1em;height:1em}.phs-vue-wrap .skeleton-card[data-v-c04ad222]{background-color:#fff;width:20em;height:28em}.phs-vue-wrap .loader-image[data-v-c04ad222]>*{height:22em}.phs-vue-wrap .trending-container[data-v-c04ad222]{position:relative}@media (min-width: 700px){.phs-vue-wrap .trending-select[data-v-c04ad222]{position:absolute;top:8px;right:8px}}.phs-vue-wrap .no-data[data-v-c04ad222]{min-height:6em;line-height:6em}.phs-vue-wrap .total-row-cell[data-v-df148314]{position:sticky;top:3.45em;background-color:#fff}.phs-vue-wrap .total-row-cell .metric-cell[data-v-df148314]{position:relative;left:-4px}.phs-vue-wrap .total-row-cell[data-v-df148314]:first-child{white-space:nowrap}.phs-vue-wrap .metric-report-header[data-v-df148314]{float:left}.phs-vue-wrap .metric-cell[data-v-df148314]{height:100%;width:100%;padding:0 16px;display:flex;align-items:center}.phs-vue-wrap .metric-fail[data-v-df148314]{background-color:#f4d8d9}.phs-vue-wrap .metric-pass[data-v-df148314]{background-color:#e1eebe}.phs-vue-wrap #metrics-overview-report-table-data-table tr{height:1px}.phs-vue-wrap #metrics-overview-report-table-data-table td.metric-report-metric-cell{padding:0;height:inherit}@supports (height: -moz-available){.phs-vue-wrap #metrics-overview-report-table-data-table td.metric-report-metric-cell{height:100%}}.phs-vue-wrap #metrics-overview-report-table-data-table tr.total-row{position:relative;z-index:1}.phs-vue-wrap .report-search[data-v-928f6bb8],.phs-vue-wrap .report-search[data-v-b4400e74]{max-width:16em}.phs-vue-wrap .metric-cell[data-v-e00ca000]{height:100%;width:100%;display:grid;grid-template-columns:2em 1fr;align-items:center}.phs-vue-wrap .metric-fail[data-v-e00ca000]{background-color:#f4d8d9}.phs-vue-wrap .metric-pass[data-v-e00ca000]{background-color:#e1eebe}.phs-vue-wrap .icon-wrapper[data-v-e00ca000]{width:2em;height:2em}.phs-vue-wrap #metric-patient-provider-report-table-data-table tr{height:1px}.phs-vue-wrap #metric-patient-provider-report-table-data-table td.metric-report-metric-cell{padding:0;height:inherit}@supports (height: -moz-available){.phs-vue-wrap #metric-patient-provider-report-table-data-table td.metric-report-metric-cell{height:100%}}.phs-vue-wrap .summary-card[data-v-66a4ceae]{min-width:10em;flex:1 1 0}.phs-vue-wrap .metrics-loading-card[data-v-66a4ceae]{min-width:15em}.phs-vue-wrap #patient-profile-app-bar[data-v-b82668dc]{position:fixed;z-index:3}.phs-vue-wrap #patient-profile-nav-drawer[data-v-fe74b2a8]{margin-top:1px}.phs-vue-wrap .metric-title{max-width:240px}.phs-vue-wrap .result-value{max-width:520px}.phs-vue-wrap .multi-item-title[data-v-565d3add]{width:var(--254ab002)}.phs-vue-wrap .multi-item-count[data-v-565d3add]{color:#898989}.phs-vue-wrap .communication-history-container .communication-label[data-v-4f864b9b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:16rem}.phs-vue-wrap[data-v-4f864b9b] .v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 8px}.phs-vue-wrap[data-v-4f864b9b] .slot-wrapper{display:flex}
