﻿.mex
{
    text-transform: uppercase;
    margin: 2em 0 2em 0;
}
.mex .error
{
    font-size: medium;
    background-image: url("../../images/icone/error.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 5px 0 40px 40px;
    color: Red;
    height: 40px;
}
.mex .success
{
    font-size: medium;
    background-image: url("../../images/icone/success.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 5px 0 40px 40px;
    color: Green;
    height: 40px;
}
.mex .warning
{
    font-size: medium;
    background-image: url("../../images/icone/warning.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 5px 0 40px 40px;
    color: Orange;
}
.detail-esito p
{
    margin: 1.5em 0;
    font-weight: bold;
}
.orange
{
    color: Orange;
}
.green
{
    color: Green;
}
.red
{
    color: red;
}

.donwload-legend-info
{    
    background-image: url("../../images/icone/btn-download-info.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 5px 0 15px 30px;    
    margin-bottom:10px;
}
.donwload-legend-file
{
    background-image: url("../../images/icone/btn-download-file.png");
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 5px 0 15px 30px;    
}
.legenda-download {margin-bottom:10px}