body .ui-button, ncx-root .ui-button {
  margin: 0;
  color: #6f001a !important;
  background-color: inherit;
  border: 1px solid inherit;
  margin-right: .1em !important;
  height: 30px;
  min-width: 35px;
  font-size: 14px;
  transition: background-color 0.2s;
}

body .ui-corner-all, ncx-root .ui-corner-all {
  border-radius: 4px !important;;
}

.ui-button-text-only .ui-button-text {
  padding: .25em 1em !important;
}
.ui-button .ui-button-text {
  display: block !important;
  line-height: normal !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d4ccb0 !important;
  background: #fff 50% 50% repeat-x !important;
  font-weight: bold !important;
  color: #6f001a !important;
}

.ui-button:disabled {
    color: rgb(170, 170, 170) !important;;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  background-color: #D97A97 !important;
  color: #FFF !important;
  background: #d97a97 50% 50% repeat-x !important;
}

.ui-widget-overlay {
	background: #2b2922 50% bottom repeat-x;
	opacity: .9;
	filter: Alpha(Opacity=90);
  z-index: 100 !important;
}

.ui-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: .2em;
    outline: 0;
    transform: translate(-50%, -50%);
}

.ui-dialog-titlebar .ui-dialog-title {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.ui-dialog-titlebar-close.ui-corner-all {
    padding-top: 2px !important;
}

.ui-inputtext:disabled {
    background-color: rgb(238, 238, 238) !important;
}
