.row.row-space {
  margin-top: 30px;
}

.k-grid tr td.highlighted {
  border: 2px solid orange !important;
}

.k-grid tr td.blueHighlighted {
  border: 2px solid blue !important;
}

.marketplaceGrid .totalColumn {
  background-color: #ccc;
}

.marketplaceGrid .valid {
  border: 2px solid #3c763d !important;
}

.marketplaceGrid .invalid {
  border: 2px solid #a94442 !important;
}

#executeDialog {
  padding-right: 0;
}

#executeDialog #swapPopupContent {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: auto;
}

#executeDialog #swapPopupContent .mainContainer {
  flex: 0 0 auto;
}

#executeDialog #swapPopupContent .mainContainer panel {
  margin: 0;
}

#executeDialog #swapPopupContent .popupButtonsContainer {
  position: relative;
  flex: 1 0 auto;
  min-height: 45px;
}

#executeDialog #swapPopupContent .popupButtonsContainer .popupButtons {
  bottom: 0px;
  right: 1.333em;
}

.ajax-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: grey;
  opacity: .8;
}

.ajax-loader-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px; /* -1 * image width / 2 */
  margin-top: -32px; /* -1 * image height / 2 */
  z-index: 1000;
  display: block;
}