/*                           Ecode 3.5.10                     */

.ecode {
	width: calc(100% - 20px);
	left: 10px;
	height: calc(100% - 306px);
	/*top: 301px;*/
	font-size: 12px;
	/*margin:0px auto;*/
	padding: 0px auto;
	/*position:absolute;*/
	background-color: #333333;
	overflow: hidden;
	border: 1px solid #e6e8ef;
	position: relative;
}
.ecode .show{
	margin-top: 30px;
	height: 100%;
	float: left;
	position: relative;
	overflow:auto;
	width: 100%;
	padding: 1px;
	padding-bottom: 10px;
}
.ecode table,.ecode p,.ecode ul,.ecode li,.ecode .function,.ecode .assembly{
	position: relative;
	float: left;
	clear: left;
	display: block;
	list-style: none;
}
.ecode .function{
	margin-bottom: 10px;
}
.ecode table td,.ecode table th{
	text-align: left;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 2px 3px;
	border-color: #5F5F5F;
}
.ecode table td{
	background-color: #333333;
	color:#00FFFF;
}
	.ecode table {
		border:unset;
		border-left: 1px solid;
		border-top: 1px solid;
		border-collapse: separate;
		border-spacing: 0px;
		border-color: #888888;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: auto;
	}
.ecode .show div{
	clear: left;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.ecode .show div:first-child{
	margin-top: 10px;
}
.ecode .function_table{
	margin-bottom: 4px;
}
.ecode .variable_table{
	margin-bottom: 4px;
}
.ecode .assembly_table{
	margin-bottom: 8px;
}
.ecode ul{
	padding-left: 22px;
	position: relative;
	float: left;
}
.ecode ul li{
	margin-left: 0px;
	float: left;
	position: relative;
	display: block;
}
.ecode span{
	position: relative;
	float: left;
	display: block;
}
.ecode p{
	position: relative;
	line-height: 1px;
	float: left;
	display: block;
	clear: both;
	white-space:nowrap; text-overflow:ellipsis;
	margin:revert;
}

.ecode .line1{
	width: 15px;
	border-style: dashed;
	border-color: #808080;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:1px;
	left: 2px;
	top:10px;
	position: absolute;
}
.ecode .judgeChild{
	position: relative;
	overflow: visible;
	float: left;
}
.ecode .judgeChild .line2{
	border-left-width:0px;
}
.ecode .line2{
	height: 100%;
	width: 10px;
	border-style: dashed;
	border-color: #808080;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	display: none;
	top:10px;
	left: 8px;
	position: absolute;
}
.ecode .line3{
	height: 100%;
	width: 32px;
	left: -1px;
	border-style: dashed;
	border-color: #808080;
	border-left-width:0px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	display: none;
	position: absolute;
}
.ecode .line4{
	height: 100%;
	width: 32px;
	top: -1px;
	left: -1px;
	border-style: dashed;
	border-color: #808080;
	border-left-width:0px;
	border-top-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	display: none;
	position: absolute;
}
.ecode .triangle-right {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left:5px solid #808080;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: -2px;
	display: none;
}
.ecode .triangle-down {
	width: 0;
	height: 0;
	border-top: 5px solid #808080;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	bottom: -2px;
	left: -4px;
	display: none;
}
.ecode .close{
	width: 0px;
	height: 0px;
	overflow: hidden;
	float: left;
}
.ecode .def{
	width: 0px;
	height: 0px;
	overflow: hidden;
	float: left;

}
.ecode .ifTrueClose{
	overflow: hidden;
	padding: 0px;
	height: 0px;
}
.ecode .assembly div{
	margin-left: 0px;
}
.ecode .assembly_table tr:nth-child(2) td:first-child{
	color:#000080;
}
.ecode .function_table tr:nth-child(2) td:first-child{
	color:#0CCECE;
}
.ecode .sysCommand{
	color:red
}
.ecode .bracket0{
	color:#05EDED;
	padding: 0px 2px;
}
.ecode .bracket1{
	color:#000080;
	padding: 0px 2px;
}
.ecode .bracket2{
	color:#000080;
	padding: 0px 2px;
}
.ecode .operator{
	color:#F0A450;
	padding: 0px 2px;
}
.ecode .datetime{
	color:#000080;
	padding: 0px 2px;
}
.ecode .math{
	color:white;
}
.ecode .command{
	color:red;
}
.ecode .static{
	color:#FE80FE;
}
.ecode .quote{
	color:#FFA8FF;
	overflow: visible;
}
.ecode table th{
	background-color: #4B4B4B;
	font-weight: 400;
	color: yellow;
}

.ecode .funName,
.ecode .dataType{
	color: #F47CF4;
}
.ecode .remark{
	color: #808080;
}

	.ecode .gkType {
		color: #00FF00;
	}

.ecode .var{
	color: #00FFFF;
}

.ecode .logic{
	color:#000080;
	margin-left: 8px;
	margin-right: 8px;
}
.ecode .logicStatic{
	color:#B060FF;
}
.ecode .origiData,.ecode .origiData textarea{
	width: 100%;
	height: 100%;

}
.ecode .origiData textarea{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border:none;
	padding: 1px;
	font-size: 12px;
}
.ecode .origiData{
	left: 0px;
	top:30px;
	position: absolute;
	display: none;
	width: 100%;

}
.ecode .controller{
	top:auto;
	left:auto;
	right:auto;
	height:30px;
	width: 100%;
	background-color: #2D2D30;

	position: absolute;

}
.ecode .controller .copy{
	height:30px;
	padding: 0px 5px;
	color: #fff;
	background-color: #45A3E1;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.ecode .controller .copy:hover{
	background-color: #0000FF;	
}
.ecode .controller .copy:active{
	background-color: #008080;	
}
.ecode .controller .desc{
	height:30px;
	width: 100%;
	top:0px;
	left: 0px;
	position: absolute;
	font-size: 14px;
	text-indent: 10px;
	line-height: 30px;
	color: white;
}


.ecode .quote{
	background:none;
	margin:auto;
	padding:unset;
	zoom:unset;
	padding-left:unset;
}



.edialog .button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.edialog textarea:focus {
	outline: none;
}

.edialog .pn {
	vertical-align: middle;
	overflow: hidden;
	margin-right: 3px;
	padding: 0;
	border: 1px solid #999;
	background: #EEE;
	cursor: pointer;
	-moz-box-shadow: 0 1px 0 #E5E5E5;
	-webkit-box-shadow: 0 1px 0 #E5E5E5;
	box-shadow: 0 1px 0 #E5E5E5;
	border-radius: 3px;
	height: 32px;
	width: 120px;
	border-color: #06C;
	background-color: #06C;
	color: #FFF !important;
	padding: 0 10px;
	line-height: 21px;
	margin: 0 18px;
}