.bb-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.bb-chart-arcs .bb-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}

.bb-chart-arcs .bb-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

.bb-chart-arcs .bb-chart-arcs-gauge-max {
  fill: #777;
}

.bb-chart-arcs .bb-chart-arcs-gauge-min {
  fill: #777;
}

.bb-chart-arc .bb-gauge-value {
  fill: #000;
}

.bb-area {
  stroke-width: 0;
  opacity: 0.2;
}

.bb-bar {
  stroke-width: 0;
}
.bb-bar._expanded_ {
  fill-opacity: 0.75;
}

.bb-brush .extent {
  fill-opacity: 0.1;
}

.bb svg {
  font: 10px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bb path,
.bb line {
  fill: none;
  stroke: #e5e5eb;
}

.bb text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.bb text tspan {
  fill: #6b6c7e;
}

.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid,
.bb-event-rect,
.bb-bars path {
  shape-rendering: crispEdges;
}

.bb-chart-arc path {
  stroke: #fff;
}

.bb-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

.bb-target.bb-focused {
  opacity: 1;
}

.bb-target.bb-focused path.bb-line,
.bb-target.bb-focused path.bb-step {
  stroke-width: 2px;
}

.bb-target.bb-defocused {
  opacity: 0.3 !important;
}

.bb-grid line {
  stroke: #e5e5eb;
  stroke-width: 0.5px;
}

.bb-grid text {
  fill: #aaa;
}

.bb-legend-item {
  font-size: 12px;
}

.bb-legend-item-hidden {
  opacity: 0.15;
}

.bb-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}

.bb-line {
  stroke-width: 2px;
}

.bb-line-dashed-2-2 {
  stroke-dasharray: 2 2;
}

.bb-line-dashed-2-3 {
  stroke-dasharray: 2 3;
}

.bb-line-dashed-2-4 {
  stroke-dasharray: 2 4;
}

.bb-line-dashed-3-2 {
  stroke-dasharray: 3 2;
}

.bb-line-dashed-3-3 {
  stroke-dasharray: 3 3;
}

.bb-line-dashed-3-4 {
  stroke-dasharray: 3 4;
}

.bb-line-dashed-4-2 {
  stroke-dasharray: 4 2;
}

.bb-line-dashed-4-3 {
  stroke-dasharray: 4 3;
}

.bb-line-dashed-4-4 {
  stroke-dasharray: 4 4;
}

.loading-icon {
  min-height: 320px;
  min-height: 320px;
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}

.bb-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}

.bb-selected-circle {
  fill: white;
  stroke-width: 2px;
}

.bb-chart-radars .bb-levels polygon {
  fill: none;
  stroke: #848282;
  stroke-width: 0.5px;
}

.bb-chart-radars .bb-levels text {
  fill: #848282;
}

.bb-chart-radars .bb-axis line {
  stroke: #848282;
  stroke-width: 0.5px;
}

.bb-chart-radars .bb-axis text {
  font-size: 1.15em;
  cursor: default;
}

.bb-chart-radars .bb-shapes polygon {
  fill-opacity: 0.2;
  stroke-width: 1px;
}

.bb-region {
  fill: steelblue;
  fill-opacity: 0.1;
}

.bb-text.bb-empty {
  fill: #808080;
  font-size: 2em;
}

.bb-title {
  font: 14px sans-serif;
}

.bb-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: start;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  box-shadow: 0 1px 15px -2px rgba(0, 0, 0, 0.2);
}

.bb-tooltip {
  border-spacing: 0;
  empty-cells: show;
}
.bb-tooltip th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #000;
}
.bb-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
}
.bb-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.bb-tooltip td.value {
  text-align: right;
}
.bb-tooltip td svg {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.bb-line-past {
  stroke-dasharray: 4 4;
  stroke-width: 1px;
}

.overview-chart-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-around;
  min-height: 320px;
}

