﻿
div.jtable-main-container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #353434;
    font-size: 12px;
    line-height: 22px;
}

div.jtable-main-container > div.jtable-title {
  background-color: #2286bb;
  padding-left: 10px;
}

div.jtable-main-container > table.jtable > thead {
  background-color: #2286bb;
}

div.jtable-main-container > table.jtable > thead th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
    word-wrap: break-word;
}

div.jtable-main-container > div.jtable-bottom-panel {
  background-color: #2286bb;
  color: #fff;
  min-height: 22.900000000000002px;
  font-size: 13px;
  border: 1px solid #2286bb;
  border-top: none;
}

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 {
  background-color: #2286bb;
  margin: 1px;
  padding: 2px 5px;
  color: #fff;
}

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 right;
}

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 right;
}
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 right;
}

div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
  height: auto;
  margin-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 25px;
}