﻿/* Please Include this CSS in your theme */

/*------------------------------------------------------------*/
/* Example1 > Feedback Ajax Loading ***************************/
/*------------------------------------------------------------*/

.Feedback_AjaxWait.CustomLoading {
    background-color: rgba(0,0,0,0.7);
    border-radius:0px;
    border: 0;
    bottom: 0;
    font-size: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    height:100%;
    z-index: 999999;
    transform: translateX(0);
    right: 0;
}

.Feedback_AjaxWait.CustomLoading .Loader {
    background-image: url(/AssinaturaDigital_CW/img/spin.gif?26372);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
}

.Feedback_AjaxWait.CustomLoading .Loader:before {
    color: #fff;
    content: "A Carregar";
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
}
