/**
 * jQuery Plugin "jTable" カスタマイズ用
 *
 * 各システム用から統合
 * themes/lightcolor/gray.css からのカスタマイズ
 *
 * @copyright (C) 2021 North Technology inc.
 * @author    kitat@north-t.co.jp
 * @version   $Revision: 27563 $ $Date: 2025-12-02 14:40:58 +0900 (火, 02 12 2025) $
 */

/* jTable light color theme - Gray
 */
div.jtable-main-container {
    position: relative;
    overflow-anchor: none; /* #26414 */
}

div.jtable-main-container div.jtable-title {
    position: relative;
    text-align: left;
}

div.jtable-main-container div.jtable-title .jtable-close-button {
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar {
    bottom: 0px;
    right: 0px;
    position: absolute;
    display: inline-block;
    margin-right: 5px;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    font-size: 0.9em;
    padding: 2px;
    vertical-align: bottom;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}

div.jtable-main-container div.jtable-title .jtable-close-button+div.jtable-toolbar {
    margin-right: 40px;
}

div.jtable-main-container table.jtable {
    width: 100%;
}

div.jtable-main-container table.jtable thead th {
    padding: 4px 3px 4px 6px;
    vertical-align: middle;
    text-align: left;
}

div.jtable-main-container table.jtable thead th.jtable-column-header {
    height: 1px;
    /* this is so the heigth of the div inside can be set to 100% */
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    position: relative;
    display: table;
    /* display table so the inside elements can be easily aligned vertically */
    width: 100%;
    /* width=100% is redundant for regular div, but for display table it is needed */
    height: 100% !important;
    /* height at 100% so the resize bar in it will have full height too */
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    /* display: table-cell; */
    vertical-align: middle;
    /* this works since we have display=table-cell */
    padding-top: 4px;
    padding-bottom: 3px;
}


div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    /* so the resize bar fills the whole height */
    width: 8px;
    right: -8px;
    z-index: 2;
    cursor: col-resize;
}

div.jtable-main-container table.jtable thead th.jtable-command-column-header {
    text-align: center;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-select {
    text-align: center;
    width: 1%;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-select input {
    cursor: pointer;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
    cursor: pointer;
}

div.jtable-main-container table.jtable tbody tr>td .jtable-command-button {
    margin: 5px;
    padding: 0px;
    cursor: pointer;
    border: none;
    display: inline;
}

div.jtable-main-container table.jtable tbody tr>td .jtable-command-button span {
    display: none;
}

div.jtable-main-container table.jtable tbody tr>td.jtable-command-column {
    text-align: center;
    vertical-align: middle;
}

div.jtable-main-container table.jtable tbody tr>td.jtable-selecting-column {
    text-align: center;
    vertical-align: middle;
}

div.jtable-main-container table.jtable tbody tr>td.jtable-selecting-column input {
    cursor: pointer;
}

div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
    text-align: center;
}

div.jtable-main-container>div.jtable-top-panel,
div.jtable-main-container>div.jtable-bottom-panel {
    position: relative;
    min-height: 24px;
    text-align: left;
}

div.jtable-main-container>div.jtable-top-panel div.jtable-right-area,
div.jtable-main-container>div.jtable-bottom-panel div.jtable-right-area {
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

div.jtable-main-container>div.jtable-top-panel .jtable-page-list,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list {
    display: inline-block;
}

div.jtable-main-container>div.jtable-top-panel select,
div.jtable-main-container>div.jtable-bottom-panel select {
    vertical-align: middle;
}

div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
}

div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container>div.jtable-top-panel .jtable-page-list .jtable-page-number-disabled,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container>div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
    cursor: default;
}

div.jtable-main-container>div.jtable-top-panel span.jtable-page-size-change,
div.jtable-main-container>div.jtable-bottom-panel span.jtable-page-size-change {
    margin-left: 5px;
}

div.jtable-main-container>div.jtable-top-panel span.jtable-goto-page,
div.jtable-main-container>div.jtable-bottom-panel span.jtable-goto-page {
    margin-left: 5px;
}

