@charset "utf-8";
/***** 영수증발급 > 수납일자별관리 *****/


/* 검색 영역 */
form#src_box {}
form#src_box fieldset {
	width:100%;
	padding:20px 0;
	text-align:center;
	border:3px solid #ddd;
	border-radius:20px;
	font-size:14px;
	line-height:30px;
}
form#src_box input[type="text"],
form#src_box select {height:30px; padding:0 5px; border:1px solid #ddd;}
form#src_box a.src_btn {
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	margin:15px auto 0 auto;
	font-weight:bold;
	font-size:14px;
	color:white;
	text-decoration:none;
	text-align:center;
	border-radius:10px;
	background:#1147C1;
}



/* 검색 결과 */
section#src_result {margin-top:40px;}
section#src_result div#result_btns {margin-bottom:15px; color:#777;}
section#src_result div#result_btns a {
	display:inline-block;
	padding:5px 20px;
	margin-right:4px;
	text-decoration:none;
	font-size:13px;
	color:#777;
	border-radius:10px;
	border:1px solid #ccc;
}
section#src_result div#result_btns a img {display:inline-block; margin-right:2px;}

table#result {width:100%; border-collapse:collapse;}
table#result input[type="checkbox"] {display:inline-block; margin-top:3px; width:15px; height:15px;}
table#result th,
table#result td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}
table#result th {
	font-size:14px;
	color:white;
	font-weight:bold;
	background:#183867;
	border:1px solid #365788;
}
table#result td {border:1px solid #ddd;}
table#result tr.total td {font-weight:bold;}
table#result tr.total td:first-of-type {background:#eee;} 
table#result tr.total td:nth-of-type(n+2):nth-of-type(-n+6) {background:#f7f7f7;}


/* BOARD PAGE */
.board_page {margin-top:10px; text-align:center;}
.board_page a.notselected {color:#484848; margin:0 5px;}
.board_page a.notselected:hover{color:#238dc2;}
.board_page span.selected {
	display:inline-block;
	padding:3px 5px;
	margin:0 5px;
	color:#fff;
	height:21px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#1147C1;
}
.board_page img{margin:1px; vertical-align: bottom;}
.board_page.dashed{border-bottom:2px dashed #d9d9d9; padding-bottom:30px; margin-bottom:20px;}