
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

Reset
*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
option {width:inherit;}
input,button,textarea,select{font-size:100%;}

optgroup{font-weight: bold}
optgroup option{font-weight: normal}

html, body
{  
    margin:0;
    height: 100%; 
}

body
{
    /*	font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: #313131;
    background-color: #d6e2e9;
    font-size: 14px;
    line-height: 1.4;
    
}

#wrapper {
    min-height: 1000px !important;
    background-color: #d6e2e9;
    box-sizing: border-box;
    margin: 0;
    padding: 135px 0 20px;
    position: static;	
}

#footer, #push {
    height: 80px;
    clear: both;
}
a
{
    color:  #5a768e;
    text-decoration: none;
    outline: none !important;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

ul#demo-list a
{
    background: url(../images/blue-arrow.png) no-repeat right 6px;
    padding-right: 10px;
}

#symfony-header
{
    position: relative;
    padding: 30px 30px 20px 30px;
}

#symfony-wrapper
{
    width:  970px;
    margin: 0 auto;
}



#symfony-search
{
    /*position: absolute;*/
    /*top:   50px;*/
    /*right: 30px;*/
}

#symfony-search input[type="search"]
{
    -webkit-appearance: textfield;
}

#symfony-search-field
{
    width: 190px;
}

#symfony-search label
{
    display: block;
    float: left;
    width: 20px;
    height: 25px;
    background: url(../images/search.png) no-repeat left 5px;
}

#symfony-search label span
{
    display: none;
}

input[type=text], input[type=number], input[type=password], input[type=search], input[type=email], input[type=file]
{
    border:      1px solid #DADADA;
    color:       #565656;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size:   12px;
}

.symfony-button-grey,
.symfony-button-green
{
    font-size: 0.85em;
    font-weight: bold;

    cursor: pointer;

    display: inline-block;
    outline: none;

    text-align:     center;
    text-transform: uppercase;

    padding: 3px 10px;

    text-shadow: 0 1px 1px rgba(0,0,0,.3);

    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
}

.symfony-button-grey
{
    color:       #868686;
    font-weight: normal;

    padding:    5px 10px;
    border:     solid 1px #d7d7d7;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top,  #ffffff,  #d7d7d7);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
}

.symfony-button-green
{
    padding: 5px 12px;
    color: white;
    border:     solid 1px #a7da39;
    background: #a7da39;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
    background: -moz-linear-gradient(top,  #a7da39,  #6a9211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
}

.symfony-blocks-welcome
{
    overflow: hidden;
}

.symfony-blocks-welcome > div
{
    background-color: whitesmoke;
    float:            left;
    width:            240px;
    margin-right:     14px;
    text-align:       center;
    padding:          26px 20px;
}

.symfony-blocks-welcome > div.block-demo
{
    margin-right: 0;
}

.symfony-blocks-welcome .illustration
{
    padding-bottom: 20px;
}

.symfony-blocks-help
{
    overflow: hidden;
}

.symfony-blocks-help
{
    margin-top: 30px;
    padding:    18px;
    border:     1px solid #E6E6E6;
}

.symfony-blocks-help > div
{
    width:        254px;
    float:        left;
}

.flash-message-hidden
{
    display: none;
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
}

.flash-message
{
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
}

.flash-message-success
{
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
    border-color: #00CC33;
    border-style: solid;
    font-size: 1.4em;
    font-weight: bold;
}

.error
{
    color: red;
}

#login label, #contact_form label
{
    display: block;
    float: left;
    width: 90px;
}

ul#menu
{
    float: right;
    margin-bottom: 20px;
    padding-left: 0;
}

#menu li
{
    padding-left: 0;
    margin-right: 10px;
    display: inline;
}


#sc31_col_hidden
{
    border: none;
}

#sc31_tab_lp
{
    width: 100%;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-collapse: separate;
    padding: 10px;
}

#sc31_tab_lp td
{
    border: 1px solid #E6E6E6;
}

.sc31_h_lp_pos
{
    text-align: center;
    width: 5%;
}

.sc31_h_lp_cod
{
    text-align: center;
    width: 15%;
}

.sc31_h_lp_des
{
    text-align: center;
    width: 45%;
}

.sc31_h_lp_pre
{
    text-align: center;
    width: 15%;
}

.sc31_h_lp_dis
{
    text-align: center;
    width: 8%;
}

.sc31_h_lp_mod
{
    text-align: center;
    width: 12%;
}

.sc31_col_lp_pos
{
    text-align: right;
    padding-right: 10px;
}

.sc31_col_lp_cod
{
    text-align: left;
}

.sc31_col_lp_des
{
    text-align: left;
}

.sc31_col_lp_pr
{
    text-align: right;
}

.sc31_col_lp_dis
{
    text-align: right;
}

.sc31_col_lp_mod
{
    text-align: center;
    padding: 3px;
}

#sc31_tab_ctrl_pagina
{
    width: 100%;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-collapse: separate;
    padding: 10px;
}

#sc31_tab_ctrl_pagina_prec
{
    text-align: left;
    width: 25%;
}

#sc31_tab_ctrl_pagina_succ
{
    text-align: right;
    width: 25%;
}

#sc31_tab_la
{
    width: 100%;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-collapse: separate;
    padding: 10px;
    display: none;
}

#sc31_tab_la td
{
    border: 1px solid #E6E6E6;
}

#sc31_tab_la_visible
{
    width: 100%;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-collapse: separate;
    padding: 10px;
}

#sc31_tab_la_visible td
{
    border: 1px solid #E6E6E6;
}

.sc31_h_la_cod
{
    text-align: center;
    width: 20%;
}

.sc31_h_la_des
{
    text-align: center;
    width: 40%;
}

.sc31_h_la_qta
{
    text-align: center;
    width: 10%;
}

.sc31_h_la_pru
{
    text-align: center;
    width: 15%;
}

.sc31_h_la_prt
{
    text-align: center;
    width: 15%;
}

.sc31_col_la_cod
{
    text-align: left;
}

.sc31_col_la_des
{
    text-align: left;
}

.sc31_col_la_qta
{
    text-align: right;
}

.sc31_col_la_pru
{
    text-align: right;
}

.sc31_col_la_prt
{
    text-align: right;
}

.sc31_col_la_mod
{
    text-align: center;
    padding: 3px;
}

.sc31_col_la_del
{
    text-align: center;
    padding: 3px;
}

#sc31_tab_lo
{
    width: 100%;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border-collapse: separate;
    padding: 10px;
}

#sc31_tab_lo td
{
    border: 1px solid #E6E6E6;
}

.sc31_h_lo_pos
{
    text-align: center;
    width: 5%;
}

.sc31_h_lo_id
{
    text-align: center;
    width: 5%;
}

.sc31_h_lo_cli
{
    text-align: center;
    width: 25%;
}

.sc31_h_lo_des
{
    text-align: center;
    width: 43%;
}

.sc31_h_lo_mod
{
    text-align: center;
    width: 12%;
}

.sc31_h_lo_del
{
    text-align: center;
    width: 10%;
}

.sc31_col_lo_pos
{
    text-align: right;
    padding-right: 10px;
}

.sc31_col_lo_id
{
    text-align: right;
    padding-right: 10px;
}

.sc31_col_lo_cli
{
    text-align: left;
}

.sc31_col_lo_des
{
    text-align: left;
}

.sc31_col_lo_mod
{
    text-align: center;
    padding: 3px;
}

.sc31_col_lo_del
{
    text-align: center;
    padding: 3px;
}

/* Stili del header */

#header_logo{
    font-size: large;
    color: #205791;
}

.vociMenu li{
    /*border:1px solid #ccc;*/
    border-right: 1px solid #ccc;
    float:left;
    line-height:1.5;
    list-style-type:none;
    margin:0 .25em 0 0;
    padding:0;
}

.vociMenu  a {
    /*background-color:#92cae4;*/
    /*border:1px solid #eee;*/
    border-bottom:none;
    color:#205791;
    cursor:pointer;
    display:block;
    float:left;
    font-weight:bold;
    padding:.15em .33em .25em .33em;
}
.vociMenu  li a.selected {
    /*background:#0088CC;*/
    /*border:1px solid #666;*/
    border-bottom:none;
    color:#999999;
    cursor:default;
}

.vociMenu li a.selected:focus, .vociMenu li a.selected:hover {
    color:#999999;
}

.vociMenu  li.last {
    border-right: none;
}
.vociMenu  li a, .vociMenu li a:focus, .vociMenu li a:hover {
    text-decoration:none;
}
.vociMenu  li a:focus, .vociMenu li a:hover {
    color:#999999;
    outline:none;
}

/* Ridefinizione degli stili di blueprint */
.container {
    background-color: #FFF;
}

/* Stili del menu */

