/* tamaño del modal*/
#modalGenerar{
      max-width: 70% !important;
 }


.table-fixed thead,
.table-fixed tfoot{
  width: 100%;
}

.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tfoot,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}

.table-fixed tbody td,
.table-fixed thead > tr> th,
.table-fixed tfoot > tr> td{
  float: left;
  /*border-bottom-width: 0;*/
}

.table td, 
.table th
{
	padding: 8px;
}

.modal-backdrop
{
    opacity:0.5 !important;
}