﻿/* fix per la dimensione del tooltip */
.ui-tooltip {
    max-width: 200px;
}

.qtip {
    max-width: 580px;
}

.qtip-default, .qtip-ce-custom {
    background-color: #007dfa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    border-color: #ADD9ED;
    color: white;
}

    .qtip-default .qtip-titlebar, .qtip-ce-custom .qtip-titlebar {
        background-color: #f2af2b;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
        color: #0066cc;
    }

/*.qtip-default, .qtip-ce-custom {
    background-color: #004c99;
    border-color: #ADD9ED;
    color: #F2AF2B;
}

.qtip-default .qtip-titlebar, .qtip-ce-custom .qtip-titlebar {
    background-color: #003265;
}*/

.qtip-default .qtip-close .qtip-icon, .qtip-ce-custom .qtip-close .qtip-icon {
    background-position: -2px 0;
}


/* Analisi Soggetti */
.qtip-dichiarazionemultipla {
    max-width: 440px;
    font-size: 9px;
}

.qtip-largewidth {
    min-width: 400px;
}