booststrap progress bar border code example
Example: progress bar bootstrap border
.progress-bar{
border-top-right-radius: 40px !important;
border-bottom-right-radius: 40px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.progress{
border-radius: 40px !important;
background-color: white !important;
-webkit-box-shadow: inset 0 0 0 2px #337AB7 !important;
-moz-box-shadow: inset 0 0 0 2px #337AB7 !important;
box-shadow: inset 0 0 0 2px #337AB7 !important;
border: none;
}