
.k-window{
  height: 480px;
  width: 640px;
  overflow: hidden;
}

.bigDialog {
  width: 100%;
  overflow: hidden;
}

.dialogFooter { background-image: none, linear-gradient(#94c0d2, #add8e6 100%); }

.dialogHeaderDescription {
  height: 32px;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

.dialogHeaderText {
  vertical-align: middle;
  border: 0;
  font-weight: bold;
  margin-left: 0.5em;
}

.lhdialogRibbonContainer {
  width: 100%;
}

.lhdialogInputDescription { text-align: center; }

.lhdialogButtonContainer { text-align: center; }

.dialogGrid {
  display: inline-block;
  width: auto;
  height: auto;
}
