/* Tables */

table {
  max-width: 100%;
  background-color: transparent; 
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 0px;
  /*-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);*/
}

.table > a {color:#FFF !important;}


.table caption { text-align:left; padding: 10px 0 10px 2px; font-family: 'ZooGroteskBold', "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
font-size: 16px;
  color: #598654; text-transform:uppercase; }

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 4px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #FFFFFF;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #FFFFFF;
}

.table tbody > tr > td {
  background-color: #f6f6f6;
  color:#598654;
}

.table tbody > tr > td.lableCell {
	font-weight:600;
}

.table tbody > tr > td.thumbnailCell  {
	width:200px;
}




.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #FFFFFF;
}
.table .table {
  background-color: #FFFFFF;  

}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #FFFFFF;
 /*  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);*/
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #FFFFFF;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
  background-color: #598654;
  color:#FFF;

}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFFFFF;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  color:#fff;
    background-color: #d6dcca;

}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}


 
/* Table-Responsive DIV */
.table-sidebar{background-image:url(img/backgrounds/green_dark_90.png); background-repeat:repeat;	}
.table-sidebar tbody > tr > td {
  background-image:url(img/backgrounds/green_dark_90.png); background-repeat:repeat;
    background-color: transparent;
}
.table-sidebar thead > tr > th,
.table-sidebar tbody > tr > th,
.table-sidebar tfoot > tr > th,
.table-sidebar thead > tr > td,
.table-sidebar tbody > tr > td,
.table-sidebar tfoot > tr > td {
  padding: 4px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-bottom:#31562d solid 1px; 
}

.table-sidebar thead > tr > th {
  vertical-align: bottom;
font-family: 'ZooGroteskBold', "Lucida Grande", Arial, Tahoma, sans-serif;color:#adc086 !important; font-size:14px;  font-weight:normal !important;background-image:url(img/backgrounds/green_dark_90.png); background-repeat:repeat;
}

.table-sidebar tbody > tr > td {
   min-height: 18px; font-weight:normal !important;	 color: #fff;background-image:url(img/backgrounds/green_dark_90.png); background-repeat:repeat;	text-decoration: none; border-bottom:#31562d solid 1px;  
}
 
.table-sidebar > tbody > tr:hover > td,
.table-sidebar > tbody > tr:hover > th {
  color:#fff;
    background-color: #598654;

}
 
 
/* Table-Responsive DIV */

.table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
	padding:5px 5px 5px 5px;
/*	
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
 */  }
 
.table-responsive.addMargin{ margin: 10px 0 20px 0;}
.table-responsive.addMarginNewTable{ margin: 40px 0 20px 0;}

.table-responsive.addGreenTableBgnd{ margin: 20px 0 10px 0; -moz-box-shadow: 0 0 3px #121212;-webkit-box-shadow: 0 0 3px #121212;box-shadow: 0 0 3px #121212;background-image:url(img/backgrounds/green_dark_90.png); background-repeat:repeat;	padding:0;}

/*
.table-responsive > .table {
    margin-bottom: 0;
  }
  */
/* Status Bar/Pagination */

#status-bar {
	 background: none repeat scroll 0 0 #f6f6f6;
    border-radius: 0 0 0 0;
    padding: 0px 10px 2px 10px;
	margin: 0px 7px 0 7px;
    position: relative;
	height:28px;
	border:#f6f6f6 solid 1px;
}

#pagination-bar {
	 background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    padding: 0px 10px;
	margin: 10px 7px 0 7px;
	height:28px;
}

#page-status {
	line-height:1.4;
	padding:5px 0 0 0;
	font-size: 11px;
	color:#598654;
}

.pagination {
	margin-top:1px;
}

/*Sidebar*/




