html
{
    height: 100%;
}

body
{
    color: #333;
    font-family: Trebuchet MS, Arial, sans;
    font-size: 13px;
    height: 100%;
}

#form1
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #ebebeb;
}

.wrapper
{
    margin: 0 auto;
    width: 1000px;
}

#header_wrapper
{
    overflow: hidden;
    height: 28px;
}

a
{
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

#header
{
    /*padding: 5px;*/
    background-color: #007489/*#0072C6*/;
    color: #fff;
}

#logo_main
{
    color: #fff;
    float: left;
    padding: 5px;
    padding-right: 0;
}

#btnDimensioneheader
{
    float: left;
    width: 28px;
    height: 28px;
}
#btnDimensioneheader:hover
    {
        background-color:#007489 ;
        color:#fff ;
    }

.AllargaHeader
{
    background-image: url(/Admin/images/gfx/freccia_giu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    border: none;
    background-color: transparent;
}
.StringiHeader
{
    background-image: url(/Admin/images/gfx/freccia_su.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    border: none;
    background-color: transparent;
    display:none
}
#userInfo
{
    /*padding: 5px;*/
    color: #fff;
    display: inline-block;
    float: right;
    line-height: 28px;
    /*margin-top: 20px;*/
}

    #userInfo .img
    {
        float: left;
        padding-top: 5px;
    }

    #userInfo .dettagli
    {
        /*background: #efefef;*/
        float: right;
        /*padding: 10px;*/
    }
    #userInfo .dettagli a {
        color: #000;
    }
/*#user {
    display: inline-block;
    float: right;
    color:#fff;
}
    #user .img {
        float: left;
    }

    #user .dettagli {
        float: right;
        padding-left: 10px;
    }*/

#toolbar .item
{
    padding: 5px;
    display: inline-block;
    margin-left: 0;
    text-align: center;
}

#toolbar
{
    float: left;
}

    #toolbar .active, #toolbar .item:hover
    {
        background-color:#e8f2f5;
        color:#007489
    }

    #toolbar a
    {
        padding: 0 5px;
        color: inherit;
        font-weight: bold;
    }

        #toolbar a:hover
        {
            text-decoration: none;
        }

.tabRicerca .riga {
    overflow: hidden;
    /*padding-right: 20px;*/
}

.tabcontent .col_data {
    width: 145px;
}
.tabcontent .col_pmi {
    width: 250px;
}
.tabcontent .col_importo {
    width: 160px;
}
.tabcontent .col_durata {
    width: 135px;
}
.tabcontent .col_stato {
    width: 117px;
}

/*Fine MasterProva*/

#content
{
    background: #ebebeb;
    padding: 5px;
}

    #content .wrapper
    {
        background: #fff;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px;
        overflow: hidden;
    }

#footer
{
    font-size: 11px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

#loginForm
{
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 80px;
    width: 494px;
    border-left: 2px solid #0072C6;
    float: right;
}

.accountInfo
{
    margin-top: 40px;
}

#loginForm .riga
{
    margin: 0;
}

#loginForm .login-info, #loginForm .failureNotification
{
    color: #900;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 1px;
    text-align: center;
    /*width: 100%;*/
}

.textEntry, .passwordEntry
{
    width: 300px;
    line-height: 20pt;
}

.nota
{
    color: #006;
    text-align: center;
}

.label
{
    color: #115;
}

.separator
{
    border-bottom: 2px dotted #999;
    color: #445;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
}

.boxA
{
    background: #dedede;
}

    .boxA .title
    {
        background: #00a1c5;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 2px;
        padding-left: 5px;
    }

.boxB
{
    background: #efefef;
}

    .boxB .title
    {
        background: #00a1c5;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 2px;
        padding-left: 5px;
    }

.gridResults
{
    background: #fff;
    border: none;
    width: 100%;
}

    .gridResults td, .gridResults th
    {
        border: none;
        padding: 5px;
    }

    .gridResults th
    {
        background: #ccc;
        color: #667;
        font-weight: bold;
        padding: 5px;
    }

        .gridResults th a
        {
            color: #333;
        }

    .gridResults tr
    {
        margin-bottom: 10px;
    }

    .gridResults a, .gridResults input[type=button], .gridResults input[type=submit]
    {
        margin: 0 auto;
        padding: 2px 25px 2px 25px;
    }
    