body {
    /* background-image: url("images/background.png"); */
    background-attachment: fixed;
    text-align: center;
}

#header {

  position: fixed;
  border-bottom: 1px solid #464646;
  color: #464646;
  background-color: #ffffff;
  width: 100%;
  height: 25px;
  top: 0px;
  left: 0px;
  z-index: 1000;

}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*background-color:#fff;  change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

#status {
	width:50%;
	height:50%;
	position:absolute;
	left:25%; /* centers the loading animation horizontally one the screen */
	top:25%; /* centers the loading animation vertically one the screen */
	background-image:url(images/preloader.gif); /* path to your loading animation */
  background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	margin:0px 0 0 0px; /* is width and height divided by two */
}


.no-close .ui-dialog-titlebar-close {
  display: none;
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    width: 95%;
    margin: 0;
    padding: 0;
    text-align: center;
}
