﻿.progresscontainer {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    display:none;
}

.progress_layer {
    background-color: #222;
    opacity: 0.6;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.innerblock {
    position: relative;
    z-index: 9999;
    display: block;
    width: 300px;
    height: auto;
    margin: 15% auto;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 3px #d6d6d6;
}
  
    .spinner {
        width: 70px;
        height: auto;
        display: inline-block;
        padding-right: 15px;
    }

      h4 {
        display: inline-block;
    }
