.ui-widget-overlay {
  opacity: .8;
}

.ui-front {
  z-index: 1000;
}

.ui-widget-header {
  background: #226259;
  color: white;
}

.ui-widget {
  font-size: 13px;
}

.ui-button {
  padding: 5px 10px;
  margin: 0px;
  outline: none;
}

.ui-icon {
  width: 15px;
  height: 15px;
  margin-right: 0px;
}

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