﻿	
		/* Bar which is placed behind the progress */
		.ui-progress-bar {
			position: relative;
			height: 8px;
			background-color: #D8D8D8;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-o-border-radius: 4px;
			-ms-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
		}
		.ui-progress-bar.blue .ui-progress {
			background-color: #009E96!important;
		}
		.ui-progress-bar .ui-progress {
			position: relative;
			display: block;
			overflow: hidden;
			height: 8px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-o-border-radius: 4px;
			-ms-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			background-color: #009E96;
			-moz-animation: animate-stripes 2s linear infinite;
			-webkit-animation: animate-stripes 2s linear infinite;
			-o-animation: animate-stripes 2s linear infinite;
			-ms-animation: animate-stripes 2s linear infinite;
			-khtml-animation: animate-stripes 2s linear infinite;
			animation: animate-stripes 2s linear infinite;
		}
		.ui-progress-bar .ui-text{
			font-size: 20px;
			color: #C3C3C3;
			text-align: center;
			position: absolute;
			width: 100%;
			top: -130px;
		}