/*----------------------------------------/ PopUp /------*/
.PopUp {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s 0.0s ease;
}
.PopUp .Back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.91;
}
.PopUp .Panel {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.PopUp .Panel ,.PopUp .Panel tr ,.PopUp .Panel td ,.PopUp .Panel th {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
}
