.nuget-icon1 {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../../img/icons/nuget-blue-icon.svg) no-repeat;
	margin-right: 2px;
	position: relative;
	top: 3px;
}
.fa-handshake:before {
	content: "\f2b5";
}
.fa-cloud-download-alt:before {
	content: "\f381";
}
.vs-icon1 {
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(../../img/icons/vs-icon.png) no-repeat;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.vs-icon2 {
	display: block;
	background-image: url(../../../img/icons/nuget-icons.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 24px;
	background-position: -57px -5px;
}
.nuget-icon-white2 {
	display: inline-block;
	padding-top:5px;
	width: 20px;
	height: 20px;
	background: url(../../img/nuget.white.svg);
	background-repeat: no-repeat;
  	background-position: 0px 0px;
 	background-size: 85%;
	position: relative;
	margin-right: 2px;
}
.nuget-icon-white2--top-1 {
	top: -1px;
}
.nuget-icon-blue,
.nuget-icon-white {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../../img/icons/nuget-white-icon.svg) no-repeat;
	background-position: center;
	position: relative;
	margin-right: 1px;
}

.nuget-icon-white:hover {
	background: url(../../img/icons/nuget-blue-icon.svg) no-repeat;
	background-position: center;
}

.nuget-icon-blue {
	background: url(../../img/icons/nuget-blue-icon.svg) no-repeat;
}

.nuget-icon-blue:hover {
	opacity: 0.8;
}

.nuget-icon-pink {
	display: inline-block;
	padding-top:5px;
	width: 13px;
	height: 13px;
	background: url(../../img/icons/nuget-icon-pink.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0 0;
}

.maven-icon-pink {
	display: inline-block;
	padding-top:5px;
	width: 13px;
	height: 10px;
	background: url(../../img/icons/maven-icon-pink.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0 0;
}

.maven-icon-blue {
	display: inline-block;
	padding-top:5px;
	width: 13px;
	height: 10px;
	background: url(../../img/icons/maven-icon-blue.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0 0;
}

.pip-icon-pink {
	display: inline-block;
	padding-top:3px;
	width: 15px;
	height: 16px;
	background: url(../../img/icons/python-pip-pink.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0 0;
	position: relative;
	top: 2px;
}
.npm-icon-pink {
	display: inline-block;
	padding-top:3px;
	width: 15px;
	height: 19px;
	font-weight: 200;
	background: url(../../img/icons/IC_npm.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0 0;
	position: relative;
	top: 4px;
}

.npm-icon-white-2 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../img/icons/IC_npm-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.fa-windows-icon {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../../img/icons/windows-icon-blue.svg);
	background-repeat: no-repeat;
	background-size:  cover;
	background-position: 0px 0px;
}

.copy-icon-white {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/icons/copy-icon-white.svg) no-repeat;
	background-position: center;
}
.maven-icon-white {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../img/icons/maven-white-w-opacity-icon.svg);
	background-repeat: no-repeat;
	background-size:  contain;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}
.pip-icon-white {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../img/icons/python-pip.svg);
	background-repeat: no-repeat;
	background-size:  contain;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}


.docker-icon-white {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../img/icons/docker.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}

.docker-icon-pink {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../../img/icons/docker-pink.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	margin-right: 5px;
	vertical-align: middle;
}

.npm-icon-white {
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url(../../img/icons/nodejs.svg);
	background-repeat: no-repeat;
	background-size:  contain;
	position: relative;
	top: 3px;
	vertical-align: middle;
}

p span.icon-link{
	display: inline-block;
	margin: 0 0 0 7px;
	cursor: pointer;
}

a i.nuget-icon-white2{
	vertical-align: middle;
}