div.jtable-main-container>div.jtable-top-panel span.jtable-goto-page input[type=text],
div.jtable-main-container>div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
    width: 22px;
}

div.jtable-main-container>div.jtable-top-panel span.jtable-page-info,
div.jtable-main-container>div.jtable-bottom-panel span.jtable-page-info {
    vertical-align: middle;
}

div.jtable-main-container div.jtable-column-resize-bar {
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    display: none;
    width: 1px;
    background-color: #000;
}

div.jtable-main-container div.jtable-column-selection-container {
    position: absolute;
    display: none;
    /* r6369 */
    border: 1px solid #bcb09a;
    background: #fff;
    color: #000;
    z-index: 101;
    padding: 5px;
}

div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
    margin: 0px;
    padding: 2px 0px;
}

div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
    position: relative;
    top: -1px;
    margin-left: 4px;
}

div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
    cursor: pointer;
}

/*
 * ダイアログ
 */

form.jtable-dialog-form div.jtable-input-field-container {
    padding: 2px 0px 3px 0px;
    /* r6369 */
    border-bottom: 1px solid #C7C7C7;
}

form.jtable-dialog-form div.jtable-input-field-container:last-child {
    border: none;
}

form.jtable-dialog-form div.jtable-input-label {
    padding: 2px 3px;
    font-size: 1.1em;
    color: #666;
}

form.jtable-dialog-form div.jtable-input {
    padding: 2px;
}

/* No additional style
form.jtable-dialog-form div.jtable-date-input {
}
*/

/* No additional style
form.jtable-dialog-form div.jtable-text-input {
}
*/

form.jtable-dialog-form span.jtable-option-text-clickable {
    position: relative;
    top: -2px;
}

form.jtable-dialog-form div.jtable-textarea-input textarea {
    width: 300px;
    min-height: 60px;
}

form.jtable-dialog-form div.jtable-checkbox-input span,
form.jtable-dialog-form div.jtable-radio-input span {
    padding-left: 4px;
}

form.jtable-dialog-form div.jtable-radio-input input,
form.jtable-dialog-form div.jtable-checkbox-input input,
form.jtable-dialog-form span.jtable-option-text-clickable {
    cursor: pointer;
}

