﻿/*progress bar*/

.progressbar {
  border: solid 1px black;
  width: 550px;
}
.progressbartitle {
   font-size: 14pt;
   font-weight: bold;
}
.progresscompletedtext 
{
    color: #12D403;
     font-size: 12pt;
}
.progresscurrentsteptext 
{
	color: #363636;
	font-weight: bold;
	font-size: 12pt;
}
.progresspendingtext 
{
    color: #939394;
    font-size: 12pt;
}
.hrprogresscompleted {
  background-color: #12D403;
  color: #12D403;
  height: 3px;
  padding: 0; margin: 0; width: 90px; 
}
.hrprogresspending {
  background-color: #939394;
  color: #939394;
  height: 3px;
  padding: 0; margin: 0; width: 90px; 
}