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 {
  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: 10pt;
  padding: 2px;
  vertical-align: bottom;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item > i {
	font-size:11pt;
	font-weight:normal;
	padding-right: 3px;
}
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: 30px;
}
div.jtable-main-container table.jtable {
  width: 100%;
}
div.jtable-main-container table.jtable thead th {
  vertical-align: middle;
  text-align: left;
}
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 {
  position: absolute;
  width: 5px;  /*8px*/
  right: -8px; 
  top: -1px; /*-2px*/
  z-index: 2;
  cursor: col-resize;
  border-left: solid 1px #aaa;
}
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 {
  margin: 0px;
  cursor: pointer;
  border: none;
  display: inline;
  padding: 0px;
}
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;
  padding: 4px 4px 4px 0px !important;
}
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: left;
}
div.jtable-main-container > div.jtable-bottom-panel {
  position: relative;
  min-height: 24px;
  text-align: left;
}
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-bottom-panel .jtable-status-left {
  display: inline-block;
}


div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
  margin-left: 5px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
  margin-left: 5px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
  width: 22px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-status-right {
  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;
  border: 1px solid #C8C8C8;
  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;
  border-bottom: 1px solid #ddd;
}
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;
}
form.jtable-dialog-form div.jtable-date-input {
  /* No additional style */

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

}
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;
}
div.jtable-busy-panel-background {
  opacity: 0.3;
  filter: alpha(opacity=50);
  z-index: 998;
  position: absolute;
  background-color: #000;
}
div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
  background-color: transparent;
}
div.jtable-busy-message {
  cursor: wait;
  z-index: 999;
  position: absolute;
  margin: 5px;
}
div.jtable-contextmenu-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
div.jtable-main-container {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 8pt;
  background: #fff;
  line-height: 1.3;
}
div.jtable-main-container > div.jtable-title {
  background-color: #ccc /*#0b67cd*/;
  padding-left: 6px;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
  font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold /*300*/;
  font-size: 10pt /*19px*/;
  line-height: 30px;
  color: #333;
  text-shadow: -2px -2px 2px rgba(256,256,256, .3);
}
div.jtable-main-container > div.jtable-title .jtable-close-button {
  right: 8px;
  top: 8px;
  bottom: 8px;
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: url('images/close.png') no-repeat;
  width: 16px;
  height: 16px;
}
div.jtable-main-container > div.jtable-title .jtable-close-button:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar {
  bottom: 0px;
  right: 0px;
  position: absolute;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
	color: #252423;
	transition: transform 0.1s ease-in-out, background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    margin: 4px 0px;
    padding: 2px 4px 0px 5px;
}
div.jtable-main-container > div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
	cursor:pointer;
	background-color: #e1dfdd;
}
div.jtable-main-container > table.jtable {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
}
div.jtable-main-container > table.jtable.sticky {
  border-top: none;
  border-bottom: none;
}

