
#setting-buttons ul {
	list-style: none;
	margin-left: 20px;
	width: 700px;
	clear: both;
}

#setting-buttons {
	width: 60%;
	clear: both;
	position: fixed;
	top: 10px;
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #000000;
	padding: 10px;
	background: #FFFFFF;
	display: block;
	left: 20%;
	z-index: 99999999;
}

#setting-buttons ul li {
	width: 120px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	color: rgb(68, 63, 63);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(199, 214, 199);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(169, 182, 169);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(172, 182, 172);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 17px;
	float: left;
	background: rgb(173, 187, 173);
	margin-left: 3px;
}

#setting-buttons ul li.active {
	width: 120px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: green;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: green;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: green;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 17px;
	float: left;
	background: green;
	margin-left: 3px;
}

#embed_area {
	width: 800px;
	/* margin-top: -56px; */
	margin-top: -5;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #000000;
	border-radius: 4px;
}

#embed_area textarea {		
	width: 100%;
	border: 0px;
}

#btns {
	width: 400px;
}

#previewmedia {
	padding: 7px;
	border: 1px solid rgb(0, 0, 0);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 150px;
	/*height: 150px;*/
	float: right;
	display: none;
	margin-right: 20px;
}

#btns button {
	width: 100px;
	margin-left: 10px;
	padding: 5px;
	background: green;
	border: 1px solid green;
	box-shadow: 1px 1px 1px #000000;
	border-radius: 4px;
	color: #FFFFFF;
}

.close {
	float: right;
	margin-right: 20px;
}

.showeditorbuttons {
	position: fixed;
	background: blue;
	color: white;
	width: 100px;
	border-radius: 4px;
	border: 1px solid black;
	display: none;
	top: 28px;
	left: 40%;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.addurlinpuits {
	display: none;
	width: 700px;
	clear: both;
	/*height: 130px;*/
}



.addurlinpuits div {
	clear: both;
}

.addurlinpuits label {
	float: left;
	padding: 15px;
	/* width: 200px; */
	width: 300px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.addurlinpuits input {
	float: left;
	margin-left: 20px;
	width: 200px;
	margin: 10px;
}


.addvideoinputs {
	display: none;
	width: 700px;
	clear: both;
	/*height: 130px;*/
}

.addvideoinputs div {
	clear: both;
}

.addvideoinputs label {
	float: left;
	width: 300px;
	margin: 10px;
	width: 200px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.addvideoinputs input {
	float: left;
	margin-left: 20px;
	width: 200px;
	margin:10px;
}

.addvideoinputs textarea {
	float: left;
	margin-left: 20px;
	width: 400px !important;
	height: 80px;
	border: 1px solid #000000 !important;
}


#help {
	background-image: url(../images/info-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 13px;
	float: left;
	width: 500px;
}

.ie-tooltip {
	position: absolute;
	/* top: 0px; */
	/* left: 0px; */
	font-size: 12px;
	margin-left: 5px;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	color: #000000;
	display: none;
}

.savebuttons {
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 10px;
	background: #fcaf3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcaf3a 2%, #f25e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fcaf3a), color-stop(100%,#f25e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcaf3a 2%,#f25e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcaf3a 2%,#f25e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcaf3a 2%,#f25e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcaf3a 2%,#f25e25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf3a', endColorstr='#f25e25',GradientType=0 ); /* IE6-9 */
	text-align: center;
	z-index: 99999999999999;
}

.savebuttons input {
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #000000;
	margin-left: 10px;
}

.addedvideopopup {
	position: fixed;
	z-index: 999999;
	background: #000000;
	width: 700px;
	height: auto;
	padding: 20px;
	top: 30%;
	left: 30%;
	border: 1px solid #FFFFFF;
	box-shadow: 1px 1px 1px #DADADA;
	border-radius: 14px;
	display: none;
}

.addedvideopopup img {
	float: right;
	cursor: pointer;
}

.mask { 
	display: none;
	background: #DADADA;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index:99999;
}

document {
	z-index:999;
}

.changeimage {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.changeimage label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.changeimage .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.changeimage .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#change_image_url {
	float:left;
	clear: both;
	width: 200px;
	padding-top: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}

#loaderimage {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index:99999999;
}

#warningimage {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 5px;
}

.changelink {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.changelink label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.changelink .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.changelink .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#loaderlink {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index:99999999;
}

#warninglink {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}

#change_link_url {
	float:left;
	width:150px;
}


