/***BEGIN LoadingComponent.css***/
.loading-container {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 10%; }
/***END LoadingComponent.css***/

/***BEGIN TestPlanComponentBase.css***/
.testplan-directory-list > div[role="grid"] > div[role="presentation"]:first-child {
  position: sticky;
  top: 0px;
  z-index: 1; }

.ms-Icon--Edit:before {
  font-style: normal !important; }

.ms-Icon--Delete:before {
  font-style: normal !important; }
/***END TestPlanComponentBase.css***/

/***BEGIN DirectoryView.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.testplan-directory-rowitem {
  display: -webkit-box;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  /* Chrome fix - Chrome incorrectly sets a min-height/width it will not go lower than
     * See: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
     * CodePen with bug: https://codepen.io/philipwalton/pen/MYbrrr
     * CodePen with min-width: https://codepen.io/anon/pen/VrKGWa
     */
  min-height: 0;
  min-width: 0;
  align-items: center; }
  .testplan-directory-rowitem .testplan-group-spacer {
    flex-grow: 0;
    margin-left: 19px; }
  .testplan-directory-rowitem .flex-tooltip-host {
    display: flex;
    overflow: hidden;
    align-items: center; }
    .testplan-directory-rowitem .flex-tooltip-host .testplan-title {
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 2px;
      padding-right: 2px; }
    .testplan-directory-rowitem .flex-tooltip-host .team-name {
      overflow: hidden;
      text-overflow: ellipsis; }
  .testplan-directory-rowitem .testplan-row-title {
    flex-grow: 1;
    overflow: hidden; }
    .testplan-directory-rowitem .testplan-row-title .testplan-icon {
      padding-right: 10px; }
  .testplan-directory-rowitem .testplan-row-favorite {
    flex-grow: 0;
    margin-right: 25px;
    margin-left: 10px; }

.testplan-assignedto-cell-component .identity-container {
  display: flex; }
  .testplan-assignedto-cell-component .identity-container .persona-container {
    margin-top: 5px; }
  .testplan-assignedto-cell-component .identity-container .name-container {
    margin-left: 5px; }

.mine-testplan-directory-group-list-header {
  cursor: default;
  font-size: 0.875rem;
  margin: 4px 4px 4px 0px;
  padding-right: 4px;
  outline: none;
  line-height: 34px; }
  .mine-testplan-directory-group-list-header:hover {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
  .mine-testplan-directory-group-list-header:focus {
    background-color: rgba( 239, 246, 252 ,  1 );
    background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
  .mine-testplan-directory-group-list-header .bowtie-chevron-right {
    margin-right: 5px;
    transform: rotate(0deg);
    cursor: pointer; }
    .mine-testplan-directory-group-list-header .bowtie-chevron-right.expanded {
      transform: rotate(90deg); }

.ms-DetailsRow .testplan-directory-rowitem .testplan-row-favorite {
  opacity: 0; }

.ms-DetailsRow .testplan-directory-rowitem .testplan-row-favorite.favorited,
.ms-DetailsRow.is-selected .testplan-directory-rowitem .testplan-row-favorite,
.ms-DetailsRow:hover .testplan-directory-rowitem .testplan-row-favorite {
  cursor: pointer;
  opacity: 1; }

.ms-DetailsRow:focus-within .testplan-directory-rowitem .testplan-row-favorite {
  opacity: 1; }

.testplan-directory-content {
  width: 100%; }
  .testplan-directory-content .test-plans-pivot {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  .testplan-directory-content .team-testplan-content,
  .testplan-directory-content .mine-testplan-content,
  .testplan-directory-content .all-testplan-content {
    height: 100%;
    position: relative; }
  .testplan-directory-content .manage-plans-hub {
    height: 100%; }

.testplan-directory-filterbar {
  padding-left: 20px;
  padding-right: 20px; }

.mine-testplan-directory-group-list-header .bowtie-users,
.testplan-directory-rowitem .bowtie-users,
.testplan-directory-rowitem .bowtie-status-info-outline {
  margin-right: 11px; }

.bowtie-chevron-right::before {
  content: "\E9A5"; }

.bowtie-favorite::before {
  content: "\E9B6"; }

.bowtie-favorite.empty-favorites-text {
  color: #ffbe00;
  font-family: "Bowtie";
  font-size: 14px;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/***END DirectoryView.css***/

/***BEGIN NewTestPlanPageComponent.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.new-test-plan-page {
  display: -webkit-box;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  /* Chrome fix - Chrome incorrectly sets a min-height/width it will not go lower than
     * See: https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
     * CodePen with bug: https://codepen.io/philipwalton/pen/MYbrrr
     * CodePen with min-width: https://codepen.io/anon/pen/VrKGWa
     */
  min-height: 0;
  min-width: 0;
  padding: 20px 40px;
  max-width: 975px; }
  .new-test-plan-page .new-test-plan-page-title {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 200; }
    .new-test-plan-page .new-test-plan-page-title i {
      margin-right: 20px; }
  .new-test-plan-page .test-plan-area-path {
    margin-top: 20px; }
  .new-test-plan-page .test-plan-iteration {
    margin-top: 20px; }
  .new-test-plan-page .submit-buttons-container {
    display: -webkit-box;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 120px; }
    .new-test-plan-page .submit-buttons-container button {
      margin-left: 20px; }

.new-test-plan-view-container .vss-PivotBar .vss-PivotBar--bar-one-line {
  border-bottom: none; }

.new-test-plan-view-container .group-message {
  padding-bottom: 20px; }
/***END NewTestPlanPageComponent.css***/

