/* Table Base */
.tabela{
    max-width: 900px;
  }
  table {
    width: 100%;
    
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
  }
  
  .table {
    width: 100%;
    color: #0e3d8a;
  }
  h3 {
    color: #0e3d8a;
  }
  .table th,
  .table td{
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #ffff;
    font-weight: bold;
  }
  .table td {
    color: #999999;
    
  }
  .table tr>td {
    color: #999999;
    font-weight: bold;
    font-size: 1rem;
  }
  .table th>td {
    font-weight: bold;
    font-size: 1rem;
  }
  .table td:last-child {
    border-right: 0;
  }
  
  .table thead th {
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
  }
  
  
  .table-responsive input[type="radio"] {
    appearance: none;
    background-color: #DDDEDD;
    margin: 0;
    font: inherit;
    color: currentColor;
    cursor: pointer;
    border: 0.15em solid currentColor;
    border-radius: 999px;
    transform: translateY(-0.075em);
    
  }
  td input[type="radio"] {
    margin: 0 auto;
  }
  .table-responsive input[type="radio"] {
    display: grid;
    place-content: center;
  }
  
  .table-responsive input[type="radio"]::before {
    content: "";
    width: 1em;
    height: 1em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #6A6F71;
    border-radius: 50%;
  }
  
  .table-responsive input[type="radio"]:checked::before {
    transform: scale(1);
  }
  td p{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  td .programado {
    color: #ff9920;
    display: flex;
    align-items: center;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  td .efetuado {
    color: #14a909;
    display: flex;
    align-items: center;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  td i {
    font-size: 2.5rem;
    margin-right: 0.25rem;
  }
  .codigobarras{
    width: 3.5rem;
  }
  /* Small Sizes */
  @media (max-width: 767px) {
    .divtabela {
      margin-top: 1rem;
    }
    .panel-heading {
      border-bottom: unset;
    }
    /* Responsive Table */
    .table-responsive {
      display: block;
      position: relative;
      width: 100%;
    }
  
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
      display: block;
    }
    .table-responsive td,
    .table-responsive th {
      height: 35px;
    }
  
    .table-responsive thead {
      float: left;
    }
    td i {
      font-size: 1.5rem;
      margin-right: 0.25rem;
    }
    .codigobarras{
      width: 3rem;
    }
    tr th,tr td{
        margin: .25rem 0;
    }
    .table-responsive tbody {
      width: auto;
      position: relative;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
    }
  
    .table-responsive tbody tr {
      display: inline-block;
    }
  
    .table td:last-child {
      border-right: #dddddd solid 2px;
    }
  }
  
  /*////////////////////////////////////////////////////////*/
  