﻿
.divWait {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000 !important;
  text-align: center;
}

.imgWait {
  position: fixed !important;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.spinnerBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: rgba(10, 10, 10, 0.65);
  overflow-y: scroll;
}


/*CSS FOR LOADING ANIMATION 1.6.21*/

.loadingAnim {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  opacity: .8;
  z-index: 99999;
}

  .loadingAnim.center {
    margin: 0 auto;
    display: block;
  }

  .loadingAnim div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #e8e8e8;
    animation: loadingAnim 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }

    .loadingAnim div:nth-child(1) {
      left: 8px;
      animation-delay: -0.24s;
    }

    .loadingAnim div:nth-child(2) {
      left: 32px;
      animation-delay: -0.12s;
    }

    .loadingAnim div:nth-child(3) {
      left: 56px;
      animation-delay: 0;
    }

@keyframes loadingAnim {
  0% {
    top: 8px;
    height: 64px;
  }

  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*CSS FOR LOADING ANIMATION 1.6.21*/

@media print {
  .no-print {
    display: none;
  }

  .yes-print {
    display: inline !important;
  }

  .otFlat {
    display: none;
  }

  body, html, #grid-container {
    height: 100%;
  }

  .revealWider {
    background-color: white;
    height: 100% !important;
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    position: fixed;
    top: 0px !important;
    left: 0;
    margin: 0;
  }

    .revealWider h1, h2 {
      font-size: 2rem !important;
      font-weight: bolder !important;
      line-height: 2.5rem !important;
      padding-bottom: 1rem !important;
      padding-top: 1rem !important;
    }

    .revealWider p {
      font-size: 1.6rem !important;
      margin-bottom: 0.8rem !important;
      margin-top:  0.8rem !important;
    }

    .revealWider fds-m--x-2 {
      margin-top: 1rem !important;
    }

    .revealWider .fds-p--y-2 {
      padding-bottom: 1rem !important;
      padding-top: 1rem !important;
    }

    .revealWider .fds-m--y-3 {
      margin-top: 0.9rem !important;
      font-size: 1rem !important;
    }
}