#menu_1 {
    border-bottom:1px solid #ccc;
    /*height:auto;*/
    margin:0 0 .75em 0;
    /*overflow:auto;*/
    padding-left:0;
    color:#205791;
}

.tabs {
    /*border-bottom:1px solid #ccc;*/
    height:auto;
    /*margin:0 0 .75em 0;*/
    overflow:auto;
    padding-left:0;
    color:#205791;
}

.tabs li a {
    color:#4E6E93;
}

.highlight {
    background-color: #ffff88;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ff8800;
    border-radius: 10px;
    padding:10px;
    font-weight: bold;
}

p {
    text-align: left;
}

.bold {
    font-weight: bold;
}

/* Stili del contenuto */
#content {
    /*background-color:           white;*/
    /*border:                     1px solid #DFDFDF;*/
    /*padding-left: 2em;*/
    /*-moz-border-radius:         16px;*/
    /*-webkit-border-radius:      16px;*/
    /*border-radius:              16px;*/
    /*margin-bottom:              20px;*/
    word-wrap:                  break-word;
}


.symfony-content
{
    /*background-color:           white;*/
    border:                     1px solid #DFDFDF;
    padding-left: 2em;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 2em;
    margin-bottom: 2em;
    -moz-border-radius:         16px;
    -webkit-border-radius:      16px;
    border-radius:              16px;
    /*margin-bottom:              20px;*/
    word-wrap:                  break-word;
}


#comunicati table{
    border: #205791 solid medium;
}

#comunicati th,td{
    padding: 2px 2px 2px 2px;
}

#comunicati th {
    background-color: #92cae4;
}

#symfony-content {
    /*border-left: #111111 solid thin;*/
}

td {
    margin: 3px;
}

/* Stili del footer */
#footer{
    text-align: left;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background-color: #93a9ba;
    padding-top: 20px;
    padding-left: 240px;
}
.footer{
    width: 65%;

}


.box-footer{
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count: 3;
    column-gap: 40px;
    padding:10px 0;

}
select.standard {
    width: 300px;
}

/*
.required_asterisco {
    color:red
}

label.required:after {
    content: " *";
    color: #c00;
}
*/

#content hgroup h2 {
    margin-bottom: 6px;
}

.curved { 
    -moz-border-radius:10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari and chrome */
    -khtml-border-radius:10px; /* Linux browsers */
    border-radius:10px; /* CSS3 */
    behavior:url(border-radius.htc);
}


#search div {
    clear: both;
    margin-bottom: 5px;
}

#search_reset, #search_origin_reset, #search_submit {
    margin: 2px;
    width: 150px;
}

#search label {
    display: block;
    width: 100px;
    float: left;
    line-height: 23px;

}

table.pannello_utenze {
    width: 100%;
}


table.pannello_utenze thead tr {
    height: 50px;
    background: #E8EEF7;
    border: 1px solid #DADADA;

}

table.pannello_utenze tr td {
    text-align: center;
    border: 1px solid #DADADA;

}

table.pannello_utenze thead th {
    border: 1px solid #DADADA;
    padding-left: 5px;
    padding-right: 5px;
}

table.pannello_utenze th, table.pannello_utenze th a {
    text-align: center;
    font-weight: bold;
    color: #506E90;

}

#sfondo{
    /*  background-color:#f6f4f2;*/
    background-color:#000000;	
    cursor:pointer;
    height:100%;
    width:100%;
    left:0;
    top:0;
    position:fixed;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter:alpha(opacity=65);
    z-index:1000;
    display:none;
}

.dettaglioMantis{
    background-color: #ffffff;
    border:3px solid #AAAAAA;
    border-radius: 15px;
    padding:5px;
    position:fixed;
    z-index:1001;
    display: none;
    width: 1000px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -200px;
    text-align:left;
    /*  -webkit-box-shadow: 0px 0px 50px #f4f5ed;
    -moz-box-shadow: 0px 0px 50px #f4f5ed;*/
    overflow: auto;
}

#dettaglioMantis table tr td{
    border: 1px solid #DADADA;
}

#dettaglioMantis table {
    width: 100%;
    border: 1px solid #DADADA;
}

#dettaglioMantis table tr th{
    height: 30px;
    background: #E8EEF7;
    text-align: center;
    font-weight: bold;
    color: #567394;
    border: 1px solid #DADADA;	
}

#waitBar, #wait{
    background-color: #ffffff;
    border:3px solid #AAAAAA;
    border-radius: 15px;
    padding:5px;
    position:fixed;
    z-index:1001;
    display: none;
    width: 150px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -40px;
    text-align:center;
    overflow: auto;
}

#wait{
    position:relative;
    top:0;
    left:0;
    margin: 0 auto;
    margin-bottom: 16px;
    height: 120px;
    width: 80%;

}

a.manage{
    cursor: pointer;
}

div.no_result{
    font-weight: bold;
    color: rgb(80, 110, 144);
    text-align: center;
    border: 1px solid rgb(218, 218, 218);
    background: none repeat scroll 0% 0% rgb(232, 238, 247);
    padding-top: 5px;
    padding-bottom: 5px;
}

div#aiuto{
    margin-top: 10px;
}

a#help{
    font-size: 14px;	
}

div#profili_info{
    display: none;
    margin-left: 6px;
    margin-top: 6px;
    line-height: 18px;	
}

#registrazione_captcha {

}

.required_field:after {
    content: '*';
}

.labeled-checkbox-controls span {
    padding-left: 6px;
    vertical-align: middle
}

.labeled-checkbox-controls {
    position: relative;
    top: 20px;
}

.form_errors {
    text-align: center;
    padding-bottom: 5px;
    color: #FF0000;
}

#persona_data_nascita select {   
    width: 65px;
}

#dati_ente_ente_data_costituzione select {   
    width: 65px;
}

.recapiti {
    width: 160px; 
    text-align: right; 
    padding-right: 20px;
}

.email-type {
    width: 85px;
}

/* richiesta Sac ID */ 
#registrazione_captcha_group img {
    display: block;
    margin-bottom: 10px;
}

#registrazione_captcha_group label {
    position: relative;
    top: 30px;
}

#certificatore_consenso_elenco input,
#certificatore_consenso_recapiti input, 
#registrazione_accettazionePrivacy input, 
#registrazione_assunzioneResponsabilita input, 
#ruolo_core_accettazionePrivacy input, 
#ruolo_core_assunzioneResponsabilita input {
    float: left;
}

#certificatore_consenso_elenco label,
#certificatore_consenso_recapiti label,
#registrazione_accettazionePrivacy label, 
#registrazione_assunzioneResponsabilita label, 
#ruolo_core_accettazionePrivacy label, 
#ruolo_core_assunzioneResponsabilita label {
    text-align: left;
    padding-left: 10px;
}

#certificatore_consenso_elenco input:after,
#certificatore_consenso_recapiti input:after,
#registrazione_accettazionePrivacy label:after, 
#registrazione_assunzioneResponsabilita label:after, 
#ruolo_core_accettazionePrivacy label:after, 
#ruolo_core_assunzioneResponsabilita label:after {
    content: "";
}

#submit_conferma {
	margin-left: 10px;
}

#conferma_dati_registrazione td:first-child {
	width: 45%;
}

#registrazione_utente_persona_documenti_persona_0_documento_fileCaricato {
	margin-top: 10px;
}

/* common */

ul, ul li {
    list-style: none;
    list-style-position: inside;
}

ul.legenda {
	margin-top: 20px;
}

ul.legenda li {
	list-style-type: none;
	margin-bottom: 10px;
}

ul.legenda li:last-child {
	margin-bottom: 0;
}

.well-sc31 {
	min-height: 0;
	margin-bottom: 15px;
}

.pagina, .pagina p *, .pagina ul *, .pagina ol *  {
	font-size: 13px;
	line-height: 19.5px;
	min-height: 30px;

}

.pagina ul, .pagina ul li {
	list-style: disc;
	padding-left: 20px;
}

.pagina ul li {
	padding-left: 10px;
}

ul.latin li {
	list-style-type: lower-latin;
}

.pagina h4 {
	line-height: 19.5px;
}

.table-centered td, .table-centered th {
	text-align: center;
}

.centered {
	text-align: center !important;
}

.abbreviazione {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-content {
	margin-bottom: 0px;
}

.floated-title {
	width: 90%; 
	float: left;
}

.help-anchor {
	width: 5%; 
	float: right; 
	text-align: right;
}

.help-anchor i {
	position: relative; 
	top: 8px;
}

.legend-icon {
	line-height: 20px;
}

.legend-label {
	position: relative; 
	top: 1px;
}

.popover-requisito {
	text-decoration: underline;
}

.pagination {
	text-align: center;
}

/* creazione ente */
#dati_ente_ente_codice_ateco, #dati_ente_ente_forma_giuridica {
	width: 400px;
}

