﻿#loading-panel {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(252,252,252,0.6);
    text-align: center;
    margin: auto;
}

    #loading-panel img {
        /* margin: auto; */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
    }


    #loading-panel.hide {
        display: none !important;
    }


#txtVariante.hide {
    display: none !important;
}

#txtAreaVariante.hide {
    display: none !important;
}