﻿/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    /*color: #F58A00;*/
    color: #FFFFFF;
    padding: 0;
}

.page-splash-message.page-splash-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}

.progressBarOverlay{
    margin-top:150px;
}


.ngplus-overlay-background {
    top: 0px;
    left: 0px;
    /*padding-left: 100px;*/
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: #138808;
    /*opacity: 0.2;*/
}

.ajax .ngplus-overlay-background {
    background-color: #000 !important;
    opacity: 0.2;
}

.ajax .loadingImgContainer{
    top: calc(100% / 2);
    left: calc(100% / 2 + 600px);  /*Progress bar is 400 px wide so we have to account for 1 1/2 that width*/
}

.ngplus-overlay-content {
    position: absolute;
    /*border: 1px solid #000;*/
    /*background-color: #fff;*/
    font-weight: bold;
    height: 300px;
    width: 400px;
    z-index: 10000;
    text-align: center;
    color:#fff;
}

.page-spinner-message {
    text-align: center;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

    .page-spinner-message.page-spinner-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.overlay-message {
    font-size: 200%;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}



.loadingImgContainer{
margin-bottom:20px;
position:relative;
height:120px;
}

.loadingImg{
    height:98px;
    width:95px;
    position: absolute;
    top: -17px;
    left: 150px;
}

.loadingLine{
    background-image:url('images/spinnerRing.png');
    height:180px;
    width:180px;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
    top:-60px;
    left:105px;
}

.element-animation{
  animation: animationFrames linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@media screen and (max-width:767px){
    .ajax .loadingImgContainer{
        left: 0;
    }

    .ajax .progressBarOverlay{
        margin-left:auto;
        margin-right:auto;
        width:400px;
    }

    .ajax .ngplus-overlay-content{
        height:auto;
        left: 0;
        right: 0;
        width: 100%;
    }
}

@keyframes animationFrames{
  -1% {
  }
  0% {
    transform:  rotate(0deg) ;
  }
  40% {
    transform:  rotate(360deg) ;
  }
  100% {
    transform:  rotate(360deg) ;
  }
}

@-moz-keyframes animationFrames{
  -1% {
  }
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  40% {
    -moz-transform:  rotate(360deg) ;
  }
  100% {
    -moz-transform:  rotate(360deg) ;
  }
}

@-webkit-keyframes animationFrames {
  -1% {
  }
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  40% {
    -webkit-transform:  rotate(360deg) ;
  }
  100% {
    -webkit-transform:  rotate(360deg) ;
  }
}

@-o-keyframes animationFrames {
  -1% {
  }
  0% {
    -o-transform:  rotate(0deg) ;
  }
  40% {
    -o-transform:  rotate(360deg) ;
  }
  100% {
    -o-transform:  rotate(360deg) ;
  }
}

@-ms-keyframes animationFrames {
  -1% {
  }
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  40% {
    -ms-transform:  rotate(360deg) ;
  }
  100% {
    -ms-transform:  rotate(360deg) ;
  }
}
