.jOrgChart .node {
   
    width: 150px;
    height: 80px;
    
}

.popover{
    width:300px;
     
}

.dataTablesContainer
{
    font-size: 11px !important;
}

/* DARK THEME */

.table-dark {
  width: 100%;
  margin-bottom: 18px;
  color:#000000;
}
.table-dark caption {
  color:#FFF;
}
.table-dark th,
.table-dark td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #232323;
}
.table-dark th.headerSortable:hover {
  cursor:pointer;
}
.table-dark th.headerSortDown,
.table-dark th.headerSortUp {
  background-color:#000;
  background-image: url('../img/asc_light.gif');
  background-repeat: no-repeat;
  background-position: center right;
}
.table-dark th {
  font-weight: bold;
}
.table-dark thead th {
  background:#8ec454;
  color:#fff;
  vertical-align: bottom;
}
.table-dark colgroup + thead tr:first-child th,
.table-dark colgroup + thead tr:first-child td,
.table-dark thead:first-child tr:first-child th,
.table-dark thead:first-child tr:first-child td {
  border-top: 0;
}
.table-dark tbody + tbody {
  border-top: 2px solid #232323;
}
.table-dark.table-condensed th,
.table-dark.table-condensed td {
  padding: 4px 5px;
}
.table-dark.table-bordered {
  border: 1px solid #232323;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-dark.table-bordered th,
.table-dark.table-bordered td {
  border-left: 1px solid #232323;
}
.table-dark.table-bordered thead:first-child tr:first-child th,
.table-dark.table-bordered tbody:first-child tr:first-child th,
.table-dark.table-bordered tbody:first-child tr:first-child td {
.table-dark  border-top: 0;
}
.table-dark.table-bordered thead:first-child tr:first-child th:first-child,
.table-dark.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-dark.table-bordered thead:first-child tr:first-child th:last-child,
.table-dark.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-dark.table-bordered thead:last-child tr:last-child th:first-child,
.table-dark.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-dark.table-bordered thead:last-child tr:last-child th:last-child,
.table-dark.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-dark.table-striped tbody tr:nth-child(odd) td,
.table-dark.table-striped tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.table-dark tbody tr td,
.table-dark tbody tr th,
.table-dark tbody tr:hover td,
.table-dark tbody tr:hover th {
  background-color: #d9eac8;
}




.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: 0px solid #DDD;
}


.tr_rojo td
{
    background-color: #EFAFAF !important;
}

#wrapper
{
    margin: 10px;
}

.modal-lg
{
    width: 90%;
}


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    
    vertical-align: middle;
   
}