.wcs-infeed{
    width: 148px;
    display: inline-block;
    float: left;
}
.wcs-infeed .wcs-wincontent{
    height: 105px;
}
.infeedLine{
    width: 20px;
    float: left;
    background-color: #adadad;
}
.infeedLineWhite{
    background-color: #ffffff;
}
.infeedLine .noblock{
    background-color: #ffffff !important;
}
.infeedLine .wcs-block{
    background-color: #adadad;
    width: 20px;
    height: 15px;
    border:none;
    margin-left: 0px;
    margin-right: 0px;
}
.wcs-infeedarrow{
    height:20px !important;
    margin:-3px;
}
.infeedLine .wcs-block-filled{
    background-color: #00acd7;
}
.btnCircleIndicator {
	display: inline-block;
	float: left;
	background-color: #54980b;
	color: #ffffff;
	padding: 2px 4px;
	border-radius: 50%;
    margin-right: 10px;
}

.btnCircleIndicator svg {
	position: relative;
	left: -1px;
	top: 1px;
}