header {
  background: rgb(255,255,255);
  background: linear-gradient(146deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(65,162,229,1) 38%, rgba(24,77,161,1) 46%, rgba(0,130,220,1) 57%, rgba(0,130,220,1) 100%);
  padding: 10px 20px;
  box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.3);
}

header > img {
  height: 40px;
  /*margin: 15px;*/
}

#LoggedInUserName {
  border-right-width: 2px;
  border-right-style: solid;
}

#PageTitle {
  color: #184BA0;
  font-weight: bold;
  margin-top: 10px;
}

.MenuBtnsContainer {
  max-width: 250px;
  margin: auto;
  grid-row-gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.MasterHeader {
  background: #CEE7F8;
  border-radius: 6px;
}

.MasterHeader > div {
  margin: 4px 0;
}

.MasterHeader > div > span {
  color: #0182DC;
  font-weight: 600;
}

.MasterHeaderSmall {
  background-color: rgb(206, 231, 248);
  color: #0182DC;
  font-weight: 600;
}

.OverviewDetailSmall {
  color: var(--bs-gray-600);
}

.DetailList {
  margin: 8px 0px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.1);
  padding: 0 8px;
}

.DetailRow {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .DetailRow {
    margin-top: 0;
  }
}

.DetailContainer {
  border-bottom: 1px solid rgb(229,229,229);
  padding-bottom: 16px;
}

.biCheck {
  width: 24px;
  height: 24px;
}

.MainSelected {
  background-color: #0082dc;
  color: white;
}

.main-grid {
  border-bottom: 1px solid var(--bs-emphasis-color);
  touch-action: none;
}

.MainOK {
  color: green;
}

.MainOver {
  color: red;
}

mark {
  padding: 0;
}

.GrowingEdit {
  padding: 2px;
  border-radius: 4px;
  border: 0.5px dotted rgba(33,37,41,0.5);
  background-color: white;
}

.ToTranslate {
  color: fieldtext;
  margin: 16px 0 4px 0;
  padding: 2px;
}

.EditingPanel {
  background: var(--bs-gray-100);
  box-shadow: 0px 5px 5px 2px var(--bs-gray);
  border-radius: 20px;
}

.VScrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.SubLists {
  max-height: calc(100vh - 550px);
  border-width: 1px;
  border-style: solid;
}

.list-element, .GrowingEdit {
  color: fieldtext;
  background-color: field;
}

.form-label {
  margin-bottom: .5rem;
  color: fieldtext;
  margin-right: 10px;
}

.autocomplete {
  color: black;
}

[data-bs-theme=dark] .autocomplete {
  color: white;
}

.IconForButton {
  width: 30px;
}

.ButtonWithIcon {
  padding: 4px;
  margin: .25rem;
}

.editEntity > label {
  min-width: 130px;
  text-align: right;
  padding-right: 10px;
  transform: translateY(4px);
  margin-right: 0px;
}

.editEntity {
  padding: 5px 10px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.listEntity {
  padding: 5px 10px;
  width: 100%;
}

.inputSize1 {
  width: 100%;
  max-width: 150px;
}

.inputSize2 {
  width: 100%;
  max-width: 419px;
}

.inputSize3 {
  width: 100%;
  max-width: 691px;
}

.distributedRow {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .distributedRow {
    flex-wrap: nowrap;
  }
}

.topContainer {
  min-height: 40vh;
  max-height: 40vh;
  overflow-y: auto;
  border: 1px solid var(--bs-secondary);
}

.topContainerWithPaging {
  min-height: calc(40vh - 50px);
  max-height: calc(40vh - 50px);
}

.bottomContainer {
  min-height: calc(55vh - 205px);
  max-height: calc(55vh - 205px);
  overflow-y: auto;
  border: 1px solid var(--bs-secondary);
}

.singleContainer {
  min-height: 80vh;
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid var(--bs-secondary);
}

.singleContainerWithPaging {
  min-height: calc(80vh - 40px);
  max-height: calc(80vh - 40px);
}

.pmixBottomContainer {
  min-height: calc(55vh - 220px);
  max-height: calc(55vh - 220px);
  overflow-y: auto;
  border: 1px solid var(--bs-secondary);
}

.ActionButton {
  min-width: 100px;
}

.ModalContainer {
  width: 100vw!important;
  height: 100vh!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PMixReportContainer {
  max-width: 95vw;
  border-radius: var(--bs-border-radius);
  border: solid 2px;
  padding: 1rem;
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity));
  background-color: var(--bs-secondary-bg-subtle);
  box-shadow: var(--bs-box-shadow);
}

.MarketGroupEdit {
  max-width: 900px;
  border-radius: var(--bs-border-radius);
  border: solid 2px;
  padding: 1rem;
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity));
  background-color: var(--bs-secondary-bg-subtle);
  box-shadow: var(--bs-box-shadow);
}

.UpperCaseInput {
  text-transform: uppercase;
}

.NotAllowed {
  background-color: rgba(255,193,7,0.3);
  color: black;
}

.MainSelected.NotAllowed {
  background-color: #ffc107;
  color: black;
}

h6 {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin-top: 10px;
}

td, th {
  white-space: nowrap;
  padding: 0 5px;
}

#editContainer {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding: 0 20px;
}

.SiteVersion {
  font-size: 12px;
  text-align: center;
  margin: 40px 10px 0;
  min-height: 1em;
  color: #004C6F;
}