.changevideo {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 100px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.changevideo label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.changevideo .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.changevideo .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#warningchangevideo {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}

.addhtmlcode {
	bottom: 0;
	position: absolute;
	padding: 20px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 170px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.addhtmlcode label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.addhtmlcode .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.addhtmlcode .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#loaderhtmlcode {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index:99999999;
}

#warninghtmlcode {
	display: none;
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: -15px;
}

.left-buttons1 {
	width: 100px;
	border-radius: 4px;
	background: orange;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #FFFFFF;
	position: fixed;
	top: 30%;
	left: 0;
	margin-top: 20px;
	cursor: pointer;
}

.left-buttons2 {
	width: 100px;
	border-radius: 4px;
	background: orange;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #FFFFFF;
	position: fixed;
	top: 40%;
	left: 0;
	cursor: pointer;
	margin-top: 20px;
}

.left-buttons3 {
	width: 100px;
	border-radius: 4px;
	background: orange;
	margin-left: -10px;
	padding: 5px;
	color: #000000;
	border: 1px solid #FFFFFF;
	position: fixed;
	top: 50%;
	left: 0;
	cursor: pointer;
	margin-top: 20px;
}

.addimage {
	position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 150px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.clicked {
	background-color: orange !important;
	color: #FFFFFF !important;
	font-weight: bold!important;
	border: 1x solid #ffffff !important;
}

.addimage label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.addimage .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.addimage .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#add_image_url {
	float:left;
	width:200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#add_image_link_url {
	float:left;
	width:200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#loaderaddimage {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index:99999999;
}

#warningaddimage {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
}

#warningaddimageurl {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
}

.add_dynamic {
	border: 1px solid #CCCCCC;

}

.add_url_dynamic {
	border: 1px solid #CCCCCC;

}

.add_image_dynamic {
	border: 1px solid #CCCCCC;

}

.add_video_dynamic {
	border: 1px solid #CCCCCC;

}

.add_overvideo_dynamic {
	border: 1px solid #CCCCCC;

}

.add_htmlcode_dynamic {
	border: 1px solid #CCCCCC;

}

.addurl {
	position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 170px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.addurl label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.addurl .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.addurl .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#add_url_url {
	float:left;
	width:150px;
}

#loaderurl {
	position: absolute;
	display: none;
	margin-top: -100px;
	z-index:99999999;
}

#warningaurl {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 5px;
}

#warningatext {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: -15px;
}


.addvideo {
	position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 170px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.addvideo label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.addvideo .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.addvideo .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

#warningatext {
	display: none;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: -15px;
}

.addovervideo {
	position: fixed;
	padding: 20px;
	left: 30%;
	bottom: 0;
	text-align: left;
	border-radius: 5px;
	background: orange;
	width: 300px;
	/*height: 170px;*/
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #CCCCCC;
	display: none;
	z-index: 999999;
}

.addovervideo label {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.addovervideo .okbutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
}

.addovervideo .closebutton {
	background: green;
	color: #FFFFFF;
	width: 100px !important;
	padding: 2px;
	float: left;
	margin-left: 10px;
}

.sls-overlay {
	width: 640px;
	height: 360px;
	border-radius: 10px;
	position: fixed;
	top: 30%;
	left: 30%;
	padding: 30px;
	background: #000000;
	z-index: 99999999;
	display: none;
}

#warningvideo {
	float: left;
	width: 20px;
	vertical-align: top;
	display: none;
}

.ls-cross-btn {
	background: #1b7b30;
	font-size: 14px;
	color: #fff;
	border: none;
	padding: 8px 12px;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}



.replace {
	background-image: url(../images/replace.png);
	width: 80px;
	height: 50px;
	background-repeat: no-repeat;
	float: right;
	position: absolute; 
	/* right: 0; */
	z-index: 99999999999;
	background-size: cover;
	cursor: pointer;
}