/* /Pages/Posts.razor.rz.scp.css */
.initial-data-loader .k-loader-container-overlay.k-overlay-light[b-pigfvok1px] {
  background-color: white;
}

.k-loader-container[b-pigfvok1px] {
  z-index: 100;
}
/* /Pages/Setup/Departments/ManageLineManagers.razor.rz.scp.css */
.dropdown-list[b-f9fpcsihe2] {
  width: 500px;
}

.multiple-selector[b-f9fpcsihe2] {
  display: flex;
}

.selectable-ul[b-f9fpcsihe2] {
  min-height: 200px;
  max-height: 50vh;
  overflow-y: auto;
  list-style-type: none;
  min-width: 200px;
  width: 100%;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.selectable-ul li[b-f9fpcsihe2] {
  cursor: pointer;
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  font-size: 14px;
}
.selectable-ul li :hover[b-f9fpcsihe2] {
  background-color: #08c;
}

.multiple-selector-buttons[b-f9fpcsihe2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.multiple-selector-buttons button[b-f9fpcsihe2] {
  margin: 5px;
}
/* /Shared/AuthLayout.razor.rz.scp.css */
.page[b-rj49b0nl41] {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.main[b-rj49b0nl41] {
  flex: 1;
}

.top-row[b-rj49b0nl41] {
  color: white;
  border-bottom: 1px solid #d6d5d5;
  align-items: center;
}
.top-row[b-rj49b0nl41]  a, .top-row .btn-link[b-rj49b0nl41] {
  color: white;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child[b-rj49b0nl41] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.maps-logo[b-rj49b0nl41] {
  margin: 10px;
}

@media (max-width: 640.98px) {
  .top-row[b-rj49b0nl41] {
    justify-content: space-between;
  }
  .top-row a[b-rj49b0nl41], .top-row .btn-link[b-rj49b0nl41] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-rj49b0nl41] {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 3.5rem;
    display: flex;
  }
  .main > div[b-rj49b0nl41] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
.saolta-logo[b-rj49b0nl41] {
  margin-top: 5px;
}
/* /Shared/Components/DrawerListItem.razor.rz.scp.css */
.k-drawer-item[b-ku1xpgfjao] {
  white-space: nowrap;
  overflow: hidden;
}

.k-level-1[b-ku1xpgfjao] {
  padding-left: 15px;
}

.k-level-2[b-ku1xpgfjao] {
  padding-left: 30px;
}
/* /Shared/Components/MapsMenuDrawer.razor.rz.scp.css */
.sidebar[b-uan3sjm0cz] {
  background-color: #F0F0F0;
  color: black;
  min-height: calc(100vh - 3.5rem);
  height: 100%;
  width: 280px;
}

.footer-content[b-uan3sjm0cz] {
  position: absolute;
  bottom: 0;
  width: 280px;
}

.footer-spacer[b-uan3sjm0cz] {
  min-height: 125px;
}
/* /Shared/Components/UserEntitiesDialog.razor.rz.scp.css */
.dialog-content[b-wveitxiakz] {
    max-height: 80vh;
    overflow-y: auto;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nzav22jghm] {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
}

.main[b-nzav22jghm] {
  flex: 1;
}

.top-row[b-nzav22jghm] {
  border-bottom: 1px solid #d6d5d5;
  align-items: center;
}
.top-row[b-nzav22jghm]  a, .top-row .btn-link[b-nzav22jghm] {
  color: white;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.top-row a:first-child[b-nzav22jghm] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.maps-logo[b-nzav22jghm] {
  margin: 0 15px;
}

@media (max-width: 640.98px) {
  .top-row[b-nzav22jghm] {
    justify-content: space-between;
  }
  .top-row a[b-nzav22jghm], .top-row .btn-link[b-nzav22jghm] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .top-row[b-nzav22jghm] {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 3.5rem;
    display: flex;
  }
  .main > div[b-nzav22jghm] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
