@import url('styles_scheduling.css');

.tag-status-workorders-transferred{
  background: #23803a;
  color: #fff;
}

.centerScreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}  .tag-jobtype-Install{
    background: #e05858;
    color: #ffffff;
  }
    .tag-jobtype-Service{
    background: #03b3ff;
    color: #ffffff;
  }
    .tag-jobtype-troubleshoot_-_repair{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-estimates-accepted{
    background: #56d180;
    color: #ffffff;
  }
    .tag-status-estimates-closed{
    background: #828282;
    color: #ffffff;
  }
    .tag-status-estimates-converted{
    background: #198230;
    color: #ffffff;
  }
    .tag-status-estimates-declined{
    background: #b50b29;
    color: #ffffff;
  }
    .tag-status-estimates-pending{
    background: #d69a00;
    color: #ffffff;
  }
    .tag-status-estimates-sent{
    background: #73cdff;
    color: #ffffff;
  }
    .tag-status-workorders-invoiced{
    background: #56038a;
    color: #ffffff;
  }
    .tag-status-workorders-new{
    background: #c99e06;
    color: #ffffff;
  }
    .tag-status-workorders-off_site{
    background: #007d2a;
    color: #ffffff;
  }
    .tag-status-workorders-on_site{
    background: #0075ff;
    color: #ffffff;
  }
    .tag-status-workorders-scheduled{
    background: #b9d413;
    color: #ffffff;
  }
    .tag-status-workorders-work_complete{
    background: #0cc735;
    color: #ffffff;
  }
    .tag-status-invoices-not_paid{
    background: #d91129;
    color: #ffffff;
  }
    .tag-status-invoices-paid{
    background: #0b9c11;
    color: #ffffff;
  }
    .tag-status-invoices-partially_paid{
    background: #dea718;
    color: #ffffff;
  }
    .tag-status-pos-cancelled{
    background: #505050;
    color: #ffffff;
  }
    .tag-status-pos-closed{
    background: #4200ff;
    color: #ffffff;
  }
    .tag-status-pos-open{
    background: #19004f;
    color: #ffffff;
  }
    .tag-status-pos-pending{
    background: #ff9dfb;
    color: #000000;
  }
    .tag-status-pos-sent{
    background: #aff0a4;
    color: #000000;
  }
  








