#share_link_cont{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
div.share_link_win, div.render_link_win{
	position: absolute;
	width: 500px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -250px;
	background-color: #ffffff;
}

div.share_top{
	height: 30px;
	background-color: #ee0443;
	color: #ffffff;
	line-height: 25px;
}
div.share_top img{
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}

div.share_top img.rtl{
	right: unset;
	left: 3px;
}

#share_text{
	display: inline-block;
	margin-top: 20px;
	border: solid 1px #ee0443; 
	height: 25px;
	width: 92%;
	line-height: 25px;
	font-size: 12px;
	user-select: all;
	white-space: nowrap;
}

#render_btn{
	display: none;
	border: solid 1px #000000;
	margin-left: 30px;
	padding: 0 20px;
	cursor: pointer;
}

div.render_btn:hover{
	background-color: #eeeeee;
}

#share_box{
	display: inline-block;
	margin-top: 10px;
	height: 25px;
	width: 90%;
	line-height: 25px;
	font-size: 12px;
	text-align: left;
}

.inline{
	display: inline-block;
}

#share_box input{
	vertical-align: middle;
}

#copy_icon{
	position: absolute;
	top: 85px;
	right: 25px;
	cursor: pointer;
}

.rtl{
	direction: rtl;
}

div.render_link_win{
	background-color: #d8dee4;
	height: 550px;
	margin-top: -275px;
}

div.render_link_win div.share_top{
	font-size: 18px;
	height: 50px;
	line-height: 40px;
	font-weight: bold;
	font-family: Arial;
}

div.render_link_win input{
	width: 470px;
    margin-top: 20px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    height: 40px;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 13px;
}

div.render_link_win select{
	width: 470px;
	margin-top: 20px;
}

input.render_share_link{
	font-size: 11px!important;
}

div.render_link_win textarea{
	width: 470px;
	margin-top: 20px;
	border-radius: 5px;
    border: solid 1px #ffffff;
	height: 150px;
	font-size: 18px;
	padding: 10px 13px;
	box-sizing: border-box;
}

div.send_render{
	display: inline-block;
	padding: 0 30px;
	margin-top: 20px;
	background-color: #78559e;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 35px;
	font-family: Arial;
	cursor: pointer;
}

div.pr_name{
	display: inline-block;
	font-size: 18px;
	margin-top: 20px;
	float: none;
}

div.render_error{
	display: inline-block;
	font-size: 18px;
	margin: 30px 0 15px 0;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

div.link_text{
	font-size: 14px;
	margin: 0 15px;
	text-align: left;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

div.pr_cont{
	padding: 0 15px 10px 15px;
}

div.upload{
	display: inline-block;
	margin-top: 30px;
}

div.plus_upload{
	width: 30px;
    height: 30px;
    background-color: #78559e;
    margin: 10px 35px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    cursor: pointer;
}

input[type='file']{
	display: none;
}

div.upload_filename{
	max-width: 275px;
	display: inline-block;
	white-space: nowrap;
	overflow-x: hidden;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	color: #78559e;
}