﻿*
{
    margin: 0 auto;
}

#wrap
{
    width: 1000px;
}

#header
{
    min-height: 100px;
}

.gradiente_titolo
{
   background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(82,141,196,1) 55%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(55%,rgba(82,141,196,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(82,141,196,1) 55%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(82,141,196,1) 55%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(82,141,196,1) 55%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(82,141,196,1) 55%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#titolo_immagine
{
    background-image: url('../IMG/Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 9999;
    width: 1000px; /*400px;*/
    height: 100px; /*56px;
    position: relative;
    top: 20px;
    right: 150px;*/
}

#titolo
{
    text-align: right;
    font-family: tahoma;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .3em;
    color: #D4020D;
    position: relative;
    top: -3px;
    right: 12px;
    text-transform: uppercase;
    border-top: solid 1px #CCC;
    width: 573px;
}

#content
{
    margin-top: 5px;
}

.half
{
    width: 490px;
    border: solid 1px #CCC;
    border-radius: 5px;
}

.sinistra
{
    float: left;
}

.destra
{
    float: right;
}

.titolo_sezione
{
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: tahoma;
    text-transform: uppercase;
    background-color: #CCC;
}

.titolo_sezione_popup
{
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: tahoma;
    text-transform: uppercase;
    background-color: #CCC;
    border-radius: 10px 10px 0px 0px;
}

.titolo_errore_popup
{
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: tahoma;
    text-transform: uppercase;
    background-color: #ed2121;
    border-radius: 10px 10px 0px 0px;
}

.tabella_popup
{
    border: solid 1px #CCC;
    width: 500px;
    min-height: 50px;
    margin-top: 15px;
    border-radius: 5px;
}

.tabella_input
{
    width: 500px;
    font-family: tahoma;
}

.input_info
{
    width: 150px;
    min-height: 30px;
    font-size: 15px;
    text-align: right;
    padding-right: 12px;
}

.input_item
{
}

/*----TABELLA CLIENTE/POSTAZIONI----*/
.no_dati
{
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: tahoma;
}

.dati_estratti
{
    font-family: tahoma;
}

.divtab
{
    border-bottom: solid 1px #CCC;
}

.tabcli
{
    width: 450px;
    margin-left: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: tahoma;
}

.pari
{
    background-color: #FFF;
}

.dispari
{
    background-color: #EEE;
}

.codcli
{
    border: solid 1px #000;
    border-radius: 15px;
    max-width: 200px;
    float: left;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    background-color: #000;
    color: #FFF;
}

.ragsoc
{
    border-bottom: solid 1px #000;
    width: 418px;
    max-width: 418px;
    float: left;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    color: #000;
    overflow-wrap: break-word;
}

.garanzia
{
    width: 250px;
    float: left;
    margin-left: 5px;
}

.postazioni
{
    clear: both;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    background-color: #000;
    color: #FFF;
    text-align: right;
    
    /*vertical-align: top;
    max-height: 19px;*/
}

.visualizza_postazioni
{
    width: 32px;
    height: 32px;
    background-image: url('../IMG/visualizza.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    top: -5px;
    position: relative;
}

.nomecli
{
    font-family: tahoma;
    border: solid 1px #000;
    border-radius: 15px;
    width: 450px;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    background-color: #000;
    color: #FFF;
    text-align: left;
    font-size: 17px;
}

.postazione
{
    border: solid 1px #000;
    border-radius: 15px;
    width: 400px;
    float: left;
    padding: 0px 10px 0px 10px;
    margin: 5px;
    background-color: #000;
    color: #FFF;
}

.codicepostazione
{
    width: 400px;
}

.info_versione
{
    min-width: 140px;
    max-width: 140px;
    text-align: center;
    background-color: #CCC;
    border-radius: 10px;
}

.garanzia_postazione
{
    width: 300px;
    margin: 5px 0px 5px 5px;
}

.in_garanzia
{
    background-image: url('../IMG/ok.png');
    background-repeat: no-repeat;
    background-position: left;
    color: #4BCE1E;
    height: 24px;
    margin-top: 5px;
    text-indent: 26px;
    line-height: 24px;
}

.no_garanzia
{
    background-image: url('../IMG/no.png');
    background-repeat: no-repeat;
    background-position: left;
    color: #F1251B;
    height: 24px;
    margin-top: 5px;
    text-indent: 26px;
    line-height: 24px;
}

/*----------------------*/

.mezzo
{
    width: 50%;
}

.allineatesto_sx
{
    float: left;
    text-align: left;
}

.allineatesto_dx
{
    float: right;
    text-align: right;
}

.login_text
{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-family: tahoma;
    padding-bottom: 20px;
}

#clearfix
{
    min-height: 8px;
    clear: both;
}

#footer
{
    height: 50px;
}
