.divLoading
{
    display : none;
}
.divLoading.show
{
  display : block;
  position : fixed;
  z-index: 100;
  background-image : url('/images/spinner.gif');
  background-color:#666;
  opacity : 0.4;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}

/*#externalSystemContainer {
    background-color: darkgrey;
    padding: 5px 0 5px 20px;
}
#undoButton, #redoButton {
    display: none;
}
#stripoSettingsContainer {
    width: 400px;
    float: left;
}
#stripoPreviewContainer {
    width: calc(100% - 400px);
    float: left;
}
.notification-zone {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 20px;
    bottom: 80px;
}
.control-button {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
}
#changeHistoryLink {
    cursor: pointer;
}*/