@charset "UTF-8";
/* ログインページ */
#login_box {
	position: absolute;
	width:500px;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
}
#login_box .panel-heading h1.panel-title {
	font-weight: bold;
	font-size:18px;
	color: #777;
}


/* メインコンテンツ領域 */
.navbar-brand {
    font-size: 16px;
}
#main {
	padding-top: 60px;
}

/* ナビゲーションバーのナビヘッダー */
#navibar li.nav-header {
	font-weight:bold;
	font-size: 90%;
	padding: 2px 0;
}

/* メッセージ系 */
#error_message {
	display: none;
}

/* 追加ボタン（一覧ページ） */
#goto-new {
	margin-bottom: 10px;
}

/* ページャ（一覧ページ） */
.pager_list {
	margin-top: 5px;
}
.pager_list ul.pagination {
	margin: 0;
}

/* 検索条件 */
#searchbox_header {
	cursor:pointer;
}
#searchbox_header h2.panel-title {
	font-weight: bold;
}

/* 複数選択欄 */
ul.list-inline li.width_10_nw {
	margin: 0 0 0 20px;
	width: 10em;
}
ul.list-inline li.width_10 {
	margin: 0 20px;
	width: 10em;
}
ul.list-inline li.width_13 {
	margin: 0 20px;
	width: 13em;
}

/* 入力欄の幅指定 */
table td .form-group {
	margin-bottom: 0;
}
table td .form-group label {
	font-weight: 400;
	margin-top: 0.5em;
}

/* 仮画像表示領域 */
.view_temp_image .view_area {
	margin-bottom: 10px;
	display:none;
}

/* テーブルレイアウト補正 */
table.table-bordered tbody th, table.table-bordered tbody td {
	vertical-align: middle;
}
table.table-bordered tbody th {
	text-align: center;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fffff0;
}


/* 検索BOXレイアウト指定 */
#searchbox_body table {
    width: 100%;
}
#searchbox_body table th {
    width: 8em;
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
}
#searchbox_body table th label {
    margin-bottom: 0;
}
/* データリストレイアウト */
table.list_header, table.list_body {
    margin-bottom:0;
}
div.list_overflow {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}
table.list_header tr th {
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    padding: 4px 4px;
}
table.list_body tr td {
    font-size: 90%;
    vertical-align: middle;
    padding: 4px 4px;
}
table.list_body td div.buttons a {
    margin: 0.5em 0;
}
table.list_body td.for_multiple_line {
    padding: 0 4px;
}
table.list_body tbody.odd tr td {
    background-color: #f0ffff;
}
table.list_body tbody.even tr td {
    background-color: #fffff0;
}
table.list_body tbody.selected tr td {
    background-color: #fff0f0;
}

/* アイコンカラー指定 */
.glyphicon.green {
    color: #47a447;
    border-color: #4cae4c;
}
.glyphicon.orange {
    color: #ec971f;
    border-color: #d58512;
}
.glyphicon.red {
    color: #d9534f;
    border-color: #d43f3a;
}

/* 金額入力欄 */
.input_number input[type="text"] {
    text-align:right;
}
.input_number .btn-group-vertical button.btn {
    line-height: 1.2;
}
.input_number .btn-group-vertical button.btn span.glyphicon {
    font-size: 8px;
}