#shareIcon {
	background: url('../images/sharebox/shareIcon.png') no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 30px;
	left: 343px;
	z-index: 54;
}

#share_modal a {
	color: #9FA0A0;
}

#shareDragFrame {
	width: 1212px;
	height: 117px;
	position: fixed;
	bottom: 0px;
	display: none;
}

#noLinks {
	z-index: 1500;
	background-color: rgba(173, 202, 219, 0.4);
	width: 472px;
	height: 0;
	position: fixed;
	/* bottom: 19px; */
	overflow: hidden;
	left: 371px;
	border-radius: 5px;
	bottom: -3px;
}

#noLinks label {
	color: red;
}

#share_modal {
	width: 1212px;
	height: 0;
	cursor: default;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	overflow: hidden;
	border-radius: 3px;
	font-size: 14px;
	background: rgba(145, 158, 162, 0.8);
}

#share_modal #linkList {
	width: 350px;
	height: 100px;
	margin-left: 10px;
}

#linkList #linksFrame {
	width: 280px;
	height: 63px;
	margin-left: 10px;
	margin-top: -8px;
	-ms-overflow-y: scroll;
	overflow-y: hidden;
}

#linkList #linksFrame div {
	float: left;
	display: inline-block;
}

#linksBG {
	position: absolute;
	top: 50px;
	width: 190px;
	left: 50px;
}

#linksBG label {
	font-size: 25px ;
}

#lastShareLinks, #clearLinks {
	margin-left: 8px;
	margin-top: -13px;
	float: left;
}

#linksFrame .linkLimit {
	width: 170px;
	padding: 4px;
	padding-top: 0;
}

#share_modal #socialShare {
	height: 100px;
	width: 205px;
	position: absolute;
	top: 0;
	left: 375px;
}

#share_modal #socialShare label {
	margin-right: 41px;
	margin-top: 5px;
}

#share_modal #emailShare {
	width: 240px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 595px;
}

#emailShare #mailRight {
	float: right;
	height: 100%;
	width: 150px;
	margin-top: 5px;
}

#emailShare #mailLeft {
	float: left;
	height: 100%;
	width: 85px;
	font-size: 12px;
}

#emailShare #mailRight label {
	margin-right: 64px;
}

#emailShare #mailIcon {
	background: url('../images/sharebox/email.png') no-repeat;
	height: 75px;
	width: 75px;
	-webkit-background-size: 80px;
	background-size: 80px;
	margin-left: 1px;
	cursor: pointer;
	margin-top: -5px;
	margin-left: 7px;
}

#groupEdit {
	margin-left: 17px;
	line-height: 25px;
}

#groupCreate {
	margin-left: 11px;
	line-height: 25px;	
}

#share_modal #groupsManage {
	position: absolute;
	height: 127px;
	width: 160px;
	top: 0;
	left: 745px;
}

#share_modal #shareLog {
	height: 100px;
	position: absolute;
	top: 0;
	left: 850px;
	width: 350px;
}

#share_modal label, #share_modal h3, #localEmail h3, #shareFullLog h3, #manageGroup h3 {
	color: #3f3f3f;
	font-size: 18px;
	line-height: 25px;
	float: right;
}

#localEmail label, #localEmail a {
	color: gray;
	font-size: 13px;
}

#localEmail a#emailSend {
	float: left;
	border: 1px dotted black;
	padding: 5px 22px 5px 22px;
	margin-top: 72px;
	margin-left: 5px;
	color: #3f3f3f;
	font-weight: bold;
	background-image: linear-gradient(bottom, rgb(164,183,190) 47%, rgb(206,231,240) 61%);
	background-image: -o-linear-gradient(bottom, rgb(164,183,190) 47%, rgb(206,231,240) 61%);
	background-image: -moz-linear-gradient(bottom, rgb(164,183,190) 47%, rgb(206,231,240) 61%);
	background-image: -ms-linear-gradient(bottom, rgb(164,183,190) 47%, rgb(206,231,240) 61%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#emailSend:hover {
	background: rgb(247, 247, 247);
	text-decoration: none;
}

#localEmail .removeGray {
	float: right;
	margin-top: 82px;
	padding-right: 40px;
	background-position: 35px 5px;
	background: none;
	color: black;
}

#shareLog #shortLog span {
	color: #9FA0A0;
	font-size: 12px;
	/* width: 190px; */
	/* width: 500px; */
}

