/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2022 | 18:46:00 */
.loadmask {
    z-index: 20000;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: #000000;
    width: 100%;
    height: 100%;
    zoom: 1;
	cursor: wait;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #1c446f;
    background: #0751a1;
    padding:2px;
	border-radius: 4px;
}
.loadmask-msg div {
    padding:5px 10px 5px 30px;
    background: #fbfbfb url('https://gruposangerman.com/wp-content/uploads/custom-css-js/images/loading.gif') no-repeat 7px 8px;
    line-height: 16px;
	/* border:1px solid #a3bad9; */
    color:#222;
    font:normal 16px tahoma, arial, helvetica, sans-serif;
    cursor: wait;
	background-size: 17px;
	border-radius: 3px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}