.no-close .ui-dialog-titlebar-close {display: none }

.click-once-spinner {
  background-image: url("../img/ihme_wedges.gif");
  background-repeat: no-repeat;
  height: 120px;
  width:120px;
  background-size: 120px;
  margin-left:auto;
  margin-right:auto;
}

.click-once-spinner-error {
  background-image: url("../img/sad_cloud.gif");
  background-repeat: no-repeat;
  height: 120px;
  width:120px;
  background-size: 120px;
  margin-left:auto;
  margin-right:auto;
}

.click-once-spinner-error2 {
  background-image: url("../img/unicorn_running.gif");
  background-repeat: no-repeat;
  height: 150px;
  width:200px;
  background-size: 200px;
  margin-left:auto;
  margin-right:auto;
}
