
.cargando{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3200;
    filter: alpha(opacity=65);
    -moz-opacity: 65;
    opacity: 0.55;
    background: #f9f9f9;
    height: 100%;
    width: 100%;
    text-align: center;
}

.cargando h3{
    top: 250px;
    position:relative;
    color:#333;
}

.cargando .m-loader{
    top: 250px;
}

.table.dataTable thead tr {
  background-color: #28a745;
  color:#fff;
  font-size:11px;
}

.table.dataTable tbody tr {
  font-size:11px;
  padding:5px 10px;
}

.table-bordered th {
    border: 1px solid #c1c7db;
}

/* detalle de ordenes */

.tabledetalle thead tr {
  background-color: #28a745;
  color:#fff;
  font-size:11px;
}

.tabledetalle tbody tr {
  font-size:11px;
  padding:10px 10px;
}

.tabledetalle th {
    border: 1px solid #c1c7db;
    padding:3px 3px;
    text-align: center;
}

.header_fijo {
  table-layout: fixed;
  border-collapse: collapse;
}

.header_fijo thead {
  background-color: #333;
  color: #FDFDFD;
}

.header_fijo thead tr {
  display: block;
  position: relative;
}

.header_fijo tbody {
  display: block;
  overflow: auto;
  height: 60px;
}

.col_check{
      width: 13%;
  }

@media (max-width: 300px) {
    .col_check{
      width: 100%;
  }
}
