#MyLoading { z-index: 1000; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,.2); display: none; cursor: wait; } #MyLoading >div { position: absolute; left: 50%; top: 50%; } #MyLoading .loading { /* width: 40px; height: 40px; */ padding: 0; background: transparent; transform-origin: center center; /* border: #FFFFFF 1px ridge; border-top-width: 0; border-bottom-width: 0; border-radius: 50%; */ }