/* bootstrap-table ドロップダウンリストのz-index調整 */
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu,
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu
{
    z-index: 3000 !important;
}

/* テーブルのヘッダーの文字が折り返されるようにする */
.bootstrap-table .fixed-table-container .table thead th .th-inner,
.bootstrap-table .fixed-table-container .table tfoot th .th-inner {
    white-space: normal !important;
}

/*@media (max-width: 575px) {
    .bootstrap-table .fixed-table-toolbar .columns-right {
        display: none;
    }
}*/

/* ページング切替ボタン等にフォーカスがあたらないように */
div.bootstrap-table button[name="paginationSwitch"],
div.bootstrap-table button.dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
}



/* ========================================================================
トラブル情報詳細画面、業務依頼詳細画面
======================================================================== */
.comment-indent {
    margin-left: 1.25em;
}

/* ========================================================================
トラブル情報詳細画面
======================================================================== */
#TroubleHistoryTableDiv .search.btn-group {
    padding-right: 5px;
}

/* ========================================================================
業務依頼詳細画面
======================================================================== */
#TaskHistoryTableDiv .search.btn-group {
    padding-right: 5px;
}