/*
    PayM8 Styles
    Version: 1.1
*/

.loading-cover {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color:white;
    vertical-align:bottom;
    padding-top: 20%; 
    filter: alpha(opacity=75); 
    opacity: 0.75; 
    font-size:large;
    color:blue;
    font-style:italic;
    font-weight:400;
    background-image: url("loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


.container-redirect {
    font-family: arial;
    font-size: 24px;
    margin: 25px;
    width: 350px;
    height: 200px;
  
    /* Setup */
    position: relative;
  }
  
  .child-redirect {
    width: 500px;
    height: 50px;
      /* Center vertically and horizontally */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */
  }

.redirect-text
{
    color: #444342;
}
.not-active 
{
    visibility: hidden;
}