@charset "utf8";
#approval{ 
}

/*모든 Table */
table{
	border-collapse:collapse;	
}

/*폼 - 그룹 - 타이틀 Table*/
.preform_wrapper{
	width:100%;
	background-color:#FAFBFC;
	border-top:2px solid #CFDBE2;
	border-left:1px solid #CFDBE2;
	border-right:1px solid #CFDBE2;
	font-weight:bold;
	/*color:#005891;*/
}

/*폼 - 그룹 - Text TD*/
.preform_title_text{
	height:35px;
	text-align:left;  
	vertical-align:middle;
	padding-left:18px;
}

/*폼 - 그룹 - Icon TD*/
.preform_title_icon{
  width:50px;
  text-align:right;
  vertical-align:middle;
  padding-right:10px;
}

.preform_field_value{
	padding:3px;
	background-color:#FFFFFF;
	border-top:1px solid #CFDBE2;
	border-bottom:1px solid #CFDBE2;	
	text-align:center;
}

.preform_inner_field_l_value{
	padding:3px;		
	height:30px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CFDBE2;	
	border-right:1px solid #CFDBE2;
	text-align:center;
}

.preform_inner_field_value{
	padding:3px;	
	height:30px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CFDBE2;	
	text-align:center;
}

.comment{
	height:20px;
	padding-top:5px;
	padding-left:18px;
	
}

/* 담당자 이관 css */
#preform_area .grp_title_text {
	padding: 5px 20px;
}


.ui-sel-wrap {
	border-top: 2px solid #1ab394;
	border-left: 1px solid #d2d4d6;
	box-shadow: 2px 2px 3px 1px #bfbfbf;
	margin-bottom: 10px;
}
.ui-sel-content {
	padding-bottom: 10px;
}
.sel-list-box {
	display: flex;
	flex-direction: row;
}
.sel-list-box .sel-filter {
	width: 200px;
	padding: 5px;
}
.sel-filter .sel-search-box {
	height: 154px;
	overflow: auto;
	background-color: #fafafa;
}
.sel-list-box .sel-list {
	overflow-y: auto;
	height: 200px;
	flex: 1;
	background: #fafafa;
	padding: 7px;
}

.sel-list th {
	text-align: center;
	font-weight: 600;
	padding: 0px 5px;
	height: 30px;
	border-bottom: 1px solid #d2d4d6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sel-list td {
	text-align: center;
	padding: 0px 5px;
	height: 30px;
	border-bottom: 1px solid #d2d4d6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
