::-webkit-input-placeholder {
	color: #ffffff !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
}

:-ms-input-placeholder {
	color: #ffffff !important;
}


.wrapper {
	height: 0;
	width: 100%;
	padding-bottom:100%;
	position: relative;
}

.wrapper .donut {
	position: absolute;
	left: 0;
	top: 0;
}

.donut-segment {
	animation-name: fill-in;
	animation-fill-mode: forwards;
	animation-duration: 2000ms;
	/*   animation-timing-function: ease-in-out; */
	/*   opacity: 0; */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.donut-segment.active {
stroke-width:10;
}

@keyframes fill-in {
from {
/*     opacity: 0; */
stroke-dashoffset: 0;
}
to {
/*     opacity: 1; */
}
}




.chart {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom:100%;
}
.doughnutTip {
	position: absolute;
	min-width: 30px;
	max-width: 300px;
	padding: 5px 15px;
	border-radius: 1px;
	background: rgba(0, 0, 0, 0.8);
	color: #ddd;
	font-size: 17px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.06em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}
.doughnutTip::after {
	position: absolute;
	left: 50%;
	bottom: -6px;
	content: "";
	height: 0;
	margin: 0 0 0 -6px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.7);
	line-height: 0;
}
.doughnutSummary {
	position: absolute;
	top: 30%;
	left: 25%;
	color: #d5d5d5;
	text-align: center;
	text-shadow: 0 -1px 0 #111;
	cursor: default;
}
.doughnutSummaryTitle {
	position: absolute;
	top: 0%;
	width: 100%;
	margin-top: -27%;
	font-size: 22px;
	letter-spacing: 0.06em;
}
.doughnutSummaryNumber {
	position: absolute;
	top: 60%;
	width: 100%;
	margin-top: 15%;
	font-size: 55px;
}
.chart path {
	cursor: pointer;
}
.chart path:hover {
	opacity: 0.65;
}
.slicetext {
	font-size: 16pt;
	font-family: Arial;
	z-index: 30;
	color: white;
}


.gradient1-main-stop{stop-color:red;}
.gradient1-alt-stop{stop-color:orange;}

.gradient2-main-stop{stop-color:blue;}
.gradient2-alt-stop{stop-color:yellow;}

.gradient3-main-stop{stop-color:green;}
.gradient3-alt-stop{stop-color:red;}