/* empty theme */

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */

body {
  background: #fff;
}

.crmEntityFormView .cell {
  padding: 0 0px 20px;
}


.page-banner--default {
  background-image: url("../background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner {
  min-height: 180px;
  display: flex;
  align-items: center;
}

.page-banner-text {
  color: #ffffff;
}

/* Action Plan Details page overrides */
.col-sm-3 {
  display: none;
}

/* NOTE: This selector looks wrong – see note below */
.attachment.alert.alert-block.clearfix {
  padding: 1px;
}