/***BEGIN BugsGridView.css***/
.test-bugs-grid-view .context-menu {
  float: right; }

.test-bugs-grid-view .bugs-header {
  margin-bottom: 0px; }

.test-bugs-grid-view .bug-name {
  float: left;
  width: 90%;
  height: 19px;
  padding-left: 5px; }

.test-bugs-grid-view .bug-name a, .test-bugs-grid-view .bug-name a:hover {
  color: inherit; }

.test-bugs-grid-view .workitem-state-circle {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  transition: background-color linear .2s; }

.test-bugs-grid-view .bugs-grid {
  overflow-x: hidden; }

.test-bugs-grid-view .workItem-icon-and-name {
  display: flex; }
/***END BugsGridView.css***/

/***BEGIN RequirementsGridView.css***/
.test-requirements-grid-view .context-menu {
  float: right; }

.test-requirements-grid-view .requirements-header {
  margin-bottom: 0px; }

.test-requirements-grid-view .requirement-name {
  float: left;
  width: 90%;
  height: 19px;
  padding-left: 5px; }

.test-requirements-grid-view .requirement-name a, .test-requirements-grid-view .requirement-name a:hover {
  color: inherit; }

.test-requirements-grid-view .requirements-grid {
  overflow-x: hidden; }

.test-requirements-grid-view .workItem-icon-and-name {
  display: flex; }

.test-requirements-grid-view .workitem-state-circle {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  transition: background-color linear .2s; }
/***END RequirementsGridView.css***/

/***BEGIN TestResultWorkItems.css***/
.work-items-container-component {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .work-items-container-component .work-items-pane-loading {
    height: 100%; }
    .work-items-container-component .work-items-pane-loading .work-items-grid-view-loading-spinner {
      height: 100%; }
  .work-items-container-component .no-work-items-area {
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center; }
    .work-items-container-component .no-work-items-area .no-work-items-icon {
      font-size: 96px;
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
    .work-items-container-component .no-work-items-area .no-work-items-message {
      font-size: 21px;
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
/***END TestResultWorkItems.css***/

