Tree_wev8.css 5.62 KB
/** Tree **/
.MADTREE_Title{
	border-bottom: 1px solid rgb(223, 223, 223);
	font-size: 12px;
	color: rgb(164, 169, 174);
	font-weight: bold;
	padding: 0px 0px 6px 10px;	
	margin-bottom: 10px;
}

.MADTREE_Text{
	-webkit-appearance: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-writing-mode: horizontal-tb;
	border: 1px solid rgb(223, 223, 223);
	background-color: rgb(255, 255, 255);
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 26px;
	letter-spacing: normal;
	line-height: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: rgb(0, 0, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: start;
	text-indent: 7px;
	text-shadow: none;
	text-transform: none;
	width: 205px;
	word-spacing: 0px;
	writing-mode: lr-tb;
	zoom: 1;	
}

.MADTREE_Select{
	border: 1px solid rgb(204, 204, 204);
	height: 25px;
	width: 120px;
}

.MADTREE_BaseInfo{
	padding-left: 10px;
	margin-bottom: 15px;
	color: rgb(166, 167, 171);	
}

.MADTREE_BaseInfo div{
	margin-bottom: 5px;
}

.MADTREE_SourceSearch{
	border: 1px solid rgb(223, 223, 223);
	height: 20px;
	width:125px;
	background-image: url('/formmode/images/btnSearch_wev8.png');background-repeat: no-repeat;background-position: 108px center;
}
.MADTREE_SourceSearchTip{
	position: absolute;left: 5px;top: 4px;color: #ccc;font: 12px Microsoft YaHei;font-style: italic;
}

.MADTREE_SourceSearchResult{
	position: absolute;
	top: 60px;
	right: 33px;
	z-index: 100001;
	margin: 0px;
	padding: 3px 5px;
	height: 97px;
	width: 160px;
	overflow: auto;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: none;
}
.MADTREE_SourceSearchResult ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.MADTREE_SourceSearchResult ul li{
	border-bottom: #eee 1px dotted;
}
.MADTREE_SourceSearchResult ul li a{
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	color: #333;
	display: block;
}
.MADTREE_SourceSearchResult ul li a:hover{
	background-color: #0072C6;
	color: #fff;
}
.MADTREE_SourceSearchResult ul li .tip{
	padding: 2px 0px 2px 2px;
	color: #ccc;
}

.MADTREE_Bottom{
	text-align: right;
	padding: 5px 3px;
	margin: 10px 0px 0px 0px;
	position: relative;
	height: 26px;
}
.MADTREE_SaveBtn{
	position:absolute;
	top: 0px;
	left: 10px;
	background-color: rgb(107, 163, 237);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	font-family: 'Microsoft Yahei', Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	text-align: center;
	width: 73px;
	zoom: 1;
}
.Design_Tree_Tip{
	color: #bbb;
	font-size: 14px;
	font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
	padding: 9px 5px 9px 22px;	
}
.MADTREE_Customdetail{
	padding-left: 10px;
}
.MADTREE_Customdetail ul.MADTREE_Customdetail_Name{
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.MADTREE_Customdetail ul.MADTREE_Customdetail_Name li{
	float: left;
	border: 1px solid rgb(223, 223, 223);
	border-left: none;
	padding: 0px 3px;
	height: 28px;
	width: 90px;
	text-align: center;
	line-height: 28px;
	color: rgb(166, 167, 171);
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.MADTREE_Customdetail ul.MADTREE_Customdetail_Name li:first-child{
	border-left: 1px solid rgb(223, 223, 223);
}

.MADTREE_Customdetail ul.MADTREE_Customdetail_Name li.selected{
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content{
	border: 1px solid rgb(223, 223, 223);
	width: 323px;
	margin-top: -1px;
	padding: 0px 10px 5px 10px;
}
.MADTREE_Customdetail .MADTREE_Customdetail_Content .MADTREE_Customdetail_Content_Entry{
	display: none;
}
.MADTREE_Customdetail .MADTREE_Customdetail_Content .MADTREE_Customdetail_Content_Entry.selected{
	display: block;
}
.MADTREE_Customdetail .MADTREE_Customdetail_Content .label{
	color: rgb(166, 167, 171);
	margin-bottom: 5px;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content textarea{
	border: 1px solid rgb(223, 223, 223);
	width: 318px;
	height: 106px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: auto;	
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .inputlabel{
	display: inline-block;
	width: 60px;
	text-align: right;
}
.MADTREE_Customdetail .MADTREE_Customdetail_Content .inputlabel_style8{
	display: block;
	width: 200px;
	text-align: left;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .urlcontent{
	display: none;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .urlcontent input{
	border: 1px solid rgb(223, 223, 223);
	width: 252px;
	height: 20px;
	font-size:11px;padding-left:5px;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .urlcontent select{
	width: 258px;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .urlcontent .inputdesc{
	font-size:11px;	
	padding-left: 60px;
    margin-top: 5px;
    display: block;
}

.MADTREE_Customdetail .MADTREE_Customdetail_Content .urlcontent .inputdesc_style8{
	padding-left: 0px;
}

.treeContainer .treesearch .searchKey{
	padding-left: 0px;	
}
.treeContainer .treesearch .searchBtn{
	right: 8px;
	height: 30px;
	line-height: 30px;
}