.week-items {
  display: flex;
  flex-wrap: wrap;
}

.selectable-container {
  position: relative;
  text-align: center;
  padding: 15px 20px 15px;
  border: 2px solid rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
  background-clip: border-box;
  margin-top: 0px;
  margin-bottom: 24px;
}
.selectable-container p {
  position: relative;
  color: #1e6c57;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}

.admin-block-item {
  padding: 20px 10px;
  color: #42A73B;
  text-decoration: none !important;
}
.admin-block-item svg {
  padding-right: 10px;
}

.week {
  border: 1px solid #198754;
  padding: 5px;
}
.week h6 {
  background-color: #EDEDED;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 2px solid #ddd;
}
.week .week-items {
  padding: 10px;
  justify-content: flex-end;
}
.week .week-item {
  margin-right: 5px;
}
.week .week-item {
  width: 19.5%;
}
.week .week-item .week-item-list {
  padding-top: 0px;
}
.week .week-item .week-item-list .single-item-wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
}
.week .week-item .week-item-list .week-single-item-line {
  border: 1px solid #ddd;
  margin-top: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.week .week-item .week-item-list .week-single-item-line .d-flex {
  width: 70%;
  justify-content: space-between;
}
.week .week-item .week-item-list .week-single-item-line input {
  text-align: center;
  max-width: 50px;
  height: 70%;
  border: none;
  margin: auto;
}
.week .week-item .week-item-list .week-single-item-line p {
  margin-bottom: 0px;
}
.week .week-item .week-item-list .week-single-item-line-bottom {
  padding-left: 5px;
}
.week .week-item .week-item-list .week-single-item-line-bottom p {
  margin-bottom: 0px;
}
.week .week-item .week-item-list .week-single-line-right-upper {
  display: flex;
}
.week .week-single-item-wrapper:hover {
  background-color: rgba(208, 208, 208, 0.3294117647);
}
.week .week-single-item-line:hover {
  background-color: rgba(208, 208, 208, 0.3294117647);
}

.linka-calendar .week .week-item .week-item-list .week-single-item-line {
  border: none;
  display: flex;
  justify-content: space-between;
}
.linka-calendar .week-unique-items .week-single-item-line {
  display: grid !important;
  border: 1px solid #ddd !important;
}
.linka-calendar .week-single-item-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.update-poradi-button.btn.main-template-button.mt-2 {
  min-width: 150px;
}

#main-navbar {
  justify-content: space-between !important;
}

#obce_table p {
  margin-bottom: 2px;
}

.address-name-highlighted {
  font-weight: bold;
}

#main-navbar a {
  text-decoration: none !important;
}
#main-navbar span {
  font-size: 16px;
  transition: 0.3s all;
}
#main-navbar span:hover {
  font-size: 18px;
}

#frm-signInForm .form-group {
  margin-bottom: 5px;
}
#frm-signInForm .btn.btn-default {
  background-color: #198754;
  color: white;
  margin-top: 10px;
}
#frm-signInForm .btn.btn-default:hover {
  background-color: #1e6c57;
}

.fa-delete-left {
  color: rgb(153, 2, 2);
}

.single-obec-item {
  text-decoration: none;
  border: 1px solid #198754;
  padding: 5px;
  color: black;
}

.week-single-item-line-bottom a {
  color: black;
  font-weight: 500;
}

.export-section {
  display: none;
}

#export_definition {
  display: flex;
  min-width: 600px;
}

#export_result {
  min-width: 600px;
}

.admin_vypis_linka {
  width: 200px;
}
.admin_vypis_linka .admin_vypis_linka_headline {
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 5px;
  display: grid;
}
.admin_vypis_linka .admin_vypis_linka_headline a {
  color: black !important;
}
.admin_vypis_linka .admin_vypis_linka_single_line {
  margin-left: 10px;
}

.flex {
  display: flex;
  gap: 15px;
}

.admin_vypis_linka_seznam {
  max-height: 400px;
  overflow: scroll;
}

.admin_vypis_linka_boxik_tlacitko {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-right: 5px;
  transition: 0.3s all;
  transform: scale(1);
}
.admin_vypis_linka_boxik_tlacitko:hover {
  transform: scale(1.05);
}

dialog#grupa-insert {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.linka-box {
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.linka-box {
  min-height: 250px;
}

dialog#obec-delete-modal {
  margin: auto;
}/*# sourceMappingURL=admin.css.map */