#save-cancel-loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100000; }
  #save-cancel-loader i {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2em;
    font-size: 5em;
    text-align: center; }

.panel-body-relative {
  position: relative; }

.inline-save-cancel-loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100000; }
  .inline-save-cancel-loader i {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2em;
    font-size: 5em;
    text-align: center; }