/* home */
.comunicazione {
	border-bottom: 1px dotted #BBB;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.comunicazione p {
	padding-top: 5px;
}

.comunicazione:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.comunicazione:first-child {
	margin-top: 10px;
}

.form-horizontal .control-label-piccola {
  float: left;
  width: 90px;
  padding-top: 5px;
  text-align: right;
}

.icon-sac_ok {
    background-image: url("../images/ok.png");
    background-position: center center;
}

.icon-sac_not_ok {
    background-image: url("../images/not_ok.png");
    background-position: center center;
}

.icon-sac_warnig {
    background-image: url("../images/warning.png");
    background-position: center center;
}

.document {
    padding-left: 30px;
}
.document a{
 color: #000;
}

/*********************************************/
/*    New    */
/*********************************************/
#leftcolumnwrap{
    position: relative;
}
.fix-col{
    position: fixed;

    width:220px; 
    overflow: auto;
    height: 100%;

}
.fix-col.lx{
 z-index: 1300;
 background-color: #fff;
 left: 0;
}
.fix-col.rx{
 z-index: 1100;
 margin-top: 30px;
}

.top-fix .title-left h1 {
    color: #FFFFFF;
    font: 200 32px/40px 'Roboto';
}

.top-fix {
    background-color: #0B2139;
    bottom: 0;
    height: 80px !important;
    left: 320px !important;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: auto !important;
    min-width: 530px;
    z-index: 1000;
}
.navbar{
    display: block;
    height: 42px;
    margin-bottom: 0;
    overflow: hidden;
}
.center-column{
    /*margin-bottom: 40px;*/
}
.intestazione{
    height:70px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.title-left{
    /*width: 65%;
    float: left;
    border-left: 2px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 3%;
*/
}
.title-left h1{
    font-size: 22px;
    font-weight:300;
    color: #7494a0;
    line-height: 135%
}
.title-left h1 span{

    font-weight: 500;
}
.subtitle-right{
    padding: 0 0 0 3%;
    width: 20%;
    float: left;
}
.subtitle-right h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 135%
}
/*COLONNA DI SINISTRA*/
.fix-col .logo{
   padding:25px 15% 0 ;
   width: 70%;    
}
.box.box-login{
    padding: 10px 15%;
}
.box.box-login .box-content{
    padding:10px 0;
}
.title-main_content_first h4{
    font-weight: 400;
    font-size: 14px;
    color: #5a768e;   
}
.title-main_content_second{
    font-weight: 300;
    font-size: 12px;
    color: #5a768e;    
}
.title-main_content_second a{
    font-weight: 300;
    font-size: 12px;
    color: #5a768e;
    text-decoration: underline;
}
.fix-col .logo img {
    width: 100%
}


.fix-col .user-box.not-logged{

 background-image: url("../images/usernot.png");
 background-repeat: no-repeat;
 color: #000;
 font-size: 12px;
 font-weight:300;
 margin: 15px 0 0 13%;
 padding:14px 0 14px 45px ;
}
.fix-col .user-box.yes-logged{

 background-image: url("../images/usersac.png");
 background-repeat: no-repeat;
 color: #000;
 font-size: 11px;
 font-weight:400;
 margin: 30px 0 15px 13%;
 padding:0 0 14px 45px ;
 line-height: 15px;
}
.accordion-group  .yes-logged a.accordion-toggle {

    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
}
.user-role, .user-name{
    color:#999 !important;
}
.menu_verticale .accordion-group{
    border-bottom: 1px solid #eaeaea;
}

.accordion-group a.accordion-toggle:link{
    text-decoration: none;
    color: #5a768e;
    font-size: 14px;
}

