/**
 * @file
 * Copyright (C) 2017 Questionmark Computing Limited.
 *
 * License GNU GPL version 2 or later (see LICENSE.TXT file)
 * There is NO WARRANTY, to the extent permitted by law.
 */

.fieldset-half-width {
  width: 45%;
  float: left;
  min-width: 460px;
  margin-right: 1rem;
}

.qma-red, .qma-module-disabled {
  color: #D32F2F;
}

.qma-green, .qma-module-enabled {
  color: #0E9C57;
}

.qma-button-wrapper {
  margin-bottom: 1rem;
}

#skip {
  display: none;
}

body .modalframe {
  border-width: 0px;
}

body #modalframe-element {
  border-bottom: 0px;
}

.modalframe.ui-dialog {
  padding: 0;
}

.modalframe.ui-dialog, .modalframe .ui-corner-all {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

body .modalframe .ui-dialog-title {
  color: black;
}

body .modalframe .ui-dialog-titlebar {
  border-width: 0px;
}