﻿/*
  @import url(/_style/statistichepubblicita.css);
  @import url(/_style/venditeinevidenza.css);
  @import url(/_style/primaselap.css);
  @import url(/_style/secondasel.css);
  @import url(/_style/browsedoc.css);
  @import url(/_style/crosstab.css);
  @import url(/_style/calendario.css);
  @import url(/_style/custode.css);
  @import url(/_style/faq.css);
  @import url(/_style/mappe.css);
  @import url(/_style/banche.css);
*/
@import url(/_style/header.css);
@import url(/_style/layoutpagina.css);
@import url(/_style/newscomunicazioni.css);
@import url(/_style/menu.css);
@import url(/_style/mascherericercaProcedure.css);
@import url(/_style/contenuti.css);
@import url(/_style/normativa.css);
@import url(/_style/primaselProcedure.css);
@import url(/_style/rendicontogestione.css);
@import url(/_style/footer.css);
@import url(/_style/ssel.css);

/* ---- LAYOUT PAGINA ---- */
html, body {
    background-color: #FCFCFC;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #000;
    font-size: 14px;
}

img {
    border: 0px;
}

hr {
    color: #E7E7E7;
    height: 1px;
    width: 97%;
    margin-left: 10px;
}

.hr25 {
    color: #E7E7E7;
    height: 1px;
    width: 25%;
}

.hr50 {
    color: #E7E7E7;
    height: 1px;
    width: 50%;
}

.hr75 {
    color: #E7E7E7;
    height: 1px;
    width: 75%;
}

.contenitore {
    float: left;
}

.invisible {
    width: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    top: -200em;
}

.notvisible {
    display: none;
}

.clearer {
    clear: both;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.top-padding-10 {
    padding-top: 10px;
}

.rosso {
    color: #DF0000;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr { /*border-bottom: 1px dashed #000;*/
    border: none;
}

a {
    color: #08c;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #005580;
        font-weight: bold;
        text-decoration: underline;
    }

h2.error {
    font-size: 1.6em;
}

h2 {
    color: #2f2f2f;
    font-size: 24px;
    line-height: 30px;
}

h3 {
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 30px;
}

a.linksupporto {
    color: #A81900;
    float: right;
    font-size: 0.7em;
    text-decoration: underline;
}

a:hover.linksupporto {
    color: #545452;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print {
	/*hide the left column when printing*/
    html, body {
        background-color: #FFF;
    }

    .leftcol {
        display: none;
    }

    #twocols, .maincol {
        width: 100%;
        float: none;
    }
}

/*TABELLA DEL CONTATTACI border: solid 1px #000; */
#tabella_contattaci {
    width: 70%;
}

    #tabella_contattaci td {
        text-align: left;
        width: 50%;
        font-size: 1em;
    }

.btnInvia {
    width: 10.0em;
    height: 2.1em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
}

.campolungo {
    font-size: 1.0em;
    width: 50%;
}

.ToolTips {
	text-align: center;
    border-radius: 6px;
    border: 1px solid #ffaa00;
	background-color: #fffff6;
	padding: 6px;
	line-height: 20px;
    -ms-box-shadow: 0 1px 6px 2px #bbb;
    -moz-box-shadow: 0 1px 6px 2px #bbb;
    -webkit-box-shadow: 0 1px 6px 2px #bbb;
    box-shadow: 0 1px 6px 2px #bbb;
	margin: 10px auto;
    background-image: -o-linear-gradient(top, #fffffe, #ffffdd);
    background-image: -ms-linear-gradient(top, #fffffe, #ffffdd);
    background-image: -moz-linear-gradient(top, #fffffe, #ffffdd);
    background-image: -webkit-gradient(linear,left top,left bottom,	color-stop(0,#fffffe),color-stop(1,#ffffdd));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fffffe, EndColorStr=#ffffdd)";    
}

    .ToolTips img {
		margin: 1px 4px 2px 12px;
		vertical-align: middle;
	}

.RaBox {
    background-color: #F5F5F5;
    border: 1px solid #DB6711;
    margin-bottom: 30px;
    padding: 40px 40px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


input[type="submit"],
input[type="button"] {
    background-color: #db6711;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #db6711, #cb5006);
    border: solid 1px #DB6711;
    border-left-color: #cb5006;
    border-right-color: #cb5006;
    border-top-color: #cb5006;
    border-bottom-color: #ad6704;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    line-height: 14px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-color: #cb5006;
    }


input[type="text"],
input[type="password"],
select,
textarea {
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}


    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: rgba(242, 101, 34, 0.8);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 101, 34, 0.6);
        outline: 0;
        outline: thin dotted \9;
    }


fieldset {
    background-color: #F5F5F5;
    border: 1px solid #DB6711;
    margin-bottom: 30px;
    padding: 40px 40px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    fieldset legend {
        color: #2f2f2f;
        font-weight: bold;
        font-size: 18px;
        padding: 0 10px;
    }

    fieldset h2 {
        font-size: 18px;
	}