.col_sx .accordion-group a.accordion-toggle:hover{
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
.accordion-group ul.user-element a.accordion-toggle:hover{
    cursor: inherit;
    background-color: #fff;
}


.accordion-group h5{
    font-weight: normal;
    font-size: 14px;  
    text-transform: uppercase;
}
.accordion-inner a{
    font-weight: 400
}
.accordion-inner span.arancio{
    color: #47aac6
}
.box.accordion-heading{
    background: #fff;
}
.box.accordion-heading:hover{
    background: #47aac6;
    color: #fff
}
.box.accordion-heading a.openLeft{
    background: #47aac6;
    color: #fff
}
.nav-tabs.nav-stacked.user-element > li > a{
    text-align: center;
    margin-bottom: 10px;
    padding:0 10%;
}

.collapse.in .leftSelectedIndex{
    background-color: #d6e2e9;

}

.user-element div.user-name{
    font-weight: 300;
    color: #465166;
    font-size: 10px;
    text-align: center;     
}
.user-element div.user-role{
    font-weight: 400;
    color: #9C9EAE; 
    font-size: 9px;
    text-align: center;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-registrati{
    width: 100%;
    margin-top: 20px;
}
.box-registrati a  {
    text-align: left;
    font-weight: 400;
    border-top:1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 12px 15%;
    font-size: 14px;
    display: block;
    background-color:#47aac6;
    color: #fff;
    margin-top: 0;
}
.box-registrati a:hover{
    color: #fff;
    background-color:#47aac6;
    text-decoration: none; 

}


/*COLONNA DESTRA*/
.box-head.leggibilita{     
    margin: 10px 0;
    padding-bottom: 0;
}
.patrocinio{
    margin: 15px 0;
    overflow: hidden;
}
.patrocinio a:hover{
    text-decoration: none;

}
.patrocinio-lx{
    float: left;
    width: 100%;
}

.patrocinio-lx img{
  margin-right: 6px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.patrocinio-lx img.prima{
  margin-right: 0!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.patrocinio-lx img.ultima{
  margin-right: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.patrocinio-rx{
    float: left;
    width: 40%;
    margin-left: 10%
}

.patrocinio-rx img{
    margin:5px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.box.search-box{
    background-color: #5a768e;
    padding: 10px 5%;
    width: 100%;
    margin-bottom: 10px
}
.box.search-box .input-medium {
    width: 75%;
    border: none;
    padding: 5px  
}
.lens{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding:0 2%;
}
#vertical-ticker {
    height: 181px;
    margin: 0;
}
ul.avvisi{
 padding:0 15px;
 background-color: #baccd7
}
ul.avvisi li{
    border-bottom: 1px solid #fff;
    padding:10px 0;
    overflow: hidden;
    height: 70px;
    display: block;

}
ul.avvisi li:last-child{
    border-bottom: none;
}
ul.avvisi a{
    color: #5a768e
}
.a-date{
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    text-align: right;
    margin-bottom: 4px;
    float: right;
    padding-right: 3px;
}
.a-title{
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%

}
.a-title:before{
    content: '\b7\a0';
    color:#fff;
}


.a-text{
    font-weight: 300;
}

.box.titolo-rx{
    background-color: #5a768e;
    padding: 0 5%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
    line-height: 37px;
}
.box.titolo-rx a{
    color: #fff
}
.box.titolo-rx .box-head {
    margin: 2px 0 0 2px;
}
.content-icon{
    overflow: hidden;
    background-color: #baccd7;
    margin-bottom: 10px;

}
.content-icon span{
    text-align: left;
    position:relative;
    color: #2E3647;
    font-weight: 300;
    font-size: 11px;
    top: 13px;
}
.content-icon span.faq{

}
.content-icon span.call{

}
.content-icon img{
    float:left;
    width: 30%;
}


/*********************************************/
/*   CONTENUTI   */
/*********************************************/

#contentliquid{
    position: relative;
    padding-top: 55px;
    padding-left: 220px;
}

.box-content {
    padding: 40px 30px;
    min-height: 20px;
    border-top: 3px solid #47aac6;
}
.box-content.no-border {
    border-top: 0;
}

/*blue box*/
.content-bluebox{
    margin:20px 0 25px;

}

.content-bluebox .container{
    text-align: center;
}

div.content-bluebox > .navbar{
    z-index: 0;
    position:relative;
    margin-left:0px !important;
    width: 100%;
}
div.content-bluebox .tab-content {
  float: left;
  overflow: auto;
}
div.content-bluebox .navbar-inner {
    margin-left: 0px;


}
.content-bluebox .container{
    border:none;
    margin: 0px;
    min-height:0;
}
.content-bluebox ul{
    width: 100%;
    background-color: #d6e2e9;
    
}

.blue_box {
  background-color: #d6e2e9;
  border-radius: 10px;
  color: #FFFFFF;
  display: block;
  height: auto;
  margin: 0;
  position: relative;
  width: 24.56%;
}

.blue_box a{
    color:#fff;
}

.blue_box li .active{
    background-color: #000;
}
.blue_box:before {
  background: none repeat scroll 0 0 #5a768e;
  border-color: #d6e2e9 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 45px 0 45px 23px;
  bottom: 0;
  content: "";
  display: block;
  left: -26px;
  position: absolute;
  width: 0;
  z-index: 4;
}

.blue_box:after {
  border-color: #5a768e rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 45px 0 45px 23px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 5;
}
/*

.blue_box:after {
  border-color: #d6e2e9 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 50px 0 50px 28px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 5;
}
.blue_box:before {
  background: none repeat scroll 0 0 #d6e2e9;
  border-color: #5a768e rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 50px 0 50px 28px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 4;
}

.blue_box:hover:after{
    background-color: #FFFFFF;
    color:#5a768e;
}
.blue_box:hover:before {
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    color:#5a768e;
}
*/

.content-bluebox ul.stepUL > li.blue_box > a {
  background-color: #5a768e;
  display: block;
  font-size: 11px;
  font-weight: 300;
  height: 90px;
  text-align: center;
  text-transform: uppercase;
  width: 97%;
  padding: 0;
  color: #d6e2e9;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
.content-bluebox ul.stepUL > li.blue_box > a:hover{
    background-color: #5a768e;
    border: 0 none;
    box-shadow: none;
    color: window;

}

.blue_box h4 a:hover{
}

.blue_box a {
    color: #fff;
    padding: 10px 0.5%;
}

.blue_box a > span{
   display: block;
   padding-top:26px;
   font-size: 22px;
   font-weight: 300;
   font-style:italic;

   text-transform: capitalize;
}

.blue_box a > span > b{
    font-weight: bold;
}

.blue_box2{
    background-color: #5a768e;
    color: #fff;
    display: block; 
    -webkit-box-shadow: 8px 8px 0px 0px #d6e2e9;
    box-shadow: 8px 8px 0px 0px #d6e2e9;  
    margin-left: 3%!important;
    width: 45.1709%!important;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px
}

.blue_box2 h3{
    margin-bottom: 20px
}
.blue_box2 h3 a{
    color: #fff;

}
.row-fluid li.span3.blue_box {
    width: 25.33%;
}
.row-fluid [class*="span"].blue_box {
    margin-left: 0;
}
.row-fluid [class*="span"].blue_box:first-child {
    margin-left: 0;

}
.row-fluid .blue_box[class*="span"]:first-child:before {
  background-color: #5a768e;
  border-width: 5px 0;
}
.row-fluid [class*="span"].blue_box:last-child:after {
    background-color:#5a768e;
    right: 0px;
}
.row-fluid [class*="span"].blue_box:last-child{
    width: 24%;
}


.row-fluid.navbar{
    display: inline;
}

.white_pannel {
  background-color: #FFFFFF;
  color: #374663;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 5px;
  overflow: hidden;
  padding: 3% 5%;
}
.white_pannel hr{
    margin:1% 0 0 0;
    float: left;
    width: 100%;
}
.w_step{
    float: left;
    width: 100%;
    /*    border-bottom: 1px dashed    #baccd7;*/

}

.w_step.w_desc{
    margin-bottom: 1%;
}


.white_pannel ul:first-letter{
    background-color: #fff;
}

.white_pannel ul li {
    line-height:18px;
    margin-bottom: 5px;
    list-style: disc;
}

.white_pannel h1 {
  font-weight: 300;
  margin: 10px 0 0 0;
}

.w_box {
    float:left;
    width: auto;
    margin:0;
}
.w_box.w_icon{
    margin-right: 24px;
    margin-bottom: 0px;
    width: auto;
}
.w_box.w_icon img{
    width: 90%;
}
.w_box.w_desc{
    width: 65%;
    margin-top: 2%;
    margin-bottom:5%;
}
.w_box.w_desc p:first-letter{
    text-transform: uppercase;
}

.w_box.w_desc > ul{
    background-color: #fff;
}
.w_box.w_desc > ul > li{
    list-style:square;
    list-style-position: inside;

}
.w_box.w_desc b{
    color:#E96336;
    font-weight: 500;
}

.content-bluebox ul li.active {
    background-color: none;
    box-shadow: none;
}

.row-fluid .blue_box.nextStep:before {
  background-color: #baccd7;

}
.row-fluid .blue_box.prevStep:after {
  border-color:  #baccd7 rgba(0, 0, 0, 0);


}

.content-bluebox ul.stepUL > li.blue_box > a.aStep {
 background-color: #baccd7;
 color: #364763;
}
.content-bluebox ul.stepUL > li.blue_box > a.aStep:focus {
 box-shadow:none;
}

.content-bluebox ul.stepUL > li.blue_box > a.aStep > .stepShadow{
    box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.125) inset;
    position: absolute;
    height: 100px;
    left: -9%;
    width: 100%;
    z-index: 99;

}
.content-bluebox ul.stepUL > li.blue_box.active:first-child > a.aStep > .stepShadow {
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.125) inset;
  height: 100%;
  left: 0;
  width: 91%;
}
.row-fluid .blue_box.active[class*="span"]:last-child:after {
  background-color: #baccd7;
  border-color: #baccd7;
  right: 0;
}



/*fine blue box*/

/*FAQ*/

.faq-subtitle{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.faq-category{
    border:none;
    padding: 8px;
    line-height: 20px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #5a768e;
    font-weight: 300;
    margin: 0 3px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #d6e2e9;
    border-top: 1px solid #d6e2e9;
    border-left:  1px solid #d6e2e9;
    border-right: 1px solid #d6e2e9;
}
.faq-category:hover, .faq-category:focus, .faq-category.active{
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    border-top: 1px solid #dadada;
    border-left:  1px solid #dadada;
    border-right: 1px solid #dadada;
    position: relative;
    top: 1px;
    padding:7px 8px 9px 8px;
}
.sc31_div.faq{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #dadada;
    max-width: 550px;
}

/*DOCUMENTI*/

.sc31_div.doc li{
    font-size: 16px;
    margin-bottom: 10px;
}
.sc31_div.doc li:before{
    content:'\25be\a0';
    color:#47aac6;
    position: relative;
    top: -1px;
}

.doc_id_box table{
    width:100%;
}

div.doc_id_box table.table tr > td.centered{
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 0 none;

}

.doc_id_box > .doc_id_desc {
    width: 100%;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 25px;
    color:rgb(55, 71, 100);
}

.doc_id_box > .doc_id_desc > img{
    float:left;
    width:70px;
    margin-right: 20px;
    margin-left: 15px;
}

.doc_id_box > .doc_id_desc > strong{
    font-size: 11pt;
    font-weight: 300;
}
.doc_id_box > .doc_id_desc > p{
    font-size: 16pt;
    font-weight: 400;


}
/*Direttive*/

.accordion.wrap .accordion-toggle:before{
    content:'\25be\a0';
    color:#47aac6;
    position: relative;
    top: -1px;

}

.accordion.wrap .accordion-body .accordion-inner {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
    border-left: 1px solid #47aac6;
    padding-bottom: 9px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 9px;
    font-size: 12px;
    line-height: 15px;
    margin-left: 2%;
    margin-bottom: 20px;
    max-width: 530px;
}
/* avvisi */
ul.tabs {
    display:block;
    list-style:none;
    margin:0 auto;
    position:relative;
    z-index:2;
    top: 1px;
    overflow: hidden;
}
ul.tabs li {
    background-color: #d6e2e9;
}

ul.tabs li a {
    line-height: 20px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #5a768e;
    font-weight: 300;
    margin: 0 3px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #d6e2e9;
    border-top: 1px solid #d6e2e9;
    border-left:  1px solid #d6e2e9;
    border-right: 1px solid #d6e2e9;
    
    background: #47aac6;
    color: white;
    border-color: transparent;
    border-radius: 0;
    padding: 10px 20px;
}

ul.tabs li a:hover, ul.tabs li.active a {
    text-decoration: none;
    background-color: #fff;
    position: relative;
    /*bottom:-1px;*/
    color: #5a768e;
    border-color: #d6e2e9;
}
.contenitore_tabs {
    clear:both;
    overflow:hidden;
    border:1px solid #d6e2e9;
    padding: 20px;
    background-color: #fff;
}
.post{
    border-bottom: 1px dashed #baccd7;
    padding: 40px 0;
    max-width: 730px;
}
.post:last-child{
    border-bottom: none;
}
.post-title{
    margin-bottom: 10px;
    line-height: 30px;
}
.post-title .title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.post-title .date{
    font-style: italic;
    margin-bottom: 10px;
}
/*TITOLI*/
.box-content h1{
    width: 60%;
    /*border-top: 3px solid #47aac6;*/
    font-size: 20px;
    font-weight: 300;
    color: #374764;
    padding:6px 0 0 10px;
    margin-bottom: 30px;
    position: relative;
    left:-13px;
}



.box-content h1.organismo{
    width: 54%;
    border-left: 3px solid #47aac6;
    border-top: none;
    font-size: 20px;
    font-weight: 500;
    color: #374764;
    padding:10px 4%;
    margin-bottom: 30px;
    margin-left: 2%;
    position: relative;
    left:-13px;
    float: left;
}

.title-rx{
    border-left: 1px solid #ccc;
    width: 32%;
    padding:8px 0 8px 3%;
    float: left;
    color: #374764;
    font-style: italic;
}
.box-content h2{
    width: 96%;
    background-color: #e8e8ed ;
    font-size: 19px;
    font-weight: 300;
    color: #374764;
    padding:10px 2%;
    margin-bottom: 15px;
    border-bottom: 1px solid #80c2de
}

.box-content h4{
    width: 96%;
    background-color: #e8e8ed ;
    font-size: 14px;
    font-weight: 300;
    color: #374764;
    padding:10px 2%;
    margin-bottom: 15px;
    border-bottom: 1px solid #80c2de
}


.box-content h2 a{
    color: #374764;
    
}
.box-content h2.faq{
    width: 96%;
    border-left: 3px solid #47aac6;
    border-bottom: none;
    background-color: #fff;
    border-top: none;
    font-size: 16px;
    font-weight: 500;
    color: #374764;
    padding:10px 2%;
    margin-bottom: 30px;
    position: relative;
    left:-13px;
}

.welcome-box {
    background-color: #fff;
    padding:30px;
    color: #374764;
    margin-bottom: 40px;
    box-sizing: border-box;
    
    box-shadow: 0 0 2px 0px #BDCCD8;
    border-bottom: 1px solid #C9D4DB;
}
.welcome-box .span5 { max-width: 300px; margin-top: 5px; }
.welcome-box .span5, .welcome-box .span7 { max-width: 400px; }
.welcome-box h3.welcome{
    font-weight: 300;
    font-size: 24px;
}
.welcome-box p{
    font-weight: 400;
    padding: 0 10% 0 4%;
    font-size: 13px;
}
.product-name { font-weight: bold; font-size: 34px; margin-top: 10px; }

.info-footer{
    background-color: transparent;
    padding: 0 15px;
    width: 480px;
    margin: 20px auto;
    padding:15px 15px 15px 48px;
    font-size: 11px;
    background-image: url("../images/alert.png");
    background-repeat: no-repeat;
    background-position: 12px 50%;
    color: #5a768e; 

    border: 2px solid #baccd7;
    border-radius: 5px;
}

/*GALLERIA*/
.carousel-control {
  position: absolute;
  top: 50%;
  left:0;
  width: 80px;
  height: 150px;
  margin-top:-80px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: none;
  border: none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control img{
    height: 100%;
}
.carousel-caption {
    background: transparent;
    top:15%;
    left: 0;
    padding: 0 82px;
    position: absolute;
    right: 0;
    color: #fff;
    line-height:120%
}
.carousel-caption h3{
    font-size: 22px;
    font-weight: 300;
    line-height:22px
    
}


.carousel-inner {
   font-family: roboto condensed;
   max-height: 250px;
}

.carousel-inner > .item{
  background-color:#b3d5e2 /*#a6d2df #47aac6*/;
}
.carousel-caption h4{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height:36px;
    margin-bottom: 10px;
}
.carousel-caption h5{
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    line-height:28px
}
.carousel-caption h5 a{
    color: #fff
}
.carousel-indicators{
    display: none;
}
.left-courousel{
    max-width: 500px;
}
.right-courousel{
    background-color: rgba(255,255,255,0.8);
    padding:15px 10px;
    max-width: 180px;

}

.right-courousel p{
    color: #2f3747;
    margin-bottom: 6px;
    height: 56px;
    overflow: hidden;
}


/*** CHART ***/
.item.chart_slide > .chart_box h4,  .chart_box > div{
    color:#5B748D;/*#5B748D;*/
}


.chart_box > .legenda_chart > h3{
    color: rgb(255, 255, 255);
    float: left;
    font-size: 31px;
    margin: 3px 0 0 10px;
}


.item.chart_slide > .chart_box {
    height: 100%;
    min-height: 250px;
    position: relative;
    width: 80%;
}

/* logo chart*/
.chart_grafic {
    float: left;
    height: 80%;
    left: 70px;
    position: absolute;
    top: 50px;
    width: 10%;
}

.sfondo_ape{
    width: 150px; 
    height: 150px;
    border-radius: 50%;
    background: white;
    position: absolute;
    text-align: center;
    left: 94px;
    position: absolute;
    top: 50px;
    line-height: 37px;

}
.sfondo_ape span {
    font-size: 20px;
    left: 41%;
    padding-top: 35%;
    position: absolute;
    color:#5B748D;
}
.legenda_chart {
  float: left;
  padding-left: 180px;
  padding-top: 4%;
  width: 100%;
}

.legenda_chart > h4{
    float: left;
    font-weight: normal;
}

.legenda_chart > h4 > span {
    color: white;
    margin:0 3px;
    font-weight: 100;
}
.row_legenda {
    width: 31%;
    float: left;
    
    margin-right: 3%;
}

.legenda_table {
    width:80%;
    clear:left;
}

.row_legenda > span {
  float: left;
  font-size: 1.2vw;
  font-weight: 100;
  margin-top: 10px;
  white-space: nowrap;
  width: 83%;
}

.row_legenda span.color_icon{
    width: 10px;
    margin-right: 5px;
    border: 1px solid #fff;
    height: 10px;
}


/* form ricerca pratiche */
.ricerca_istruttorie hr{
    clear: left;
}

.ricerca_istruttorie > table.ricerca_istruttorie{
    width: 100%;
    margin: 0px;
    padding: 0;
    height: 100%;
}
.ricerca_istruttorie > table.main_table{
    width: 100%;
}
.ricerca_istruttorie > table.main_table tr{
    vertical-align: top;
    padding: 0;
}

.ricerca_istruttorie > table.main_table td{
    margin: 0;
    /*background-color: green;*/
}
.ricerca_istruttorie > table.main_table tr.form_row{
    border:0;
    padding: 0;
    margin: 0;
    background-color: #CEDDE5;
}
.ricerca_istruttorie > table.main_table tr.form_row > td{
    border:0;
    padding: 0;
    margin: 0;
    border-right: 5px solid white;
}
.ricerca_istruttorie > table.main_table tr.form_row > td.conferma{
    background: #5C758E;
    }
.ricerca_istruttorie > table.main_table tr.form_row > thead > td{
    background: black;
    padding: 0;
    margin: 0;
    border-right: 5px white solid;
}
table.main_table tr.form_row td,
table.main_table tr.form_row th{
    margin: 0;
    padding-left: 3px;


}

.ricerca_istruttorie > table.main_table td.conferma{
    width: 60px;
}

td.tasto.conferma{
    width: 70px;
}
table.main_table .table{
    max-width: 100%;
    font-size: 10px;
}

table.main_table .table tr td:first-child, table.main_table .table tbody > tr:nth-child(2n) > td:first-child{
    width: 20px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border: 0px;
}

table.form_sezione{
    float: left;
    width: 100%;/* 42% */
    margin-right: 7px;
    background-color: #CEDDE5;

}
table.form_sezione.nopm{
    padding: 0;
    margin: 0px;

}
table.form_sezione h4{
    color: #3B4760;
    padding: 7px;
    font-weight: 300;
}
table.form_sezione.sc {
    background-color: #5C758E;
    width: 100%;
}
table.form_sezione.sc h4 {
    color: #fff;
}
table.form_sezione thead {
    padding: 7px;
}
table.form_sezione tbody {
    height: 70px
}

table.form_sezione tr{
    height: 100%;
    /*border-bottom: 5px solid white;*/
    text-align: center;
}

table.form_sezione  table.sub tr{
    border:none;
}
table.form_sezione  table.sub tr td{
   padding: 2px;
}

table.form_sezione > thead > tr > th{
    border-bottom: 5px solid white;
} 

table.form_sezione td, table.form_sezione th {
    width: auto;
    padding: 0px;
    vertical-align: middle;
/*    min-height: 95px;
padding: 7px;*/
}
table.form_sezione td > table{
    width: auto;
    margin: auto;
}
table.form_sezione td > table  tr{
    border:0px;
}
table.form_sezione td.tasto {
  background-color: rgb(110, 135, 153);
  height: 64px;
  vertical-align: middle;
  width: 60px;
}
table table.form_sezione td.tasto:first-child{
    border:0px;
}
table.form_sezione td.tasto > input,  td.tasto > a, td.tasto > button{
    background: none;
    border: 0;
    padding: 0;
    margin: 0px;
    height: 100%;
    width: 100%;
}
table.form_sezione td.cerca > input,  td.cerca > a,  td.cerca > button{
    background: url("img/cerca.png") no-repeat 3px;
}
table.form_sezione td.archivio > input,  td.archivio > a,  td.archivio > button{
    background: url("img/archivio.png") no-repeat 3px;
}
table.form_sezione td.conferma > input,  td.conferma > a,  td.conferma > button{
    background:url("img/invio.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.btn.mod_icon{
    background: url("img/modifica2.png") no-repeat;
    height: 40px;
    width: 40px;
    margin: 2px;
    padding: 0px;
    border:0;
    margin: 0px;
    float: left;
}
.btn.visualizza_icon{
    background: url("img/visualizza.png") no-repeat;
    height: 50px;
    margin: 2px;
    width: 50px;
    padding: 0px;
    border:0;
    margin: 0px;
    float: left;
}
.btn.visualizza_icon.centro{
    float: none;
    margin: auto;
    text-align: center;
}
td.actions.tasto.conferma.centered {
  border: 0 none;
  margin: 0;
  min-height: 50px;
  padding: 0;
  width: 73px;
}
.btn.freccia_icon{
    background: url("img/frecciabiancadx50.png") no-repeat;
    height: 50px;
    margin: 2px;
    width: 50px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.btn.archivia{
    background: url("img/archivio.png") no-repeat;
    height: 50px;
    margin: 2px;
    width: 50px;
    padding: 0px;
    border:0;
    margin: 0px;
    float: left;
}
table.table tr td.actions, td.actions{
    background-color: #B5C5D2;
    width: 50px;
    padding: 0;
    /*float: right;*/
    margin: 0px;
}


.form_sezione table.table{
    clear: left;
}

.form_sezione div.modulo select, 
.form_sezione div.modulo input, 
.form_sezione div.modulo a {
    margin:2px;
}
.form_sezione div.modulo div.content {
    float:left;
    padding: 15px;
}

.form_sezione >  div.height_btn > input, div.height_btn > button {
    height: 50px;
    float: right;
    width:40px;
    background-color: #6E8799;
}
.form_sezione .fields_sezione {
    float:left;

}
table.form_sezione.sc td.tasto{
    background-color: #5C758E!important;
}

table.form_sezione table.sub{
    min-height:64px;
    border:0;
}
table.form_sezione table.sub, 
table.sub td,
table.sub tr, 
table.sub tbody,
table.sub thead{
    margin: auto;
    width: auto;
    height: auto;
    table-layout: fixed;
    border:0;
    padding: 0;
}
table.sub td > label, table.sub td > input{
    margin: 5px;

}

table.form_sezione  table.sub tr td {
     background-color:none!important;
}

table.form_sezione  table.sub tr{
    border:none;
}

table.form_sezione  table.sub tr td,
table.form_sezione table.sub tr td:first-child
{
   padding: 2px;
   border:none;
   background: none!important;
   margin: 0px;
}

table.truncate{
    max-width: 835px;
}
table.main_table.truncate tr.form_row td,
table.main_table.truncate tr.form_row th{
    padding: 0;
    margin: 0;
    border:0;

}

/*********************************************/
/*   REWRITE BOOTSTRAP   */
/*********************************************/

.accordion-group {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.leftcolumn{
    border: none!important;
}
.nav-tabs.nav-stacked > li > a {
    border: none !important;
}
.nav{
    margin-bottom: 0 !important
}
.leftcolumn .accordion-heading .accordion-toggle, .leftcolumn .accordion-heading .accordion-inner a, .leftcolumn .accordion-body .accordion-inner a{
    padding: 10px 15%;
    display: block;
}
.accordion-body .accordion-inner {
    border-top: 1px solid #E5E5E5;
    padding: 0;
    background: none repeat scroll 0 0 #EDF2F4;
}

.collapse.in .accordion-inner.leftSelectedIndex {
    background-color: #d6e2e9;
}
.nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
 box-shadow: none;
}

.btn {
    box-shadow: none;

}

.btn-primary {
    background-color: #374764;
    background-image:none;
    font-weight: 300
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #5a768e;
    color: #FFFFFF;
}

/* rewrite bootstrap buttons */
.btn-info, .btn-danger, .btn-success, .btn-warning, .btn-inverse {
    background-image:none;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    /*background-color: #f2f2f7;*/
    background-color: #fff;
}
.table-striped tbody > tr:nth-child(2n) td, .table-striped tbody tr.even td {
    /*background: none repeat scroll 0 0 #E8E8ED;*/
    background: none repeat scroll 0 0 #f9f9f9;
}
.table th, .table td {
    padding: 13px 4px;
    /*text-align: center;*/
    font-size: 13px;
    color:#374764;
    border-top: none;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 400
}
.table th{
    font-weight: 500
}
#datiOrganismo.table th, #datiOrganismo.table td {

    text-align: left;

}


/* TABELLA ELENCO ENTI*/

.table.elenco_1  th,  .table.elenco_1 td {
    border-top: none;
    border-bottom: none;
}

.table.elenco_1 tr{
    border-bottom: 10px solid #fff; }

    .table.elenco_1 tr td{
        background-color: #F3F3F3;
        border-right: 1px solid #fff;
        border-bottom: 10px solid #fff; 
        vertical-align: middle;

    }

    .table.elenco_1 tr td.scegli {
        background-color: #465166;
        border-left: 5px solid #FFFFFF;
        width: 38px;
    }

    .table.elenco_1 tr td.scegli_pratica{
        background-color: #465166;
        max-width: 38px;
        min-width: 11px;
        border-left: 5px solid #fff
    }

    .table.elenco_1 tr td.scegli img{
        width: 40px;
    }

    .table.elenco_1 tr td.scegli_pratica img{
        width: 11px;
    }

    .table.elenco_1 tr td.scegli:hover{
        background-color: #5B768F;
    }

    .table.elenco_1 tr td.scegli_pratica:hover{
        background-color: #5B768F;
    }

    .table.elenco_1 tr td:first-child{
        font-weight: 500;
        background-color: #D7D8DA;
        border-right: 5px solid #fff;
        max-width: 50px;
        width: 20px;
        padding: 0px;
    }
    .table.elenco_1 tr:nth-child(2n+1) td.n-org:first-child{
        background-color: #465166;
        color: #fff;
    }

    .table.elenco_1 tr:nth-child(2n) td.n-org:first-child{
        background-color: #58768e;
        color: #fff;
    }

    .table.elenco_1 tr td.statoATTESA_ISTRUTTORIA, 
    .table.elenco_1 tr td.statoAPPROVAZIONE_RA, 
    .table.elenco_1 tr td.statoAPPROVAZIONE_US, 

    .table.elenco_1 tr td.statoRESPINTA_CIR,
    .table.elenco_1 tr td.statoRIFIUTATA,
    .table.elenco_1 tr td.statoACCETTATA,
    .table.elenco_1 tr td.statoCREATA, 
    .table.elenco_1 tr td.statoLOTTIZZATA, 
    .table.elenco_1 tr td.statoINIZIALIZZATA,
    .table.elenco_1 tr td.statoLOTTIZZABILE{
        padding:0;
        text-align: center;
        width: 50px;

    }  
    .table.elenco_1 tr td img{
        width: auto;
        text-align: center;
        padding: 10px;
    }
    .table.elenco_1 tr td.statoAUDIT,
    .table.elenco_1 tr td.statoISTRUTTORIA,
    .table.elenco_1 tr td.statoAPPROVAZIONE_RA, 
    .table.elenco_1 tr td.statoAPPROVAZIONE_US{
        background-color: #FEDF29;
    }
    .table.elenco_1 tr td.statoRESPINTA_CIR,
    .table.elenco_1 tr td.statoRIFIUTATA{
        background-color: #FF5651;
    }
    .table.elenco_1 tr td.statoACCETTATA{
        background-color: #5AE0B9;
    }
    .table.elenco_1 tr td.statoLOTTIZZATA{
        background-color: #FFD900;
    }
    
    .table.elenco_1 tr td.statoLOTTIZZABILE{
        background-color: #FFD900;
    }
    
    .table.elenco_1 tr td.statoINIZIALIZZATA, 
    .table.elenco_1 tr td.statoCREATA, 
    .table.elenco_1 tr td.statoATTESA_ISTRUTTORIA, 
    {
        background-color: #ACBAC3;
    }
    .table.elenco_1 tbody > tr:nth-child(2n) > td:first-child, .table.elenco_1 tbody tr.even td:first-child{
     background-color: #E5E5E5;
 }
 .table.elenco_1 tr td.white{
    max-width: 100px;
    border-left: 5px solid #fff;

}
.cancellaProcedura, .riepilogoProcedura, .retryProcedura, .blu_butt{
    border:none;
    border-radius: 8px;
    padding:5px 15px;
    margin-bottom: 5px;
    background-image: none;
    text-shadow:none;
    font-size: 13px;
}

.riepilogoProcedura, .blu_butt{
    background-color:#465166;
    color: #fff;

}
.riepilogoProcedura:hover, .blu_butt:hover{
    background-color:#354156;
    color: #fff;

}

.cancellaProcedura, .retryProcedura{
 background-color:#CFD2DB;
 color: #465166;
}
.cancellaProcedura:hover, .retryProcedura:hover{
    background-color:#B1B8C9;
    color: #465166;
}
/* MENU TOP HEADER*/

#navigationliquid {
    padding-left: 220px;
}
#navigationliquid li.active, #navigationliquid li.active > a{
    background-color: #d6e2e9;
    box-shadow:none;
    
}
.navbar {
    display: block;
    height: auto;
    margin-bottom: 0;
    overflow: visible ;
    position: fixed;
    /*margin-left: -36px;
    float: left;*/
    width: 100%;
    z-index: 1000;
}


.navbar-inner {
    background-color: #eaf2f6;
    background-image: none;
    background-repeat: no-repeat;
    border:none;
    /*margin-left: -12px;*/
    border-radius: 0;
    box-shadow: none;
    min-height: 30px;
    padding-left: 0;
    padding-right:0;

    box-shadow: 0 0 1px 0px #CDD4DA;
    border-bottom: 1px solid #CADAE5;
}
.navbar .nav > li > a {
    color: #777777;

    float: none;
    padding: 20px;
    text-decoration: none;
    text-shadow:none;
    font-size: 13px;
    font-weight: 400;
}
.navbar .nav > li > a:hover {
    background-color: #d6e2e9;
}
.navbar .nav > li > a:active, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #d6e2e9;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    padding-bottom: 4px;
    padding-top: 4px;
    height: 20px;
}
select {
    height: 30px;
}
input[type="file"] {
    height: inherit;
    line-height: inherit;
    margin-bottom: 4px;
    padding: 8px;
}
a.btn, input.btn {
    line-height: 17px;
}
.form-horizontal .control-label {
    padding-top: 7px;
}
.table .btn{
    margin-top: 0;
}
.table th, .table td {
    padding: 10px 10px;
    vertical-align: middle;
}
form table select, form table textarea, form table input[type="text"], form table input[type="password"],form table input[type="datetime"], form table input[type="datetime-local"], form table input[type="date"], form table input[type="month"], form table input[type="time"], form table input[type="week"], form table input[type="number"], form table input[type="email"], form table input[type="url"], form table input[type="search"], form table input[type="tel"], form table input[type="color"], form table .uneditable-input{
    margin:5px 0;
}

.compound-form input, .compound-form textarea, .compound-form .uneditable-input{
    width: 172px;
}

select option{
    word-break: break-all;
    width: 100%;
    -ms-word-wrap:break-word;
}

.compound-form select {
    height: 30px;
    width: 185px;
}

.inputDate select{
	width: 60px;
}
/*********************************************/
/*   Scrollbar   */
/*********************************************/

.mCSB_container {
    margin-right: 0;
    overflow: hidden;
    width: auto;
}
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 rgba(55, 71, 100, 0.4);
    border-radius: 2px 2px 2px 2px;
    width: 5px;
}
.fix-col.rx .mCustomScrollBox.mCS-dark-thick{
 padding-right: 10px;
}
.mCustomScrollBox > .mCSB_scrollTools {

    width: 15px;}

    .mCSB_scrollTools .mCSB_buttonUp{
        background-position:-80px 0;

    }
    .mCSB_scrollTools .mCSB_buttonDown{
        background-position:-80px -20px;

    }


    /* MODAL MODIFY */
    .modal-backdrop.fade {
        z-index: 2000;
    }

    .hide {
        z-index: 2001;
    }

    .contenuto {
        margin-bottom: 30px;
    }

	#headerEnte {
		margin: 13px;
	}

    .subtitle {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .contact-item {
        border-left: 3px solid #47aac6;
        color: #374764;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
        padding: 10px 1%;
    }

    .flash {
        margin: 13px;
    }



    /*********************************************/
    /*   STILE RESPONSIVE                */
    /*********************************************/
    @media (min-width: 1800px)  {

        .span8 {
            /*width: 73%;*/
        }
        .top-fix {
            /*width: 73.5%;*/
        }
        .carousel-caption {
           top:14%;
       }

   }
   @media (min-width: 1700px) and (max-width: 1799px) {

    .span8 {
        /*width: 71%;*/
    }
    .top-fix {
        /*width: 71.5%;*/
    }
       /*
        .carousel-caption {
           top:32%;
        }
        */
    }
    @media (min-width: 1600px) and (max-width: 1699px) {

        .span8 {
            /*width: 69%;*/
        }
        .top-fix {
            /*width: 69.6%;*/
        }
        /*
        .carousel-caption {
           top:32%;
        }
        */
    }
    @media (min-width: 1500px) and (max-width: 1599px) {

        .span8 {
            /*width: 67%;*/
        }
        .top-fix {
            /*width: 69.5%;*/
        }
        .intestazione{

            width: 97.1%}
        /*
        .carousel-caption {
           top:32%;
        }
        */

    }
    @media (min-width: 1400px){
        .span2 {
            /*width: 200px;*/
        }
        
        .top-fix {
            height: 116px;
            left: 240px;
            
        }
        .intestazione{
            height:85px;
        }

        #versioning{
            float: none !important;
        }

    }    
    @media (min-width: 1400px) and (max-width: 1499px) {

        .span2 {
            /*width: 200px;*/
        }
        .span8 {
            /*width: 65%;*/
        }
        [class*="span"] {
            margin-left: 30px;
        }
        .top-fix{
            left: 240px;
            /*width: 65.5%; */
            height: 116px;
        }
        .intestazione{
            height:85px;
        }
        /*
        .carousel-caption {
           top:30%;
        }
        */

    }



    @media (min-width: 1300px) and (max-width: 1399px) {
      .span2 {
        /*width: 200px;*/
    }
    .span8 {
        /*width: 62%*/
    }
    [class*="span"] {
        margin-left: 30px;
    }
    .top-fix{
        left: 240px;
        /*width: 62.5%;*/
        min-width: 490px;
        height: 109px;
    }
    .contenuti {
     float: left;
 }
 .title-left{

    padding: 0 3%;
}
.title-left h1{
    font-size: 20px;

}
.subtitle-right{
    padding: 0 0 0 3%;

}
.subtitle-right h4{
    font-size: 14px;
    padding-top: 0;
}
        /*
        .carousel-caption {
           top:20%;
        }
        */
            .intestazione{
                height:80px;
            }
            .patrocinio {
                margin: 13px 0;
            }

            #versioning{
                float: none !important;
            }
            .row_legenda > span{
                font-size: 18px;
            }

        }
        @media (min-width: 1200px) and (max-width: 1299px) {
            .span2 {
                  /*width: 200px;*/
              }

            .span8 {
                /*width: 725px;*/
            }
            .top-fix{ 
                left: 240px;
                /*width: 718px;*/
                height: 106px;
            }
            .contenuti {
                float: left;
                width: 99%
            }
            [class*="span"] {
                margin-left: 30px;
            }
            .title-left{

                padding: 0 3%;
            }
            .title-left h1{
                font-size: 18px;
                
            }
            .subtitle-right{
                padding: 0 0 0 3%;

            }
            .subtitle-right h4{ 
                font-size: 12px;
                padding-top: 2px;
            }

            .intestazione{
                height:75px;
            }
            .patrocinio {
                margin: 10px 0;
            }

            .carousel-caption h3{
                font-size: 16px;
                line-height:16px

            }
            .carousel-caption h4{
                font-size: 28px;
                line-height:28px;
                margin-bottom: 10px;
            }
            .carousel-caption h5{
                font-size: 16px;
                line-height:16px
            }

            .right-courousel{
                background-color: rgba(255,255,255,0.8);
                padding:15px;
            }
            .right-courousel p{
                color: #2f3747;
                margin-bottom: 10px;
            }
            #versioning{
                float: none !important;
            }
            .legenda_chart {
                padding-top: 9%;
            }
            .row_legenda > span{
                font-size: 16px;
            }


        }
        @media (min-width: 1099px) and (max-width: 1199px) {
           .span2 {
            /*width: 180px !important;*/
        }

        .col_sx{
            /*width: 180px;*/
        }
        .span8 {
            /*width: 660px;*/
        }

        [class*="span"] {
            margin-left: 20px;
        }
        .top-fix{
            left: 210px;
            /*width: 648px;*/
            height: 91px;
        }
        .contenuti {
            float: left;
            width:98.3%;
        }
        .title-left{

            padding: 0 3%;
        }
        .title-left h1{
            font-size: 16px;
        }
        .subtitle-right{
            padding: 0 0 0 3%;

        }
        .subtitle-right h4{
            font-size: 11px;
            padding-top:0;
        }
        .intestazione{
            height:67px;
        }
        .patrocinio-rx img {
            margin: 4px;
        }
        .patrocinio {
            margin: 7px 0;
        }
        .content-icon span{
            top:5px;
        }
        .a-text{
            height: 43px; overflow: hidden;
        }

        .carousel-caption h3{
            font-size: 16px;
            line-height:16px
            
        }
        .carousel-caption h4{
            font-size: 28px;
            line-height:28px;
            margin-bottom: 10px;
        }
        .carousel-caption h5{
            font-size: 16px;
            line-height:16px
        }

        .right-courousel{
            background-color: rgba(255,255,255,0.8);
            padding:15px;
        }
        .right-courousel p{
            color: #2f3747;
            margin-bottom: 10px;
        }
        #versioning{
            float: none !important;
        }

        .patrocinio-lx img {
            margin-right: 5px;
            width: 27px;
        }
        .legenda_chart {
            padding-top: 12%;
        }
        .row_legenda > span{

            /*font-size: 15px;   */

        }
    }

    @media (min-width: 979px) and (max-width: 1098px) {
    #wrapper {
        /*max-width: 1024px;*/
    }
    .span2 {
        /*width: 154px;*/
    }
    .col_sx{
    /*width: 165px;*/
    }
    .span8 {
        /*width: 620px;*/
    }
    .top-fix{
      top:0;
      left: 174px;
      /*width: 608px;*/
      height: 100px;
    }

    [class*="span"] {
    margin-left: 15px;
    }
    .contenuti {

    }
    
    .title-left{
    }
    .title-left h1{
        font-size: 15px;

    }
    .subtitle-right{
        padding: 0 0 0 3%;


    }
    .subtitle-right h4{
        font-size: 11px;
        padding-top: 2px;
    }
    .patrocinio-rx img{
        margin: 1px;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    }
    .a-text{
        height: 43px; overflow: hidden;
    }

    .blue_box h4 {
        font-size: 11px;
    }
    .blue_box h4 a 
    {
       font-weight: 400;
    }

    .carousel-caption {
        bottom: 10%;
    }
    .carousel-caption h3{
        font-size: 16px;
        line-height:16px

    }
    .carousel-caption h4{
        font-size: 28px;
        line-height:28px;
        margin-bottom: 10px;
    }
    .carousel-caption h5{
        font-size: 16px;
        line-height:16px
    }

    .right-courousel{
        background-color: rgba(255,255,255,0.8);
        padding:15px;
    }
    .right-courousel p{
        color: #2f3747;
        margin-bottom: 10px;
    }
    #versioning{
        float: none !important;
    }

    .patrocinio-lx img {
    	margin-right: 3px;
    	width: 25px;
    }
    .legenda_chart {
        padding-top: 12%;
    }
    .row_legenda > span{

     font-size: 13px;   

    }
}

