/* default template - css for book and editor  */


/* přesunout filtr na začátek tabulky */
tfoot {
    display: table-header-group;
  }
  
  /* pro jine soubory (v2) styly od DataTables */
  /* .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
  } */
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1em;
  } 
  table.dataTable th.dt-type-numeric,
  table.dataTable td.dt-type-numeric {
    text-align: left !important;
  }
  
  /* pro správné umístění filtru a nezvětšeni délky tabulky. */
  tfoot th {
    width: 100%;
  }
  tfoot th select {
    width: 100%;
  }
  
  thead th:nth-child(1),
  tfoot th:nth-child(1) {
    width: 25%;
    min-width: 50px;
  }
  thead th:nth-child(2),
  tfoot th:nth-child(2) {
    width: 25%;
    min-width: 50px;
  }
  thead th:nth-child(3),
  tfoot th:nth-child(3) {
    width: 25%;
    min-width: 50px;
  }
  thead th:nth-child(4),
  tfoot th:nth-child(4) {
    width: 25%;
    min-width: 50px;
  }
  
  /* for sort */
  .select-checkbox {
    width: auto;
    padding: 0 20px !important;
  }
  .dataTables_info {
      display: inline-block;
  }
  div.dt-buttons {
      margin-left: 10px;
  }
  @media screen and (max-width: 767px) {
      div.dt-buttons.btn-group {
          width: auto;
      }
  }
  
  /* position for row */
  #dt-search-1 {
    width: 80%;
  }
  #myTable_info {
    margin-bottom: 10px;
  }
  .dt-container .row {
    margin-bottom: 20px !important;
  }
  .pagination {
    margin-top: 20px !important;
    display: flex;
    justify-content: center;
  }
  
  
  /* kniha anatomia */

  .bf-3 .table-top {
    color: #333;
  }
  .table-editoru {
    border: 0 !important;
    margin: auto;
  }
  .text-pod-obrazkem {
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
    text-align: center;
    margin-bottom: 25px;
  }
  


  /* Register */
.ts-navigation-img22 {
  background: url(../media/book.svg) no-repeat;
  display: inline-block;
  height: 35px;
  width: 30px;
  position: absolute;
  top: -3px;
  left: -20px;
}
@media screen and (max-width: 480px) {
  .ts-navigation-img22 {
    top: -6px;
  left: -27px;
  }
}
@media screen and (max-width: 360px) {
  .ts-navigation-img22 {
    top: 5px;
  }
}

.obrazek-s-textem {
  margin: 0 auto;
}

.text-pod-obrazkem {
  font-size: 15px;
}
