
table {
	border-collapse: collapse!important;
}

.widefat td, .widefat th, .widefat tfoot td, .widefat thead td {
	text-align: center;
	border: 1px solid #e1e1e1;
}

/* ---------- TABLE BODY ---------- */
.widefat td, .widefat th.check-column {
	background: white;
}

/* ---------- TABLE HEAD ---------- */
.widefat thead th, .widefat thead td.check-column, .widefat tfoot th, .widefat tfoot td.check-column {
	font-size: 12px;
	color: #888!important;
	background: #f5f5f5;
}

/* ---------- 체크박스 ---------- */
input[type=radio], input[type=checkbox] {
	margin: 0!important;
	border-radius: 3px;
}

input[type=checkbox]:checked:before {
	color: #00bfff;
}


th[id="order_status"], th[id="attached_files"] {
	width: 59px;
}

th[id="order_paid_amount"], th[id="pay_method_date"]  {
	width: 100px;
}

/* ---------- 부가정보 ---------- */
td.extra_fields {
	text-align: left;
}

/* ---------- 첨부파일 ---------- */
.file-info {
	right: 0;
	z-index: 1;
	display: none;
	position: absolute;
	border-radius: 3px;
	margin-right: 35px;
    padding: 10px 15px;
    background: #fff3d6;
    border: 1px solid #f3dba0;
}

.file-info p {
	margin: 0!important;
}

@media screen and (max-width: 782px) {
	.widefat td, .widefat th {
		border: none;
	}

	.widefat thead td, .widefat tfoot td {
		border-right: none;
	}

	td.extra_fields {
		text-align: center;
	}
}
