
.pe-blockui .pe-blockui-content {
    border: 0;
    background: 0;
    overflow: auto;
    zoom: 1;
    padding: 0;
}

body.mainContent .pe-blockui {
    border-radius: 5px;
    box-shadow: none !important;
    /*box-shadow         : 1.4px 1.4px 2.2px rgba(0, 0, 0, 0.056),*/
    /*3.3px 3.3px 5.3px rgba(0, 0, 0, 0.081),*/
    /*6.3px 6.3px 10px rgba(0, 0, 0, 0.1),*/
    /*11.2px 11.2px 17.9px rgba(0, 0, 0, 0.119),*/
    /*20.9px 20.9px 33.4px rgba(0, 0, 0, 0.144),*/
    /*50px 50px 80px rgba(0, 0, 0, 0.2);*/

    /*-webkit-box-shadow : 1.4px 1.4px 2.2px rgba(0, 0, 0, 0.056),*/
    /*3.3px 3.3px 5.3px rgba(0, 0, 0, 0.081),*/
    /*6.3px 6.3px 10px rgba(0, 0, 0, 0.1),*/
    /*11.2px 11.2px 17.9px rgba(0, 0, 0, 0.119),*/
    /*20.9px 20.9px 33.4px rgba(0, 0, 0, 0.144),*/
    /*50px 50px 80px rgba(0, 0, 0, 0.2);*/
    /*https://shadows.brumm.af/*/
}

body.mainContent .ui-widget-overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    margin-top: 0px;
}

body.mainContent .blockOverlay {
    z-index: 100000 !important;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    /*z-index           : 9999999 !important;*/
    cursor: default !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.2+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0.3) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#33000000', GradientType=0) !important; /* IE6-9 */
}

body.mainContent .blockMsg {
    z-index: 100001 !important;
    cursor: wait;
    /*margin-left : 75px;*/
    left: calc(100vw / 2 - 285px) !important;
    top: 35% !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,45484d+100&0.8+0,0.8+100 */
    /*background    : -moz-linear-gradient(top, rgba(33, 33, 33, 0.8) 0%, rgba(49, 49, 49, 0.8) 100%); !* FF3.6-15 *!*/
    /*background    : -webkit-linear-gradient(top, rgba(33, 33, 33, 0.8) 0%, rgba(49, 49, 49, 0.8) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background    : linear-gradient(to bottom, rgba(33, 33, 33, 0.8) 0%, rgba(49, 49, 49, 0.8) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc45484d', GradientType=0); !* IE6-9 *!*/
    background: transparent !important;

    /*border     : 1px solid grey;*/
    border: none;
    border-radius: 10px;
}

/*body.mainContent  .blockMsg {*/
/*    z-index     : 100001 !important;*/
/*    cursor      : wait;*/
/*    margin-left : 75px;*/
/*    !* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d3d3d+0,000000+100&0.8+1,0+100 *!*/
/*    background  : -moz-linear-gradient(top, rgba(61, 61, 61, 0.8) 0%, rgba(60, 60, 60, 0.8) 1%, rgba(0, 0, 0, 0) 100%); !* FF3.6-15 *!*/
/*    background  : -webkit-linear-gradient(top, rgba(61, 61, 61, 0.8) 0%, rgba(60, 60, 60, 0.8) 1%, rgba(0, 0, 0, 0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
/*    background  : linear-gradient(to bottom, rgba(61, 61, 61, 0.8) 0%, rgba(60, 60, 60, 0.8) 1%, rgba(0, 0, 0, 0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
/*    filter      : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3d3d3d', endColorstr='#00000000', GradientType=0); !* IE6-9 *!*/
/*    border      : 1px solid grey;*/
/*}*/

body.mainContent .ajax-loader, body.mainContent .inProgress {
    z-index: 100002 !important;
}

.inProgress {
    text-align: center;
    font-size: 3em;
    color: white;
    padding: 40px;
    background: none;
    text-shadow: 6px 6px 9px #525252;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cancelBlockUiBtn {
    position: absolute;
    z-index: 100003 !important;
    display: none;
    box-shadow: 1.4px 1.4px 2.2px rgba(0, 0, 0, 0.056),
    3.3px 3.3px 5.3px rgba(0, 0, 0, 0.081),
    6.3px 6.3px 10px rgba(0, 0, 0, 0.1),
    11.2px 11.2px 17.9px rgba(0, 0, 0, 0.119),
    20.9px 20.9px 33.4px rgba(0, 0, 0, 0.144),
    50px 50px 80px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1.4px 1.4px 2.2px rgba(0, 0, 0, 0.056),
    3.3px 3.3px 5.3px rgba(0, 0, 0, 0.081),
    6.3px 6.3px 10px rgba(0, 0, 0, 0.1),
    11.2px 11.2px 17.9px rgba(0, 0, 0, 0.119),
    20.9px 20.9px 33.4px rgba(0, 0, 0, 0.144),
    50px 50px 80px rgba(0, 0, 0, 0.2);
}

/*AJAX-LOADER - START*/
#fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: -10px;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #3f3f3f;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    opacity: 0.7;
    box-shadow: 6px 6px 9px #525252;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #0063AA;
        opacity: 1;
    }

    100% {
        transform: scale(0);
        background-color: #3f3f3f;
        opacity: 0;
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #0063AA;
        opacity: 1;
    }

    100% {
        -o-transform: scale(0);
        background-color: #3f3f3f;
        opacity: 0;
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #0063AA;
        opacity: 1;
    }

    100% {
        -ms-transform: scale(0);
        background-color: #3f3f3f;
        opacity: 0;
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #0063AA;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0);
        background-color: #3f3f3f;
        opacity: 0;
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #0063AA;
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0);
        background-color: #3f3f3f;
        opacity: 0;
    }
}
