﻿.chiudi_pannello
{
    position: absolute;
    background-image: url('../IMG/chiudi.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.chiudi_pannello_popup
{
    position: absolute;
    background-image: url('../IMG/chiudi.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    right: 6px;
}

.popup
{
    min-width: 650px;
    min-height: 110px;
    background-color: #FFF;
    border-radius: 10px;
}

.popup_errore
{
    min-width: 650px;
    min-height: 300px;
    background-color: #FFF;
    border-radius: 10px;
    background-image: url('../IMG/errore.png');
    background-repeat: no-repeat;
    background-position: center;
}

.testo_errore
{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: tahoma;
    margin-top: 70px;
}

.pulsantiera_full
{
    width: 1000px;
    height: 35px;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}

.pulsantiera_small
{
    width: 400px;
    height: 35px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
    text-align: center;
}

.pulsantiera_small_popup
{
    width: 400px;
    height: 35px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 5px;
}

.pulsante_link
{
    text-decoration: none;
}

.pulsante
{
    margin: 0px 5px 0px 5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    border: solid 1px #CCC;
    min-width: 30px;
    max-width: 150px;
    text-align: center;
    border-radius: 15px;
    font-family: tahoma;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.is_link
{
    text-decoration: none;
}

.home
{
    width: 32px;
    height: 32px;
    background-image: url('../IMG/home.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
}

.logout
{
    width: 32px;
    height: 32px;
    background-image: url('../IMG/logout.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
}

.nuovo
{
    color: #FFF;
    background: rgb(191,210,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.modifica
{
    color: #FFF;
    background: rgb(109,179,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

.elimina
{
    color: #FFF;
    background: rgb(248,80,50); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

.textbox
{
    border: solid 1px #CCC;
    border-radius: 5px;
    text-indent: 5px;
    font-family: Tahoma;
}

.popup_fullwidth
{
    width: 325px;
    max-width: 325px;
}

.popup_shortwidth
{
    width: 125px;
}

.single_line
{
    height: 25px;    
}

.multi_line
{
    min-height: 50px;    
    max-height: 100px;    
}

.gradiente_sfondo
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.18) 32%, rgba(0,0,0,0) 74%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.31)), color-stop(32%,rgba(0,0,0,0.18)), color-stop(74%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.18) 32%,rgba(0,0,0,0) 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.18) 32%,rgba(0,0,0,0) 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.18) 32%,rgba(0,0,0,0) 74%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.18) 32%,rgba(0,0,0,0) 74%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.operazione_ok
{
    width: 1000px;
    background-color: #FFF;
    border: solid 1px #000;
    position: absolute;
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 20px;
}

.bordo_sfumato
{
    -webkit-box-shadow:  0px 0px 25px 25px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 25px 25px rgba(0, 0, 0, 0.5);   
}

.testo_errore_login
{
    color: #F00;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: tahoma;
    margin-top: 70px;
}