/*`~ Cross-Browser Sanitization:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
/*
::-webkit-input-placeholder	{ color: #0f4577; font-weight:300; font-style:italic; opacity: 0.5; } /// WebKit, Blink, Edge
:-ms-input-placeholder			{ color: #0f4577; font-weight:300; font-style:italic; opacity: 0.5; } /// Internet Explorer 10-11
::-moz-placeholder					{ color: #0f4577; font-weight:300; font-style:italic; opacity: 0.5; } /// Mozilla Firefox 19+
:-moz-placeholder						{ color: #0f4577; font-weight:300; font-style:italic; opacity: 0.5; } /// Mozilla Firefox 4 to 18
*/
/* PageNav CSS */
.pageNav {
  width: 100%;
  font-family: 'Trenda';
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  background: #1e1e1e;
  border: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pageNav > tbody > tr > td,
.pageNav > tr > td {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle; }

.pageNavTitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: none;
  color: #ffffff;
  padding: 0px 5px 0px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pageNav select {
  width: auto;
  min-width: 60px;
  color: #646464 !important;
  font-size: 9pt;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(0, 0, 0, 0.15); }

a.pageNumber,
a.pageNumber:active,
a.pageNumber:visited {
  display: inline-block;
  padding: 4px 5px;
  margin: 0px 1px;
  text-decoration: none;
  color: #686868;
  background: #e4e4e4;
  /*border:1px solid #c4af85;*/
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

a.pageNumber:hover {
  color: #3a3a3a;
  background: #96b4c6; }

a.pageNumber.currentPage,
a.pageNumber.currentPage:active,
a.pageNumber.currentPage:visited,
a.pageNumber.currentPage:hover {
  color: #ffffff !important;
  background: #57788c !important; }

/*
 * ------------------------------------------------------------
 * Table (<table>)
 * ------------------------------------------------------------
**/
.Table {
  width: 100%;
  font-family: 'Trenda';
  font-size: 12px;
  color: #a2a2a2;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  background: #0d0d0d;
  border: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*
 * ------------------------------------------------------------
 * Table Header Rows (<thead> -> <tr>)
 * ------------------------------------------------------------
**/
.Table > thead > tr {
  background: #646464; }

/*
 * ------------------------------------------------------------
 * Table Header Columns (<th>)
 * ------------------------------------------------------------
**/
.Table > thead > tr > th,
.Table > tr > th {
  padding: 12px 8px;
  color: #ffffff;
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0px 1px 1px 0px; }

.Table > thead > tr > th:first-child,
.Table > tr > th:first-child {
  border-width: 1px 1px 1px 1px; }

/*
 * ------------------------------------------------------------
 * Table Header Column Links (<th> -> <a>)
 * ------------------------------------------------------------
**/
.Table > thead > tr > th a,
.Table > thead > tr > th a:active,
.Table > thead > tr > th a:visited,
.Table > tr > th a,
.Table > tr > th a:active,
.Table > tr > th a:visited {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  margin: -12px 0px;
  padding: 12px 0px; }

/*
 * ------------------------------------------------------------
 * Table Columns (<td>)
 * ------------------------------------------------------------
**/
.Table > tbody > tr > td,
.Table > tr > td {
  padding: 6px 8px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0px 1px 1px 0px; }

.Table > tbody > tr > td:first-child,
.Table > tr > td:first-child {
  border-width: 0px 1px 1px 1px; }

/*
 * ------------------------------------------------------------
 * Table Row (Alternating) Background Colors
 * ------------------------------------------------------------
**/
.Table > tbody > tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.Table > tbody > tr:nth-child(odd) > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.Table > tbody > tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03); }

.Table > tbody > tr:nth-child(even) > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

/*
 * ------------------------------------------------------------
 * Table Row Hovering (Alternating) Background Colors
 * ------------------------------------------------------------
**/
.Table > tbody > tr:nth-child(odd):hover {
  background-color: rgba(255, 255, 255, 0.1); }

.Table > tbody > tr:nth-child(even):hover {
  background-color: rgba(255, 255, 255, 0.08); }

/*`~ Table Navigation:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
.TableNav {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 12px;
  margin: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #181818;
  /*background-image: url("../images/cal_nav_bg.jpg");*/
  /*background-attachment: fixed;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-spacing: 0;
  border-collapse: collapse; }

/*
.TableNav:after{
	content:' ';
	position:absolute;
	background-color: rgba(0,0,0, 0.8);
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
}
*/
.TableNav td {
  padding: 15px 20px; }

/*`~ Title:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
.TableTitle {
  font-size: 22px;
  font-weight: 300;
  color: #FFE955; }

.TableTitle img {
  padding-right: 10px; }

/*`~ Forms & Form Elements:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
form.TableControlForm {
  display: inline; }

input[type="text"].TableSearchInput {
  color: #9b883c;
  padding: 8px 10px;
  font-size: 1em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
  width: inherit; }

/* Search Icon: */
.TableSearch {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-size: 1.2em;
  margin: 0px 0px 0px -26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.order_by, .order_by:visited {
  display: block;
  padding-right: 20px; }

.order_by[direction="ASC"] {
  background: url("../images/order_asc.png") right center no-repeat; }

.order_by[direction="DESC"] {
  background: url("../images/order_desc.png") right center no-repeat; }

table.TableNav {
  color: #c1c1c1;
  /*`~ Filter Dropdowns, Datepicker Inputs:
  \`_________________________________________________________________________
   `^///-----------------------------------------------------------------//*/ }
  table.TableNav ::placeholder {
    color: #535353;
    font-weight: 300;
    font-style: italic;
    opacity: 0.5; }
  table.TableNav form.TableControlForm {
    display: inline;
    vertical-align: middle; }
  table.TableNav select.tableFilter,
  table.TableNav form.TableControlForm input[type="text"],
  table.TableNav input[type="text"].hasDatepicker,
  table.TableNav label.tableControlFieldLabel {
    color: #646464 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    padding: 8px 6px;
    margin: auto;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1rem; }
  table.TableNav select.tableFilter > option {
    background: white;
    padding: 10px 8px; }
  table.TableNav form.TableControlForm label.tableControlFieldLabel {
    display: inline;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important; }
  table.TableNav input[type="text"].hasDatepicker {
    font-size: 12px;
    max-width: 100px; }
  table.TableNav form.TableControlForm > input[type="text"].hasDatepicker + img.ui-datepicker-trigger {
    display: none !important; }

/* .Table */
/* Table Row Management Toolbar Buttons */
div.table-row-toolbar {
  display: table;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center; }

/* Toggle Switch Checkboxes */
.ckbx-style-14 label {
  display: table !important; }

/*`~ Table Row Multi-Select Checkboxes:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
table.multiSelect,
table.multiSelect tr,
table.multiSelect td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

table.multiSelect > tbody > tr:hover {
  background-color: rgba(79, 95, 113, 0.2) !important; }

table.multiSelect > tbody > tr.ms-selected {
  background-color: rgba(0, 124, 255, 0.2) !important; }

/*# sourceMappingURL=table.css.map */