div.jtable-main-container > table.jtable > thead, 
div.jtable-main-container > table.jtable > tfoot {
  background-color: #ddd /*#2d89ef*/;
}
div.jtable-main-container > table.jtable > thead th,
div.jtable-main-container > table.jtable > tfoot td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #000;
  border-top: solid 1px white;
  border-bottom: solid 1px #aaa;
  padding: 2px 4px;
}
div.jtable-main-container .jtable-header-sticky {
	position: sticky !important;
	z-index:2;
	top: 0;
}
div.jtable-main-container .jtable-header-sticky-toolbar {
	position: sticky !important;
	z-index:2;
	top: 30px;
}
div.jtable-main-container .jtable-footer-sticky {
	position: sticky !important;
	z-index:2;
	bottom: 0;
}
div.jtable-main-container .jtable-footer-sticky-statusbar {
	position: sticky !important;
	z-index:2;
	bottom: 24px;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container,
div.jtable-main-container > table.jtable > tfoot td.jtable-footer div.jtable-footer-container {
  height: 17px;
  margin-left: 4px;
}
div.jtable-main-container > table.jtable > tfoot td.jtable-footer div.jtable-footer-container {
	text-align: right;
	margin-right:10px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
  height: 20px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text,
div.jtable-main-container > table.jtable > tfoot td.jtable-footer div.jtable-footer-container span.jtable-footer-text {
  margin-top: 2px;
  white-space: nowrap;
}
div.jtable-main-container > table.jtable > tfoot > tr.jtable-total-row {
	/*background-color: #eee;*/
	height:23px;
}
div.jtable-main-container > table.jtable > tfoot > tr.jtable-total-row>td:first-child {
	font-size: 9pt;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sortable div.jtable-column-header-container {
  background: url('images/button_sort_off.gif') no-repeat right;
  padding-right:12px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
  background: url('images/button_sort_up.gif') no-repeat right;
  padding-right:12px;
}
div.jtable-main-container > table.jtable > thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
  background: url('images/button_sort_down.gif') no-repeat right;
  padding-right:12px;
}
div.jtable-main-container > table.jtable > tbody > tr {
  background-color: #fff;
}
div.jtable-main-container > table.jtable > tbody > tr > td {
  border-bottom: 1px solid #f0f1f2;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
  padding: 2px 4px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-edit-command-button {
  background: url('images/edit.png') no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-edit-command-button:hover {
  opacity: 0.8;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-delete-command-button {
  background: url('images/delete.png') no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td > .jtable-delete-command-button:hover {
  opacity: 0.8;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-even {
  background-color: #f9f9f9;
}
/*div.jtable-main-container > table.jtable > tbody > tr:hover {*/
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row-highlight:hover {
  background: #e8eaef;
  cursor:pointer;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td.jtable-data-field-highlight {
		cursor:pointer;
		color: #0078d4;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td.jtable-data-field-highlight:hover {
	text-decoration: underline;
}

div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected {
  color: #000;
  background-color: #fbd4ba;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected:hover {
  color: #000;
  background-color: #fdbe95;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-created {
  background-color: #60bcff;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-updated {
  background-color: #60bcff;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-deleting {
  /*background-color: #e51400;*/
  background-color: #fff;
  color: #fff;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-child-row > td {
  padding: 2px;
  background-color: #fff;
}
div.jtable-main-container > div.jtable-bottom-panel {
  background-color: #ddd;
  color: #333;
  min-height: 22.900000000000002px;
  font-size: 8pt;
  border: 1px solid #ccc;
  border-top: none;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-status-left {
  display: inline-block;
  padding: 4px 8px;
}

div.jtable-main-container > div.jtable-bottom-panel span.jtable-status-right {
  display: inline-block;
  padding: 4px 8px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
  display: inline-block;
  padding: 2px 0px 2px 0px;
}

form.jtable-dialog-form {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
div.jtable-busy-message {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 15px 10px 15px 58px;
  color: #333;
  background: url('images/loading.gif') no-repeat;
  background-color: #fff;
  background-position: 8px;
}
div.jtable-filter-div{
	position: relative;
	/*min-width:2px;
	min-height:2px;*/
	display:inline-block;
	margin-left:5px;
	margin-bottom:5px;
}
div.jtable-filter-div > input {
	font-size:8pt;
	width: 150px;
	vertical-align:top;
	border:1px solid #aaa;
	border-right:none;
	height:1.9em;
	padding-left:3px;
	outline: none;
}
div.jtable-filter-div > input::-webkit-search-cancel-button{
    display: none;
}
div.jtable-filter-div > div.jtable-filter-button{
	display:inline-block;
	background: #fff url('images/search.png') no-repeat;
	width: 1.9em;
	height: 1.9em;
	cursor:pointer;
	border:1px solid #aaa;
	border-left:none;
	position: relative;
	vertical-align:top;
	box-sizing: border-box;
	/*opacity: 0.4;*/
}

div.jtable-filter-div > div.jtable-filter-button-filtered{
	background: #fff url('images/searchClear.png') no-repeat;
}

div.jtable-filter-div > div.jtable-filter-button:hover {
	/*opacity: 1;*/
}