﻿.modalBackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.modalBackgroundAttesaModale {
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.70;
    z-index: 99999 !important;
}

.updateProgress
{
    /*border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;*/
    position: absolute;
    width: 250px;
    height: 130px;
}

.pnlMessaggio
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    z-index:100;
}

.pnlMessaggio2
{
    min-width: 400px;
    min-height: 250px;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    z-index:999999 !important;
}