﻿body {
    overflow: hidden !important;
}

#bodyRdadrioPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    overflow-y: scroll;
    background: rgba(0,0,0,0);
    -webkit-transition: background 3s linear;
}

.bodyRdadrioPop {
    background: rgba(0,0,0,.65);
}
