<div id="product-start-page" class="forms pul">
<div class="main-wrapper" style="background: top center no-repeat;">
<header class="header-img header-extralight">
<div class="header-img-light">
<div class="container header-img-inner">
<div class="project-title">New project setup</div>
<div class="col-md-12 main">
<div class="step-line-active" data-bind="style: { width: getLineStatusPercent() + '%'}"> </div>
@foreach(var step in Enum.GetValues(typeof(Models.ProjectSetUpStep)))
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepStart), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.Start) }, style:{ left : getStatusPercent() }"
href="#" style="left: 0%;">
<span class="step-dot">1</span>
<span class="step-label">Start</span>
<a href="#" class="step-dot" style="left: 20%;"
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepThreshold), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.Threshold) }">
<span class="step-dot">2</span>
<span class="step-label">Threshold</span>
<a href="#" class="step-dot" style="left: 40%;"
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepDescription), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.Description) }">
<span class="step-dot">3</span>
<span class="step-label">Description</span>
<a href="#" class="step-dot" style="left: 60%;"
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepRisk), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.PrivacyRiskAnalysis) }">
<span class="step-dot">4</span>
<span class="step-label">Privacy risk analysis</span>
<a href="#" class="step-dot" style="left: 80%;"
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepReport), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.Report) }">
<span class="step-dot">5</span>
<span class="step-label">Report</span>
<a href="#" class="step-dot" style="left: 100%;"
data-bind="click: chooseStep.bind($data, window.enums.newProjectSteps.stepManage), css: { 'step-dot-active': isDotActive(window.enums.stepPercent.Manage) }">
<span class="step-dot">6</span>
<span class="step-label">Manage</span>