/* 공통 */
ul.warp_tab_menu {
	background-color:#42444e;
	padding-left:10px;
	line-height:48px;
	margin-bottom:10px;
	font-size:1.5em; font-weight:bold;
}
ul.warp_tab_menu li {
	display:inline-block;
}
ul.warp_tab_menu li a {
	display:block;
	border:1px solid;
	border-radius:5px;
	padding:0px 20px;
	font-size:0.8em;
}
ul.warp_tab_menu li a:hover {
	color:#FF9800;
	border-color:#FF9800;
}
ul.warp_tab_menu li a.curpage {
	color:#FF9800;
	border-color:#FF9800;
}
ul.warp_tab_menu li.page_title {
	margin-right:20px;
}

div.wrap_content {
	margin-bottom:5px;
	display:flex;
	justify-content:space-between;
}

/* 로그 페이지 */
.form_search {
	margin-bottom:5px;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	background-color:#959595 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background-color:#656565 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color:#F44336 !important;
	border-color:#c5c5c5 !important;
}
table.list_parsing_log {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
}
table.list_parsing_log tbody {
	color:#ffffff;
}
table.list_parsing_log th {
	text-align:center;
	background:#42444e;
	color:#fff;
}
table.list_parsing_log th, td {
	padding:5px;
}
table.list_parsing_log tr:first-child th:first-child {
	border-top-left-radius:0px;
}
table.list_parsing_log tr:first-child th:last-child {
	border-top-right-radius:0px;
}
table.list_parsing_log td {
	border-right:1px solid #42444e;
	border-bottom:1px solid #42444e;
	background:#5f5f5f;
}
table.list_parsing_log td:first-child {
	border-left:0px solid #42444e;
}
table.list_parsing_log tr:nth-child(even) td {
	background:#777777;
}
table.list_parsing_log tr:last-child td:first-child {
	border-bottom-left-radius:0px;
}
table.list_parsing_log tr:last-child td:last-child {
	border-bottom-right-radius:0px;
}
.pg_page {
	border:1px solid #595959;
	background-color:#42444e;
	padding:5px 10px;
	color:#d2d2d2 !important;
}
.pg_current {
	margin:0px 10px;
}

table.list_parsing_log {
	width:100%;
	min-height:500px;
	background-color:#d7d7d7;
	color:#000000;
}

/* 파싱 페이지 */
.form_parse {
	margin-bottom:5px;
}
#wrap_result_parsing {
	height:500px;
	background-color:#d7d7d7;
	color:#000000;
	overflow-y:auto;
	padding:10px;
}

/* 설정 페이지 */
.form_config {
}
table.list_parsing_config {
	width:400px;
	border-collapse:separate;
	border-spacing:0;
}
table.list_parsing_config tbody {
	color:#ffffff;
}
table.list_parsing_config th {
	text-align:center;
	background:#42444e;
	color:#fff;
}
table.list_parsing_config th, td {
	padding:5px;
}
table.list_parsing_config tr:first-child th:first-child {
	border-top-left-radius:0px;
}
table.list_parsing_config tr:first-child th:last-child {
	border-top-right-radius:0px;
}
table.list_parsing_config td {
	border-right:1px solid #42444e;
	border-bottom:1px solid #42444e;
	background:#5f5f5f;
}
table.list_parsing_config td:first-child {
	border-left:0px solid #42444e;
}
table.list_parsing_config tr:nth-child(even) td {
	background:#777777;
}
table.list_parsing_config tr:last-child td:first-child {
	border-bottom-left-radius:0px;
}
table.list_parsing_config tr:last-child td:last-child {
	border-bottom-right-radius:0px;
}