.jtable-busy-modal-dialog {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.jtable-busy-modal-dialog:focus {
    outline: none;
}

/*
 *
 */

div.jtable-busy-message {
    cursor: wait;
    margin: 0px;
}

div.jtable-contextmenu-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.jtable-table-div {
    display: block;
    overflow-x: auto;
}

.jtable-table-div>table {
    overflow: hidden;
}

.jtable-modal-dialog {
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.jtable-dialog-button {
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

div.jtable-main-container {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* font-size: 1em; */
    font-size: 11px;
    font-weight: 400;
    color: #222;
}

div.jtable-main-container div.jtable-title {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    line-height: 34px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    border: 1px solid;
}

div.jtable-main-container div.jtable-title div.jtable-title-text {
    font-weight: bold;
}

div.jtable-main-container div.jtable-title .jtable-close-button {
    right: 6px;
    top: 6px;
    bottom: 6px;
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/close.png') no-repeat;
    width: 22px;
    height: 22px;
}

div.jtable-main-container div.jtable-title .jtable-close-button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.jtable-main-container div.jtable-title div.jtable-toolbar {
    bottom: 0px;
    right: 0px;
    position: absolute;
    line-height: 26px;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-add-record span.jtable-toolbar-item-icon {
    background-image: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/add.png');
}

div.jtable-main-container table.jtable {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 0px;
    /* r6369 */
    border: 1px solid #bcb09a;
    /* border-right: 1px solid #DEC2BA;
    border-bottom: 1px solid #DEC2BA;
    border-left: 1px solid #DEC2BA; */
}

div.jtable-main-container table.jtable thead {
    /* r6369 */
    background: #ECE0C8;
    border-bottom: 1px solid #bcb09a;
}

div.jtable-main-container table.jtable thead th {
    border-left: 1px solid #fff;
    border-right: 1px solid #bcb09a;
}

div.jtable-main-container table.jtable thead th:first-child {
    border-left: none;
}

div.jtable-main-container table.jtable thead th:last-child {
    border-right: none;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    height: 20px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header span.jtable-column-header-text {
    margin-top: 3px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-select {
    padding: 5px;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/column-sortable.png') no-repeat right;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/column-asc.png') no-repeat right;
}

div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/column-desc.png') no-repeat right;
}

div.jtable-main-container table.jtable tbody>tr {
    background: #f8f8f8;
    height: 30px;
}

div.jtable-main-container table.jtable tbody>tr>td {
    padding: 5px;
    /* r6369 */
    border-left: solid 1px #bcb09a;
    border-bottom: solid 1px #bcb09a;
}

div.jtable-main-container table.jtable tbody>tr>td:first-child {
    border-left: none;
}

div.jtable-main-container table.jtable tbody>tr>td .jtable-edit-command-button {
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/edit.png') no-repeat;
    width: 16px;
    height: 16px;
}

div.jtable-main-container table.jtable tbody>tr>td .jtable-delete-command-button {
    background: url('../../vendor/jquery/jtable-1.0.52/themes/lightcolor/delete.png') no-repeat;
    width: 16px;
    height: 16px;
}

div.jtable-main-container table.jtable tbody>tr.jtable-row-even {
    /* r6369 */
    background: #F9F5EE;
}

div.jtable-main-container table.jtable tbody>tr:hover {
    background: #e8eaef;
}

div.jtable-main-container table.jtable tbody>tr.jtable-row-selected {
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333;
    color: #FCFCFC;
}

div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td {
    background-color: #bbb;
    padding: 2px 1px 2px 2px;
}

div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable {
    border: none;
    border-bottom: 1px solid #bcb09a;
}

div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable-title,
div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable-top-panel,
div.jtable-main-container table.jtable tbody>tr.jtable-child-row>td .jtable-bottom-panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

div.jtable-main-container div.jtable-top-panel,
div.jtable-main-container div.jtable-bottom-panel {
    /* -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px; */
    padding: 1px;
    background: #fff;
    /* r6369 */
    border: 1px solid #bcb09a;
    border-top: none;
    min-height: 24px;
    line-height: 16px;
    font-size: 0.9em;
}

div.jtable-main-container div.jtable-top-panel {
    border-bottom: none;
}

div.jtable-main-container div.jtable-top-panel div.jtable-right-area,
div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
    padding: 0;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
    margin: 2px;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    -webkit-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    background-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff #b5b5b5 #b5b5b5 #ffffff;
    /* r6369 r6376 */
    margin: 0 2px;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-first:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-last:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-previous:hover,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-next:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next:hover {
    /* r6369 */
    background-color: #C7C7C7;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    -webkit-text-shadow: 0 1px 0 #666;
    text-shadow: 0 1px 0 #666;
    color: #FCFCFC;
    /* r6369 */
    margin: 0 2px;
    border-style: none;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-disabled,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* r6369 */
    margin: 0 2px;
    border-style: none;
    padding: 3px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-disabled.jtable-page-number-active,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled.jtable-page-number-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-disabled:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled:hover {
    /* r6369 */
    background-color: #C7C7C7;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-info,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-info {
    display: inline-block;
    /* r6369 */
    padding: 7px;
}

div.jtable-main-container div.jtable-top-panel span.jtable-add-record,
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record {
    margin: 3px;
}

div.jtable-main-container div.jtable-top-panel span.jtable-add-record a div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
    font-weight: bold;
    text-decoration: none;
}

div.jtable-main-container div.jtable-top-panel span.jtable-add-record a:hover,
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover {
    text-decoration: underline;
}

div.jtable-main-container div.jtable-column-selection-container {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
}

form.jtable-dialog-form {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* font-size: 1em; */
    font-size: 11px;
    font-weight: 400;
}

form.jtable-dialog-form div.jtable-input-label {
    font-weight: bold;
}

div.jtable-busy-message {
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    -moz-box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    box-shadow: 2px 2px 4px rgba(50, 51, 50, 0.75);
    color: #fff;
    border: 1px solid;
    padding: 3px 5px 5px 27px;
    background: url('../gray/loading.gif') no-repeat;
    background-position: 5px;
}

div.jtable-main-container div.jtable-title {
    background: #e8e8e8;
    /* r6369 */
    background: -moz-linear-gradient(top, #ECE0C8 0%, #ECE0C8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ECE0C8));
    background: -webkit-linear-gradient(top, #ECE0C8 0%, #ECE0C8 100%);
    background: -o-linear-gradient(top, #ECE0C8 0%, #ECE0C8 100%);
    background: -ms-linear-gradient(top, #ECE0C8 0%, #ECE0C8 100%);
    background: linear-gradient(to bottom, #ECE0C8 0%, #ECE0C8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECE0C8', endColorstr='#ECE0C8', GradientType=0);
    border-color: #bcb09a;
}

div.jtable-main-container div.jtable-title div.jtable-title-text {
    -webkit-text-shadow: 0 1px 0 #fff;
    /* r6371 */
    text-shadow: none;
    color: #000;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
    color: white;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
    background-color: #b3c1ff;
}

div.jtable-main-container table.jtable tbody>tr.jtable-row-selected,
div.jtable-main-container table.jtable tbody>tr.jtable-row-selected:hover {
    background-color: #8e8e8e;
}

/* #26559: 装置予約状況一覧（装置別）で予約情報を開きEnterキーを押したときの挙動 */
/* selectJTableRowで選択された行は、status_クラスの背景色より優先する */
div.jtable-main-container table.jtable tbody>tr.jtable-row-selected td,
div.jtable-main-container table.jtable tbody>tr.jtable-row-selected:hover td {
    background-color: #8e8e8e !important;
}


div.jtable-main-container table.jtable tbody>tr.jtable-row-created,
div.jtable-main-container table.jtable tbody>tr.jtable-row-updated,
div.jtable-main-container table.jtable tbody>tr.jtable-row-deleting {
    background-color: #8e8e8e;
}

div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container div.jtable-top-panel .jtable-page-list .jtable-page-number-active:hover,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active:hover {
    background-color: #8e8e8e;
    border-color: #6c6c6c;
}

div.jtable-main-container div.jtable-top-panel span.jtable-add-record a,
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
    color: #5f5f5f;
}

div.jtable-busy-message {
    border-color: #5f5f5f;
    background-color: #8e8e8e;
}

/* ****************************************************************************************************************
 *
 * jTable
 *
 */

.jtable {
    word-break: break-all;
}

.jtable img {
    height: auto;
    max-height: 60px;
    max-width: 60px;
    vertical-align: middle;
    text-align: center;
    width: auto;
}

/*
 * カスタム
 */

div.jtable-main-container table.jtable tbody>tr.jtable-row-selected {
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    color: black !important;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    height: auto !important;
}

.jtable-title-text {
    font-weight: bold !important;
    font-size: 12px;
    text-shadow: none !important;
}

span.jtable-toolbar-item {
    color: #fff;
    background-color: #5692cb !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    line-height: 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: bold;
}

span.jtable-toolbar-item:hover {
    background-color: #4764df !important;
}

@media screen and (max-width:10px) {

    div.jtable-main-container div.jtable-title div.jtable-toolbar,
    div.jtable-main-container>div.jtable-top-panel div.jtable-right-area,
    div.jtable-main-container>div.jtable-bottom-panel div.jtable-right-area {
        position: inherit !important;
    }
}

.fake_jtable_dialog {
    width: 100%;
}

.fake_jtable_dialog td {
    width: 50%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.4);
}
