.s-site-logo-img {
  content: url(../../Serenity.Assets/logo/white-128.png);
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
  min-width: 770px;
  width: 770px;
  min-height: 550px;
  height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

.s-horizontal-divider span {
  background-color: var(--s-card-bg);
  padding: 1em;
}

.s-horizontal-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}


/* ***** */
.s-DocumentazioniDialog > .size {
  min-width: 1200px;
  width: 1200px;
  min-height: 800px;
  height: 800px;
}

.MisureList .s-DocumentazioniMisure2Editor > .grid-container {
  height: 470px;
}


.s-MisurePickerDialog > .size {
  min-width: 1000px;
  width: 1000px;
  min-height: 800px;
  height: 800px;
}
