
.social-share-plugin {
	display: block;
	position: fixed;
}
.social-share-plugin .socials {
	display: none;
	position: fixed;
	color: #fff;
	background-color: grey;
	z-index: 999;
	padding:10px;
	margin:0;
}
.social-share-plugin .socials.show {
	display:block;
}
.social-share-plugin .socials li,.social-share-plugin .socials li:before{
	margin:0;
	vertical-align: bottom;
	width:25px;
	display:inline-block;
}
.social-share-plugin .socials:after {
	content: '';
	position: absolute;
	margin-top: -22px;
	margin-left:10px;
	height: 0;
	width: 0;
	border-top: 12px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid rgba(0, 0, 0, 0);
	border-left: 12px solid grey;
	display: block;
	left: 93%;
}
.ss-icon{
	display:inline-block;
	cursor:pointer;
	margin:0;
	height:21px;
	width:21px;
}
.ss-icon.twitter:before{
	content:'';
	background:url('../../img/UIv9/twitter.svg') no-repeat;
	width:21px;
	height:21px;
}
.ss-icon.facebook:before{
	content:'';
	background:url('../../img/UIv9/facebook.svg') no-repeat;
	width:21px;
	height:21px;
}
.ss-icon.linkedin:before{
	content:'';
	background:url('../../img/UIv9/linkedin.svg') no-repeat;
	width:21px;
	height:21px;
}
.ss-icon.email:before{
	content:'';
	background:url('../../img/UIv9/email.svg') no-repeat;
	width:21px;
	height:21px;
}
.ss-icon.link:before{
	content:'';
	background:url('../../img/UIv9/link.svg') no-repeat;
	width:21px;
	height:21px;
}
.oracletaleocwsv2-accordion-content .ss-icon.oracletaleocwsv2-btn-fa:before{
	margin:4px auto 0;
}
.oracletaleocwsv2-job-description .social-share-plugin .socials{
	margin-top: -54px;
}
.oracletaleocwsv2-job-description .social-share-plugin .socials:after {
	border-left: 12px solid rgba(0, 0, 0, 0);
	border-right: 12px solid rgba(0, 0, 0, 0);
	border-top: 12px solid grey;
	margin-top: 10px;
	margin-left:-13px;
	left: 50%;
	display: block;
}
.oracletaleocwsv2-job-description .oracletaleocwsv2-btn-fa.ss-icon {
	height:40px;
}
.oracletaleocwsv2-job-description .oracletaleocwsv2-btn-fa.ss-icon:before{
	padding-right:25px;
}

.formFieldNormal .social-share-plugin .socials:after{
	right:-12px;
}
.formFieldNormal .social-share-btn:before{
	content: '';
	width:21px;
	height:21px;
	position: relative;
	display:inline-block;
	cursor:pointer;
	background:url('../../img/UIv9/share-icon.svg') no-repeat;
	vertical-align: middle;
}
.formFieldNormal > .ss-icon{
	width: initial;
}
.formFieldNormal > .ss-icon:before{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

button.social-btn-share {
	border: 0px;
	background: none;
	height:21px;
	width:21px;
}

button.social-btn-share:focus{
	outline:none;
}
@media only screen and (max-width: 767px) {
	.social-share-plugin .socials li{
		width:30px;
	}
	.oracletaleocwsv2-accordion-content .social-share-plugin .socials{
		margin-top: -50px ;
	}
	.oracletaleocwsv2-accordion-content .social-share-plugin .socials:after {
		border-left: 12px solid rgba(0, 0, 0, 0);
		border-right: 12px solid rgba(0, 0, 0, 0);
		border-top: 12px solid grey;
		margin-top: 9px;
		left:40%;
		margin-left:0;
	}
}
/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.social-share-plugin .socials::after {
		margin-top: 0px;
		margin-left: 6px;
	}
	.oracletaleocwsv2-job-description .social-share-plugin .socials::after{
		margin-top:31px;
	}
}
@media all  and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
	.oracletaleocwsv2-accordion-content .social-share-plugin .socials:after{
		margin-top:31px;
	}
}
@-moz-document url-prefix() {
	.social-share-plugin .socials::after {
		margin-top: 0px;
	}
	.oracletaleocwsv2-job-description .social-share-plugin .socials::after{
		margin-top:31px;
	}
	@media all  and (max-width: 767px){
		.oracletaleocwsv2-accordion-content .social-share-plugin .socials:after{
			margin-top:31px;
		}
	}
}