/* Table
-------------------------------------------------------
*/
div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

.table{
  font-family: 'Tahoma';
  background-color:rgba(255,255,255,0.7);
}

.table thead{
  font-size:12px;
  font-weight:bold;
  background: url('../img/bgr/wild-oliva.png') repeat top left !important;
  color:#fff;
}

.table tbody{
  font-size:12px;
}




.font-btn-table{
  font-size:12px;
  color:#000;
}
.bgr-btn-table{
  /*background-color: rgba(220,222,14,0.5); */
  background: url('../img/bgr/wild-oliva-light-head.png') repeat top left !important;
  border:0.5px solid #fff;
}

.bgr-drop-menu-table{
  background: url('../img/bgr/wild-oliva-light-head.png') repeat top left !important;
  box-shadow: 1px 1px 3px #000;
}

.border-drop-menu-table{
  border:0.5px solid #fff; 
}