﻿.clear
{
    clear: both;
}

html, body
{
    border: medium none;
    color: #323232;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0.9em;
}

h1, h2, h3, h4, h5
{
    font-weight: normal;
    margin: 0;
}

.page, .header, .footer
{
    width: 100%;
}

.content-сolumn
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

    .content-сolumn .buttons
    {
        float: right;
        margin-top: 5px;
    }

.error
{
    color: red;
}

.verified
{
    color: lightgreen;
}

/*
    Navigation

    */
.nav
{
    font-family: Verdana;
    font-size: 0.9em;
    color: white;
}

/* HEADER */
.header
{
    /*border-bottom: 25px solid #f88e1d;*/
    border-bottom: 25px solid #014E9A;
    margin-top: 11px;
    padding-bottom: 10px;
}

    .header .logo
    {
        float: left;
        margin-left: -25px;
    }

    .header .buttons
    {
        float: right;
        margin-top: 5px;
    }

/* Footer */
.footer
{
    background-color: #f7f7f7;
    border-top: 1px solid #dedede;
    height: 80px;
    margin-top: 130px;
}

    .footer .columns
    {
        padding-bottom: 20px;
        padding-top: 26px;        
    }

    .footer .column
    {
        float: left;
        /*height: 122px;*/
        padding-bottom: 11px;
        width: 235px;
    }

        .footer .column.rightBorder
        {
            border-right: 1px solid #d2d2d2;
            margin-right: 20px;
            padding-right: 40px;
        }

        .footer .column h5
        {
            color: #000000;
            font-size: 16px;
            margin-bottom: 4px;
            margin-top: 10px;
        }

        .footer .column .text
        {
            color: #676767;
            font-size: 14px;
            margin-bottom: 6px;
        }

    .footer .info
    {
        /*background-color: #f88e1d;*/
        background-color: #014E9A;
        height: 80px;
    }

    .footer .copyright
    {
        color: #ffffff;
        float: left;
        font-size: 12px;
        margin-top: 23px;
    }

    .footer .logo
    {
        float: right;
        margin-top: 10px;
    }

/*  */
.banner
{
    background-image: url("../Content/Images/Bannerpix.jpg");
    background-repeat: repeat;
    background-position: left top;
    height: 255px;
    width: 100%;
    max-height: 255px;
    overflow: auto;
}

.mano
{
    background-image: url("../Content/Images/BannerNew.png");
    background-repeat: no-repeat;
    background-position: right top;
    height: 255px;
    width: 100%;
}

.banner .text
{
    text-align: center;
    margin-top: 80px;
    max-height: 50px;
    /*text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
    text-shadow: 2px 2px 1px white;*/
    color: white;
    text-shadow: 2px 2px 4px black, 0 0 25px white, 0 0 5px darkblue;
}

.searchPanelContainer
{
    height: 235px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 80%;
}

.search-panel
{
    background-color: rgba(250, 250, 250, 0.9);
    border: 1px solid #dedede;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    float: left;
    height: 180px;
    padding: 0 5px;
    width: 350px;
    padding: 20px;
}

.columns
{
    padding-bottom: 20px;
    padding-top: 26px;
}

.column
{
    float: left;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: middle;
}


/* Classe messa da Vincenzo*/
a.classname
{
    /*background-color: #f88e1d;*/
    background-color: #014E9A;
     display: block;
     width: 100%; /*150px;*/
     height: 100%; /*150px;*/
     /*text-indent: -30px;*/  /*hides the link text */
     text-align:center;
     /*margin:20px;*/
     float:left;
     /*border-radius:5px;*/
}
