.table-editor-tabs {
  margin-bottom: 2em;
}
.table-editor-tabs div {
  flex: 1;
  cursor: default;
}
.table-editor-tabs div.clicable {
  cursor: pointer;
}

.items-table,
.items-table-col {
  text-align: center;
  margin: 0 auto;
}
.items-table tr th input,
.items-table tr td input,
.items-table-col tr th input,
.items-table-col tr td input {
  border: none;
  border-bottom: 1px solid #c0c0c0;
}
.items-table tr th,
.items-table-col tr th {
  font-weight: normal;
}
@media (hover: hover) {
  .items-table tr th .col-control,
  .items-table-col tr th .col-control {
    opacity: 0;
  }
}
.items-table tr th:hover .col-control,
.items-table-col tr th:hover .col-control {
  opacity: 1;
}
.items-table tr td,
.items-table-col tr td {
  /* Icon/image selection */
}
.items-table tr td *,
.items-table-col tr td * {
  text-align: center;
  margin: auto;
}
.items-table tr td select,
.items-table tr td input,
.items-table-col tr td select,
.items-table-col tr td input {
  background-color: transparent;
  padding: 0.1rem;
}
.items-table tr td select,
.items-table-col tr td select {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 3px !important;
}
@media (hover: hover) {
  .items-table tr td.row-control,
  .items-table-col tr td.row-control {
    opacity: 0;
  }
}
.items-table tr td .icons-list,
.items-table-col tr td .icons-list {
  width: 50%;
  overflow-y: auto;
  background: #f0f0f0;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
.items-table tr td .icons-list > div,
.items-table-col tr td .icons-list > div {
  margin: 0.5em;
  width: 2em;
  display: inline-block;
  vertical-align: middle;
}
.items-table tr td .icons-list > div img,
.items-table-col tr td .icons-list > div img {
  max-height: 50px;
  max-width: 50px;
}
.items-table tr td .icons-list .ctrl-bar,
.items-table-col tr td .icons-list .ctrl-bar {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.items-table tr td .icons-list .closeButton,
.items-table-col tr td .icons-list .closeButton {
  position: absolute;
  font-size: 1.5vw;
  top: 2%;
  right: 2%;
}
.items-table tr:hover td.row-control,
.items-table-col tr:hover td.row-control {
  opacity: 1;
}

.items-table {
  width: 100%;
}
@media (max-width: 700px) {
  .items-table {
    width: auto;
  }
}
.items-table div,
.items-table input {
  text-align: center;
}
.items-table th,
.items-table td {
  padding: 0.2rem 0.5rem;
}
.items-table th.row-control,
.items-table td.row-control {
  width: 2rem;
  padding: 0.2rem 0.3rem;
}
.items-table th {
  border-bottom: 3px solid #c0c0c0;
  padding-bottom: 0.5rem;
}
.items-table th:has(.col-control) {
  padding: 0;
}
.items-table th:has(.col-control) div .col-control {
  width: 1.25rem;
  padding: 0.2rem 0.1rem;
  display: inline-block;
  vertical-align: middle;
}
.items-table td.icon > div > img {
  width: 1.5rem;
  margin: auto;
}

.items-table-col {
  width: auto;
  border-spacing: 0;
}
.items-table-col tr {
  display: block;
  float: left;
}
.items-table-col tr.value {
  margin-left: 2em;
}
.items-table-col tr th,
.items-table-col tr td {
  display: flex;
  align-items: center;
  border: none;
  height: 3em;
}
.items-table-col tr th.icon,
.items-table-col tr td.icon {
  height: 4em;
}
.items-table-col tr th {
  text-align: left;
}
.items-table-col tr td.icon > div {
  margin: auto;
}
.items-table-col tr td.icon > div > * {
  width: auto;
  height: 3em;
  line-height: 3em;
}
.items-table-col tr td.icon .icons-list {
  width: 50%;
  height: auto;
}
.items-table-col tr td .simpleColorContainer {
  width: 80%;
}

.rotate90 {
  transform: rotate(90deg);
}

.rotate-90 {
  transform: rotate(-90deg);
}

.navigation-panel {
  margin: 1% auto;
}

.add-panel {
  margin-top: 4%;
}
.add-panel div .div-container {
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.add-panel div .modifyColumnTitle {
  vertical-align: middle;
  border-top: 1px solid #c0c0c0;
  padding-top: 2%;
  width: 100%;
}

.add-panel form,
.navigation-panel div,
.add-panel div div,
.add-panel div input {
  display: inline-block;
  vertical-align: middle;
}

.saveNewAthlete-button {
  margin: 2% 1%;
  width: 20%;
}

#saveNewAthlete-button {
  display: block;
}

/* Pagination */
.pagination-panel {
  display: block !important;
  margin: 1% auto;
  text-align: right;
}

.pagination-indexes {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  text-align: right;
}

.pagination-index {
  display: inline-block;
  vertical-align: top !important;
  margin: 0 0.1%;
  color: #a0a0a0;
  background: transparent;
  text-align: center;
  font-size: 80%;
  padding: 0.4% 3px;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
}

.pagination-index-selected {
  background: #198fe3;
  color: #fff;
}

.pagination-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5% 0 1%;
}

.pagination-select {
  display: inline-block;
  min-width: 35px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: transparent;
}

/* Import - Export */
.importExportWrapper {
  display: flex;
  align-items: center;
  margin-top: 2%;
}
.importExportWrapper :first-child {
  margin-left: 0;
}
.importExportWrapper :last-child {
  margin-right: 0;
}
.importExportWrapper select {
  margin-left: auto;
}