﻿
.Padding-5px
{
	padding:5px 5px 5px 5px;
}
.addfts	{
	height: 220px;
	width: 220px;
	border-radius: 110px;
	border: 3px solid #B3B3B3;
	text-align: center;
	color: #cfcfcf;
	float: left;
	padding:7px;
	position: relative;
}
.ftsdel	{
	margin-left:50px;
}
.ftscontainer	{
	width: 990px;
	height: 220px;
	margin:0 auto;
}
.addinner	{
	height: 200px;
	width: 200px;
	border-radius: 100px;
	border: 1px solid #B3B3B3;
	text-align: center;
	color: #B3B3B3;
	float: left;
}
.addfts	.fa	{
	width: 100%;
	font-size: 60px;
	padding: 10px 0;
}

.addfts.active .addinner 	{
	color: #22B573;
}
.addfts.active	{
	border: 3px solid #22B573;
}
.addfts.active .fa	{
	color:#22B573;
}
/* small */
.ftssmall	{
	float: left;
	max-width: 75px;
	color:#B3B3B3 ;
	margin-left: 48px;
	margin-top: 70px;
	text-align: center;
}
.ftssmall .fa{
	height: 75px;
	width: 75px;
	border: 2px solid #B3B3B3;
	border-radius: 40px;
	text-align: center;
	line-height: 75px;
	font-size: 35px;
}
.ftssmall.active .fa	{
	border: 3px solid #22B573;	
	color: #22B573;
}
.ftssmall.active .fa::after	{
	background:#22B573;
	height: 3px;
}
.ftssmall.ref .fa::after	{
	background:#BC2323;
	height: 3px;
}
.ftssmall.active	{
	color:#22B573; 
}
.ftssmall.warning {
    color: #FA5728
}
.ftssmall.warning .fa	{
	border: 3px solid #FA5728;	
	color: #FA5728;
}
.ftssmall.warning .fa::after	{
	background:#FA5728;
	height: 3px;
}
.ftssmall .fa::after	{
	content: "";
	display: block;
	height: 1px;
	width: 48px;
	margin-left:-50px;
	margin-top: -40px;
	background:#B3B3B3;
}
.ftsdel::after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 48px;
    margin-left: -470px;
    margin-top: 95px;
	background:#B3B3B3;
}
.ftsdel.active::after {
	background:#22B573;
	height: 3px;
}
.addfts-title	{
	position: absolute;
    top: 220px;
    left: 0;
    right: 0;
}
.addfts.active>.addfts-title{
	color: #22B573;
}