@media (min-width: 100px) and (max-width: 979px){
    #wrapper,.block-height {
        /*max-width: 1024px;*/
        /*        width: 1024px;*/
        display: block;
    }
    .intestazione{
      width:   92%;
  }
  .row-fluid .span3 {   width: 21.928%; }
  .span2 {
    /*width: 154px;*/
}
.col_sx{
    /*width: 165px;*/
}
.span8 {
    /*width: 571px;*/
}
.top-fix{
  top:0;
  left: 174px;
  /*width: 608px;*/
  height: 100px;
}
[class*="span"] {
    margin-left: 15px;
}
.contenuti {

}

.title-left{

    padding: 0 3%;
}
.title-left h1{
    font-size: 14px;

}
.subtitle-right{
    padding: 0 0 0 3%;

}
.subtitle-right h4{
    font-size: 11px;
    padding-top: 2px;
}
.patrocinio-rx img{
    margin: 1px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.a-text{
    height: 43px; overflow: hidden;
}

    .blue_box h4 {
        font-size: 11px;
    }
    .blue_box h4 a{
       font-weight: 400;
   }

.carousel-caption {
    bottom: 10%;
}
.carousel-caption h3{
    font-size: 16px;
    line-height:16px

}
.carousel-caption h4{
    font-size: 28px;
    line-height:28px;
    margin-bottom: 10px;
}
.carousel-caption h5{
    font-size: 16px;
    line-height:16px
}

.right-courousel{
    background-color: rgba(255,255,255,0.8);
    padding:15px;
}
.right-courousel p{
    color: #2f3747;
    margin-bottom: 10px;
}
#versioning{
    float: none !important;
}

