.simple-dialog-ajax-loader {
  background: url(images/ajax_loader_white_bg.gif) no-repeat center center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  display:block;
}
.ui-widget-overlay {
	background: #000;
	opacity: 0.7;
}
.ui-dialog {
	padding: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 ;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-widget-header {
    background: #240058;
    border: none;
    color: #fff;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: 0;
	background-image: url(../../../../default/files/img/close-btn.png);
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: none !important;
	margin: -8px 8px 0 !important;
	padding: 0 !important;
}
.webform-component--informacion {
    margin-bottom: 15px;
}