.donut {
  font-size: var(--donut-font-size, 25px);
  width: 4em;
}

.chart {
  align-items: center;
  display: flex;
  justify-content: center;
}

.donut .text {
  position: absolute;
}

.donut .label {
  border: none;
  color: #5c5e5e;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1.2px;
  line-height: 14px;
  margin: 0;
  padding-top: 20px;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
}

.donut circle {
  fill: transparent;
}

.donut .track {
  stroke: #ececec;
  stroke-width: 2px;
}

.donut .filler {
  stroke: #4c84ff;
  stroke-dasharray: calc(var(--perc, 0) * 3.14px) 314px;
  stroke-linecap: round;
  stroke-width: 4px;
  transform: rotate(-0.25turn);
  transform-origin: center;
}
﻿.ddl-record-set-export-modal.modal-content{max-height:fit-content}.ddl-record-set-export-modal.modal-content .modal-body{height:auto !important}.portal-popup .portlet-dynamic-data-lists .lfr-form-content{position:relative}.document-library-file-entry-cell-editor-hidden,.link-to-page-cell-editor-hidden{display:none}.lfr-ddl-content{padding:15px}.lfr-ddl-content .sheet{padding-bottom:1.5em}.lfr-ddl-content .sheet .taglib-page-iterator .lfr-pagination-buttons{margin-top:.5em}.lfr-search-container-wrapper .list-group .list-group-item h2.h5{font-weight:600}.lfr-spreadsheet-add-rows-buttons .form-group.form-group-inline.input-select-wrapper{margin-bottom:0}.portlet-dynamic-data-lists .form-group.geolocation-field .button-holder .btn,.portlet-dynamic-data-lists-display .form-group.geolocation-field .button-holder .btn{margin-top:0}.portlet-dynamic-data-lists .lfr-spreadsheet-container .table,.portlet-dynamic-data-lists-display .lfr-spreadsheet-container .table{overflow:auto}.portlet-dynamic-data-lists .lfr-spreadsheet-container .table.yui3-datatable td:after,.portlet-dynamic-data-lists-display .lfr-spreadsheet-container .table.yui3-datatable td:after{content:" "}.portlet-dynamic-data-lists .asset-icon .lexicon-icon,.portlet-dynamic-data-lists-display .asset-icon .lexicon-icon{height:32px;width:32px}.portlet-dynamic-data-lists .record-set-id,.portlet-dynamic-data-lists .record-set-modified-date,.portlet-dynamic-data-lists-display .record-set-id,.portlet-dynamic-data-lists-display .record-set-modified-date{margin-right:20px}.portlet-dynamic-data-lists .lfr-ddm-container,.portlet-dynamic-data-lists-display .lfr-ddm-container{background-color:#fff}.portlet-dynamic-data-lists .lfr-ddm-container .form-group .input-checkbox-wrapper,.portlet-dynamic-data-lists-display .lfr-ddm-container .form-group .input-checkbox-wrapper{display:none}.portlet-dynamic-data-lists .form-control[readonly]{background-color:#f1f2f5;border-color:#e7e7ed;color:#d3d3d3;cursor:not-allowed}.portlet-dynamic-data-lists .has-error .form-control[readonly]{background-color:#feefef;border-color:#f48989}.portlet-dynamic-data-lists .has-success .form-control[readonly]{background-color:#f1f2f5;border-color:#e7e7ed}.portlet-dynamic-data-lists .sidebar .taglib-workflow-status{display:block;margin-bottom:12px}.portlet-dynamic-data-lists .sidebar .taglib-workflow-status .workflow-status{color:inherit}.portlet-dynamic-data-lists .sidebar .taglib-workflow-status .workflow-label{display:block;margin-bottom:4px}.portlet-dynamic-data-lists-display .view-records-container{overflow:auto}

html:not(#__):not(#___) .cadmin.copy-page-modal .modal-content{min-height:344px}html:not(#__):not(#___) .cadmin .pages-tree{margin-bottom:calc( 				72px + 16px 			)}html:not(#__):not(#___) .cadmin .pages-tree .treeview-dropping-middle{background-color:rgba(255,255,255,.06)}html:not(#__):not(#___) .cadmin .pages-tree .icon-warning{margin:1px 4px 0 8px;z-index:2}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder{border-bottom:1px solid #272833;padding:24px 16px 0}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder input{background-color:#393a4a}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder input::placeholder{color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .back-to-menu{color:#e7e7ed}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb{flex-wrap:nowrap;margin-bottom:0;padding-bottom:4px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item{flex-shrink:0}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item:not(:first-child):not(:last-child){flex-basis:1.5rem;flex-grow:.5;flex-shrink:1;width:100%}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .breadcrumb .breadcrumb-item:not(:first-child):not(:last-child) .breadcrumb-text-truncate{max-width:95%;padding-right:.5rem;position:absolute}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .btn-sm{font-size:14px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .form-control:focus{border-radius:1px}html:not(#__):not(#___) .cadmin .pages-tree .layout-finder .layout-finder-icon{color:#fff;position:absolute;right:1.8rem;top:4.55rem}html:not(#__):not(#___) .cadmin .pages-tree .pages-administration-link{align-items:center;background-color:#272833;border-top:1px solid #393a4a;bottom:0;display:flex;font-size:14px;height:72px;padding:16px 0 24px 16px;position:fixed;width:320px}html:not(#__):not(#___) .cadmin .pages-tree .pages-administration-link a{color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector{border-top:1px solid #393a4a;margin-top:20px}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .add-page-button,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .configure-link{color:#e7e7ed}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .form-control{background-color:#272833;border-color:#393a4a;color:#a7a9bc}html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:hover,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:active,html:not(#__):not(#___) .cadmin .pages-tree .page-type-selector .dropdown-toggle.form-control-select:focus{background-color:#272833;border-color:#393a4a;color:#e7e7ed}html:not(#__):not(#___) .cadmin .page-type-selector-option{padding-left:32px}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle{align-items:center;display:inline-flex;height:2em;justify-content:center;position:relative;width:2em}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle .icon-product-menu-open{display:none}html:not(#__):not(#___) .cadmin .product-menu-toast-toggle .icon-product-menu-closed{display:block}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header{line-height:32px;padding-bottom:8px;padding-right:9px;padding-top:8px}@media(min-width: 576px){html:not(#__):not(#___) .cadmin .product-menu .sidebar-header{padding-bottom:12px;padding-left:24px;padding-top:12px}}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header .sidenav-close{float:right;margin-right:-2px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-header-logo{margin-right:10px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body{bottom:0;left:0;padding:0;position:relative;right:0;top:0}@media(max-width: 575.98px){html:not(#__):not(#___) .cadmin .product-menu .sidebar-body{overflow:visible;position:static}}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root.active{border-left:4px solid #fff}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root li{font-weight:400;list-style:none}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-app-root li.active{font-weight:700;margin-left:-24px;padding-left:20px}html:not(#__):not(#___) .cadmin .product-menu .sidebar-body .panel-group{border-radius:0}html:not(#__):not(#___) .cadmin .product-menu .lfr-product-menu-sidebar .panel-group{overflow:hidden}html:not(#__):not(#___) .cadmin .product-menu small{display:block}html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h1,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h2,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h3,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h4,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h5,html:not(#__):not(#___) .cadmin .product-menu .list-group-heading h6{margin-bottom:0;margin-top:0}html:not(#__):not(#___) .cadmin .product-menu .list-group-item{border-top-width:0;padding:10px 20px}html:not(#__):not(#___) .cadmin .product-menu .nav-nested-margins>li .nav>li .nav>li{margin-bottom:1px}html:not(#__):not(#___) .cadmin .product-menu.popover{background-color:#fff}html:not(#__):not(#___) .cadmin .product-menu .impersonation-message{font-size:12px}html:not(#__):not(#___) .cadmin .product-menu .lexicon-icon-home{margin-right:8px}html:not(#__):not(#___) .cadmin .product-menu .manage-sites-link{padding:1em}html:not(#__):not(#___) .cadmin .product-menu .site-selector{box-shadow:none}html:not(#__):not(#___) .cadmin .product-menu .site-selector .selectable-site{color:#333;height:auto}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-link{color:#333}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-link.selected-site{color:#999}html:not(#__):not(#___) .cadmin .product-menu .site-selector .site-logo-container{padding:2em}html:not(#__):not(#___) .cadmin .product-menu .staging-links{font-size:12px;margin:6px 22px 4px 16px}html:not(#__):not(#___) body.product-menu-open .cadmin .product-menu-toast-toggle .icon-product-menu-open{display:block}html:not(#__):not(#___) body.product-menu-open .cadmin .product-menu-toast-toggle .icon-product-menu-closed{display:none}

html:not(#__):not(#___) .lfr-segments-experiment-click-goal-root{bottom:0;left:0;position:absolute;right:0;top:0;z-index:900}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target{display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;position:absolute}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-delete{cursor:pointer}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay{background-color:rgba(128,172,255,.1);border:2px solid #0b5fff;cursor:pointer;pointer-events:auto;position:relative}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay:before{border:2px solid #f7f8f9;bottom:0;content:"";left:0;position:absolute;right:0;top:0}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay:hover{background-color:rgba(128,172,255,.2)}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-overlay.lfr-segments-experiment-click-goal-target-overlay-selected{border-color:#0b5fff;border-color:#0053f0}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-popover{background-color:#fff;border-color:#e7e7ed;border-radius:4px;border-width:0;box-shadow:0 1px 5px -1px rgba(0,0,0,.3);cursor:initial;font-size:14px;pointer-events:auto;z-index:10}html:not(#__):not(#___) .lfr-segments-experiment-click-goal-target-topper{background-color:#0b5fff;border-radius:2px 2px 0 0;cursor:initial;pointer-events:auto;position:absolute}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel.open-admin-panel.sidenav-menu-slider{visibility:visible;width:320px}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar{border-left:1px solid #e7e7ed}html:not(#__):not(#___) .cadmin .lfr-has-segments-experiment-panel{overflow:auto}html:not(#__):not(#___) .cadmin .lfr-has-segments-experiment-panel .lfr-configurator-visibility{display:none}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .btn-secondary svg.lexicon-icon-ellipsis-v{fill:#6b6c7e}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar .sidebar-header{padding-bottom:12px;padding-top:12px}@media(min-width: 768px){html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar .sidebar-header{padding-bottom:12px;padding-left:24px;padding-top:12px}}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar-header{height:64px;line-height:32px}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .sidebar-body{bottom:0;left:0;padding:0;position:absolute;right:0;top:56px}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel dt{font-weight:500}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .segments-experiment-details{hyphens:auto;overflow-wrap:break-word}html:not(#__):not(#___) .cadmin.lfr-segments-experiment-panel .segments-experiments-empty-state__image{height:auto;width:185px}

.portlet-navigation .nav-link .layout-logo{max-height:1rem;max-width:2rem}.portlet-navigation .navigation-menu__submenu{cursor:default}.portlet-navigation .navigation-menu__submenu.dropdown-item:hover{background-color:transparent;color:#6b6c7e}.portlet-navigation .nav-pills>li>a{margin-bottom:2px}.portlet-navigation .nav-pills>li>.dropdown-menu{margin-top:0}.portlet-navigation .nav-pills>li.active>a{background-color:#0b5fff;color:#fff}.split-button-dropdowns{list-style:none;margin:0;padding:0}.split-button-dropdowns>li{display:inline-block;padding-left:2px;padding-right:2px}