.legenda_chart {
    
    padding-top: 12%;
}
.row_legenda > span{

    font-size: 13px;   
}
.patrocinio-lx img {
  margin-right: 0;
  width: 25px;
}
}

#riepilogoProcedura .popover {
	z-index: 3000;
}

.inserisciEnte {
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
	padding: 0 !important;
	width: 205px !important;
}

#inserisciNuovoEnte:hover {
	text-decoration: none;
}

/* form */ 
/*datapicker*/
.datePicker {
    text-align: center;
    /*width: 82px;*/
    margin-right: 5px;
}

.square-box{
	background-color: #5a768e;
    box-shadow: 8px 8px 0 0 #d6e2e9;
    color: #FFFFFF;
    display: block;
	min-height: 24px;
}

.square-box h4 {
	color: #d6e2e9;
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.square-box h4 a{
	color: #d6e2e9;
	display: block;
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15%;
}
/*form error fix*/
/*Se dovesse dare problemi, rimuovare tutto questo blocco*/
ul.form_errors li{
	text-align: left;
	padding-left: 182px;
}

#macrovoci-lst > li {
    margin-bottom: 5px;
}

.input-append .add-on, .input-prepend .add-on {
    padding: 7px 5px;
}

.well, .breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.underline {
    text-decoration: underline;
}

