/**
 * RIAJ-SYS
 * 
 * @category 一般
 */

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-size : 13px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 5px;
    margin-bottom : 0px;
}
.input-group-addon {
    font-size: 11px;
    padding:  8px 8px;
}
.input-group.date .input-group-addon i {
    width: auto;
    height: auto;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px;
}
/*  一覧のヘッダ行のソートマーク */
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
/* 一覧のヘッダセルの全体をクリック可能にする */
th a {
    display: block;
}
a {
    cursor: pointer;
}
.div {
    border:solid 1px #FFFFFF;}
table{
    font-size : 13px;
}
.popover {
    max-width: 500px;
}
.popover-content {
    padding: 9px 14px;
    color: black;
}

div{
    border:solid 1px #FFFFFF;
}
table{
    font-size : 12px;
}
th {
    text-align: center;
}
.table > thead > tr > th {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #000;
}
.diff-update {
    color: red;
}
/* 履歴画面のテーブルのキャプション */
table.history caption {
    caption-side: top;
    text-align: left;
}
