.nav-wizard {
	padding: 4px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	margin-top: 10px; 
}
.nav-wizard > li {
	float: left;
	
	position: relative;
}
.nav-wizard.nav > li > a {
	padding-bottom: 6px;
    padding-right: 30px;
    padding-top: 6px;
	color:#000;
}
.nav-wizard > li > a {
	/*background-color: #eeeeee;*/
	background-color: #b4daf0;
 
	cursor: default;
}
.nav-wizard > li > a .badge {
	margin-left: 3px;
	color: #eeeeee;
	background-color: #428bca;
}
.nav-wizard > li:first-child > a {
	padding-left:35px;
	}
.nav-wizard > li:not(:first-child) > a {
	padding-left:45px;
}
.nav-wizard > li:not(:first-child) > a:before {
	width: 0px;
	height: 0px;
	border-top: 15px inset transparent;
	border-bottom: 15px inset transparent;
	border-left: 15px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.nav-wizard > li:not(:last-child) > a {
	margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
	width: 0px;
	height: 0px;
	border-top: 15px inset transparent;
	border-bottom: 15px inset transparent;
	/*border-left: 15px solid #eeeeee;*/
	border-left: 15px solid #b4daf0;
	position: absolute;
	content: "";
	top: 0;
	right: -15px;
	z-index: 2;
}
 
.nav-wizard > li.active:not(:last-child) ~ li a:after{
	border-left: 15px solid #eeeeee
}
.nav-wizard > li:first-child > a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {
	/*background-color: #d5d5d5;*/
	color: #428bca;
}
.nav-wizard > li:hover > a{
	background:#b4daf0;
	color:#000;
	}
.nav-wizard > li.done:hover > a:before, .nav-wizard > li:hover > a:before {
/*  border-right-color: #d5d5d5;*/
}
.nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {
/* border-left-color: #d5d5d5;*/
}
.nav-wizard > li.done > a {
	background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
	border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
	border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a, .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
	color: #ffffff;
	background-color: #428bca;
	cursor: pointer;
}
.nav-wizard > li.active > a:after {
	border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
	color: #428bca;
	background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
	color: #777777;
}
.nav-wizard > li > a:focus {
	outline: none;
	background:#b4daf0;
	color:#428bca;
}
.nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
/*color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;*/

}
.nav-wizard > li.disabled > a:before {
	border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
	border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
	float: none;
}
.nav-wizard.nav-justified > li > a {
	padding: 10px 15px;
}
.nav-wizard > li.active ~ li a {
	background:#eeeeee;
	color: #717171;
}
input[type="radio"] {
	margin-top: 2px;
}
.open-detail .workflow-frm-details{
	display:block;
	}
.workflow-frm-details {
	display:none;
	position: absolute;
	top: 29px;
	left: 0;
	background: #fff;
	z-index: 100;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 0;
	width: 250px;
	background-color: #fff;
	/*border: 1px solid rgba(0, 0, 0, 0.15);*/
	
	border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border:1px solid #428bca;
 
 
}
.workflow-frm-details .workflow-title i{
	cursor:pointer;
	
	}
.wizard-txtarea textarea{
	height:70px;
	width:100%;
	resize:none;
	}
.wizard-txtarea{
	margin-top:10px;
	}
.nav-wizard .form-buttonsection{
	border:0;
	margin:0;
	}		
 @media (max-width: 768px) {
.nav-wizard.nav-justified > li > a {
	border-radius: 4px;
	margin-right: 0;
}
.nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
	border: none !important;
}
}