.no-padding {
    padding: 0 !important;
}

.select2-container {
    min-width: 220px;
}

.table-fixed {
    table-layout:fixed;
}

.table-slim th, .table-slim td {
    padding: 5px;
}

.input-box {
    margin-bottom: 5px;
}

.help-block {
    display: inline !important;
    padding-left: 5px;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* //// BOOTSTRAP RESTYLING                                                   */
/* ////////////////////////////////////////////////////////////////////////// */

/* button GENERIC styling */
.btn { 
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0),rgba(0, 0, 0, 0.05));
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0d000000',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;

    font-size: 14px;
}
.btn:hover { 
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.15),rgba(255, 255, 255, 0.10));
    background-position: 0;
    
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.btn:focus {
    background-position: 0;
}

/* button SIZES */
.btn         { padding: 8px 16px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn-large   { padding: 12px 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.btn-small   { padding: 4px 12px; }
.btn-mini    { padding: 2px 10px; }

.btn-mini .caret, .btn-small .caret { margin-left: 4px; }

/* button COLOURS */
.btn          { background-color: #E5EDF1; }
.btn-primary  { background-color: #374764; }
.btn-info     { background-color: #4CBBDA; }
.btn-success  { background-color: #3AB34E; }
.btn-warning  { background-color: #FFB441; }
.btn-danger   { background-color: #E8514B; }
.btn-default  { background-color: #E5EDF1 !important; color: #333 !important; font-weight: normal; }

.btn:hover, .btn:focus, .btn:active, 
.btn.active, .btn.disabled, .btn[disabled] { background-color: #E5EDF1; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #374764; }

.btn-default:hover, .btn-default:focus, .btn-default:active, 
.btn-default.active, .btn-default.disabled, .btn-default[disabled] { background-color: #E5EDF1 !important; }

.btn-info:hover, .btn-info:focus, .btn-info:active, 
.btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-color: #4CBBDA; }

.btn-success:hover, .btn-success:focus, .btn-success:active, 
.btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #3AB34E; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, 
.btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #FFB441; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, 
.btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { background-color: #E8514B; }

.btn-group.open .btn.dropdown-toggle            { background-color: #E5EDF1; }
.btn-group.open .btn-primary.dropdown-toggle    { background-color: #374764; }
.btn-group.open .btn-info.dropdown-toggle       { background-color: #4CBBDA; }
.btn-group.open .btn-success.dropdown-toggle    { background-color: #3AB34E; }
.btn-group.open .btn-warning.dropdown-toggle    { background-color: #FFB441; }
.btn-group.open .btn-danger.dropdown-toggle     { background-color: #E8514B; }

/* label,badge COLOURS */
.label, .badge { 
    background-color: #B3C0C7;
    padding: 2px 6px;
    font-weight: 400;
    text-shadow: none; 
}
.badge { padding: 2px 8px; }
.label.label-info, .badge.badge-info { background-color: #4CBBDA; }
.label.label-success, .badge.badge-success { background-color: #3AB34E; }
.label.label-warning, .badge.badge-warning { background-color: #FFB441; }
.label.label-important, .badge.badge-important { background-color: #E8514B; }

.ui-datepicker {
	z-index: 1300 !important;
}

