﻿#TransferorderNew .TransferorderHeader-abschluss {
    height:35px;
    display:inline-block;
    line-height:35px;
    width:100%;
    clear:both;
    background-color: blue;
}

.loading-div {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
}