#share_modal input[type="text"] {
	width: 235px;
	outline: none;
	height: 25px;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color: #C9C9C9;
	color: black;
	font-size: 14px;
	border: 1px solid #C9C9C9;
	position: relative;
	background: transparent;
}

#share_modal a.close {
	position: absolute;
	bottom: 35px;
	font-size: 15px;
	left: 205px;
}

#share_modal .email_buttons {
	position: absolute;
	top: 313px;
	border: 1px solid #CCF;
	cursor: pointer;
	width: 130px;
}

#share_modal #emailing {
	position: absolute;
	top: 234px;
}

#share_modal .addthis_toolbox {
	margin-top: 31px;
}

#localEmail, #manageGroup {
	height: 0;
	width: 245px;
	overflow: hidden;
	position: fixed;
	bottom: 117px;
	z-index: 520;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	left: 720px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.87);
}

#localEmail {
	width: 455px;
}

#localEmail h3 {
	margin-right: 157px;
	margin-top: 0;
	font-weight: normal;
}

#localEmail #emailInfo {
	border-top: 1px solid #D3D3D3;
	width: 435px;
	margin-left: 5px;
}

#localEmail #emailInfo ul {
	list-style: none;
	width: 99%;
	padding-left: 2px;
}

#localEmail #emailInfo ul li {
	height: 33px;
}

#emailInfo input[type="text"] {
	border: 1px solid #3f3f3f;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: right;
	width: 300px;
	display: block;
	padding-left: 5px;
	margin-top: -2px;
	border: 1px solid #D3D3D3;
}

#manageGroup #newAddress {
	margin-left: 15px;
	width: 160px;
	margin-right: 10px;
	border: 1px solid gray;
}

#manageGroup #addressList {
	overflow-y: scroll;
	height: 110px;
	width: 225px;
	margin-left: 10px;
	border-top: 1px solid black;
	margin-top: 8px;
}

#localEmail textarea {
	width: 424px;
	height: 100px;
	border: 1px solid #D3D3D3;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	padding: 5px;
}

#share_modal #log {
	position: absolute;
	top: 450px;
}

#share_modal #catControl {
	display: block;
	right: 25px;
}

#manageGroup {
	bottom: 120px;
	left: 590px;
	position: fixed;
}

#manageGroup h3 {
	margin-left: 28px;
	margin-top: 0;
	margin-bottom: 5px
;
	font-weight: 500;
	float: left;
}

#set.open_close {
	position: relative;
	margin: 0;
}

#share_modal .clipboard {
	background-image: url('../images/sharebox/copy.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	margin-top: 1px;
}

#manageGroup .remove {
	background: url('../images/sharebox/x.png') 5px 4px;
	background-repeat: no-repeat;
	width: 20px;
	height: 14px;
	display: inline-block;
	cursor: pointer;
	background-size: 50%;
}

.removeGray {
	background-image: url('../images/sharebox/closeGray.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	/* padding-bottom: 5px; */
}

#manageGroup .removeGray {
	position: absolute;
	top: 179px;
	right: 5px;
	padding-right: 40px;
	background-position: 34px 4px;
}

#socialtoolbox {
	height: 34px;
	overflow: hidden;
	margin-top: 19px;
	margin-left: 30px;
}

#socialtoolbox * {
	float: left;
	padding: 1px;
}

#copied {
	color: #175A7D;
}

#shareLog label {
	float: left;
	margin-left: 72px;
	margin-top: 5px;
}

#shareLog a {
	float: right;
	margin-top: 8px;
	margin-right: 27px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#shareLog a:hover {
	text-decoration: none;
}

#shareLog #shortLog {
	margin-top: 35px;
	margin-left: 8px;
	line-height: 19px;
	width: 337px;
}

#share_modal .boxFrame {
	margin-top: 7px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);
}

#share_close_button {
	position: fixed;
	left: 1209px;
	z-index: 15;
	cursor: pointer;
	border: 1px dotted rgb(170, 167, 167);
	bottom: 113px;
	padding: 3px;
}

/**
 * full log css
 */
#shareFullLog {
	position: absolute;
	top: 1px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid black;
	z-index: 14;
	height: 600px;
	left: 35%;
	z-index: 300;
	-webkit-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
	width: 830px;
}

#shareFullLog h3 {
	padding: 0;
	text-align: center;
	width: 100%;
	height: 37px;
	margin-top: 3px;
	font-weight: normal;
	background: rgba(128, 128, 128, 0.05);
	line-height: 33px;
}

