#loading3 {
    width: 50px;
    height: 50px;
}
#div_msgs {
    height: 100%;
}
#div_msgs table {
    padding: 15px;
}
#div_msg,
#div_msg2,
#div_msg3 {
    color: black;
    font-size: 16pt;
    font-weight: bolder;
    text-align: center;
}
.dimmer {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 100000;
    background-color: #000000;
    filter: Alpha(Opacity=30);
}
#geweb_layer .content {
    border: 1px solid #a3a3a3;
    position: absolute;
    z-index: 100001;
    padding: 16px;
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffffa3;
    backdrop-filter: blur(6px);
    color: white;
    font-family: tahoma;
    font-size: 13pt;
    box-shadow: 0px 10px 28px 3px #0000009e;
    opacity: 1;
}
#geweb_layer #content form table tbody tr #panesq .form_miolo {
    background-color: transparent;
}

/* #panesq table.form_miolo {
    background-color: transparent;
} */

#geweb_layer {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    /*z-index:100;*/
    display: none;
    /* backdrop-filter: blur(3px); */
}
