﻿/*~~~~~~~~~~~~~~~~~~~action loader ~~~~~~~~~~~*/
#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #2f2f2fcf;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#loading-div {
    width: 230px;
    height: 31px;
    background-color: #fff;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 40%;
    top: 40%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.processimg{
        margin: 2px auto;
            height: 25px;
}
.textspan{
    margin-left: 5px;
}