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: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
div.jtable-main-container div.jtable-title div.jtable-toolbar {
  bottom: 0;
  right: 0;
  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: 0 0 0 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: 30px;
}
div.jtable-main-container table.jtable {
  width: 100%;
}
div.jtable-main-container table.jtable thead th {
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
}
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;
  height: 24px;
  width: 8px;
  right: -8px;
  top: -2px;
  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-selecting {
  text-align: center;
  width: 1%;
}
div.jtable-main-container
  table.jtable
  thead
  th.jtable-column-header-selecting
  input,
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: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  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,
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 {
  position: relative;
  min-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  padding: 8px;
}
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-active,
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-next,
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-space {
  display: inline-block;
  cursor: pointer;
}
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,
div.jtable-main-container
  > div.jtable-bottom-panel
  .jtable-page-list
  .jtable-page-number-space {
  cursor: default;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page,
div.jtable-main-container
  > div.jtable-bottom-panel
  span.jtable-page-size-change {
  margin-left: 15px;
}
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-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;
  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: 0;
  padding: 0;
  list-style: none;
}
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 {
  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 0 3px;
  border-bottom: 1px solid #ddd;
}
form.jtable-dialog-form div.jtable-input-field-container:last-child {
  border: 0;
}
form.jtable-dialog-form div.jtable-input-label {
  padding: 2px 3px;
  font-size: 15px !important;
  color: #666;
}
form.jtable-dialog-form div.jtable-input {
  padding: 2px;
}
form.jtable-dialog-form span.jtable-option-text-clickable {
  position: relative;
}
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-checkbox-input input,
form.jtable-dialog-form div.jtable-radio-input input,
form.jtable-dialog-form span.jtable-option-text-clickable {
  cursor: pointer;
}
form.jtable-dialog-form div.jtable-radio-input input {
  margin: 0;
}
div.jtable-busy-panel-background {
  opacity: 0.1;
  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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
div.jtable-main-container {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: #fff;
  line-height: 1.3;
}
div.jtable-main-container > div.jtable-title {
  background-color: #dfdfdf;
  padding-left: 10px;
}
div.jtable-main-container > div.jtable-title div.jtable-title-text {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  color: #080808;
}
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(../../metro/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: 0;
  right: 0;
  position: absolute;
}
div.jtable-main-container
  > div.jtable-title
  div.jtable-toolbar
  span.jtable-toolbar-item {
  background-color: #9b59bb;
  color: #fff;
}
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(../../metro/add.png);
}
div.jtable-main-container
  > div.jtable-title
  div.jtable-toolbar
  span.jtable-toolbar-item.jtable-toolbar-item-hover {
  background-color: #8d46b0;
  padding-bottom: 6px;
}
div.jtable-main-container > table.jtable {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
}
div.jtable-main-container > table.jtable > thead {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
div.jtable-main-container > table.jtable > thead th {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  color: #666;
  border-left: 1px solid #ddd;
}
div.jtable-main-container
  > table.jtable
  > thead
  th.jtable-column-header
  div.jtable-column-header-container {
  height: 24px;
  margin-left: 4px;
}
div.jtable-main-container
  > table.jtable
  > thead
  th.jtable-column-header
  div.jtable-column-header-container
  div.jtable-column-resize-handler {
  height: 28px;
}
div.jtable-main-container
  > table.jtable
  > thead
  th.jtable-column-header
  div.jtable-column-header-container
  span.jtable-column-header-text {
  margin-top: 2px;
}
div.jtable-main-container
  > table.jtable
  > thead
  th.jtable-column-header-sortable
  div.jtable-column-header-container {
  background: url(../../metro/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(../../metro/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(../../metro/column-desc.png) no-repeat right;
}
div.jtable-main-container > table.jtable > tbody > tr {
  background-color: #fff;
}
div.jtable-main-container > table.jtable > tbody > tr > td {
  border: 1px solid #ddd;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td {
  border-top: 1px solid #ddd;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
div.jtable-main-container
  > table.jtable
  > tbody
  > tr.jtable-data-row
  > td
  > .jtable-edit-command-button {
  background: url(../../metro/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(../../metro/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 {
  background: #e8f8fd;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-selected {
  color: #fff;
  background-color: #825edc;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-created,
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-updated {
  background-color: #936fed;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-row-deleting {
  background-color: #e51400;
  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 {
  font-size: 15px;
  border: 1px solid #603cba;
  border: 1px solid #ddd;
  border-top: 0;
  line-height: 20px;
  padding: 8px;
}
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
  margin: 1px 0 0;
}
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-active,
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-next,
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-space {
  background-color: #9b59bb;
  margin: 1px;
  margin-left: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  line-height: 20px;
  padding: 4px 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
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-next: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:hover {
  background-color: #8d46b0;
  color: #fff;
}
div.jtable-main-container
  > div.jtable-bottom-panel
  .jtable-page-list
  .jtable-page-number-disabled {
  background-color: #dfdfdf;
  color: #080808;
  cursor: default;
}
div.jtable-main-container
  > div.jtable-bottom-panel
  .jtable-page-list
  .jtable-page-number-disabled:hover {
  background-color: #dfdfdf;
  color: #080808;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
  display: inline-block;
  padding: 4px;
}
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page,
div.jtable-main-container
  > div.jtable-bottom-panel
  span.jtable-page-size-change {
  display: inline-block;
  padding: 2px 0;
}
form.jtable-dialog-form {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
div.jtable-busy-message {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  border: 1px solid #fff;
  padding: 5px 5px 5px 58px;
  color: #fff;
  background: url(../../metro/purple/loading.gif) no-repeat;
  background-color: #3e1a98;
  background-position: 8px;
}
span.jtable-page-size-change select {
  width: 60px !important;
  margin-bottom: 0;
}
span.jtable-goto-page input {
  margin-bottom: 0;
}
button.edit-dialog-button {
  font-family: "Open Sans", ​Verdana, ​Arial, ​Helvetica, ​sans-serif !important;
  font-size: 15px !important;
}
div.ui-widget-header {
  background: #fabc05 !important;
  border: none !important;
  font-weight: 400;
  color: #fff;
}
