/**
 * jQuery Line Progressbar
 * Author: KingRayhan<rayhan095@gmail.com>
 * Author URL: https://electronthemes.com
 * Version: 1.1.1
 */

/** Progressbar class css*/
.progressbar {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 35px;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}

.proggress{
	height: 8px;
	width: 10px;
	background-color: #3498db;
}

.percentCount{
	float:right;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-family: Arial
}
.progressbar-hold {width: 100%; background-color: #c20303; border-radius: 5px;margin-top: 2px !important;
	margin-bottom: 0px; ;position: relative;
    padding: 0;
    top: 13px;}
.progressbar-hold .proggress {background-color: #c20303 !important; height: 7px; border-radius: 5px; width: 35%;}

.progressbar-completed {width: 100%; background-color: #2d8f2b; border-radius: 5px;margin-top: 2px !important;
	margin-bottom: 0px; ;position: relative;
    padding: 0;
    top: 13px;}
.progressbar-completed .proggress {background-color: #2d8f2b !important; height: 7px; border-radius: 5px; width: 35%;}

.progressbar-process {width: 100%; background-color: #6282d1; border-radius: 5px;margin-top: 2px !important;
	margin-bottom: 0px; ;position: relative;
    padding: 0;
    top: 13px;}
.progressbar-process .proggress {background-color: #6282d1 !important; height: 7px; border-radius: 5px; width: 35%;}














