﻿html, body {
  height: 100%;
  font-size: 15px;
  /*    .mud-table {
      border-radius: 5px;
  }*/
}
html h1, body h1 {
  font-size: 25px;
}
html h2, body h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 4px;
}
html h3, body h3 {
  font-size: 20px;
  font-weight: normal;
}
html table .mud-button, body table .mud-button {
  margin: 3px 0px 3px 0px !important;
}
html table .name-column, body table .name-column {
  width: 300px;
}
html .mud-table-head, body .mud-table-head {
  background-color: #FAFAFA;
  font-weight: 500;
}
html .mud-table-cell, body .mud-table-cell {
  font-size: 1rem;
}

.main-layout {
  display: flex;
}
.main-layout .main-sidebar {
  width: 250px;
  min-width: 230px;
  min-height: 400px;
  background-color: #FAFAFA;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-right-radius: 10px;
  align-self: flex-start;
  /*padding-bottom: 15px;*/
}
.main-layout .main-sidebar .brand {
  font-size: 30px !important;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  background-color: #EEEEEE;
}
.main-layout .main-sidebar .mud-nav-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.main-layout .main-sidebar .mud-nav-link-text {
  margin-top: -1px;
  margin-left: 13px;
}
.main-layout .main-content {
  width: 100%;
}
.main-layout .content-menu {
  height: 55px;
  background-color: rgba(189, 189, 189, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-layout .page-bar {
  background-color: #FAFAFA;
  width: 100%;
  min-height: 50px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  border-bottom-color: #E0E0E0;
}
.main-layout .page-bar h1 {
  font-size: 30px !important;
  font-weight: 400;
  margin-right: 20px;
}

.page {
  margin-top: 28px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
  height: 100%;
}

.dashboard-page .mud-card {
  border: 1px solid #E0E0E0;
}
.dashboard-page .mud-card .mud-card-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.dashboard-page .mud-card .mud-card-content {
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 110px;
}
.dashboard-page .mud-card .number-content {
  font-size: 60px;
}
.dashboard-page .mud-card .mud-card-actions {
  background-color: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
}

.db-dump-page h2 {
  font-weight: 500;
}

.assigning-btn {
  width: 120px;
}

.action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.overflow-ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.organization-select div.mud-input {
  background-color: var(--mud-palette-primary);
  font-weight: bold;
  color: white;
  padding-left: 5px;
}
div.organization-select.highlight div.mud-input {
  background-color: #ffb700;
  color: white;
}
div.organization-select.highlight div.mud-input-adornment svg {
  color: white;
}
