.objbox select.grid-edit-cell {
  height: 26px;
  padding: 0 0 0 8px;
  border-radius: 2px;
  box-shadow: none;
  background: url("/html/images/common/arr_select.png") 95% center no-repeat;
}
.objbox .obj .gwbInput {
  height: 26px;
}

.objbox td > div[id$="BTN"] {
  height: 28px;
  line-height: 26px;
  padding: 0 !important;
  background-color: transparent;
  border: #a0a8ba 1px solid;
  text-align: center;
  color: #111;
  font-weight: 700;
}
.objbox td > div[id$="BTN"]:hover {
  height: 28px;
  line-height: 26px;
  padding: 0 !important;
  background-color: #f7f8fa;
  border-color: #848a99;
  text-align: center;
  color: #585858;
  font-size: 14px !important;
  font-weight: 700;
}
.objbox td > div[id$="BTN_S"]{
	display:inline-block;
	width: auto;
	min-width:46px;
	height:22px;
	line-height:20px;
	padding:0 11px;
	background:#fff;
	border:#d9dadb 1px solid;
	border-radius:2px;
	box-sizing:border-box;
	color:#333;
	font-size:13px;
	font-weight: 300 !important;
	text-align:center;
}
.objbox td > div[id$="BTN_S"]:hover {
	display:inline-block;
	width: auto;
	min-width:46px;
	height:22px;
	line-height:20px !important;
	padding:0 11px !important;
	background:#fff;
	border:#d9dadb 1px solid;
	border-radius:2px;
	box-sizing:border-box;
	color:#333;
	font-size:13px !important;
	font-weight: 300 !important;
	text-align:center;
	background:#f7f8fa;
	border-color:#d9dadb;
}
.objbox td > div[id$="SEARCH"],
.objbox td > div[id$="OPN_YN"],
.objbox td > div[id$="ATCH_FILE_ID"] {
  min-width: 100%;
  font-size: 0;
  background: url("../images/common/ico_search.png") no-repeat center;
  background-color: transparent;
  border: none;
}
.objbox td > div[id$="OPN_YN"] {
  background: url("../images/common/ico_opn_yn.png") no-repeat center;
}
.objbox td > div[id$="ATCH_FILE_ID"] {
  background: url("../images/common/ico_file.png") no-repeat center;
}
.objbox td > div[id$="SEARCH"]:hover,
.objbox td > div[id$="OPN_YN"]:hover,
.objbox td > div[id$="ATCH_FILE_ID"]:hover {
  min-width: 100%;
  padding: 0 9px !important;
  background: url("../images/common/ico_search.png") no-repeat center;
  background-color: transparent;
  border: none;
  font-size: 0 !important;
}
.objbox td > div[id$="OPN_YN"]:hover {
  background: url("../images/common/ico_opn_yn.png") no-repeat center;
}
.objbox td > div[id$="ATCH_FILE_ID"]:hover {
  background: url("../images/common/ico_file.png") no-repeat center;
}

.objbox td > div[id$="DOWNLOAD"] {
  height: 28px;
  line-height: 26px;
  padding: 0 17px !important;
  background-color: transparent;
  border: #a0a8ba 1px solid;
  color: #111;
  font-size: 14px !important;
  font-weight: 700;
}
.objbox td > div[id$="DOWNLOAD"]:hover {
  height: 28px;
  line-height: 26px;
  padding: 0 17px !important;
  background-color: #f7f8fa;
  border: #848a99 1px solid;
  color: #585858;
  font-size: 14px !important;
  font-weight: 700;
}
.dhx_grid-cell button[data-col-id="ATCH_FILE_ID"] span{
  background: url("../images/common/ico_file.png") no-repeat center;
  border: none;
  font-size: 0 !important;
}
.pop_con .dhx_cell_tabbar .wrap_lf {
  height: 100%;
}

.pop_con .tab_base.fix .right {
	top: 0;
}