/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.queue-panel {
  width: 100%;
  height: 100%; }
  .queue-panel .bolt-panel-content {
    padding: 0; }
  .queue-panel .label, .queue-panel .branchDropdown--label {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    padding-bottom: 8px; }
  .queue-panel .queue-build-spinner {
    padding-top: 32px; }
  .queue-panel .bottom-border {
    border-bottom:  1px solid;
    border-bottom-color: rgba( 239, 239, 239 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 ); }
  .queue-panel .row-width, .queue-panel .text-width {
    width: 96%; }
  .queue-panel .advanced-option-disabled {
    opacity: 0.5; }
