﻿@font-face
{
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url(//themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}

@font-face
{
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url(//themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

/* GENERIC TAG
----------------------------------------------------------*/

html, body
{
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 1000px;
    width: 100%;
    height: 100%;
}

body
{
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(239,239,239) 45%, rgb(255,255,255) 45%, rgb(255,255,255) 100%);
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 45%,rgb(255,255,255) 45%,rgb(255,255,255) 100%);
    background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 45%,rgb(255,255,255) 45%,rgb(255,255,255) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(45%,rgb(239,239,239)), color-stop(45%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(239,239,239) 45%,rgb(255,255,255) 45%,rgb(255,255,255) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(239,239,239) 45%,rgb(255,255,255) 45%,rgb(255,255,255) 100%);
    color: rgb(22, 60, 87);
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    font-family: 'Lato';
}

h1
{
    margin: 0;
}

mark
{
    padding: 0 3px;
}

a, a:link
{
    outline: 0;
    color: rgb(83, 151, 199);
    vertical-align: middle;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
}

img
{
    outline: 0;
    border: 0;
    vertical-align: middle;
}

label
{
    display: inline-block;
    margin-right: -4px;
    padding: 3px 5px;
    width: 100px;
    height: 18px;
    background-color: rgb(225, 225, 225);
    vertical-align: middle;
}

input[type="text"],
input[type="password"]
{
    display: inline-block;
    margin: 0;
    padding: 2px 5px;
    height: 18px;
    border: 1px solid rgb(225, 225, 225);
    vertical-align: middle;
}

/* GENERIC CLASS
----------------------------------------------------------*/

a.icon
{
    display: block;
}

    a.icon img
    {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }

/* CENTRATORE DI PAGINA
----------------------------------------------------------*/

div.centra
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -232px;
    margin-left: -500px;
}

    div.centra:after
    {
    }

    div.centra div.logo
    {
        display: block;
        float: left;
        width: 300px;
        height: 232px;
        height: 348px;
    }

        div.centra div.logo.quickportal
        {
            background: transparent url(../images/PageUI/quickportal-ref.png) no-repeat center top;
        }

    div.centra div.UI
    {
        display: block;
        float: left;
        padding: 20px;
        padding-bottom: 0;
        width: 658px;
        height: 212px;
        border: 1px solid rgb(225, 225, 225);
        border-bottom: 0;
        background-color: rgb(255, 255, 255);
    }

/* LOGIN
----------------------------------------------------------*/
#LoginAdmin
{
    margin: 20px 0;
    width: 370px;
}

    #LoginAdmin input[type="submit"]
    {
        display: block;
        float: right;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 80px;
        height: 80px;
        border: 0;
        background: transparent url(../images/PageUI/login-80.png) no-repeat center;
        text-indent: 80px;
        cursor: pointer;
    }

    #LoginAdmin .field
    {
        margin: 3px 0;
        width: 270px;
    }

        #LoginAdmin .field.text input
        {
            width: 149px;
        }

        #LoginAdmin .field.check input
        {
            vertical-align: middle;
        }

.validation-summary-errors
{
    color: rgb(255, 0, 0);
}

/* PAGE NOT FOUND
----------------------------------------------------------*/

#box-ricerca input[type="image"]
{
    display: inline-block;
    margin: 0;
    margin-left: -5px;
    vertical-align: middle;
}

/* PASSWORD RECOVER
----------------------------------------------------------*/

.UI.PR form
{
    margin: 20px 0;
}

.UI.PR input[type="submit"]
{
    display: inline-block;
    overflow: hidden;
    margin: 0;
    margin-left: -4px;
    padding: 0;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent url(../images/PageUI/invia.png) no-repeat center;
    vertical-align: middle;
    text-indent: 24px;
    cursor: pointer;
}

/* NUOVA PASSWORD
----------------------------------------------------------*/
.UI.NP form
{
    width: 370px;
}

.UI.NP input[type="submit"]
{
    display: block;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent url(../images/PageUI/Update-50.png) no-repeat center;
    text-indent: 50px;
    cursor: pointer;
}

    .UI.NP .field
    {
        margin: 3px 0;
        width: 300px;
    }
    .UI.NP .field label
    {
        width: 130px;
    }

/* PPOWERED BY QUICKPORTAL
----------------------------------------------------------*/
a.hlQuickportal
{
    position: absolute;
    right: 0;
    bottom: -40%;
    padding: 5px 50px;
    border-top: 1px solid rgb(225, 225, 225);
}

    a.hlQuickportal img
    {
        display: inline-block;
        margin-left: 5px;
        width: 90px;
        vertical-align: middle;
    }
