﻿
div.jtable-main-container {
    position: relative;
}
div.jtable-main-container div.jtable-title {
    position: relative;
    text-align: left;
}
div.jtable-main-container div.jtable-title .jtable-close-button {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.jtable-main-container table.jtable {
    width: 100%;
}
div.jtable-main-container table.jtable thead th {
   color: #757575;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
    position: relative;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
    display: inline-block;
}
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
    cursor: col-resize;
    height: 24px;
    position: absolute;
    right: -8px;
    top: -2px;
    width: 8px;
    z-index: 2;
}
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-selecting {
    text-align: center;
    width: 1%;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-selecting 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 {
    border: medium none;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding: 0;
}
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-bottom-panel {
    min-height: 24px;
    position: relative;
}
div.jtable-main-container div.jtable-bottom-panel div.jtable-left-area {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}
div.jtable-main-container div.jtable-bottom-panel div.jtable-right-area {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list {
    display: inline-block;
}
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 {
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
}
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 {
    cursor: default;
}
div.jtable-main-container div.jtable-bottom-panel .jtable-page-list .jtable-page-info {
    display: inline-block;
    padding: 2px;
}
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record {
    display: inline-block;
}
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a {
    text-decoration: none;
}
div.jtable-main-container div.jtable-bottom-panel span.jtable-add-record a:hover {
    text-decoration: underline;
}
div.jtable-main-container div.jtable-column-resize-bar {
    background-color: #000000;
    display: none;
    opacity: 0.5;
    position: absolute;
    width: 1px;
}
div.jtable-main-container div.jtable-column-selection-container {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c8c8c8;
    color: #000000;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 101;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
    margin: 0;
    padding: 2px 0;
}
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
    margin-left: 4px;
    position: relative;
    top: -1px;
}
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 {
    border-bottom: 1px solid #dddddd;
    padding: 2px 0 3px;
}
form.jtable-dialog-form div.jtable-input-field-container:last-child {
    border: medium none;
}
form.jtable-dialog-form div.jtable-input-label {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    padding: 2px 3px;
}
form.jtable-dialog-form div.jtable-input {
    padding: 2px;
}
form.jtable-dialog-form div.jtable-date-input {
}
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 {
    min-height: 60px;
    width: 300px;
}
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;
}
div.jtable-busy-panel-background {
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    z-index: 998;
}
div.jtable-busy-message {
    background-color: #dddddd;
    color: #000000;
    cursor: wait;
    font-size: 1.25em;
    margin: 5px;
    position: absolute;
    z-index: 999;
}
div.jtable-contextmenu-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
div.jtable-main-container div.jtable-title div.jtable-title-text {
    font-size: 16px;
    height: 24px;
}
div.jtable-main-container div.jtable-title .jtable-close-button {
    background: url("close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
    background: url("/Images/column-sortable.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
    background: url("/Images/column-asc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
    background: url("/Images/column-desc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
div.jtable-main-container table.jtable tbody > tr > td .jtable-edit-command-button {
    background: url("edit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-button {
    background: url("delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    width: 16px;
}
.jtable-page-size-change > select, .jtable-goto-page > select {
    width: 35px;
}