#shareFullLog #logTable {
	max-height: 535px;
	color: #9FA0A0;
	width: 800px;
	margin-left: 15px;
	margin-top: 24px;
}

#shareFullLog #logTable #tbody {
    overflow-x: hidden;
}

#shareFullLog #logTable table {
    width: 800px;
    overflow-x: hidden;
}

#shareFullLog #thead {
	border-bottom: 1px solid black;
}

#shareFullLog table tr {
	height: 20px;
}

#fullLog_close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-right: 35px;
	color: rgb(126, 126, 126);
	background: none;
}

tbody.expand {
	height: 0;
	overflow-y: hidden;
}

div.expandLog {
	background: url(/images/sharebox/arrowDown.png) center no-repeat;
	height: 11px;
	width: 15px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
	float: right;
}

#thead table tbody tr td {
	text-align: left;
	font-size: 18px;
}

#tbody {
	overflow-y: scroll;
	max-height: 486px;
	border-bottom: 1px solid black;
}

.DnT {
	width: 121px;
}

.Name {
	width: 169px;
}

.With {
	width: 210px;
}

.Watched {
	width: 180px;
}

/* URL CHANGE SLIDER STYLES */
#stage {
	display: block;
	margin: 0;
	padding: 0;
	width: 86px;
	height: 29px;
	position: absolute;
	top: 11px;
	left: 269px;
}

#stage .slider-frame {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 85px;
	height: 25px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 1px 5px 0 rgba(0, 0, 0, 0.25);
}

#stage .slider-frame .slider-button {
	display: block;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 23px;
	line-height: 22px;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#stage .slider-frame .slider-button.on {
	margin-left: 40px;
	/* border: 1px solid #0f3f74; */
}

#stage .slider-frame .slider-button:before {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 43px;
	height: 12px;
	content: '';
	border-radius: 15px;
}

#stage span {
	color: #9FA0A0;
}

#share_modal .remove {
 background-image: url('../images/sharebox/x.png');
 background-repeat: no-repeat;
 width: 20px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 margin-top: 3px;
}

#share_modal .edit {
 background-image: url('../images/sharebox/edit.png');
 background-repeat: no-repeat;
 width: 15px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 margin-left: 5px;
 vertical-align: -14%;
}

#share_modal .accept, #shareFullLog .accept {
 background-image: url('../images/sharebox/v.png');
 background-repeat: no-repeat;
 width: 15px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 vertical-align: -15%;
 margin-left: 5px;
}

#share_modal .cancel, #shareFullLog .cancel {
 background-image: url('../images/sharebox/x.png');
 width: 15px;
 background-repeat: no-repeat;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 vertical-align: -15%;
}

#share_modal .watched, #shareFullLog .watched {
 background-image: url('../images/sharebox/watched.png');
 background-repeat: no-repeat;
 width: 15px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 vertical-align: -14%;
 margin-right: 3px;
}

#share_modal .notWatched, #shareFullLog .notWatched {
 background-image: url('../images/sharebox/notWatched.png');
 background-repeat: no-repeat;
 width: 15px;
 height: 15px;
 cursor: pointer;
 vertical-align: -14%;
 margin-right: 3px;
 display: none;
}

#shareLog .remove {
	width: 15px;
	height: 15px;
	cursor: auto;
	margin-left: 1px;
	display: inline-block;
	vertical-align: -15%;
}

#shareLog .watched {
	float: none;
}

#shareFullLog .edit {
 background-image: url('../images/sharebox/edit.png');
 background-repeat: no-repeat;
 width: 15px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 margin-left: 15px;
}

#shareFullLog .remove {
 background-image: url('../images/sharebox/x.png');
 background-repeat: no-repeat;
 width: 20px;
 height: 15px;
 display: inline-block;
 cursor: pointer;
 margin-left: 3px;
}

#userBox .share_close {
 background: none;
 width: 100%;
 margin: 0px;
 padding: 0px;
 height: 100%;
	float: none;
	position: relative;
}

#shareTypesError,
#shareSupportError {
	position: fixed;
	left: 0px;
	z-index: 15;
	bottom: 113px;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background: rgb(252, 148, 168);
	display: none;
}

#shareTypesError p,
#shareSupportError p {
	line-height: 25px;
	font-size: 15px;
	margin: 0;
}
/* END URL CHANGE SLIDER STYLES */