/* 검색필드 */

.sfield {
	text-align: right;
	width: 100%;
	margin: 10px 0;
}

.sfield .form-group,
.sfield .form-b-group {
	margin: 0 0 7px 10px;
	display: inline-flex;
	vertical-align: middle;
}

.sfield .form-group label {
	margin-right: 3px;
}

.sfield .form-s-group {
	display: inline-block;
}

.sfield .form-b-group button {
	margin-left: 3px;
}

@media (max-width : 767px) {
	.sfield {
		text-align: left;
	}

	.sfield .form-group {
		margin-left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sfield .form-b-group {
		display: flex;
		justify-content: flex-end;
	}

	.sfield .form-group>:last-child {
		width: 70%;
	}

	.sfield .form-group .select2-container {
		width: 70% !important;
	}

	.sfield .form-group button {
		width: auto;
	}

	.sfield .form-b-group {}

	.sfield .form-s-group {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sfield .form-s-group input,
	.sfield .form-s-group select {
		width: 47%;
	}
}

/* 테이블 */
.row-top {
	margin-bottom: 10px;
}

.table-wrapper {
	width: 100%;
}

.table-wrapper {
	min-height: 300px;
}

.table-wrapper .table-body .table-row a,
.table-wrapper .table-head a {
	color: #7E8299;
	cursor: pointer;
}

.table-wrapper .table-head,
.div_right .table-head,
.div_left .table-head {
	background: #f3f6f9;
	display: flex;
	align-items: center;
}

#table-body .table-head {
	display: inherit;
}

.table-wrapper .table-head .table-col {
	padding: 11px 2px;
	float: left;
	height: auto;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 90%;
}

.table-wrapper .table-body {
	min-height: 360px;
}

.table-wrapper .table-body .table-row,
.table-wrapper .table-body .table-row2 {
	width: 100%;
	height:auto;
	min-height: 36px;
	clear: both;
	text-align: center;
	border-bottom: 1px dashed #e1e5ea;
}

.table-wrapper .table-body .table-row3 {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	border-bottom: 1px dashed #e1e5ea;
}

.table-wrapper .table-body .table-row:hover {
	background: #e1f0ff;
}

.table-wrapper .table-head .table-col,
.table-wrapper .table-body .table-col {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-wrapper .table-body .table-col {
	padding: 8px 6px;
	float: left;
	text-align: center;
}

.table-wrapper .table-body .table-col input,
.table-wrapper .table-body .table-col select {
	width: 100%;
}

/* 테이블 검색 건수 */

.dataTables_info {
	margin: 10px 0;
}

/* 핸드폰번호 레이아웃 */
.phone-num select,
.phone-num input {
	width: 28%;
}

/* 이미지 레이아웃 */
.uploadPreview {
	width: 130px;
	height: 170px;
	padding: 5px;
	border: 1px solid #ddd;
}

/* 라벨 + 체크박스 폰트 변경 */

.checkLabel {
	display: flex;
	align-items:center;
}

.flex-basic .checkLabel {
	margin-right:12px;
}

.checkLabel label {
	font-size: 1.3rem;
	font-weight: 100;
	margin: 0 6px;
}





/* 주소찾기 모달 */
/* 현장소개 , 근로자추가 */
#ziprow {
	height: 68px;
}

#ziprow .zip-col-code {
	float: left;
	width: 20%;
	text-align: center;
	color: #fe4e1f;
}

.zip-col-adreswrapper {
	float: right;
	font-size: 1.2rem;
	width: 80%;
	height: 100%;
	padding: 11px;
	cursor: pointer;
}

.zip-col-adres {
	text-align: left;
	width: 100%;
}

/* 시스템 > 협력업체관리 모달 */
/* 시스템 > 건설사관리 주소 */
.regcompanywrapper #zipcode,
#corpview #zipcode {
	width: 80px;
}

.regcompanywrapper #address1,
#corpview #address1 {
	width: 100%;
	margin-bottom: 7px;
}

.regcompanywrapper #address2,
#corpview #address2 {
	width: 100%;
	margin-bottom: 7px;
}

.form-key input {
	margin: 3px;
}



/* 현장관리 모달 */
.regsitewrapper #zipcode {
	width: 20%;
}

.regsitewrapper #address1,
.regsitewrapper #address2 {
	width: 79%;
}

.regsitewrapper #addbtn {
	width: 20%;
	text-align: center;
}

.regsitewrapper .box {
	box-shadow: none;
}

.regsitewrapper .box-body {
	box-shadow: none;
	padding: 0;
	overflow-y: inherit;
}

/* 주소 그리드 통합하기------------------- */

.zip-col-adres span:FIRST-CHILD {
	display: inline-block;
	text-align: center;
	background-color: #a2a3b7;
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	width: 38px;
	padding: 2px 3px;
	margin-right: 4px;
}




/* 보기 기준 없는 테이블 height 값 정렬 */

#worktype_table,
#unit_table,
#make_table,
#company_table,
#jobtype_table,
#templet_table,
#safeedu_table,
#dept_table,
#purpose_table,
#sortable,
#sms_table {
	height:calc(100vh - 446px);
	overflow-y: auto;
}

#boardset_table{
	height:calc(100vh - 411px);
	overflow-y: auto;
}

#authrow .table-body {
	height:calc(100vh - 381px);
	overflow-y: auto;
}

#general_table,
#special_table {
	height:calc(100vh - 399px);
	overflow-y: auto;
}

#sign_table {
	height:calc(100vh - 364px);
	overflow-y: auto;
}
