.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.popover {
  z-index: 12000 !important;
}
.m-l-auto {
  margin-left: auto !important;
}
.m-r-auto {
  margin-left: auto !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
ul.productfamilies,
ul.orderitemtypes {
  margin: 0 0 0 0;
  display: inline-block;
  list-style: none;
}
ul.productfamilies li,
ul.orderitemtypes li {
  margin-right: 8px;
  font-size: 12px;
  display: inline;
}
ul.productfamilies li i,
ul.orderitemtypes li i {
  font-size: 10px;
  margin-right: 2px;
}
ul.productfamilies li .label,
ul.orderitemtypes li .label {
  padding: 1px 4px;
  font-size: 13px;
}
ul.productfamilies li .sublabel,
ul.orderitemtypes li .sublabel {
  margin-left: 2px;
  font-size: 11px;
  vertical-align: top;
  color: var(--bts-gray-medium);
}
ul.productfamilies li .sublabel i,
ul.orderitemtypes li .sublabel i {
  font-size: 11px;
}
.version {
  font-size: 13px;
  color: #e8841c;
  font-weight: normal;
}
.version::before {
  content: "v";
}
.bssi-uncommitted-changes {
  color: #3a87ad;
}
h1 + .bssi-uncommitted-changes {
  font-size: 18px;
}
body.cds .bssi-uncommitted-changes {
  color: var(--cds-colors__lilac);
}
body.cds h1 + .bssi-uncommitted-changes {
  font-size: 18px;
  vertical-align: initial;
}
body.cds h1 ~ .version {
  vertical-align: top;
}
.tooltip-inner {
  max-width: 400px;
}
.alert-info .csrt_productitem {
  color: var(--bts-gray-dark-2);
}
.alert-info .csrt_productitem > .product_head {
  padding: 0;
  margin-left: 0;
}
.alert-info .csrt_productitem > .product_expander {
  display: none;
}
.hierarchy_path > .hierarchy_item {
  display: inline-block;
  white-space: nowrap;
}
.hierarchy_path > .hierarchy_item > span {
  margin-right: 4px;
}
.hierarchy_path > .hierarchy_item::after {
  font-family: 'csrt';
  content: "\e12e";
  margin-right: 4px;
  font-size: 11px;
}
.hierarchy_path > .hierarchy_item:last-child::after {
  content: "";
  margin-right: 0;
}
.tilepane .contextactions a.errorinfo.dropdown-toggle:hover,
.tilepane .contextactions a.errorinfo.dropdown-toggle:focus {
  text-decoration: none;
  color: #953b39;
}
a.errorinfo.dropdown-toggle {
  color: var(--vbs-error-text) !important;
  outline-offset: 4px;
}
a.errorinfo.dropdown-toggle:hover {
  color: #8d433f !important;
  text-decoration: none;
}
/* =STATES */
span.state.readyforservice {
  color: var(--csrt-state-submitted-color);
  border-color: var(--csrt-state-submitted-color);
}
.state_color.readyforservice {
  color: var(--csrt-state-submitted-color);
}
span.state.milestonereached,
span.state.launched {
  color: var(--csrt-state-done-color);
  border-color: var(--csrt-state-done-border-color);
}
.state_color.milestonereached,
.state_color.launched {
  color: var(--csrt-state-done-color);
}
span.state.milestonenotattached {
  color: var(--csrt-state-new-color);
  border-color: var(--csrt-state-new-border-color);
}
.state_color.milestonenotattached {
  color: var(--csrt-state-new-color);
}
span.state.indesign {
  color: var(--csrt-state-inprogress-color);
  border-color: var(--csrt-state-inprogress-color);
}
.state_color.indesign {
  color: var(--csrt-state-inprogress-color);
}
span.state.deactivation {
  color: #cf7b04;
  border-color: #cf7b04;
  border-style: dashed;
}
/* FeatureDef STATES */
span.state.live {
  color: var(--csrt-state-done-color);
  border-color: var(--csrt-state-done-border-color);
}
span.state.static {
  color: var(--csrt-state-failed-color);
  border-color: var(--csrt-state-failed-color);
}
span.state.restart {
  color: var(--csrt-state-new-color);
  border-color: var(--csrt-state-new-border-color);
}
.destination-state-selector {
  border: 1px solid #d6e9c6;
  color: #468847;
  background-color: #dff0d8;
  padding: 5px 10px;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: 10px;
}
span.colorbox {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-top;
  border: 1px solid var(--vbs-text-color);
  margin-right: 5px;
}
/* =csrt_product-relations */
.csrt_product-relations {
  margin-top: 6px;
}
.csrt_product-relations a.blindlink:hover {
  text-decoration: none;
}
.csrt_product-relations .serialnumber {
  vertical-align: top;
  font-size: 11px;
  font-weight: normal;
  color: var(--bts-gray-medium-light);
  line-height: 15px;
}
.csrt_product-relations .oldproduct .serialnumber {
  line-height: 20px;
}
.csrt_product-relations .group_row {
  margin-bottom: 16px;
}
.csrt_product-relations .group_row > .head > .name > a.expander {
  margin-left: 0;
  font-size: 16px;
  color: var(--csrt-icon-color);
}
.csrt_product-relations .group_row > .head > .name > a.expander.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .group_row > .head > .name > a.expander:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .group_row > .head > .name > a.expander::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .group_row > .head > .name > a.expander::before {
  content: var(--csrt-expander-content-collapsed);
}
.csrt_product-relations .group_row > .head > .name > a.expander:focus {
  text-decoration: none !important;
}
.csrt_product-relations .group_row > .head > .name > a.expander:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .group_row > .head > .name > a.expander .name {
  color: var(--bts-gray-dark-2);
}
.csrt_product-relations .group_row > .head > .name > a.expander::before {
  padding-right: 8px;
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded {
  color: var(--csrt-icon-color);
  text-decoration: none;
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded::before {
  content: var(--csrt-expander-content-expanded);
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded:focus {
  text-decoration: none !important;
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .group_row > .head > .name > a.expander.expanded .name {
  color: var(--bts-gray-dark-2);
}
.csrt_product-relations .relation_row {
  border: 1px solid var(--bts-border);
  padding: 6px 6px 6px;
  margin-bottom: 8px;
}
.csrt_product-relations .relation_row > .head .name {
  float: left;
  margin-right: 16px;
}
.csrt_product-relations .relation_row > .head .subinfo {
  font-size: 11px;
  line-height: 15px;
}
.csrt_product-relations .relation_row > .head .subinfo span {
  margin-right: 8px;
}
.csrt_product-relations .relation_row > .head h4 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  display: inline-block;
}
.csrt_product-relations .relation_row > .head h5 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
  display: inline-block;
  color: var(--bts-gray-medium);
}
.csrt_product-relations .relation_row > .head a.itemlink {
  display: inline-block;
}
.csrt_product-relations .relation_row > .head i.i-power-cord,
.csrt_product-relations .relation_row > .head i.csi-onoff-switch {
  float: left;
  margin-right: 8px;
  font-size: 18px;
  color: #DDDDDD;
}
.csrt_product-relations .relation_row > .head .actions {
  float: right;
  margin-left: 16px;
  margin-right: 6px;
  width: 150px;
  text-align: right;
}
.csrt_product-relations .relation_row > .head .actions a {
  margin-left: 6px;
}
.csrt_product-relations .relation_row > .head .actions .inline {
  display: flex;
  justify-content: flex-end;
}
.csrt_product-relations .relation_row > .head a.expander {
  color: var(--csrt-icon-color);
  display: inline-block;
  width: 20px;
}
.csrt_product-relations .relation_row > .head a.expander.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .relation_row > .head a.expander:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .relation_row > .head a.expander::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .relation_row > .head a.expander::before {
  content: var(--csrt-expander-content-collapsed);
}
.csrt_product-relations .relation_row > .head a.expander:focus {
  text-decoration: none !important;
}
.csrt_product-relations .relation_row > .head a.expander:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .relation_row > .head a.expander.expanded {
  color: var(--csrt-icon-color);
  text-decoration: none;
}
.csrt_product-relations .relation_row > .head a.expander.expanded.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .relation_row > .head a.expander.expanded:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .relation_row > .head a.expander.expanded::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .relation_row > .head a.expander.expanded::before {
  content: var(--csrt-expander-content-expanded);
}
.csrt_product-relations .relation_row > .head a.expander.expanded:focus {
  text-decoration: none !important;
}
.csrt_product-relations .relation_row > .head a.expander.expanded:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .relation_row > .head span.expander.disabled {
  width: 20px;
  display: inline-block;
}
.csrt_product-relations .relation_row > .actions {
  margin-left: 24px;
}
.csrt_product-relations .relation_row > .alternatives {
  margin: 6px 8px 6px 24px;
  background-color: var(--bts-bg-lightest);
  border: 1px solid var(--bts-border);
  font-size: 12px;
}
.csrt_product-relations .relation_row > .alternatives .table tr:FIRST-CHILD td {
  border-top: none;
}
.csrt_product-relations .relation_row > .alternatives .table {
  margin: 0;
}
.csrt_product-relations .relation_row > .alternatives .csrt_main-charges .charges .charge .amount {
  font-size: 12px;
}
.csrt_product-relations .relation_row > .alternatives .csrt_main-charges .charges .charge .desc {
  display: inline;
}
.csrt_product-relations .relation_row > * > .csrt_product-relations {
  margin-left: 24px;
}
.csrt_product-relations h4 i.i-stack {
  margin-left: 4px;
  font-size: 14px;
  display: none;
}
.csrt_product-relations a > h4 i.i-stack {
  display: inline;
}
.csrt_product-relations .oldproduct {
  text-decoration: line-through;
  font-style: italic;
}
.csrt_product-relations .slot_row {
  margin-left: 24px;
}
.csrt_product-relations .slot_row > .value > .head {
  padding: 0 6px 2px 0;
}
.csrt_product-relations .slot_row > .value > .head .name {
  float: left;
  margin-right: 16px;
}
.csrt_product-relations .slot_row > .value > .head h4 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
}
.csrt_product-relations .slot_row > .value > .head h5 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
  float: left;
  color: var(--bts-gray-medium-light);
}
.csrt_product-relations .slot_row > .value > .head a.itemlink {
  line-height: 24px;
}
.csrt_product-relations .slot_row > .value > .head .actions {
  float: right;
  margin-left: 16px;
  margin-top: 1px;
  width: 150px;
  text-align: right;
}
.csrt_product-relations .slot_row > .value > .head .actions a {
  margin-left: 6px;
}
.csrt_product-relations .slot_row > .value > .head a.expander {
  color: var(--csrt-icon-color);
  display: inline-block;
  width: 20px;
}
.csrt_product-relations .slot_row > .value > .head a.expander.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .slot_row > .value > .head a.expander:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .slot_row > .value > .head a.expander::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .slot_row > .value > .head a.expander::before {
  content: var(--csrt-expander-content-collapsed);
}
.csrt_product-relations .slot_row > .value > .head a.expander:focus {
  text-decoration: none !important;
}
.csrt_product-relations .slot_row > .value > .head a.expander:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded {
  color: var(--csrt-icon-color);
  text-decoration: none;
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded.blindlink {
  color: var(--vbs-text-color);
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded::before {
  content: var(--csrt-expander-content-expanded);
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded:focus {
  text-decoration: none !important;
}
.csrt_product-relations .slot_row > .value > .head a.expander.expanded:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_product-relations .slot_row > .value > .head span.expander.disabled {
  width: 20px;
  display: inline-block;
}
.csrt_product-relations td.multislots > .relation_row > .slots > .slot_row:FIRST-CHILD > .value {
  margin-top: 3px;
}
.csrt_product-relations td.multislots > .relation_row > .slots > .slot_row > .value > .head {
  padding-top: 2px;
  border-top: 1px dotted var(--bts-border);
}
.csrt_product-relations .csrt_main-charges {
  float: right;
  width: 220px;
  margin-top: 3px;
  color: var(--bts-gray-medium);
  text-align: right;
}
.csrt_product-relations .csrt_main-charges.active {
  color: var(--bts-gray-darker);
}
.csrt_product-relations .selected > .relation_row > .head h4 {
  font-weight: bold;
}
.csrt_product-relations .selected > .relation_row > .head i.i-power-cord,
.csrt_product-relations .selected > .relation_row > .head i.csi-onoff-switch {
  color: green;
}
.csrt_product-relations .selected > .relation_row > .head .csrt_main-charges {
  color: var(--bts-gray-darker);
}
.csrt_product-relations .csrt_product-relations .relation_row {
  border: 1px dotted var(--bts-border);
  background-color: var(--bts-bg-lightest);
  padding: 4px 6px 4px;
  margin-bottom: 4px;
}
.csrt_product-relations .csrt_product-relations .relation_row > .head h4 {
  font-size: 14px;
  line-height: 16px;
}
.csrt_product-relations .csrt_product-relations .relation_row > .head h5 {
  font-size: 13px;
  line-height: 16px;
}
.csrt_product-relations .csrt_product-relations .relation_row > .head a.itemlink {
  line-height: 16px;
}
.csrt_product-relations .csrt_product-relations .relation_row > .head .actions {
  margin-right: 0;
}
.csrt_product-relations .csrt_product-relations .relation_row > .head i.i-power-cord,
.csrt_product-relations .csrt_product-relations .relation_row > .head i.csi-onoff-switch {
  font-size: 16px;
}
.csrt_product-relations .csrt_product-relations .relation_row .csrt_product-relations .relation_row {
  border-right: none;
  padding-right: 0;
}
.csrt_product-relations .csrt_product-relations .slot_row > .value > .head {
  padding: 2px 0 2px 0;
  /*				.actions {
					float: right;
					margin-left: 16px;
					margin-top: 4px;
					width: 150px;
					text-align: right;
					a {
						margin-left: 6px;
					}
				}*/

}
.csrt_product-relations .csrt_product-relations .slot_row > .value > .head h4 {
  font-size: 14px;
  line-height: 20px;
}
.csrt_product-relations .csrt_product-relations .slot_row > .value > .head h5 {
  font-size: 13px;
  line-height: 20px;
}
.csrt_product-relations .csrt_product-relations .slot_row > .value > .head .csrt_main-charges.active {
  color: var(--bts-gray-darker);
}
.csrt_product-relations .csrt_product-relations .csrt_main-charges {
  margin-top: 0;
}
.csrt_product-relations .csrt_product-relations .csrt_main-charges .charges .charge .amount {
  font-size: 13px;
  line-height: 13px;
}
table.relation-alternatives tr > td > a > i {
  display: none;
}
table.relation-alternatives tr.clear-alternative > td {
  background-color: var(--vbs-msg-info-bgcolor);
}
table.relation-alternatives tr.clear-alternative > td a > i.i-cancel-circle {
  display: inline;
}
table.relation-alternatives tr.revert-alternative > td {
  background-color: var(--vbs-msg-info-bgcolor);
}
table.relation-alternatives tr.revert-alternative > td a > i.i-undo {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
/* =csrt_productitems */
.csrt_productitems table tr td {
  padding: 0;
}
.csrt_productitems table tr td.expanded {
  background-color: transparent;
}
.csrt_productitems .table-condensed td {
  padding: 0 10px;
}
.csrt_productitems table tr.selected td.expanded {
  background-color: var(--vbs-selector-back-active-color);
}
.csrt_productitems table tr:hover.selected td.expanded {
  background-color: var(--vbs-selector-back-active-hover-color);
}
.csrt_productitems table tr:hover > td > .csrt_productitem > .product_head > .actions .dropdown-menu a:hover {
  color: var(--bts-white-text);
}
.csrt_productitems table tr:hover > td > .csrt_productitem > .product_head .status_pane.icon_status {
  background-color: var(--vbs-link-color);
}
.csrt_productitems table tr:hover > td > .csrt_productitem > .product_head .status_pane.icon_status:hover {
  background-color: var(--vbs-link-color-hover);
}
.csrt_productitems table tr:hover > td > .csrt_productitem > .product_head .status_pane.icon_status.noclick {
  background-color: #444444;
}
body:not(.cds) .csrt_wellbox .csrt_productitem > .product_head > .actions a {
  color: var(--vbs-link-color);
}
body:not(.cds) .csrt_wellbox .csrt_productitem > .product_head > .actions .dropdown-menu a:hover {
  color: var(--bts-white-text);
}
body:not(.cds) .csrt_wellbox .csrt_productitem > .product_head > .actions.buttons a {
  color: inherit;
}
.csrt_wellbox .csrt_productitem > .product_head .status_pane.icon_status {
  background-color: var(--vbs-link-color);
}
.csrt_wellbox .csrt_productitem > .product_head .status_pane.icon_status:hover {
  background-color: var(--vbs-link-color-hover);
}
.csrt_wellbox .csrt_productitem > .product_head .status_pane.icon_status.noclick {
  background-color: #444444;
}
.csrt_wellbox .csrt_productitem > .product_head {
  padding-left: 0;
  padding-right: 0;
}
.flex_fill {
  display: flex;
  justify-content: space-between;
}
.csrt_productitem {
  padding: 8px 0 8px;
}
.csrt_productitem .main_image {
  float: left;
  margin: 2px 8px 6px 6px;
  text-align: center;
  width: 30px;
}
.csrt_productitem .main_image + .list_item,
.csrt_productitem .main_image + .flex_fill {
  margin-left: 47px;
}
.csrt_productitem .productaccounts li {
  margin-right: 20px;
}
.csrt_productitem .productaccounts li h6 {
  margin-bottom: 0;
}
.csrt_productitem > .product_expander {
  width: 18px;
  float: left;
  padding: 0 10px;
}
.csrt_productitem > .product_expander a {
  display: block;
  outline: none;
  height: 18px;
  color: var(--csrt-icon-color);
}
.csrt_productitem > .product_expander a.blindlink {
  color: var(--vbs-text-color);
}
.csrt_productitem > .product_expander a:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_productitem > .product_expander a::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_productitem > .product_expander a::before {
  content: var(--csrt-expander-content-collapsed);
}
.csrt_productitem > .product_expander a:focus {
  text-decoration: none !important;
}
.csrt_productitem > .product_expander a:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_productitem > .product_expander a:focus {
  text-decoration: none;
}
.csrt_productitem > .product_expander a:hover {
  text-decoration: none;
}
.csrt_productitem > .product_expander a.expanded {
  color: var(--csrt-icon-color);
  text-decoration: none;
}
.csrt_productitem > .product_expander a.expanded.blindlink {
  color: var(--vbs-text-color);
}
.csrt_productitem > .product_expander a.expanded:hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.csrt_productitem > .product_expander a.expanded::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csrt_productitem > .product_expander a.expanded::before {
  content: var(--csrt-expander-content-expanded);
}
.csrt_productitem > .product_expander a.expanded:focus {
  text-decoration: none !important;
}
.csrt_productitem > .product_expander a.expanded:focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.csrt_productitem > .product_head {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 13px;
}
.csrt_productitem > .product_head h6 {
  font-size: 9px;
  color: var(--bts-gray-dark);
}
.csrt_productitem > .product_head .csrt_stream {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.csrt_productitem > .product_head > .info {
  float: right;
  margin-left: 8px;
}
.csrt_productitem > .product_head .serialnumber {
  vertical-align: top;
  font-size: 11px;
  font-weight: normal;
  color: var(--cds-colors__medium-gray);
  line-height: 15px;
}
.csrt_productitem > .product_head .charges_pane {
  float: right;
  width: 112px;
  margin-left: 6px;
}
.csrt_productitem > .product_head .charges_pane h6 {
  text-align: right;
  line-height: 9px;
  margin: 5px 0 1px;
}
.csrt_productitem > .product_head .address address {
  font-size: 12px;
  line-height: 17px;
}
.csrt_productitem > .product_head .address i {
  margin-top: 3px;
}
.csrt_productitem > .product_head .charges {
  margin: 0;
  padding: 0;
}
.csrt_productitem > .product_head .charges .charge {
  text-align: right;
}
.csrt_productitem > .product_head .charges .charge .amount {
  font-size: 13px;
  font-weight: normal;
}
.csrt_productitem > .product_head .charges .charge .desc {
  font-size: 9px;
  line-height: 11px;
}
.csrt_productitem > .product_head .total_charges .charges .charge .amount {
  font-weight: bold;
}
.csrt_productitem > .product_head .total_charges .charges .charge .amount-replaced,
.csrt_productitem > .product_head .total_charges .charges .charge .amount-old {
  font-weight: normal;
}
.csrt_productitem > .product_head .csrt_main-charges h6 {
  margin: 6px 0 0;
  text-align: right;
}
.csrt_productitem > .product_head .product_children .total_charges .charges .charge .amount {
  font-weight: normal;
}
.csrt_productitem > .product_head .status_pane {
  float: left;
  line-height: 14px;
  text-align: right;
}
.csrt_productitem > .product_head .status_pane .state {
  padding: 1px 4px 2px;
}
.csrt_productitem > .product_head .status_pane .info_label {
  padding: 1px 4px 1px;
}
.csrt_productitem > .product_head .status_pane.icon_status {
  text-align: center;
  border-radius: 3px;
  background-color: #888888;
  padding: 0 3px 1px 5px;
  margin-right: 8px;
  width: auto;
  cursor: pointer;
}
.csrt_productitem > .product_head .status_pane.icon_status i {
  margin-right: 2px;
}
.csrt_productitem > .product_head .status_pane.icon_status.noclick {
  cursor: default;
}
.csrt_productitem > .product_head .inprogress_pane {
  float: right;
  clear: right;
  margin: 6px 0 0 8px;
}
.csrt_productitem > .product_head .identity {
  font-size: 15px;
  line-height: 20px;
}
.csrt_productitem > .product_head .identity .number {
  font-style: italic;
}
.csrt_productitem > .product_head .identity .badgeinfo {
  font-size: 9px;
  line-height: 14px;
  margin-left: 2px;
  padding: 1px 4px;
  vertical-align: top;
}
.csrt_productitem > .product_head .identity .subname {
  font-weight: normal;
  font-size: 11px;
  color: var(--bts-gray-medium);
  line-height: 16px;
  display: block;
}
.csrt_productitem > .product_head .identity .item_state {
  margin-top: 3px;
}
.csrt_productitem > .product_head .subinfo {
  font-size: 11px;
  line-height: 13px;
  margin: 2px 0 2px 0;
  font-weight: normal;
  color: var(--bts-gray-dark-2);
}
.csrt_productitem > .product_head .subinfo span.caption {
  color: var(--bts-gray-dark);
  margin-right: 2px;
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
}
.csrt_productitem > .product_head .subinfo table tr th,
.csrt_productitem > .product_head .subinfo table tr td {
  padding: 0;
  background-color: transparent;
}
.csrt_productitem > .product_head .subinfo table tr th {
  padding-right: 4px;
  text-align: left;
  color: var(--bts-gray-dark);
  font-weight: bold;
}
.csrt_productitem > .product_head .subinfo table tr td {
  text-align: right;
}
.csrt_productitem > .product_head .subinfo table tr:FIRST-CHILD th,
.csrt_productitem > .product_head .subinfo table tr:FIRST-CHILD td {
  border: none;
}
.csrt_productitem .contextpath {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  margin-bottom: 4px;
}
.csrt_productitem .contextpath .legend {
  color: var(--bts-gray-medium-light);
}
.csrt_productitem .contextpath ul {
  margin: 0;
  list-style: none;
  display: inline;
}
.csrt_productitem .contextpath ul .divider {
  padding: 0 2px;
}
.csrt_productitem .contextpath ul li {
  display: inline;
  line-height: 13px;
}
.csrt_productitem .contextpath ul li:LAST-CHILD .divider {
  display: none;
}
.csrt_productitem .product_details {
  margin: 0 8px 8px 13px;
  padding: 3px 4px 1px 8px;
  border-top: 1px solid #eeeeee;
  font-size: 11px;
  line-height: 16px;
}
.csrt_productitem .product_details .row-fluid [class*="span"] {
  min-height: 0;
}
.csrt_productitem .product_details .values-table table {
  width: 100%;
}
.csrt_productitem .product_details .values-table th,
.csrt_productitem .product_details .values-table td {
  font-size: 11px;
  text-align: left;
  vertical-align: top;
  padding: 0 16px 0 0;
  border-bottom: 1px dotted var(--bts-border-light);
  border-top: none;
}
.csrt_productitem .product_details .values-table th label {
  font-size: 11px;
  color: var(--bts-gray-medium-light);
  font-weight: bold;
  cursor: text;
}
.csrt_productitem .product_details .values-table th {
  width: 50%;
}
.csrt_productitem .product_details .values-table td {
  text-align: left;
  vertical-align: top;
}
.csrt_productitem .product_details .values-table tr:LAST-CHILD th,
.csrt_productitem .product_details .values-table tr:LAST-CHILD td {
  border-bottom: none;
}
.csrt_productitem .product_details address {
  margin-bottom: 0;
}
.csrt_productitem .product_details .more-link {
  font-size: 11px;
}
.csrt_productitem .product_children {
  padding: 0;
  margin-top: 6px;
  background-color: var(--bts-bg-lightest);
  border-top: 1px solid var(--bts-bg-light);
  border-bottom-radius: 6px;
}
.csrt_productitem .product_children table tr td {
  border-top-style: dotted;
  padding: 0 !important;
  padding-left: 16px !important;
}
.csrt_productitem .product_children table tr:FIRST-CHILD td {
  border-top: none;
}
.csrt_productitem .product_children .table-condensed > table > tbody > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.csrt_productitem .product_children .table {
  background-color: inherit;
  border: none;
  margin: 0;
}
.csrt_productitem .product_children .table-hover tr:hover td {
  background-color: #eeeeee;
}
.csrt_productitem .product_children .table-hover tr:hover.selected td {
  background-color: var(--vbs-selector-back-active-hover-color);
}
.csrt_productitem .product_children .identity {
  font-size: 13.5px;
  line-height: 18px;
}
.csrt_productitem .product_children .csrt_productitem .equal-section {
  margin-left: -16px;
}
.csrt_productitem .product_children .product_children .csrt_productitem .equal-section {
  margin-left: -32px;
}
.csrt_productitem .product_children .product_children .product_children .csrt_productitem .equal-section {
  margin-left: -48px;
}
.csrt_productitem .product_children .product_children .product_children .product_children .csrt_productitem .equal-section {
  margin-left: -64px;
}
.csrt_productitem .product_children table tr td.reference {
  padding-left: 18px;
  font-style: italic;
}
.csrt_productitem .product_children table tr td.reference > .csrt_productitem {
  border-left: 2px dotted #888888;
}
.csrt_productitem .product_children table tr td.reference .contextpath {
  font-weight: normal;
}
.csrt_productitem .product_children table tr td.reference a.blindlink {
  color: var(--bts-gray);
}
.csrt_productitem .product_children table tr td.reference a.blindlink:hover {
  color: var(--vbs-link-color);
}
.csrt_productitem .product_children table tr td.reference .charges_pane {
  color: var(--bts-gray);
}
body.cds .csrt_productitem .actions {
  margin-top: 8px;
}
body.cds .csrt_productitem .actions > ul {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  column-gap: 24px;
}
body.cds .csrt_productitem .actions > ul > li a {
  white-space: nowrap;
}
body:not(.cds) .csrt_productitem .actions.buttons ul li .btn-group a.dropdown-toggle:hover {
  color: inherit;
}
body:not(.cds) .csrt_productitem .actions.buttons ul li a {
  color: inherit;
}
body:not(.cds) .csrt_productitem .actions {
  margin-top: 2px;
  font-size: 11px;
}
body:not(.cds) .csrt_productitem .actions ul li {
  display: inline;
}
body:not(.cds) .csrt_productitem .actions ul li a {
  margin-right: 8px;
  white-space: nowrap;
}
body:not(.cds) .csrt_productitem .actions ul li .disabled {
  color: var(--bts-gray-medium-light);
}
body:not(.cds) .csrt_productitem .actions ul li ul.dropdown-menu {
  text-align: left;
}
body:not(.cds) .csrt_productitem .actions ul li ul.dropdown-menu a {
  margin: 0;
  padding: 3px 12px;
  line-height: 14px;
  font-size: 11px;
}
body:not(.cds) .csrt_productitem .actions ul li .btn-group {
  display: inline-block;
  margin: 0 8px 0 0;
  line-height: 11px;
}
body:not(.cds) .csrt_productitem .actions ul li .btn-group a.dropdown-toggle {
  font-size: 11px;
  margin: 0;
  line-height: 17px;
}
body:not(.cds) .csrt_productitem .actions ul li .btn-group a.dropdown-toggle .caret {
  margin-top: 7px;
}
body:not(.cds) .csrt_productitem .actions ul li .btn-group a.dropdown-toggle:hover {
  color: var(--vbs-link-color);
}
.csrt_wellbox .csrt_productitem .product_expander {
  display: none;
}
.csrt_wellbox .csrt_productitem .product_head {
  margin-left: 0;
}
.csrt_wellbox .csrt_productitem .product_head .identity {
  font-size: 16px;
  line-height: 23px;
}
.csrt_productitem.classic .productaccounts li {
  margin-top: 5px;
}
.csrt_productitem.classic > .product_expander {
  margin-top: 4px;
}
.csrt_productitem.classic > .product_head .status_pane {
  float: right;
  display: block;
  width: 110px;
}
.csrt_productitem.classic > .product_head .status_pane.icon_status {
  margin-left: 8px;
  margin-right: 0;
  width: auto;
}
.csrt_productitem.classic > .product_head .identity {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.csrt_productitem.classic > .product_head .identity .subname {
  font-size: 10px;
  line-height: 13px;
  margin-top: 2px;
}
.csrt_productitem.classic .product_children .identity {
  font-size: 13px;
  line-height: 14px;
}
.csrt_productitem.classic .product_children .csrt_productitem {
  padding: 4px 0 0;
}
.csrt_wellbox .csrt_productitem.classic .product_head .identity {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
/* =csrt_compare-changes */
.csrt_compare-changes {
  border: 1px solid var(--bts-border-light);
}
.csrt_compare-changes .heading {
  padding: 0 10px;
}
.csrt_compare-changes .heading h3 {
  display: inline-block;
}
.csrt_compare-changes .heading a {
  margin-left: 8px;
  margin-top: -3px;
}
.csrt_compare-changes .values_head {
  border-top: 1px solid var(--bts-border);
  background-color: var(--bts-bg-light);
  font-size: 15px;
  font-weight: bold;
}
.csrt_compare-changes .values_head .content {
  padding: 7px 10px 8px;
}
.csrt_compare-changes .oldvalue {
  float: left;
  width: 50%;
}
.csrt_compare-changes .newvalue {
  float: right;
  width: 50%;
}
.csrt_compare-changes .content {
  padding: 2px 10px 3px;
}
.csrt_compare-changes .values .valuerow {
  border-bottom: 1px dotted var(--bts-border-light);
  padding: 2px 0 4px;
  position: relative;
}
.csrt_compare-changes .values .valuerow:LAST-CHILD {
  border-bottom: none;
}
.csrt_compare-changes .values .oldvalue {
  background-color: var(--bts-bg-lightest);
  position: absolute;
  bottom: 0;
  top: 0;
}
.csrt_compare-changes .values .newvalue {
  position: relative;
  height: 100%;
}
.csrt_compare-changes .values .caption {
  font-size: 14px;
}
.csrt_compare-changes .values .actionkind {
  font-style: italic;
  color: var(--bts-gray-medium);
}
.csrt_compare-changes .values ul.children {
  margin: 0;
  list-style: none;
}
.csrt_compare-changes .values ul.children > li {
  list-style: none;
}
.csrt_compare-changes .values ul.children > li .values .content {
  margin-left: 12px;
}
.csrt_compare-changes .values .charges {
  margin: 0;
  padding: 0;
}
.csrt_compare-changes .values .charges .charge {
  text-align: right;
}
.csrt_compare-changes .values .charges .charge .amount {
  font-size: 12px;
  line-height: 11px;
}
.csrt_compare-changes .values .charges .charge .desc {
  font-size: 9px;
  line-height: 11px;
}
/* =csrt_tasks_panel */
.csrt_tasks_panel img {
  margin: 0;
}
.csrt_tasks_panel td.state,
.csrt_tasks_panel th.state {
  width: 20px;
}
.csrt_tasks_panel tr.success td {
  text-decoration: line-through;
  font-style: italic;
  color: var(--bts-gray-medium);
}
/* =csrt_tasksinfo */
.csrt_tasksinfo .context {
  background-color: var(--bts-bg-light);
  font-size: 0.9em;
  padding: 2px 4px 2px;
  float: left;
  min-width: 0;
  margin-bottom: 2px;
}
/* =ENTITY_TOOLBOX */
.csrt_content_pane > .entity_toolbox {
  margin-top: -20px;
  margin-right: -20px;
}
body.embedded .csrt_content_pane > .entity_toolbox {
  margin-top: -14px;
  margin-right: -14px;
}
.widgets-configmode .entity_toolbox {
  display: none;
}
.widgets-panel > .entity_toolbox + .widget-content > .row-fluid > .grid-widget-column.span12 > .grid-widget-content:FIRST-CHILD {
  margin-right: 41px;
}
.context_info .section.entity_toolbox_horizontal {
  padding: 0;
}
.csrt_dropcontext {
  float: right;
}
.csrt_dropcontext a.dropdown-toggle {
  background-color: inherit;
  margin: 0 0 0 12px;
  display: inline-block;
  color: var(--vbs-link-color);
}
.csrt_dropcontext .dropdown-menu {
  min-width: 350px;
}
.csrt_dropcontext .section {
  font-size: 12px;
  margin-top: 8px;
  vertical-align: bottom;
}
.csrt_dropcontext .section > .charges > .charge {
  display: inline-block;
  margin-left: 6px;
}
.csrt_dropcontext .section.csrt_stream.inline {
  background-color: var(--bts-white);
  margin: 0 12px;
  padding: 1px 4px;
  border: 1px solid var(--bts-bg-light);
}
.csrt_dropcontext .section.csrt_stream.inline .item-title,
.csrt_dropcontext .section.csrt_stream.inline .item-info {
  display: inline-block;
}
.csrt_info-popover ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 4px;
}
.csrt_info-popover ul li {
  margin-bottom: 4px;
  font-size: 11px;
}
.csrt_info-popover ul li .state {
  line-height: 12px;
  font-size: 10px;
  padding: 1px 4px 2px;
  vertical-align: middle;
}
.csrt_info-popover ul li a {
  display: block;
}
.csrt_info-popover .alert {
  margin-bottom: 8px;
  padding: 5px 7px;
  line-height: 14px;
  font-size: 12px;
}
.csrt_info-popover .alert .title {
  margin-bottom: 2px;
}
.csrt_info-popover .alert .more {
  font-size: 11px;
  text-align: right;
}
.csrt_info-popover .alert.transparent {
  background-color: transparent;
  color: var(--bts-gray-dark-2);
  border-color: var(--bts-border);
}
/* =PANEVIEW_ITEM */
.prop-legend {
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
  color: var(--bts-gray-dark);
  text-transform: uppercase;
}
.paneview_item .list_item {
  padding: 2px 0 6px;
}
.paneview_item .list_item .context_info {
  height: auto;
}
.paneview_item .list_item .context_info .indicators {
  height: auto;
  min-height: auto;
}
.paneview_item .list_item .context_info .indicators > .dropdown > a {
  padding: 1px 3px 1px;
}
.paneview_item .list_item h3 {
  font-size: 14px;
}
.paneview_item .list_item > .item_content {
  width: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.paneview_item .list_item > .item_content .csrt_main-charges {
  padding-top: 2px;
}
.paneview_item [class*="span"] > div {
  margin: 0 8px 0 -5px;
}
.paneview_item [class*="span"]:FIRST-CHILD > div {
  margin: 0 8px 0 0;
}
.paneview_item [class*="span"]:LAST-CHILD > div {
  margin-right: 0;
}
.paneview_item .binfo .item_state {
  padding-right: 0;
}
.paneview_item .csrt_main-charges .charges .charge {
  border-left-color: var(--bts-border);
}
.paneview_item .csrt_main-charges .charges .charge sup {
  top: -3px;
}
.paneview_item .csrt_main-charges .charges .charge .amount {
  font-size: 13px;
}
.paneview_item .csrt_main-charges .charges .charge .desc {
  font-size: 9.5px;
}
.paneview_item .binfo + .binfo {
  margin-top: 4px;
}
.paneview_item .binfo {
  border-top: 1px dotted var(--bts-border);
  padding-top: 4px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.paneview_item .binfo:not(:has(*)) {
  display: none;
}
.paneview_item .binfo > [class*="span"] {
  border-right: 1px dotted var(--bts-border);
  min-height: 20px;
}
.paneview_item .binfo > [class*="span"]:LAST-CHILD {
  border-right: none;
}
.paneview_item .binfo.flex > *,
.paneview_item .binfo.flex_fill > * {
  border-right: 1px dotted var(--bts-border);
  min-height: 20px;
  margin-left: 10px;
  padding-right: 10px;
}
.paneview_item .binfo.flex > *:FIRST-CHILD,
.paneview_item .binfo.flex_fill > *:FIRST-CHILD {
  margin-left: 0;
}
.paneview_item .binfo.flex > *:LAST-CHILD,
.paneview_item .binfo.flex_fill > *:LAST-CHILD {
  border-right: none;
  padding-right: 0;
}
.paneview_item .binfo > .noborder {
  border-right: none;
}
.paneview_item .binfo .contextactions {
  margin-right: 6px;
  margin-top: 3px;
  font-size: 14px;
}
.paneview_item .binfo .context_info.issues {
  height: inherit;
}
.paneview_item .binfo .context_info.issues .indicators {
  min-height: inherit;
}
.paneview_item .item_concrets + .binfo {
  padding-top: 0;
  border-top: none;
}
.paneview_item .item_context .state {
  display: none;
}
.paneview_item a.blocklink {
  color: var(--vbs-text-color);
  outline: none;
  font-size: 12px;
}
.paneview_item a.blocklink:focus-visible {
  outline: none;
  text-decoration: underline !important;
  background: var(--csrt-link-focus-background);
}
.paneview_item a.blocklink:focus-visible > i,
.paneview_item a.blocklink:focus > i {
  text-decoration: none !important;
}
.paneview_item a.blocklink > i.modal-action {
  margin-left: 2px;
  font-size: 11px;
}
.paneview_item a.blocklink:hover {
  color: var(--vbs-link-color);
  text-decoration: none;
}
.paneview_item .finfo,
.paneview_item .sinfo {
  font-size: 11px;
  line-height: 20px;
  color: var(--cds-colors__medium-gray);
}
.paneview_item .finfo i.modal-action,
.paneview_item .sinfo i.modal-action {
  display: none;
}
.paneview_item .finfo a > i.modal-action,
.paneview_item .sinfo a > i.modal-action {
  display: inline;
  float: right;
  line-height: 18px;
}
.paneview_item .finfo a,
.paneview_item .sinfo a {
  color: var(--bts-gray-medium);
  display: block;
}
.paneview_item .finfo a:hover,
.paneview_item .sinfo a:hover {
  color: var(--vbs-link-color);
  text-decoration: none;
}
.paneview_item .sinfo {
  color: inherit;
}
.paneview_item .sinfo.muted_info {
  color: var(--cds-colors__medium-gray);
}
.paneview_item .flex_line {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  margin: 0 -20px -20px 0;
}
.paneview_item .flex_line > div {
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
.paneview_item .props_list {
  margin: 5px 0 0;
}
.paneview_item .props_list .def_items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 16px;
}
.paneview_item .props_list .def_items > .def_item {
  min-width: 120px;
}
.paneview_item .props_list .def_items > .def_item > .legend {
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
  color: var(--bts-gray-dark);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 10px;
}
.paneview_item .props_list .def_items > .def_item > .controlcontent {
  margin: 0 0 5px;
}
.paneview_item .props_list .def_items > .def_item.important-prop > .controlcontent {
  font-weight: bold;
}
.paneview_item .address address {
  font-size: 12px;
  line-height: 17px;
}
.paneview_item .address i {
  margin-top: 3px;
}
.case_listitem {
  padding: 4px 4px 0;
}
.case_listitem .list_item {
  padding: 2px 0 6px;
}
.case_listitem .list_item .context_info {
  height: auto;
}
.case_listitem .list_item .context_info .indicators {
  height: auto;
  min-height: auto;
}
.case_listitem .list_item .context_info .indicators > .dropdown > a {
  padding: 1px 3px 1px;
}
.case_listitem .list_item h3 {
  font-size: 14px;
}
.case_listitem .list_item > .item_content {
  width: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.case_listitem .list_item > .item_content .csrt_main-charges {
  padding-top: 2px;
}
.case_listitem [class*="span"] > div {
  margin: 0 8px 0 -5px;
}
.case_listitem [class*="span"]:FIRST-CHILD > div {
  margin: 0 8px 0 0;
}
.case_listitem [class*="span"]:LAST-CHILD > div {
  margin-right: 0;
}
.case_listitem .binfo .item_state {
  padding-right: 0;
}
.case_listitem .csrt_main-charges .charges .charge {
  border-left-color: var(--bts-border);
}
.case_listitem .csrt_main-charges .charges .charge sup {
  top: -3px;
}
.case_listitem .csrt_main-charges .charges .charge .amount {
  font-size: 13px;
}
.case_listitem .csrt_main-charges .charges .charge .desc {
  font-size: 9.5px;
}
.case_listitem .binfo + .binfo {
  margin-top: 4px;
}
.case_listitem .binfo {
  border-top: 1px dotted var(--bts-border);
  padding-top: 4px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.case_listitem .binfo:not(:has(*)) {
  display: none;
}
.case_listitem .binfo > [class*="span"] {
  border-right: 1px dotted var(--bts-border);
  min-height: 20px;
}
.case_listitem .binfo > [class*="span"]:LAST-CHILD {
  border-right: none;
}
.case_listitem .binfo.flex > *,
.case_listitem .binfo.flex_fill > * {
  border-right: 1px dotted var(--bts-border);
  min-height: 20px;
  margin-left: 10px;
  padding-right: 10px;
}
.case_listitem .binfo.flex > *:FIRST-CHILD,
.case_listitem .binfo.flex_fill > *:FIRST-CHILD {
  margin-left: 0;
}
.case_listitem .binfo.flex > *:LAST-CHILD,
.case_listitem .binfo.flex_fill > *:LAST-CHILD {
  border-right: none;
  padding-right: 0;
}
.case_listitem .binfo > .noborder {
  border-right: none;
}
.case_listitem .binfo .contextactions {
  margin-right: 6px;
  margin-top: 3px;
  font-size: 14px;
}
.case_listitem .binfo .context_info.issues {
  height: inherit;
}
.case_listitem .binfo .context_info.issues .indicators {
  min-height: inherit;
}
.case_listitem .item_concrets + .binfo {
  padding-top: 0;
  border-top: none;
}
.case_listitem .item_context .state {
  display: none;
}
.case_listitem a.blocklink {
  color: var(--vbs-text-color);
  outline: none;
  font-size: 12px;
}
.case_listitem a.blocklink:focus-visible {
  outline: none;
  text-decoration: underline !important;
  background: var(--csrt-link-focus-background);
}
.case_listitem a.blocklink:focus-visible > i,
.case_listitem a.blocklink:focus > i {
  text-decoration: none !important;
}
.case_listitem a.blocklink > i.modal-action {
  margin-left: 2px;
  font-size: 11px;
}
.case_listitem a.blocklink:hover {
  color: var(--vbs-link-color);
  text-decoration: none;
}
.case_listitem .finfo,
.case_listitem .sinfo {
  font-size: 11px;
  line-height: 20px;
  color: var(--cds-colors__medium-gray);
}
.case_listitem .finfo i.modal-action,
.case_listitem .sinfo i.modal-action {
  display: none;
}
.case_listitem .finfo a > i.modal-action,
.case_listitem .sinfo a > i.modal-action {
  display: inline;
  float: right;
  line-height: 18px;
}
.case_listitem .finfo a,
.case_listitem .sinfo a {
  color: var(--bts-gray-medium);
  display: block;
}
.case_listitem .finfo a:hover,
.case_listitem .sinfo a:hover {
  color: var(--vbs-link-color);
  text-decoration: none;
}
.case_listitem .sinfo {
  color: inherit;
}
.case_listitem .sinfo.muted_info {
  color: var(--cds-colors__medium-gray);
}
.case_listitem .flex_line {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  margin: 0 -20px -20px 0;
}
.case_listitem .flex_line > div {
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
.case_listitem .props_list {
  margin: 5px 0 0;
}
.case_listitem .props_list .def_items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 16px;
}
.case_listitem .props_list .def_items > .def_item {
  min-width: 120px;
}
.case_listitem .props_list .def_items > .def_item > .legend {
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
  color: var(--bts-gray-dark);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 10px;
}
.case_listitem .props_list .def_items > .def_item > .controlcontent {
  margin: 0 0 5px;
}
.case_listitem .props_list .def_items > .def_item.important-prop > .controlcontent {
  font-weight: bold;
}
.case_listitem .address address {
  font-size: 12px;
  line-height: 17px;
}
.case_listitem .address i {
  margin-top: 3px;
}
body.cds .case_listitem {
  padding: 4px 0 0;
}
body.cds .case_listitem .list_item {
  padding: 2px 0 8px;
}
body.cds .case_listitem .props_list .def_items > .def_item > .legend {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: var(--cds-colors__medium-gray);
  text-transform: none;
}
body.cds .case_listitem .binfo + .binfo {
  margin-top: 8px;
}
body.cds .case_listitem .binfo {
  padding-top: 8px;
}
body.cds .case_listitem .finfo,
body.cds .case_listitem .sinfo {
  font-size: 12px;
}
.caution {
  color: #e00000 !important;
}
.priority_above {
  color: #e00000 !important;
}
.priority_below {
  color: green !important;
}
/* =ACTIVITY_STREAM */
.activity_stream a.item_expander {
  color: var(--bts-gray-dark-2);
}
.activity_stream .head .system,
.activity_stream .head .ip {
  display: none;
}
.activity_stream .head .name {
  font-weight: bold;
}
.activity_stream .id {
  color: var(--bts-gray-medium-light);
  font-size: 11px;
}
.activity_stream ul {
  list-style: none;
  margin: 0;
}
.activity_stream .events {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.activity_stream .events .eventitem {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 5px 10px 6px;
}
.activity_stream .events .eventitem .raw {
  margin-right: 6px;
  font-size: 11px;
}
.activity_stream .events .eventitem h5 {
  font-style: italic;
}
.activity_stream .events .eventitem ul {
  list-style: disc;
  margin-left: 16px;
}
.activity_stream .events .eventitem ul li {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */

  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: pre-wrap;
  /* css-3 */

  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

  word-break: break-all;
  white-space: normal;
}
.activity_stream .events .small {
  margin-top: 4px;
  font-size: 11px;
  line-height: 13px;
  color: var(--bts-gray-medium);
}
.reportwidget .tools {
  float: right;
  text-align: right;
  font-size: 0.8em;
  color: var(--bts-gray-medium-light);
}
.reportwidget .tools a {
  margin-left: 4px;
}
.reportwidget span.legend {
  display: inline;
  color: var(--bts-gray-medium-light);
}
.reportwidget .reportchart {
  display: inline-block;
}
.reportwidget .reporttable {
  display: inline-block;
  vertical-align: top;
}
.reportwidget .reportchart + .reporttable {
  margin-left: 20px;
}
/* SLA */
.sla_item + .sla_item {
  margin-top: 10px;
}
.case_listitem .sla_item {
  margin-bottom: 3px !important;
  margin-top: 2px !important;
}
.case_listitem .sla_item + .sla_item {
  margin-top: 5px !important;
}
.sla_name {
  color: var(--bts-gray-medium-light);
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 6px;
}
.case_listitem .sla_name {
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}
.sla_goal {
  display: inline-block;
  font-size: 13px;
  text-align: right;
}
.sla_goal .time,
.sla_goal .sla_name {
  padding: 3px 5px 3px 5px;
  display: inline-block;
  min-width: 54px;
  line-height: 14px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  border-right: none;
  background-color: #eeeeee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sla_goal i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  padding: 3px 5px 3px;
  width: 14px;
  border: 1px solid #eeeeee;
  border-left: none;
  background-color: #eeeeee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.case_listitem .sla_goal .time,
.case_listitem .sla_goal .sla_name {
  background-color: inherit;
  border-color: var(--bts-border);
  font-size: 12px;
  line-height: 13px;
  min-width: 48px;
}
.case_listitem .sla_goal i {
  background-color: inherit;
  border-color: var(--bts-border);
  font-size: 13px;
}
.sla_goal.warn .time {
  font-weight: bold;
}
.sla_goal.warn i {
  background-color: #F8CC6B;
  border-color: #F8CC6B;
}
.sla_goal.breached .time {
  font-weight: bold;
}
.sla_goal.breached i {
  background-color: #BA534A;
  border-color: #BA534A;
  color: var(--bts-white-text);
}
.sla_goal.failed i {
  color: #BA534A;
}
.sla_goal.success i {
  color: #50833D;
}
.sla_poi.sla_goal.warn {
  color: var(--bts-white-text);
}
.sla_poi.sla_goal.success {
  color: var(--bts-white-text);
}
.sla_poi.sla_goal.success i {
  background-color: #50833D;
  border-color: #50833D;
  color: var(--bts-white-text);
}
ul.sla_inline > li {
  padding: 0 10px 0 0;
}
ul.sla_inline > li .sla_name {
  margin-left: 0;
}
/* modals */
.rawjson_modal {
  width: 720px;
}
.rawjson_modal ul {
  margin: 0;
  list-style: none;
}
.rawjson_modal pre {
  margin: 3px 8px 8px;
  max-height: 550px;
  overflow: auto;
}
.internalissueresolve_modal {
  width: 570px;
}
.findcustomer_modal {
  width: 880px;
  margin-left: -440px;
}
.findcase_modal {
  width: 680px;
  margin-left: -340px;
}
.taskedit_modal {
  width: 580px;
}
.ordersinprogress_modal {
  width: 400px;
}
.ordersinprogress_modal ul {
  list-style: none;
  margin: 12px 16px;
}
.ordersinprogress_modal ul li {
  margin-bottom: 6px;
  font-size: 12px;
}
.ordersinprogress_modal ul li .state {
  line-height: 13px;
  font-size: 11px;
  padding: 1px 4px 2px;
  vertical-align: middle;
  margin-right: 3px;
}
.ordersinprogress_modal .navigator {
  margin: 0 16px 10px 0;
}
.modal .address-finder {
  width: 640px;
  min-height: 340px;
}
.modal .account-edit {
  height: 720px;
  overflow: auto;
  width: 730px;
}
.setinvolvmentrole_modal {
  width: 740px;
}
.batchinfo_modal {
  width: 480px;
}
.batchinfo_modal > .item-details {
  margin-bottom: 10px;
}
.reportsettings_modal {
  width: 540px;
}
.blockingtasksinfo_modal {
  width: 640px;
}
.findproduct_modal {
  width: 720px;
}
.externaltaskmessage_modal {
  width: 720px;
}
.findcustomer .select-button a.btn {
  width: 50px;
}
.tax {
  font-size: 10px;
  font-weight: normal;
}
.input-locales-dropdown.dropdown-menu > li > span {
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
}
.largevalue_modal {
  min-width: 250px;
  max-width: 850px;
  min-height: 200px;
  max-height: 700px;
}
.largevalue_modal .value code {
  display: block;
  white-space: pre;
  min-width: 200px;
  max-width: 800px;
  min-height: 200px;
  max-height: 600px;
  margin: 25px;
  overflow: scroll;
  color: black;
}
.postalcode_input {
  width: 80px;
}
.flatlist {
  display: inline;
  list-style: none;
  margin-left: 0;
}
.flatlist li {
  display: inline;
}
.flatlist li:after {
  content: ", ";
}
.flatlist li:last-child:after {
  content: "";
}
.modal .confirmation-container .actions .confirmation-warning {
  margin-left: 15px;
  margin-right: 15px;
  max-height: 160px;
  overflow-y: auto;
}
.modal .confirmation-container .actions .confirmation-warning ul {
  padding: 0;
  margin: 0 0 0 25px;
  max-width: 640px;
}
.modal .confirmation-container .actions .confirmation-warning ul li {
  display: list-item;
  list-style-type: disc;
}
.modal .confirmation-container .actions .confirmation-warning ul + a {
  display: inline-block;
  margin: 5px 0 0 10px;
}
ul.dunningProgress {
  text-align: justify;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 3px;
}
ul.dunningProgress:before,
.activeStep:after {
  content: '';
  width: 100%;
  border: 2px solid dodgerblue;
  position: absolute;
  top: 1em;
  margin-top: -2px;
  z-index: -1;
}
.activeStep:after {
  border-color: lightblue;
}
ul.dunningProgress:after {
  content: "";
  display: inline-block;
  width: 100%;
}
li.dunningStep {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  background: dodgerblue;
  display: inline-block;
  color: white;
  z-index: -1;
  margin-right: 8px;
}
.activeStep ~ li.dunningStep {
  background: lightblue;
}
.prices table th.prices-name,
.prices table td.prices-name {
  width: 30%;
}
.prices table th.prices-type,
.prices table td.prices-type {
  width: 20%;
}
.prices table th.prices-estimation,
.prices table td.prices-estimation {
  width: 13px;
}
.prices table th .muted,
.prices table td .muted {
  font-weight: normal;
  line-height: normal;
}
.goal_period {
  width: 200px;
}
.goal_period > div {
  display: inline-block;
  min-width: 60px;
  padding: 2px 8px 3px;
  background-color: #e1e9f2;
  color: #000;
  font-size: 12px;
  border-radius: 5px;
}
/* =INPUT_LOCALES */
body:not(.cds) .view_inplace_edit_panel .form .input_locales,
body:not(.cds) .form .inplace_edit_items .input_locales,
body:not(.cds) .textseditform .input_locales {
  border-bottom: 1px solid var(--bts-border);
  padding-left: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 10px;
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales > ul,
body:not(.cds) .form .inplace_edit_items .input_locales > ul,
body:not(.cds) .textseditform .input_locales > ul {
  margin: 0;
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales ul li,
body:not(.cds) .form .inplace_edit_items .input_locales ul li,
body:not(.cds) .textseditform .input_locales ul li {
  display: inline;
  text-align: center;
  display: inline-block;
  border-left: 1px solid var(--bts-border);
  border-top: 1px solid var(--bts-border);
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales ul li:LAST-CHILD,
body:not(.cds) .form .inplace_edit_items .input_locales ul li:LAST-CHILD,
body:not(.cds) .textseditform .input_locales ul li:LAST-CHILD {
  border-right: 1px solid var(--bts-border);
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales a,
body:not(.cds) .form .inplace_edit_items .input_locales a,
body:not(.cds) .textseditform .input_locales a {
  padding: 1px 3px 1px 2px;
  min-width: 20px;
  display: inline-block;
  background-color: var(--bts-white);
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales span span,
body:not(.cds) .form .inplace_edit_items .input_locales span span,
body:not(.cds) .textseditform .input_locales span span {
  background-color: #2d96d2;
  color: var(--bts-white-text);
  display: inline-block;
  padding: 1px 3px 1px 2px;
  min-width: 20px;
}
body:not(.cds) .view_inplace_edit_panel .form .input_locales span span.disabled,
body:not(.cds) .form .inplace_edit_items .input_locales span span.disabled,
body:not(.cds) .textseditform .input_locales span span.disabled {
  padding: 0;
}
body.cds .textseditform {
  margin-bottom: 32px;
}
body.cds .csrt_parameterslist tr.controlrow > td.controlvalue .textseditform {
  margin-bottom: 8px;
}
body.cds .view_inplace_edit_panel .form .input_locales > ul,
body.cds .form .inplace_edit_items .input_locales > ul,
body.cds .textseditform .input_locales > ul {
  margin: 0 0 16px;
  display: flex;
  list-style: none;
}
body.cds .view_inplace_edit_panel .form .input_locales > ul > li,
body.cds .form .inplace_edit_items .input_locales > ul > li,
body.cds .textseditform .input_locales > ul > li {
  text-align: center;
}
body.cds .view_inplace_edit_panel .form .input_locales > ul > li > span > a,
body.cds .form .inplace_edit_items .input_locales > ul > li > span > a,
body.cds .textseditform .input_locales > ul > li > span > a,
body.cds .view_inplace_edit_panel .form .input_locales > ul > li > span > span,
body.cds .form .inplace_edit_items .input_locales > ul > li > span > span,
body.cds .textseditform .input_locales > ul > li > span > span {
  min-width: 20px;
  display: block;
  color: var(--vbs-text-color);
  border-bottom: 4px solid var(--cds-colors__light-gray);
  padding: 4px 16px 4px;
}
body.cds .view_inplace_edit_panel .form .input_locales > ul > li > span > a:hover,
body.cds .form .inplace_edit_items .input_locales > ul > li > span > a:hover,
body.cds .textseditform .input_locales > ul > li > span > a:hover {
  text-decoration: none;
  border-bottom: 4px solid var(--vbs-color-primary-hover);
  color: var(--vbs-text-color);
}
body.cds .view_inplace_edit_panel .form .input_locales > ul > li > span > span,
body.cds .form .inplace_edit_items .input_locales > ul > li > span > span,
body.cds .textseditform .input_locales > ul > li > span > span {
  color: var(--vbs-text-color);
  border-bottom: 4px solid var(--vbs-link-color);
  font-weight: normal;
}
/* Text edits */
.form .controlitem .collection-edit .textseditform .languages_forinput {
  display: none;
}
.form .textseditform {
  padding-left: 4px;
  padding-right: 4px;
}
.form .textseditform div.controlitem.text_html div.controlcontent label:after {
  content: " <html>" !important;
}
.form .textseditform div.controlitem.text_pattern div.controlcontent label:after {
  content: " {}" !important;
}
.modal .form .textseditform {
  padding-left: 0px;
  padding-right: 0px;
}
.rule .textseditform .controlitem .controlcontent label {
  font-weight: bold;
}
.form .textseditform textarea {
  width: 99%;
  height: 4em;
}
.texts_panel .switchview {
  display: none;
  font-size: 11px;
  line-height: 12px;
  float: right;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 16px;
}
.texts_panel .input_locales {
  font-size: 9px;
  float: right;
  padding-left: 0;
  display: none;
  margin-top: 0px;
}
.texts_panel .input_locales ul li {
  display: inline;
  margin-left: 2px;
}
.texts_panel:hover .input_locales,
.texts_panel:hover .switchview {
  display: block;
}
.texts_panel .browser {
  margin: 3px 0 12px 0;
  border: none;
  font-size: 11px;
}
.texts_panel .browser td {
  border-top: medium none;
  padding: 1px 6px 2px 6px;
}
.texts_panel .browser td.locale {
  width: 15%;
  font-style: italic;
}
.texts_panel dl {
  margin-top: 2px;
}
.texts_panel dt {
  font-size: 11px;
  line-height: 12px;
  color: #AAAAAA;
}
.texts_panel dd {
  margin-bottom: 10px;
  word-break: break-all;
}
.texts_panel dd:LAST-CHILD {
  margin-bottom: 4px;
}
.texts_panel dd p {
  margin-bottom: 0.8em;
}
.texts_panel dd p:LAST-CHILD {
  margin-bottom: 4px;
}
.texts_panel dd.text_html a {
  color: var(--vbs-link-color);
  display: inline;
  font-weight: normal;
  font-size: 1em;
}
.texts_panel dd.text_html a:hover {
  text-decoration: underline;
}
.texts_panel dd.text_html h1 {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0.2em 0 0.2em 0;
}
.texts_panel dd.text_html h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.2em 0 0.2em 0;
}
.texts_panel dd.text_html h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0.2em 0 0.2em 0;
}
.texts_panel dd.text_html h4 {
  font-size: 1.3em;
  font-weight: bold;
}
.texts_panel dd.text_html h5 {
  font-size: 1.1em;
  font-weight: bold;
}
.texts_panel dd.text_html ul {
  list-style: disc;
  margin: 0.2em 0 0.4em 0;
  padding-left: 2em;
  padding-right: 2em;
}
.texts_panel dd.text_html ol {
  margin: 0.2em 0 0.4em 0;
  padding-left: 2em;
  padding-right: 2em;
}
.texts_panel dd.text_html li {
  list-style-position: outside;
  display: list-item;
}
.form .select2-container.unit-selector .select2-choice {
  width: 70px;
  min-width: 70px;
}
.delivery-card img {
  margin-right: 9px;
  margin-left: 5px;
  align-self: center;
}
.delivery-card .deliverytime {
  text-transform: uppercase;
  color: #707070;
  font-size: 11px;
}
.delivery-card.small .name {
  font-size: 13px;
  font-weight: normal;
}
.delivery-card.small .deliverytime {
  font-size: 10px;
}
.delivery-card.small .state {
  font-size: 0.8em;
  padding-bottom: 1px;
}
.item-details.small .card.noimage {
  margin-left: 0;
}
.item-details.small .orderitems .header {
  min-height: 0;
  padding-top: 0;
}
.item-details.small .orderitems .header .name {
  font-size: 13px;
}
.item-details.small .muted_identifier {
  font-size: 10px;
  padding-left: 3px;
}
.item-details.small .price-title > .price-name {
  font-size: inherit;
}
.item-details.small .price-type {
  vertical-align: top;
}
.item-details.small .item-details-extra {
  margin: 5px 0 0;
}
.item-details.small .parentinfo {
  font-size: 0.9em;
}
.item-details-extra {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.payment-component-details .name {
  font-size: 16px;
}
.payment-component-details table.table {
  width: auto;
}
.payment-component-details table td {
  padding: 5px 10px;
  vertical-align: top;
}
.payment-component-details table td.target {
  width: 1%;
  white-space: nowrap;
}
.payment-component-details table td.ctxtactions {
  width: 16px;
  text-align: right;
}
.payment-component-details table.payment-item-name {
  margin-bottom: 5px;
}
.payment-component-details table.payment-item-name tbody > tr > td {
  padding: 10px 10px 10px 0;
  border-top: 1px solid var(--vbs-table-border-color);
  border-bottom: 1px solid var(--vbs-table-border-color);
}
.payment-component-details table.payment-item-name ~ table {
  margin-left: 20px;
}
.payment-component-details table.payment-item-total {
  border-top: 1px solid var(--vbs-table-border-color);
}
.payment-component-details table.payment-item-total td {
  padding-top: 10px;
}
.payment-component-details table.payment-item-total td.payment-item-card,
.payment-component-details table.payment-item-total td.price {
  font-size: 16px;
}
.payment-component-details table.payment-item-targets {
  margin-bottom: 0;
}
.payment-component-details table.payment-item-targets tr > td {
  border-bottom-style: 1px dotted var(--vbs-table-border-color);
}
.payment-component-details table.payment-item-targets > tbody:first-child > tr:first-child > td {
  border-top: none;
}
.payment-component-details table th.price,
.payment-component-details table td.price {
  text-align: right;
  vertical-align: top;
}
.payment-item-container {
  display: flex;
}
.payment-item-container .payment-item-details {
  flex: 2;
}
.payment-item-container .payment-item-details table {
  width: 100%;
}
.payment-item-container .payment-item-details table tr:first-child td {
  border-top: none;
}
.payment-item-container .payment-item-details table td {
  border-top: 1px dotted var(--bts-border-light);
}
.payment-item-container .payment-item-details .payment-item-name {
  color: #444444;
  font-size: 16px;
  padding: 10px 37px 8px 2px;
}
.payment-item-container .payment-item-details .payment-item-target {
  display: flex;
  padding: 5px 5px 5px 12px;
}
.payment-item-container .payment-item-details .payment-item-target .target {
  flex: 1;
}
.payment-item-container .payment-item-details .payment-item-target .target .imagespace {
  margin-left: 44px;
}
.payment-item-container .payment-item-details .payment-item-target .movelink {
  display: flex;
  justify-content: center;
  width: 25px;
  margin-left: 10px;
}
.payment-item-container .payment-item-details .payment-item-target .movelink .dropdown-menu li:first-of-type {
  border-top: 1px solid #dddddd;
}
.payment-item-container .payment-item-details .payment-item-total {
  text-align: right;
  padding: 8px 40px 8px 10px;
}
.payment-item-container .payment-item-details .payment-item-total .caption {
  margin-right: 10px;
}
.payment-item-container .payment-item-details .payment-item-total .charge {
  vertical-align: baseline;
  font-weight: bold;
}
.payment-item-container .payment-item-details .charge {
  font-size: 15px;
  text-align: right;
  vertical-align: top;
}
.payment-item-container .current-process {
  flex: 1;
  margin: 10px 5px 10px 15px;
}
.reserveresource_modal {
  width: 720px;
}
.reserveresource_modal .form {
  margin-bottom: 12px;
}
.reserveresource_modal .form .controltable th.controlhead {
  width: 20%;
}
.reserveresource_modal ul.inlineControlPanel li.hint {
  width: 45%;
  margin-left: 6px;
  line-height: 14px;
  font-size: 11px;
  font-style: italic;
}
.reserveresource_modal .resource ul {
  margin: 0;
  list-style: none;
}
.reserveresource_modal .resource ul li {
  line-height: 16px;
}
.reserveresource_modal a.resource {
  display: block;
}
.reserveresource_modal .resource.reserved {
  color: #e00000;
}
.reserveresource_modal div.reserved {
  font-weight: bold;
  font-style: italic;
  line-height: 12px;
  margin-top: 2px;
}
.invisible {
  visibility: hidden;
}
.prices-container {
  margin-top: 3px;
  margin-bottom: 3px;
  clear: inherit;
}
.prices-container.csrt_details-folds > ul.fold > li.fold {
  margin-bottom: 0 !important;
}
.prices-container.csrt_details-folds > ul.fold > li.fold > a.fold-link {
  font-size: 13px !important;
  border-bottom: none;
}
.prices-container.csrt_details-folds > ul.fold > li.fold > a.fold-link::before {
  content: "\f101";
}
.prices-container.csrt_details-folds > ul.fold > li.fold.expanded > a.fold-link {
  border-bottom: 1px solid #ddd;
}
.prices-container.csrt_details-folds > ul.fold > li.fold > .fold-panel {
  margin-top: 0 !important;
  padding-left: 0 !important;
}
.prices-container > * + * {
  border-top: 1px solid #d5d5d5;
}
.prices-container .strong {
  font-weight: bold;
}
.prices-container .main_layout_leftbar {
  border: none;
  padding: 0;
}
.prices-container .table {
  margin-bottom: 0;
}
.prices-container .table th,
.prices-container .table td {
  border-top: none;
  border-bottom: 1px solid #dddddd;
}
.prices-container .table tr:last-child td {
  border-bottom: none;
}
.prices-container .price {
  padding: 7px;
}
.prices-container .price > a {
  margin-left: 24px;
}
.prices-container .price .validations ul {
  margin-left: 7px;
}
.prices-container .price .validations li {
  list-style: none;
}
.prices-container .price .price-header {
  display: flex;
}
.prices-container .price .price-header .price-labels {
  margin-left: 20px;
}
.prices-container .price .price-header .actions {
  flex: 1;
  text-align: right;
  margin-right: 31px;
}
.prices-container .price .price-header .actions.actions-inline > ul > li:last-child {
  margin-bottom: 0;
}
.prices-container .price .price-interval.expanded {
  border: dotted 1px #ddd;
  border-radius: 2px 2px 0 0;
  margin-left: 0;
  margin-right: 0;
}
.prices-container .price .price-interval.expanded .interval-header {
  background-color: #f6f6f6;
}
.prices-container .price .price-interval.expanded:hover .interval-header {
  background-color: #eeeeee;
}
.prices-container .price .price-interval {
  border-top: 1px dotted #ddd;
  margin-left: 1px;
  margin-right: 1px;
}
.prices-container .price .price-interval.total {
  border-top: 1px solid #d5d5d5;
  margin-right: 24px;
}
.prices-container .price .price-interval.total .interval-header {
  cursor: initial;
}
.prices-container .price .price-interval.more {
  padding: 6px 24px;
}
.prices-container .price .price-interval.more:hover {
  background-color: #f6f6f6;
}
.prices-container .price .price-interval .editable_control:empty {
  margin-right: 21px;
}
.prices-container .price .price-interval .interval-header:hover {
  background-color: #f6f6f6;
}
.prices-container .price .price-interval .interval-header {
  display: flex;
  justify-content: space-between;
}
.prices-container .price .price-interval .interval-header > * {
  padding: 6px 0 6px 20px;
}
.prices-container .price .price-interval .interval-header i.fa {
  font-size: 16px;
  color: #767676;
  width: 14px;
}
.prices-container .price .price-interval .interval-header .interval-value {
  font-size: 11px;
  color: #5c5c5c;
}
.prices-container .price .price-interval .interval-header .interval-value > *,
.prices-container .price .price-interval .interval-header .interval-value > span > * {
  vertical-align: top;
}
.prices-container .price .price-interval .modifiers-container > div {
  padding: 5px;
  border-top: dotted 1px #ddd;
}
.prices-container .price .price-interval .modifiers-container > div > table {
  margin-left: auto;
}
.prices-container .price .price-interval .modifiers-container > div .modifier + .modifier {
  border-top: 1px dotted #ddd;
}
.prices-container .price .price-interval .modifiers-container > div .modifier.total {
  border-top: 1px solid #d5d5d5;
}
.prices-container .price .price-interval .modifiers-container > div .modifier {
  font-size: 13px;
}
.prices-container .price .price-interval .modifiers-container > div .modifier.standard .price-amount,
.prices-container .price .price-interval .modifiers-container > div .modifier.total .price-amount {
  padding-right: 26px;
}
.prices-container .price .price-interval .modifiers-container > div .modifier > td {
  padding: 5px;
}
.prices-container .price .price-interval .modifiers-container > div .modifier:hover {
  background-color: #f6f6f6;
}
.prices-container .price .price-interval .modifiers-container > div .modifier.discounted .amount {
  color: #497011;
}
.prices-container .price .price-interval .modifiers-container > div .modifier .modifier-label {
  padding-right: 30px;
  min-width: 200px;
}
.prices-container .price .price-interval .modifiers-container > div .modifier .price-amount {
  text-align: right;
}
.prices-container .price .price-interval .modifiers-container > div .modifier .price-amount i {
  margin-left: 4px;
}
.prices-container .price .price-interval .modifiers-container > div .modifier .price-amount span.disabled > i {
  visibility: hidden;
}
.prices-container .price.price-inline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.prices-container .price.price-inline:hover {
  background-color: #f6f6f6;
}
.prices-container .price.price-inline .price-header {
  margin-bottom: 0;
}
.prices-container .price.price-inline .price-interval {
  border-top: none;
}
.prices-container .price.price-inline .price-interval .interval-header > * {
  padding-top: 0;
  padding-bottom: 0;
}
.prices-container .price.price-inline .price-interval .interval-header:hover {
  background-color: transparent;
}
.price-term {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-right: 7px;
}
.price-term:hover {
  border-color: var(--vbs-selector-border-hover-color);
}
.price-term .price-term-header {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.price-title {
  flex: 0 1 auto;
}
.price-title > .price-name {
  font-size: 14px;
}
.price-title > .price-type {
  text-transform: uppercase;
  vertical-align: top;
  font-size: 11px;
  padding-left: 3px;
  color: #767676;
}
.price-amounts {
  text-align: right;
  text-decoration: none;
  padding-right: 5px;
  min-width: 92px;
}
.price-amounts .amount-original {
  font-size: 13px;
}
.price-amounts .amount-current {
  font-size: 15px;
  margin-left: 3px;
}
.price-amounts .amount-suffix {
  font-size: 12px;
}
.price-amounts .disabled > i {
  visibility: hidden;
}
.price-amounts i {
  margin-left: 3px;
}
.amount-original {
  text-decoration: line-through;
}
.agrm.csrt_dependency-list .form > * > .controlitem.inplace_edit_action + .controlitem {
  margin-right: 0;
  margin-top: 0;
}
.agrm.csrt_dependency-list .inplace_edit_items {
  border: none !important;
}
.agrm.csrt_dependency-list .inplace_edit_items .prices-container .price .price-interval .interval-header > * {
  padding-bottom: 0;
}
.agrm.csrt_dependency-list .inplace_edit_items .prices-container .price .price-interval .interval-header > * .price-child > *:nth-child(2) {
  margin-top: 0;
}
.agrm.csrt_dependency-list .inplace_edit_items .prices-container .price .price-interval .interval-header > * .price-amounts.price-range {
  padding-bottom: 6px;
}
.agrm.csrt_dependency-list .inplace_edit_items + .inplace_save_actions .actions {
  margin: 0 -1px 0 !important;
}
.agrm.csrt_dependency-list .inplace_edit_action {
  margin-right: 5px;
}
.agrm.csrt_dependency-list .inplace_edit_action + .controlitem {
  padding-right: 20px;
}
.agrm.csrt_dependency-list .price-amounts.price-range {
  font-size: 15px;
}
.agrm.csrt_dependency-list .label-customized {
  color: #999999;
}
.agrm.csrt_dependency-list .label-customized span {
  font-style: italic;
  margin-left: 0.2em;
  font-size: 13px;
}
.agrm.csrt_dependency-list .label-customized .span,
.agrm.csrt_dependency-list .label-customized i {
  vertical-align: text-bottom;
  font-size: 12px;
}
.agrm.csrt_dependency-list .offering-container {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.agrm.csrt_dependency-list .offering-container .name {
  padding: 6px 0px 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
}
.agrm.csrt_dependency-list .offering-container .name h4 {
  font-size: 15px;
}
.agrm.csrt_dependency-list .offering-container .name .actions {
  align-self: flex-start;
}
.agrm.csrt_dependency-list .offering-container:hover .name {
  background-color: #EDEDED;
}
.agrm.csrt_dependency-list > .offering-container > .name {
  border-top: none;
}
.agrm.csrt_dependency-list .price-name {
  margin-left: 16px;
}
.agrm.csrt_dependency-list .price-name > i {
  top: 0;
}
.agrm.csrt_dependency-list .parentinfo.breadcrumb {
  margin-bottom: 2px;
  padding: 0px 0px 0px;
  background-color: initial;
}
.agrm.csrt_dependency-list .parentinfo.breadcrumb .active {
  color: #777777;
}
.agrm.csrt_dependency-list .parentinfo.breadcrumb li:last-child .divider {
  display: none;
}
.agrm.csrt_dependency-list .prices-container .price.price-inline:only-child:hover {
  background-color: initial;
}
.agrm.csrt_dependency-list .prices-container a.fold-link {
  margin-left: 4px;
}
.agrm.csrt_dependency-list .prices-container .price {
  padding-bottom: 4px;
  padding: 7px 0;
  margin-left: 7px;
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled) {
  color: var(--csrt-icon-color);
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled).blindlink {
  color: var(--vbs-text-color);
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled):hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled)::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled)::before {
  content: var(--csrt-expander-content-collapsed);
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled):focus {
  text-decoration: none !important;
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled):focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.agrm.csrt_dependency-list .prices-container .price .price-link:not(.disabled) > span {
  margin-left: 5px;
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled) {
  color: var(--csrt-icon-color);
  text-decoration: none;
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled).blindlink {
  color: var(--vbs-text-color);
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled):hover {
  color: var(--csrt-icon-color-hover);
  text-decoration: none;
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled)::before {
  display: inline-block;
  font: var(--csrt-icon-font);
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  line-height: var(--csrt-icon-line-height);
  vertical-align: var(--csrt-icon-vertical-align);
  speak: none;
  transform: var(--csrt-icon-transform);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled)::before {
  content: var(--csrt-expander-content-expanded);
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled):focus {
  text-decoration: none !important;
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled):focus-visible {
  text-decoration: none !important;
  border-radius: 4px !important;
  outline-color: transparent;
  outline-style: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--vbs-focus-color);
}
.agrm.csrt_dependency-list .prices-container .price .price-link.expanded:not(.disabled) > span {
  margin-left: 5px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts {
  padding-right: 0;
}
.agrm.csrt_dependency-list .prices-container .price .price-header {
  margin-bottom: 0;
  justify-content: space-between;
}
.agrm.csrt_dependency-list .prices-container .price .price-header > .price-amounts {
  padding-right: 7px;
}
.agrm.csrt_dependency-list .prices-container .price .price-header > .price-amounts.price-range.expanded {
  color: #767676;
}
.agrm.csrt_dependency-list .prices-container .price .price-composite {
  margin-top: 8px;
}
.agrm.csrt_dependency-list .prices-container .price.price-inline .price-interval .price-interval .interval-header:hover {
  background-color: initial;
}
.agrm.csrt_dependency-list .prices-container .price.price-inline .price-composite {
  margin-top: 0;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .price-interval > .interval-header > * {
  padding-right: 0;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .price-interval:first-child {
  border-top: none;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .price-interval:first-child > .interval-header > * {
  padding-top: 0;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header {
  cursor: inherit;
  align-items: initial;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .interval-value {
  color: inherit;
  flex-grow: 1;
  padding-left: 20px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-child {
  flex-grow: 1;
  padding-left: 10px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-child.child-component {
  flex-grow: 0;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-child > *:nth-child(2) {
  border-top: 1px dotted #ddd;
  margin-top: 7px;
  padding-top: 7px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts {
  font-size: 14px;
  margin-left: 30px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts .amount-customized {
  text-decoration: line-through;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts .amount-original {
  font-size: 14px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts .amount-empty {
  font-size: 13px;
  color: #767676;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts input[type=text] {
  width: 80px;
}
.agrm.csrt_dependency-list .prices-container .price .price-interval .interval-header .price-amounts.price-range.expanded {
  color: #767676;
}
.agrm.csrt_dependency-list .prices-container + .csrt_details-folds a.fold-link {
  border-top: 1px solid #d5d5d5;
}
.date-box-clear .date-box {
  padding: 0;
  border: none;
  background-color: initial;
  vertical-align: top;
  margin-left: 3px;
}
.date-box-clear .date-box > .itime {
  font-size: 1em;
}
.address_modal {
  width: 500px;
}
.comment-edit .controlitem + .controlitem {
  margin-top: 0;
}
.attachment-restrictions span.text {
  font-size: 0.8em;
}
.attachment-restrictions .inlineControlPanel > li div.inline-left {
  margin-right: 0;
}
body.cds .attachment-restrictions {
  padding: 8px 0;
}
body.cds .attachment-restrictions .inlineControlPanel > li {
  line-height: 32px;
}
body.cds .attachment-restrictions .inlineControlPanel > li + li {
  margin-left: 6px;
}
body.cds .attachment-restrictions .inlineControlPanel > li div.inline-left {
  margin-right: 0;
  vertical-align: top;
}
body.cds .attachment-restrictions span.text {
  font-size: 12px;
  line-height: 16px;
}
.taglabel {
  display: inline-block;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
  color: var(--bts-white-text);
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999;
  border-radius: 5px;
}
.taglabel.taglabel-primary {
  background-color: var(--vbs-info-text);
}
.refund-item-container {
  display: flex;
}
.refund-item-container .refund-item-details {
  border-top: 1px solid #D5D5D5;
  flex: 1;
  margin-right: 10px;
}
.refund-item-container .refund-item-details .name {
  color: #444444;
  font-size: 13px;
  line-height: 17px;
}
.refund-item-container .refund-item-details table.refund-item-total {
  width: 100%;
  margin-bottom: 1px;
}
.refund-item-container .refund-item-details table.refund-item-total td.refund-item-card,
.refund-item-container .refund-item-details table.refund-item-total td.charge {
  padding: 10px 5px 7px 5px;
}
.refund-item-container .refund-item-details table td.charge {
  text-align: right;
}
.refund-item-container .current-process {
  flex: 1;
  margin-top: 10px;
}
/* CONVERSATION */
.conversation .conversation-message {
  padding: 8px 16px;
  margin-bottom: 8px;
  margin-right: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.conversation .conversation-message .message-date {
  font-size: 11px;
  color: #777;
  margin-right: 10px;
}
.conversation .conversation-message .message-user {
  font-size: 11px;
  font-weight: bold;
  color: #777;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.conversation .conversation-message .message-restrictions {
  font-size: 11px;
  color: #777;
  display: inline-block;
}
.conversation .conversation-message .message-content {
  margin-top: 6px;
  display: block;
  font-size: 12px;
}
.conversation .mymessage > .conversation-message {
  margin-right: 0;
  margin-left: 40px;
  background-color: #e6f3fb;
}
body.cds .conversation .conversation-message {
  background-color: var(--cds-colors__light-gray);
  border-radius: 6px;
}
body.cds .conversation .conversation-message .message-date {
  font-size: 12px;
  line-height: 16px;
  color: var(--cds-colors__graphite);
}
body.cds .conversation .conversation-message .message-user {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: var(--cds-colors__graphite);
  vertical-align: inherit;
}
body.cds .conversation .conversation-message .message-restrictions {
  font-size: 12px;
  line-height: 16px;
  color: var(--cds-colors__graphite);
}
body.cds .conversation .conversation-message .message-content {
  padding: 6px 0 8px;
  font-size: 14px;
  line-height: 20px;
}
body.cds .conversation .mymessage > .conversation-message {
  background-color: var(--cds-colors__pale-lilac);
}
.coupon-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, max-content));
  grid-gap: 1em;
  align-items: start;
  grid-auto-flow: dense;
}
.coupon {
  padding: 10px;
  border: 2px dashed #909090;
  border-radius: 5px;
}
.coupon .coupon-target {
  border-top: 1px solid #D5D5D5;
  margin-top: 8px;
  padding: 4px 1px 0;
}
.coupon .description {
  font-size: 15px;
  padding-top: 7px;
  line-height: 1.4;
}
.coupon .item-details + .item-details {
  margin-top: 8px;
}
.coupon .editable_control a.edit_link {
  font-size: 1em;
}
.coupon .form .controlitem + .controlitem {
  margin-top: 0;
}
.coupon .def_items .def_item > .controlcontent {
  margin: 0;
}
.progress-mini {
  height: 5px;
}
.def_items .def_item > .controlcontent > .state {
  margin-left: 0;
}
.table tbody.productchar {
  border-top: none;
}
.table tbody.productchar > tr:not(:first-child) > td {
  border-top: 1px dotted #ccc;
}
.table tbody.productchar:hover td {
  background-color: #f5f5f5;
}
.table tbody.productchar td.interval {
  font-size: 11px;
  padding-right: 2em;
  width: 1%;
  white-space: nowrap;
}
.label-strong {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  color: #666666;
}
.recommended_label {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
  line-height: 16px;
  background-color: #EBFBED;
  color: #005308;
  border-radius: 24px;
  border: 1px;
  display: inline-block;
}
.merging-into-pane {
  background: var(--vbs-selector-back-hover-color);
  border-radius: var(--csrt-pane-border-radius);
  padding: 8px 16px;
  text-align: center;
  font-weight: 500;
}
.merging-into-pane i {
  font-weight: normal;
  margin-left: 8px;
}
body.cds .merging-into-pane i {
  font-weight: 500;
  font-size: 18px;
}
body.cds i.merge-arrow {
  font-weight: 500;
  font-size: 18px;
}
body.cds .csrt_product-relations {
  margin-top: 12px;
}
body.cds .csrt_product-relations .relation_row {
  border-radius: var(--csrt-pane-border-radius);
  background: #fff;
  border: 1px solid var(--cds-colors__pale-lilac);
  padding: 12px;
  margin-bottom: 12px;
}
body.cds .csrt_product-relations .relation_row .csrt_product-relations .relation_row {
  border: none;
  padding-right: 0;
  background: var(--black-grays-pale-gray, #f8f9fa);
}
body.cds .csrt_product-relations .relation_row > .alternatives {
  border-radius: var(--csrt-pane-border-radius);
  margin: 12px 8px 12px 24px;
  background: #fff;
  border: 1px solid var(--cds-colors__pale-lilac);
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
}
