/* Ensure full available space of panel for Config is available to auto-sized controls.*/
.dashboard-widget-config-panel .legacy-config-host .configuration-label-container {
  float: none;
  width: auto;
  padding-top: 2px; }
  .dashboard-widget-config-panel .legacy-config-host .configuration-label-container label {
    display: inline-block; }
  .dashboard-widget-config-panel .legacy-config-host .configuration-label-container .bowtie-status-info-outline {
    float: right;
    cursor: pointer;
    margin-top: 3px; }

.dashboard-widget-config-panel .legacy-config-host .inline-error-configuration {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
  font-size: 12px;
  line-height: 16px;
  min-height: 25px;
  /*In the case the error message is empty, we want to keep the same height so that there is no jumping experience when the error comes and goes*/
  display: inline-block;
  padding-top: 2px;
  max-width: 399px;
  visibility: hidden;
  /*When there is an error the parent gets the class "configuration-error". The inline-error will be visible then*/ }
  .dashboard-widget-config-panel .legacy-config-host .inline-error-configuration .bowtie-status-error {
    margin-right: 4px; }

.dashboard-widget-config-panel .legacy-config-host .configuration-error .inline-error-configuration {
  visibility: visible;
  /* When there is an error the parent gets the class "configuration-error". The inline-error should be visible then */ }

.dashboard-widget-config-panel .legacy-config-host .legacy-config-common-fields {
  max-width: 399px; }

.dashboard-widget-config-panel .legacy-config-host .classic-config-container {
  /*
            We are floating, thus not having any body. We need to specify after the floating container a way
            to get back it's whole horizontal and vertical space. This is a way to do it.
        */
  /*
            Stop the floating to go on next line
        */
  /*
            Border between selected that is available only when not hover
        */
  /**
            Hide the border when hovering. Since we are using scaling up, the border wasn't pretty.
        */
  /**
            We do not set the width and height in the CSS because we want it to be
            customizable in the TypeScript control
        */
  /*The arrow down to open the combo*/ }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .config-settings-field {
    max-width: 399px; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .radio-settings-field-picker .config-settings-field.bowtie .combo {
    width: 369px;
    margin-left: 30px; }
    @media only screen and (max-width: 900px) {
      .dashboard-widget-config-panel .legacy-config-host .classic-config-container .radio-settings-field-picker .config-settings-field.bowtie .combo {
        width: 250px; } }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control {
    /*Overwrite the color picker default color size*/ }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control.color-rule-control-color-picker {
      width: 50px;
      height: 30px;
      margin-right: 6px; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control .color-row {
      margin: 5px 0 10px 0;
      display: block; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control .color-row > * {
      display: inline-block;
      vertical-align: middle; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control .color-manager-value-label {
      padding-left: 40px;
      /* Limit max width and suppress any overflow, with ellipsis handling.*/
      max-width: 286px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control .color-manager-reset {
      text-decoration: none;
      cursor: pointer;
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
      .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-manager-control .color-manager-reset:hover {
        text-decoration: underline; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .url-disclaimer a {
    cursor: pointer;
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .url-disclaimer a:hover {
      text-decoration: underline; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view a {
    float: left;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    line-height: 14px;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    cursor: pointer; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view a:visited, .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view a:active {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view a:hover {
      color: rgba( 0, 90, 158 ,  1 );
      color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
      text-decoration: none; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view a:focus {
      outline: none;
      border: 1px solid rgba(0, 0, 0, .9);
      border: 1px solid var(--text-primary-color,rgba(0, 0, 0, .9)); }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view li {
    list-style: none;
    float: left;
    position: relative;
    padding: 0;
    white-space: nowrap;
    min-width: 10px;
    height: 34px; }
    .dashboard-widget-config-panel .legacy-config-host .classic-config-container .markdownconfiguration-container .popup-content-container .pivot-view li.filtered-list-tab:first-child.selected::before {
      left: 10px; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette {
    display: inline-block;
    /*Give the palette the size of its content*/
    background-color: white;
    box-shadow: rgba( 218, 218, 218 ,  1 ) 0 0 5px;
    box-shadow: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ) 0 0 5px;
    border-radius: 2px;
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    padding: 2px;
    list-style: none;
    /*Remove default bullet to all list item of this list*/
    cursor: pointer;
    margin: 0;
    /*Require to be close to the combo when openned*/
    position: fixed;
    /*This is required to be able to use the offset of the document to position the color picker palette*/
    z-index: 100;
    outline: none;
    /*By specs*/ }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette:after {
    content: "";
    display: table;
    clear: both; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color {
    float: left;
    height: 20px;
    width: 20px;
    /*This need to be synchronized with ColorPaletteView constants*/
    margin: 1px;
    /*This need to be synchronized with ColorPaletteView constants*/ }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color:hover {
    transform: scale(1.2); }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color-last {
    clear: left; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color-selected {
    border: 1px solid rgba(0, 120, 212, 1);
    border: 1px solid var(--communication-background,rgba(0, 120, 212, 1)); }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color-selected-inner:hover,
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color.color-picker-palette-single-color-selected:hover {
    border: none; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color-selected-inner {
    height: 18px;
    /*2 pixel less than .color-picker-palette-single-color */
    width: 18px;
    /*2 pixel less than .color-picker-palette-single-color */
    border: 1px solid white; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-palette-single-color-border {
    border:  1px solid;
    border-color: rgba( 218, 218, 218 ,  1 );
    border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-combo {
    border:  1px solid;
    border-color: rgba( 234, 234, 234 ,  1 );
    border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    cursor: pointer; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .disabled .color-picker-combo {
    cursor: default; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .color-picker-combo .bowtie-chevron-down-light {
    height: 100%;
    width: 30px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-color,rgba(255, 255, 255, 1));
    float: right; }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .disabled .color-picker-combo .bowtie-triangle-down {
    background: rgba( 244, 244, 244 ,  1 );
    background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
  .dashboard-widget-config-panel .legacy-config-host .classic-config-container .disabled .color-picker-combo .bowtie-triangle-down::before {
    opacity: 0.5; }
