/*---------------- designtime/application/list.jsp CSS-----------------*/
.list-section {
	padding: 12px 24px;
}

.bpm-list-title{
	margin:0 24px;
}

.content-base-softList {
	padding-left: 33px;
	background: url(../image/email2.png) 0 center no-repeat;
}

.softList {
	padding: 0 50px;
}

.softList-item-box {
	position: relative;
}

.softList-item-close {
	display: none;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 10px;
	right: 10px;
	background: url(../image/close1.png) center center no-repeat;	
}

.softList-item {
	display: block;
	width: 200px;
	float: left;
	margin-right: 50px;
	font-size: 14px;
}

.softList-item-img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	background: #75a1f9 url(../image/default.png) center center no-repeat;
}

.softList-item-txt {
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#frame {
	width: 100%!important;
}

.contentBody {
	padding-right: 8px;
}

/*---------------------软件列表一级导航 css------------------------*/
.workbench-section {
	margin-left:-1px;
	font-size: 12px;
	color: #666;
	padding-top: 16px;
	border-bottom: 1px solid #ddd;
	margin-right:8px;
}

.listContent {
	position: relative;
	float: left;
}

.listContent input {
	width: 100%;
	height: 42px;
	text-align: center;
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 0 14px;
}

.listContent .btcaption-selected {
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #2a303b;
}

.listContent-line {
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.btcaption-selected + .listContent-line {
	display: block;
}

/*---------------------软件列表二级导航 css------------------------*/
.workbench-child-section {
	height: 42px;
	background-color: #f5f5f5;
	padding-left: 22px;
}

.workbench-child-item {
	float: left;
	position: relative;
}

.workbench-child-item>input{
	padding:0 12px;
	text-align: center;
	font-size: 12px;
	height: 100%;
	line-height: 42px;
	background-color: #f5f5f5;
}

.btcaption-s-selected {
	color: #4ba1fd;
}

.workbench-child-line {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 3px;
	background-color: #4ba1fd;
}

.btcaption-s-selected + .workbench-child-line {
	display: block;
}

.workbench-column-line{
	width: 40px;
    margin-left: -18px;
}

/*---------------------tree css------------------------*/
#dtree {
	padding: 16px 0 0 24px;
}

#dtree a {
	font-size: 14px;
	color: #999;
}

#dtree a:hover {
	color: #999;
}

//第一行标题
#dtree>.dtree>.dTreeNode a {
	font-weight: bold;
}

// 二级菜单
#dtree>.dtree>.clip {
	padding-left: 10px!important;
}

// .dtree .checkbox {
// 	WIDTH: 16px; HEIGHT: 16px; align: center; valign: middle; vertical-align: bottom;
// }

.dTreeNode img{
	vertical-align: middle;
	margin-right: 10px;
}

#dtree .nodeSel {
	color: #2a303b;
}

#dtree .nodeSel:hover {
	color: #2a303b;
}

#dtree>.dtree>.clip>.dTreeNode {
	margin-top: 12px;
}

#dtree>.dtree>.clip>.dTreeNode .node {
	margin-left: -10px;
}

#dtree>.dtree>.clip>.clip>.dTreeNode {
	margin-top: 12px;
}

/*-----------------内容布局css-------------------------*/
.commTd{
	width:500px;
	padding-left: 16px; 
	padding-bottom: 12px;
}

/*-----------------表单css-------------------------*/
.margin-seesaw12{
	margin:12px 0;
}

.margin-seesaw8{
	margin:8px 0;
}

.margin-left8{
	margin-left:8px;
}

.margin-right24{
	margin-right:24px;
}

.margin-top12{
	margin-top:12px;
}

.margin-top16{
	margin-top:16px;
}

.margin-bottom8{
	margin-bottom:8px;
}

.margin-bottom12{
	margin-bottom:12px;
}

.padding-top12{
	padding-top:12px;
}

.padding-top16{
	padding-top:16px;
}

.padding-bottom12{
	padding-bottom:12px;
}

.contentForm{
	overflow-y:auto;
	height:400px;
	padding-bottom:30px;
}

.divLine-block{
	display:inline-block;
}

.commFont-div{
	display:inline-block;
	width:90px;
}

.textColor{
	color:#33bd00;
}

.tab3_Td{
	float:right;
	padding:12px 0;
}

.script-textarea{
	width:100%;
	height:350px;
	margin-bottom:12px;
}

.bpm-activity-table{
	height: 44px;
    border-bottom: 1px solid #d4d7dd;
}

.bpm-column-table{
	height: 44px;
    border-bottom: 1px solid #d4d7dd;
}

.text-fontTr{
	font-weight:bold;
}

.flow-list-table tr td{
	border:1px solid #d4d7dd;
	padding:8px;
}

/*-----------------弹出框css-------------------------*/
.pop-upMargin{
	margin:4px;
}

.pop-upTd{
	padding-right: 8px;
    text-align: right;
}

.pop-upInput{
	width:300px;
	margin-right:0;
}

.pop-upTextarea{
	width:300px;
	height:150px;
}

.pop-upDiv{
	display:inline-block;
	padding-bottom:12px;
}

.pop-upDiv-text{
	display:inline-block;
	margin-right:8px;
}

.pop-upBtn{
	margin-top:10px;
	margin-right:0;
}

.pop-up-contentForact img{
	padding-top:14px;
}

.pop-up-btnCenter{
	text-align: center;
}
