@charset "UTF-8";
/**
 * ログ提出状況　スタイルシート
 * @author JJ4KME
 */
/* ========================================================================== */
/* 一覧                                                                       */
/* ========================================================================== */
@media print {
	table thead th {
		padding-top:		0px;
		padding-bottom:		0px;
	}
}

table thead {
	margin-right:		20px;
}
table thead th {
	position:			relative;
}

table tbody td {
	height:				30px;
}

/* チェックボックス */
table thead th#check {
	width:				30px;
	min-width:			30px;
	max-width:			30px;
}
table tbody td.check {
	width:				30px;
	min-width:			30px;
	max-width:			30px;
}

/* コールサイン */
table thead th#callsign {
	width:				110px;
	min-width:			110px;
	max-width:			110px;
}
table tbody td.callsign {
	width:				110px;
	min-width:			110px;
	max-width:			110px;
}

/* カテゴリー */
table thead th#category {
	width:				60px;
	min-width:			60px;
	max-width:			60px;
}
table tbody td.category {
	width:				60px;
	min-width:			60px;
	max-width:			60px;
}

/* 提出日時 */
table thead th#uploadtime {
	width:				160px;
	min-width:			160px;
	max-width:			160px;
}
table tbody td.uploadtime {
	text-align:			center;
	width:				160px;
	min-width:			160px;
	max-width:			160px;
}
table thead th div.sortable {
	position:			absolute;
	right:				2px;
	bottom:				2px;
	width:				8px;
	min-width:			8px;
	max-width:			8px;
	height:				24px;
	min-height:			24px;
	max-height:			24px;
	cursor:				pointer;
}
table thead th div.sortable span {
	position:			absolute;
	right:				0px;
	font-size:			8px;
}
table thead th div.sortable span.asc {
	top:				0px;
}
table thead th div.sortable span.desc {
	bottom:				0px;
}
table thead th div.sort_none {
}
table thead th div.sort_none span.asc {
	color:				#AAAAAA;
}
table thead th div.sort_none span.desc {
	color:				#AAAAAA;
}
table thead th div.sort_asc {
}
table thead th div.sort_asc span.asc {
	color:				#FFFFFF;
}
table thead th div.sort_asc span.desc {
	color:				#AAAAAA;
}
table thead th div.sort_desc {
}
table thead th div.sort_desc span.asc {
	color:				#AAAAAA;
}
table thead th div.sort_desc span.desc {
	color:				#FFFFFF;
}

/* ボタン */
table thead th#buttons {
	width:				220px;
	min-width:			220px;
	max-width:			220px;
}
table tbody td.buttons {
	width:				220px;
	min-width:			220px;
	max-width:			220px;
}

/* ========================================================================== */
/* パスワード                                                                 */
/* ========================================================================== */
div#password div.modal-header {
	color:				#FFFFFF;
	background-color:	#215591;
}
