﻿:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-background: #f3f3f3;
  --color-panel-text: white;
  --color-highlight: #f3f3f3;
  --color-page-background: #f3f3f3;
  --color-body-text: #4f4f4f;
  --color-top-row: #f3f3f3;
  --color-even-table-row: #ffffff;
  --color-odd-table-row: #FCFCFE;
  --color-scrollbar: #8aa2af;
  --color-table-background: #7e8a96;
  --color-textbox-background: white;
  --color-body-text-placeholder: #7b7979;
  --color-text-disabled: #9398a0;
  --color-axis: white;
  --color-delete-icon: #a02525;
  --color-expand-icon-hover: #479cc8;
  --color-menu-header-separator: #7c7c7c;
  --color-site-header-shadow: #d8d8d8;
  --color-textbox-disabled: RGBA(3b, 3e, 45, 4d);
  --color-filter-checkbox: black;
  --color-expandable-item-border: white;
  --color-chart-billable: #27d05e;
  --color-chart-non-billable: #5c6169;
  --color-login-link-text: white;
  --color-link-text-hover: #3E92B6;
  --color-card: white;
  background-color: var(--color-page-background); }

.logo-selector-main {
  content: url(/images/logo.png);
  height: 28px;
  display: block;
  margin-left: 10px;
  margin-right: 10px; }

.logo-selector {
  content: url(/images/logo.png);
  height: 28px;
  padding-right: 0.5rem;
  display: inline-block; }
