/* NOTE: We could use $default-fade-speed here,
   but that is .15s and VxD wants .35s*/
.fade-in {
  animation: fade-in 0.35s;
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shell-panel .shell-panel-header {
  text-align: left;
  padding: 8px 28px 8px 12px;
}
.shell-panel .shell-panel-header .shell-panel-title {
  font-family: var(--body-font-family, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 16px;
  line-height: 1.6rem;
}
.shell-panel .shell-panel-header .shell-panel-title .shell-panel-title-wrapper {
  vertical-align: middle;
}

.empty-view-vblock {
  border: solid 1px hsl(0, 0%, 70%);
}
.empty-view-vblock .empty-state-component .empty-view .empty-view__icon {
  height: 14vh;
  width: 14vh;
  font-size: 14vh;
}
.empty-view-vblock .empty-state-component .empty-view .empty-state-instruction {
  max-width: 500px;
  margin: auto;
}

.copy-button {
  cursor: pointer;
}

.treeNode {
  display: inline-flex;
}
.treeNode .concept-tree-indent-anchor {
  height: 16px;
}

.content-document-page {
  background-color: #fff;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
}
.content-document-page .concept-detail-panel-title {
  font-family: var(--body-font-family, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 16px;
  line-height: 1.6rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  display: inline-block;
}

.elr-filter-form .dd-typeahead__search {
  width: 100%;
}

.xbrl-prop-value-table {
  margin-bottom: 0;
}
.xbrl-prop-value-table th,
.xbrl-prop-value-table td {
  border-top-color: transparent;
}
.xbrl-prop-value-table .xbrl-prop-value-table-cell-property-right {
  text-align: right;
}
.xbrl-prop-value-table .xbrl-prop-value-table-cell-value {
  width: 80%;
  padding-left: 2rem;
}

.tree-container .virtual-list-item-container .section-list-item, .tree-container .virtual-list-item-container .presentation-list-item {
  height: 100%;
  align-items: center;
}
.tree-container .virtual-list-item-container:hover {
  background-color: #ebf6ff;
}
.tree-container .selected-node {
  background-color: #d6eeff;
}
.tree-container .concept-node-text {
  color: hsl(0, 0%, 20%);
}
.tree-container .concept-node-text.concept-node-title {
  margin-left: 8px;
}
.tree-container .concept-node-text.concept-node-child-text {
  font-size: 1.3rem;
}
.tree-container .concept-node-text.concept-node-child-text.break-word {
  word-wrap: break-word;
  word-break: break-all;
}
.tree-container .xbrl-outline-icon {
  margin-left: 14px;
  margin-right: 0.25em;
}
.tree-container .tree-node-cell {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}
.tree-container .presentation-tree-node-cell {
  align-items: center;
  min-width: 50px;
}
.tree-container .tree-expander {
  position: relative;
  display: inline;
  margin-left: 10px;
}
.tree-container .tree-expander .tree-expander-inner {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid hsl(0, 0%, 78%);
}
.tree-container .tree-expander .tree-expander-inner:hover {
  cursor: pointer;
  background-color: hsl(0, 0%, 93%);
  border: 1px solid hsl(0, 0%, 78%);
}
.tree-container .tree-expander .tree-expander-inner:hover .tree-expander-down-caret {
  border-top-color: #0d0d0d;
}
.tree-container .tree-expander .tree-expander-inner:hover .tree-expander-right-caret {
  border-left-color: #0d0d0d;
}
.tree-container .tree-expander .tree-expander-inner:active {
  cursor: pointer;
  background-color: hsl(0, 0%, 78%);
  border: 1px solid hsl(0, 0%, 78%);
}
.tree-container .tree-expander .tree-expander-inner:active .tree-expander-down-caret {
  border-top-color: #0d0d0d;
}
.tree-container .tree-expander .tree-expander-inner:active .tree-expander-right-caret {
  border-left-color: #0d0d0d;
}
.tree-container .tree-expander .tree-expander-down-caret {
  margin-top: 4px;
  border-top-color: hsl(0, 0%, 38%);
}
.tree-container .tree-expander .tree-expander-right-caret {
  margin-top: 1px;
  border-left-color: hsl(0, 0%, 38%);
}
.tree-container .outline-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-search-result:link, .concept-tree-node-link:link, .concept-well .concept-well-link:link, .concept-search-result:visited, .concept-tree-node-link:visited, .concept-well .concept-well-link:visited, .concept-search-result:hover, .concept-tree-node-link:hover, .concept-well .concept-well-link:hover, .concept-search-result:active, .concept-tree-node-link:active, .concept-well .concept-well-link:active {
  color: inherit;
  text-decoration: none;
}
.concept-search-result:hover .copy-button, .concept-tree-node-link:hover .copy-button, .concept-well .concept-well-link:hover .copy-button {
  opacity: 1;
}
.concept-search-result:hover .add-bookmark-icon, .concept-tree-node-link:hover .add-bookmark-icon, .concept-well .concept-well-link:hover .add-bookmark-icon {
  opacity: 1;
}

.bookmark-icon-wrapper.outline-badge .add-bookmark-icon {
  opacity: 1;
}

.copy-button-wrapper.outline-badge .copy-button {
  opacity: 1;
}

/* Add space beneath the concept details tabs -- keeps the top of the details content in line with the browse tree*/
.concept-detail-tabs.nav-tabs {
  margin-bottom: 15px;
}

/* Styling for the list of elr sections displayed in the presentations concept detail panel */
.presentation-elr-list {
  border: solid 1px hsl(0, 0%, 84%);
  padding: 4px 4px;
  max-height: 50%;
}
.presentation-elr-list .definitionList {
  width: 100%;
}
.presentation-elr-list .definitionList > .nav-item > .presentation-elr-list-item {
  border: none !important;
  z-index: auto;
}
.presentation-elr-list .definitionList > .nav-item > .presentation-elr-list-item .badge {
  background-color: hsl(0, 0%, 38%);
}
.presentation-elr-list .definitionList > .nav-item > .presentation-elr-list-item .badge span {
  vertical-align: middle;
}
.presentation-elr-list .definitionList > .nav-item > .presentation-elr-list-item.selected {
  background-color: #0094ff !important;
  border-color: #0094ff !important;
}
.presentation-elr-list .definitionList > .nav-item > .presentation-elr-list-item.selected .badge {
  background-color: white;
  color: #0094ff;
}

/* Styling for the taxonomy tree displayed in the presentations concept detail panel */
.presentation-concept-tree-container {
  border: solid 1px hsl(0, 0%, 84%);
}

.calculation-weight {
  float: left;
  width: 15px;
  text-align: center;
}

.calculation-formula-block .inactive-concept, .summation-formula-block .inactive-concept {
  color: hsl(0, 0%, 20%);
  -webkit-tap-highlight-color: transparent;
}
.calculation-formula-block .inactive-concept:link, .calculation-formula-block .inactive-concept:visited, .calculation-formula-block .inactive-concept:hover, .calculation-formula-block .inactive-concept:active, .summation-formula-block .inactive-concept:link, .summation-formula-block .inactive-concept:visited, .summation-formula-block .inactive-concept:hover, .summation-formula-block .inactive-concept:active {
  text-decoration: none;
}
.calculation-formula-block .formula-summation-item-active .calculation-weight, .summation-formula-block .formula-summation-item-active .calculation-weight {
  color: #0085e6;
  font-weight: bold;
}
.calculation-formula-block .active-concept, .summation-formula-block .active-concept {
  color: #0085e6;
  font-weight: bold;
}
.calculation-formula-block .formula-summation-item-inactive:hover, .summation-formula-block .formula-summation-item-inactive:hover {
  color: #0085e6;
}
.calculation-formula-block .formula-summation-item-inactive:hover .inactive-concept, .summation-formula-block .formula-summation-item-inactive:hover .inactive-concept {
  color: #0085e6;
}

.presentation-concept-tree-container .virtual-viewport-resize-sensor .virtual-list-item-container:hover {
  background-color: #ebf6ff;
}

.shell-panel-left .shell-panel-body {
  display: flex;
}

.concepts-container {
  box-sizing: content-box;
  border: solid 1px hsl(0, 0%, 70%);
  background-color: hsl(0, 0%, 93%);
  padding: 8px 8px 4px 8px !important;
}

.bookmark-icon:hover {
  cursor: pointer;
}

.shell-scroll-shadow-bottom {
  border-bottom: none;
  box-shadow: none;
}

.concept-well {
  cursor: default;
}
.concept-well .concept-well-title .copy-button {
  color: hsl(0, 0%, 70%);
}
.concept-well .concept-well-title .card__header__title {
  padding: 0.4rem 0 0 1.5rem;
  margin-right: 1.5rem;
}
.concept-well .concept-well-anchor, .concept-well .concept-well-anchor > .concept-well-tag {
  color: hsl(0, 0%, 20%);
  -webkit-tap-highlight-color: transparent;
}
.concept-well .concept-well-anchor:link, .concept-well .concept-well-anchor:visited, .concept-well .concept-well-anchor:hover, .concept-well .concept-well-anchor:active, .concept-well .concept-well-anchor > .concept-well-tag:link, .concept-well .concept-well-anchor > .concept-well-tag:visited, .concept-well .concept-well-anchor > .concept-well-tag:hover, .concept-well .concept-well-anchor > .concept-well-tag:active {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
}
.concept-well .concept-well-tag {
  margin: 3px 5px 3px 0;
  vertical-align: middle;
}
.concept-well .concept-well-middle {
  display: inline-block;
  width: 100% !important;
}
.concept-well .concept-well-bookmark-title, .concept-well .concept-well-search-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: hsl(0, 0%, 20%);
  text-decoration: none !important;
  display: inline-block;
  font-weight: bold;
  margin-right: 6px;
  width: 100%;
}
.concept-well .taxonomy-badge-wrapper {
  display: inline-block;
}
.concept-well .concept-well-bookmark-title-icons, .concept-well .concept-well-search-title-icons {
  display: inline-block;
  white-space: nowrap;
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon, .concept-well .concept-well-bookmark-title-icons .concept-well-title-icon-first, .concept-well .concept-well-search-title-icons .concept-well-title-icon, .concept-well .concept-well-search-title-icons .concept-well-title-icon-first {
  margin-left: 4px;
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon :hover, .concept-well .concept-well-bookmark-title-icons .concept-well-title-icon-first :hover, .concept-well .concept-well-search-title-icons .concept-well-title-icon :hover, .concept-well .concept-well-search-title-icons .concept-well-title-icon-first :hover {
  background-color: transparent;
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon .search-copy-button, .concept-well .concept-well-bookmark-title-icons .concept-well-title-icon-first .search-copy-button, .concept-well .concept-well-search-title-icons .concept-well-title-icon .search-copy-button, .concept-well .concept-well-search-title-icons .concept-well-title-icon-first .search-copy-button {
  color: hsl(0, 0%, 70%);
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon .search-copy-button:active, .concept-well .concept-well-bookmark-title-icons .concept-well-title-icon-first .search-copy-button:active, .concept-well .concept-well-search-title-icons .concept-well-title-icon .search-copy-button:active, .concept-well .concept-well-search-title-icons .concept-well-title-icon-first .search-copy-button:active {
  color: hsl(0, 0%, 20%);
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon.bookmark-apply-concept-button-icon, .concept-well .concept-well-bookmark-title-icons .bookmark-apply-concept-button-icon.concept-well-title-icon-first, .concept-well .concept-well-search-title-icons .concept-well-title-icon.bookmark-apply-concept-button-icon, .concept-well .concept-well-search-title-icons .bookmark-apply-concept-button-icon.concept-well-title-icon-first {
  opacity: 0;
  color: #b2b2b2;
}
.concept-well .concept-well-bookmark-title-icons .concept-well-title-icon-first, .concept-well .concept-well-search-title-icons .concept-well-title-icon-first {
  margin-left: 0;
}
.concept-well:hover {
  background-color: #ebf6ff;
}
.concept-well:hover .add-bookmark-icon, .concept-well:hover .copy-button {
  opacity: 1;
}

.search-form-component {
  overflow: visible;
  padding-top: 6px;
  padding-bottom: 18px;
}

.taxonomy-section-list-component-block {
  margin-bottom: 0;
}

.concept-tree-node-right {
  align-items: center;
}

.search-filter-button {
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  float: right;
}

.search-by-menu .checkbox {
  align-content: center;
}

.search-filter-menu {
  width: 408px;
}

.search-input-with-btn-after {
  display: flex;
  float: left;
  width: 98%;
  height: 32px;
}
.search-input-with-btn-after .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.search-input-with-btn-after > .form-group {
  flex-grow: 1;
}
.concept-tree-node-link {
  width: 100%;
}

.presentation-definition {
  white-space: nowrap;
}

.notes-icon, .icon-note {
  margin-left: 10px;
  color: #0094ff;
}

.concept-info-icon {
  margin-left: 10px;
}

@media screen and (min-width: 48em) {
  .rich-app-shell .navbar-collapse {
    background-color: transparent;
    display: flex !important;
    display: -ms-flexbox !important;
    justify-content: flex-end;
  }
  .rich-app-shell .wdesk-global-navbar-nav.navbar-right {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    overflow-x: visible;
    overflow-y: visible;
    overflow: visible;
    float: none !important;
    position: relative;
    margin-right: 0;
    right: -1.5rem;
  }
  .rich-app-shell .container-wide .wdesk-global-navbar-nav.navbar-right {
    margin-right: 0;
    right: -2.4rem;
  }
  .rich-app-shell .shell-header-content {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0%;
  }
  .rich-app-shell .shell-header-content > div {
    display: flex;
    flex: 1 1 0%;
  }
}
.analyzer-toolbar .analyzer-toolbar-heading {
  margin-top: 11px;
  color: hsl(0, 0%, 20%);
}
.analyzer-toolbar .taxonomy-select-dropdown + .dropdown-menu > .menu-item > .hitarea {
  padding: 0.3rem 1.8rem;
}
.analyzer-toolbar .taxonomy-select-dropdown.dropdown-toggle.hitarea {
  padding-right: 30px;
}
.analyzer-toolbar .nav-item > .hitarea:focus .caret {
  border-bottom-color: inherit;
  border-top-color: inherit;
}
.analyzer-toolbar .taxonomy-select-dropdown.dropdown-toggle.hitarea:focus {
  color: inherit;
}
.analyzer-toolbar .display-options-dropdown-component.dropdown-toggle.hitarea:focus {
  color: inherit;
}

.overlay-trigger-wrapper .panel-overlay-trigger {
  pointer-events: all !important;
  cursor: default !important;
}

.remove-bookmark-icon {
  color: #0094ff;
}

.add-bookmark-icon {
  opacity: 1;
  color: hsl(0, 0%, 70%);
}

.copy-button {
  cursor: pointer;
}

.bookmark-icon-wrapper {
  position: relative;
  height: 18px;
  width: 18px;
  margin-left: 4px;
}
.bookmark-icon-wrapper .bookmark-icon {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bookmark-icon-wrapper .add-bookmark-icon {
  opacity: 0;
}

.copy-button-wrapper {
  position: relative;
  height: 18px;
  width: 16px;
  margin: 0;
}
.copy-button-wrapper .copy-button {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  color: hsl(0, 0%, 70%);
}

.section-list-item:hover .concept-tree-node-right .copy-button-wrapper > .copy-button, .presentation-list-item:hover .concept-tree-node-right .copy-button-wrapper > .copy-button {
  opacity: 1;
}
.section-list-item:hover .concept-tree-node-right .bookmark-icon-wrapper .add-bookmark-icon, .presentation-list-item:hover .concept-tree-node-right .bookmark-icon-wrapper .add-bookmark-icon {
  opacity: 1;
}

.presentation-list-item .presentation-tree-node-indent {
  min-width: 50px;
}
.presentation-list-item.selected-node .concept-node-text {
  pointer-events: none;
}

.title-block {
  padding-top: 8px;
  padding-bottom: 8px;
}
.title-block .title-icon {
  margin-left: 4px;
}
.title-block .title-icon.copy-button {
  color: hsl(0, 0%, 70%);
}

.search-results-block .progress-indeterminate {
  margin: 14px 10px 0 10px;
}

.detail-prop-row-value-container {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.detail-prop-row-tooltip .detail-prop-row-tooltip-content {
  max-width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

.clear-all-bookmarks-button-wrapper {
  float: right;
}

.display-options-menu-item .display-options-top-item {
  margin-top: 0;
  margin-bottom: 5px;
}
.display-options-menu-item .display-options-bottom-item {
  margin-top: 5px;
  margin-bottom: 0;
}

.search-filter-menu .cs-filter-dropdown-top-left {
  width: 116px;
}
.search-filter-menu .cs-filter-dropdown-top-middle {
  width: 116px;
  margin-left: 1px;
}
.search-filter-menu .cs-filter-dropdown-top-right {
  width: 116px;
  margin-left: 1px;
}
.search-filter-menu .cs-filter-dropdown-middle {
  width: 375px;
}
.search-filter-menu .dropdown-toggle__display-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-form-component .search-form-component-button {
  padding-right: 1px;
  padding-top: 1px;
}
.search-form-component > .cs-filter-dropdown-top-left-menu, .search-form-component > .cs-filter-dropdown-top-middle-menu {
  padding-right: 11px;
}
.search-form-component .cs-filter-bottom-row-menu {
  padding-top: 1px;
}
.search-form-component .csf-bottom-checkboxes {
  padding-top: 0.64rem;
}

.calculation-children-table {
  margin-left: 16px;
}
.calculation-children-table th, .calculation-children-table td {
  border: none;
}
.calculation-children-table a:link, .calculation-children-table a:visited {
  color: hsl(0, 0%, 20%);
}
.calculation-children-table a:hover, .calculation-children-table a:active {
  color: #0094ff;
}
.calculation-children-table .formula-summed-value {
  font-weight: normal;
}

.tax-flex-tabs-block .tabbable {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  height: 100%;
}
.tax-flex-tabs-block .tabbable > .grid-reset {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.tax-flex-tabs-block .tabbable > .grid-block {
  max-width: none;
  min-height: 0;
}
.tax-flex-tabs-block .tabbable.grid-shrink {
  height: auto;
}
.tax-flex-tabs-block .concept-detail-tab-area {
  flex: 0 0 auto;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
  display: block;
  margin-bottom: 3.4rem;
}
.tax-flex-tabs-block .concept-detail-tab-area img {
  max-width: 100%;
}
.tax-flex-tabs-block .concept-detail-tab-area .detail-tab {
  z-index: auto !important;
}
.tax-flex-tabs-block .concept-detail-tab-area .detail-tab.disabled {
  cursor: auto !important;
}
.tax-flex-tabs-block .tab-content {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.tax-flex-tabs-block .tab-content > .grid-reset {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.tax-flex-tabs-block .tab-pane.active {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.tax-flex-tabs-block .tab-pane.active > .grid-reset {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.shell-panel-left .shell-panel-body,
.shell-panel-right .shell-panel-body {
  display: flex;
}

.shell-content-doc > .grid-content {
  display: flex;
}

/*# sourceMappingURL=taxonomy-analyzer.css.map */