.chart-hosts-list > .chart-hosts-list-items {
  display: block;
  margin: 15px; }

.chart-hosts-list > .message-block {
  width: auto;
  margin: 20px;
  display: block; }

.chart-hosts-list > .message-block.invalid {
  padding: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }

.chart-hosts-list > .message-block.collapsed {
  display: none; }

.chart-hosts-list {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
  .chart-hosts-list .chart-container {
    float: left;
    position: relative;
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }
  .chart-hosts-list .message-block .message-icon {
    vertical-align: middle; }
  .chart-hosts-list .message-block .message-text {
    display: inline;
    vertical-align: middle; }

.chart-hosts-list .chart-container.chart-host {
  margin: 5px;
  width: 312px; }

.chart-hosts-list-items .chart-host > .chart-host-header > .chart-host-title {
  padding-top: 3px;
  padding-left: 10px; }

.chart-hosts-list-items .chart-host > .chart-host-header {
  float: none;
  height: 26px;
  max-height: 26px; }

.chart-host .message-block.collapsed {
  display: none; }

.chart-host .message-block {
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.chart-host > .chart-host-header > .menu-bar {
  float: right; }

.chart-host > .chart-host-header > .ellipsis-menubar {
  float: none;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0; }
  .chart-host > .chart-host-header > .ellipsis-menubar .menu-item.hover.icon-only:focus {
    outline: 1px solid rgba( 0, 0, 0 ,  1 );
    outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
  .chart-host > .chart-host-header > .ellipsis-menubar .menu-item.hover.icon-only:hover {
    outline: 1px solid rgba( 0, 0, 0 ,  1 );
    outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }

.chart-host > .chart-host-header > .chart-host-title {
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  max-height: 26px;
  padding-right: 32px;
  padding-bottom: 2px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: normal; }

.chart-configuration-dialog-container {
  overflow-y: auto;
  max-height: 100%;
  max-width: 100%; }

.ui-dialog.chart-configuration-dialog-container .chart-configuration-dialog.chartpin {
  overflow-y: auto; }

.chart-configuration-dialog .chart-edit-body {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top; }

.chart-configuration-dialog .chart-dialog-body {
  display: inline-block;
  max-width: 100%; }

.chart-configuration-block {
  width: 200px;
  display: inline-block;
  padding-bottom: 10px; }

.chart-configuration-dialog .chart-configuration-block .chart-configuration-label-row {
  padding-bottom: 6px; }

.chart-configuration-block .chart-configuration-label-row .chart-configuration-label-cell {
  display: inline-block; }

.chart-configuration-block .collapse {
  display: none;
  visibility: collapse;
  height: 0px;
  margin: 0px; }

.chart-configuration-dialog.chartpin .chart-container {
  padding-left: 20px;
  display: inline-block;
  position: relative; }

.chart-configuration-dialog .chart-container {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 95%;
  overflow: auto; }

.chart-template-list-container {
  width: 200px;
  display: inline-block;
  vertical-align: top; }

.chart-template-list-container .chart-template-list-label {
  padding-bottom: 6px; }

.chart-template-list {
  width: 200px;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
  border-color: #dadada; }

.chart-template-list a {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 38px;
  line-height: 30px;
  position: relative;
  padding: 4px;
  padding-left: 10px;
  display: inline-block;
  text-decoration: none;
  color: #106ebe; }

.chart-template-list a.selected {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #eff6fc; }

.chart-template-list a .icon {
  top: 10px; }

.chart-template-list a .title {
  padding-left: 8px;
  padding-top: 3px; }
