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

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

body.layout-compact .blockOverlay {
    z-index    : 100000 !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.layout-compact .blockMsg {
    z-index : 100001 !important;
}

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

body.layout-compact .ui-blockui-content {
    /*background : -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); !* FF3.6-15 *!*/
    /*background : -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background : linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); !* IE6-9 *!*/
    background : none;
    color      : white;
    border     : none;
    box-shadow : none;
}

.inProgress {
    position              : fixed;
    text-align            : center;
    top                   : 0;
    left                  : 0;
    padding-top           : 300px;
    font-size             : 2em;
    height                : 100%;
    width                 : 100%;
    color                 : white;
    text-shadow           : 3px 3px 5px #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;
    -webkit-box-shadow : 0 0 20px 3px #ff8822 !important;
    box-shadow         : 0 0 20px 3px #ff8822 !important;
}

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

.fountainG {
    position                          : absolute;
    top                               : 0;
    background-color                  : rgb(255, 255, 255);
    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(.3);
    -o-transform                      : scale(.3);
    -ms-transform                     : scale(.3);
    -webkit-transform                 : scale(.3);
    -moz-transform                    : scale(.3);
    border-radius                     : 19px;
    -o-border-radius                  : 19px;
    -ms-border-radius                 : 19px;
    -webkit-border-radius             : 19px;
    -moz-border-radius                : 19px;
    opacity                           : 0.7;

}

#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 : #00c300;
        opacity          : 1;
    }

    100% {
        transform        : scale(.3);
        background-color : rgb(203, 203, 203);
        opacity          : 0;
    }
}

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

    100% {
        -o-transform     : scale(.3);
        background-color : rgb(203, 203, 203);
        opacity          : 0;
    }
}

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

    100% {
        -ms-transform    : scale(.3);
        background-color : rgb(203, 203, 203);
        opacity          : 0;
    }
}

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

    100% {
        -webkit-transform : scale(.3);
        background-color  : rgb(203, 203, 203);
        opacity           : 0;
    }
}

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

    100% {
        -moz-transform   : scale(.3);
        background-color : rgb(203, 203, 203);
        opacity          : 0;
    }
}