/*
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
*/

body{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: auto;
    min-height: 100%;
}

body {
    color: #313131;
    float: left;
    font-family: 'Roboto',sans-serif;
    position: absolute;
    width: 100%;
} 

#wrapper {


    height: auto !important;
    margin: 0 auto -80px;

}
#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-left: 238px;*/
}
.footer{
    width: 65%;

}

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 {

}

.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: 130px; 
    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;
}

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

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

#registrazione_accettazionePrivacy label:after, #registrazione_assunzioneResponsabilita label:after, #ruolo_core_accettazionePrivacy label:after, #ruolo_core_assunzioneResponsabilita label:after, #ruolo_core_accettazioneContratto 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;
}

/* 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;
}
.carousel-inner{
    height: 280px;
}
/*********************************************/
/*    New    */
/*********************************************/
#leftcolumnwrap {
    min-width: 200px;
    height: 100%;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100px;
    z-index: 1983;
}
.fix-col {
    height: 100%;
    left: 0px;
    display: block;
    margin: 0;
    /*  min-height: 600px;*/
    position: absolute;
    top: 142px;
    width: 99%;
}
.fix-col.lx{
    z-index: 1300;
    background-color: #fff;
}
.fix-col.rx{
    z-index: 1100;
    margin-top: 30px;
}
.top-fix{
    position: fixed;
    top:0;
    left: 256px;
    z-index: 1000;
    height: 110px;
    margin-left: -40px;
    padding: 0 4px 0 40px;
    margin-top: 30px;
    background-color: #d6e2e9;
    width: calc(100% - 256px);
}
.navbar{
    display: block;
    height: 42px;
    margin-bottom: 0;
    overflow: hidden;
}
.center-column{
    margin-bottom: 120px;
}
.intestazione{
    height:70px;
    width: calc(100% - 70px);
    display: block;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 3px solid #fff;
}

.title-left h1{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 135%
}
.title-left h1 span{

    font-weight: 300
}
.subtitle-right{
    padding: 0 0 0 3%;
    width: 47%;
    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:0 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 ;
}
.user-box.yes-logged{

    /*     background-image: url("../images/usersac.png");*/
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: #000;
    font-size: 11px;
    font-weight:400;
    margin: 0px 0 0px 0;
    padding:0 0 4px 45px ;
    line-height: 15px;
}


#user-badge{
    width: 20%;
    border: 1px #DCE6EC solid;
    border-radius: 4px;
    background-color: #fbfbfb;
    padding: 12px 8px 12px 16px;
    margin-top: 20px;	
}

.legal-entity{
    color: #CA1B15;
}

#rappresentanza-corrente{
    margin-top: 4px;
}

.division{
    font-style: italic;
}

.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,
.accordion-group a.openLeft h5,
.menu-single-link.openLeft {
    text-decoration: none;
    color: #5A768E;
    font-size: 14px;
}
.box.accordion-heading a.openLeft, 
.accordion-group a.openLeft h5 {
    background: #CA1B15;
    color: #fff
}
.menu-single-link {
    padding: 10px 15%;
    display: block;
    color: #5A768E !important;
    text-transform: uppercase;
    font-weight: normal;
    background: transparent;
}
.menu-single-link.openLeft {
    color: white !important;
    background: #CA1B15;
}

.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;
    font-size:12px;
}
.accordion-inner span.arancio{
    color: #F7994E
}
.box.accordion-heading{
    background: #fff;
}
.box.accordion-heading:hover{
    background: #DCE6EC;
    color: black;
}
.no-collapse { height: auto !important; }
.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%
}
.box-registrati a{
    text-align: left;
    font-weight: 400;
    border-top:1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 15%;
    font-size: 14px;
    display: block;
    background-color:#CA1B15;
    color: #fff;
}
.box-registrati a:hover{
    color: #fff;
    background-color:#f7994e;
    text-decoration: none; 
}

#safe_login,
#safe_forgotten_credentials,
form[name='safe_registrazione']
{
    width: 60%;
    /*margin: 0 auto;*/
    min-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 400px;
}

form[name='safe_registrazione']{
    max-width: 100%;
}

#safe_forgotten_credentials.login-hint
{
    padding-top:0;
}

#safe_login .controls input,
#safe_forgotten_credentials .controls input,
form[name='safe_registrazione'] .controls input
{
    width: 100%;
    margin-bottom: 20px;
}

form[name='safe_registrazione'] input[type="radio"]{
    width: 18px;
    margin-top: 0;
    margin-bottom: 11px;
}

#safe_login button[type='submit'],
#safe_forgotten_credentials button[type='submit'],
form[name='safe_registrazione']  button[type='submit']
{
    background-color:#CA1B15;
    color: #fff;
    padding: 10px 15%;
    font-size: 14px;
    border-top:1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    display: block;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
}

#safe_forgotten_credentials button[type='submit']
{
    margin: 0;
}


/*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   */
/*********************************************/
.box-content{
    padding: 0 20px;
    min-height: 20px;
    margin-top: 5px;
}


/*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:#F7994E;
    position: relative;
    top: -1px;
}

/*Direttive*/

.accordion.wrap .accordion-toggle:before{
    content:'\25be\a0';
    color:#F7994E;
    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 #F7994E;
    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 {
    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;

}

ul.tabs li a:hover, ul.tabs li.active a {
    text-decoration: none;
    background-color: #fff;
    position: relative;
    bottom:-1px;
}
.contenitore_tabs {
    clear:both;
    overflow:hidden;
    border:1px solid #D6E2E9;
    padding: 20px;
    background-color: #fff;
}
.post{
    margin-bottom: 20px;
    border-bottom: 1px solid #BACCD7;
    padding: 0 0 20px 0;
    max-width: 530px;
}
.post:last-child{
    border-bottom: none;
}
.post-title{
    margin-bottom: 10px;
    line-height: 30px;
}
.post-title .title{
    font-size: 18px;
    margin: 0 0 10px 8px;
    padding-left: 8px;
    border-left:1px solid #F7994E;
}
.post-title .date{
    font-style: italic;
    margin-bottom: 10px;
}
/*TITOLI*/
.box-content h1{
    width: 60%;
    /*    border-top: 3px solid #f7994e;*/
    font-weight: 300;
    color: #374764;
    padding:10px 0 0 10px;
    margin-bottom: 20px;
    position: relative;
    left:-13px;
}

.titoloElenco{
    width: 60%;
    font-weight: 300;
    font-size: 16px;
    color: #374764;
    padding:6px 0 0 10px;
    margin-bottom: 10px;
    margin-top: 40px;
    position: relative;
    left:-13px;
}


.box-content h1.organismo{
    width: 54%;
    border-left: 3px solid #CA1B15;
    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{
    background-color: transparent;
    font-size: 19px;
    font-weight: 500;
    color: #575757;
    padding:10px 0;
    margin-bottom: 30px;
    border-bottom: 1px dotted #E9DDDD;
}


.box-content h2 a{
    color: #374764;

}
.box-content h2.faq{
    width: 96%;
    border-left: 3px solid #f7994e;
    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;
    background-image: url("../images/virg.png");
    background-repeat: no-repeat;
    background-position: 50% 16px;
    padding:25px 0;
    color: #374764;

}
.welcome-box .span6 {
    border-top: 1px solid #bdbdc1;
    padding: 20px 0;
    width: 39.7179%;
    margin: 0 5%!important
}
.welcome-box h3.welcome{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    padding-top: 6px;
}
.welcome-box p{
    font-weight: 400;
    padding: 0 10% 0 4%;
    font-size: 20px;
}
.info-footer{
    background-color: #BACCD7;
    padding: 0 15px;
    width: 480px;
    margin: 50px auto 0;
    padding:15px 15px 21px 48px;
    font-size: 11px;
    background-image: url("../images/alert.png");
    background-repeat: no-repeat;
    background-position: 12px 50%;
    color: #5A768E; 
}

/*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%;
    width: 100px

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

}
.carousel-caption h4{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height:36px;
    margin-bottom: 10px;
}
.carousel-caption h5{
    font-size: 28px;
    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;
}
/*********************************************/
/*   REWRITE BOOTSTRAP   */
/*********************************************/
.nav > li > a:hover, .nav > li > a:focus {
    color: black;
}
.nav > li > a:hover, .nav > li > a:hover {
    color: black;
}
.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 #F0F0F0;
}

.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 {
    min-height: 20px;
    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;
}
.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-striped-inverse tbody > tr:nth-child(2n+1) > td, .table-striped-inverse tbody > tr:nth-child(2n+1) > th {
    background: none repeat scroll 0 0 #f9f9f9;
}
.table-striped-inverse tbody > tr:nth-child(2n) td, .table-striped-inverse tbody tr.even td {
    background-color: #fff;
}
.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 > thead > tr > th,  .table.elenco_1 > tbody > tr > td {
    border-top: none;
    border-bottom: none;
}

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

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

}

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

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

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

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

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

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

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

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

.table.elenco_1 > tbody > tr > td.statoAUDIT,
.table.elenco_1 > tbody > tr > td.statoATTESA_ISTRUTTORIA, 
.table.elenco_1 > tbody > tr > td.statoAPPROVAZIONE_RA, 
.table.elenco_1 > tbody > tr > td.statoAPPROVAZIONE_US, 
.table.elenco_1 > tbody > tr > td.statoISTRUTTORIA,
.table.elenco_1 > tbody > tr > td.statoRESPINTA_CIR,
.table.elenco_1 > tbody > tr > td.statoRIFIUTATA,
.table.elenco_1 > tbody > tr > td.statoACCETTATA,
.table.elenco_1 > tbody > tr > td.statoCREATA, 
.table.elenco_1 > tbody > tr > td.statoINIZIALIZZATA{
    padding:0;
    width: 30px;
    text-align: center;
}  
.table.elenco_1 > tbody > tr > td >img, .table.elenco_1 > tbody > tr > td > a > img {
    width: 50px;
    text-align: center;
}
.table.elenco_1 > tbody > tr > td.statoAUDIT, 
.table.elenco_1 > tbody > tr > td.statoAPPROVAZIONE_RA, 
.table.elenco_1 > tbody > tr > td.statoAPPROVAZIONE_US{
    background-color: #FEDF29
}
.table.elenco_1 > tbody > tr > td.statoRESPINTA_CIR,
.table.elenco_1 > tbody > tr > td.statoRIFIUTATA{
    background-color: #FF5651
}
.table.elenco_1 > tbody > tr > td.statoACCETTATA{
    background-color: #5AE0B9
}
.table.elenco_1 > tbody > tr > td.statoINIZIALIZZATA, 
.table.elenco_1 > tbody > tr > td.statoCREATA, 
.table.elenco_1 > tbody > tr > td.statoATTESA_ISTRUTTORIA, 
.table.elenco_1 > tbody > tr > td.statoISTRUTTORIA{
    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> tbody > 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;
}

.select2-container .select2-choice .select2-arrow {
    border: none;
    background: transparent;
    background-image: none;
    width: 20px;
}
select {
    height: 30px;
}
input[type="file"] {
    height: 26px;
}
a.btn, input.btn {
    line-height: 17px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    width:auto;
}
.form-horizontal .controls {  
    margin-left:180px;
}
.table .btn{
    margin-top: 0;
}
.table th, .table td {
    padding: 10px 10px;
}
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;
}

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

.inputDate select{
    width: 60px;
}

.inputDate option:checked{
    width: 100%;
}


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

.hide {
    z-index: 2001;
}

.contenuto {
    margin-bottom: 30px;
}

#headerOrganismo {
    margin: 13px;
}

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

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

.flash {
    margin: 13px;
    padding: 15px;
    font-size: 16px;
}
.center-column{
    padding-left: 207px !important;
    padding-right: 6px;
    margin-top: 16px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: content-box;

    box-sizing: border-box;
}

/*************************************************************/
/*    NEW STYLE */
/*************************************************************/
.logo-bottom {
    position: absolute;
    right: 10px;
    top: -10px;
    max-height: 100%;
}
.logo-bottom img {
    max-height: 100%;
    width: 80px;
    height: 80px;

}
.logo > a {
    padding-left: 19px;
}

#safe-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.fullWidth{
    width: 100%;
}

.header {
    position: relative;
    width: 100%;
}
.header > div {
    display: inline-block;
    position: relative;
}


.header .title {
    text-align: center;
    width: 76%;
    /*    min-height: 100px;*/
    display: inline-block;
}
.sac_acr_esteso {
    font-size: 24px;
    bottom: 15px;
    color: #73787B;
    height: auto;
    margin-top: 50px;
    margin-left: 20%;
}
.header .logo{
    width: 14%;
    /*    float: left;*/
    /*display:inline-block;*/
}

.headMenu .nav li{
    display: inline-block;
    padding: 5px;
    float: right;
    margin-right: 23px;
}
.headMenu .nav li a {
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.headMenu .nav li a:hover {
    color: black;
}
.head-cont {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    top: 0;
    /*    height: 142px;*/
    width: 100%;
    z-index: 1001;
}

#wrapper {
    margin: 142px auto -80px;
}
.headMenu {
    background: none repeat scroll 0 0 #CA1B15;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 999;
}
.headMenu .nav {
    float: left;
    width: 100%;
}
.fix-col.lx{
    border-right: 1px solid #DCE6EC;
}
.contenuti2 { 
    /* padding-top: 20px; */
}
#content {
    width: 100%;
    word-wrap: break-word;
}
#footer {
    background-color: white;
    border-top:1px solid red;
    max-height: 80px;
    text-align: left;
    width: 100%;
    padding-left: 0;
    position: absolute;
    bottom: 0;
}
#wrapper {
    margin: 0;
    position: relative;
    width: 100%;
}
#accordionMenu{
    padding-top: 30px;
}
.text-red{
    color:#CA1B15
}
h1 .text-thin{
    font-weight: 300;


}
.user-box {
    padding-right: 15px;
    padding-top: 15px;
}

/*********************************************/
/*   STILE RESPONSIVE                */
/*********************************************/
@media (min-width: 1800px)  {}
@media (min-width: 1700px) and (max-width: 1799px) {}
@media (min-width: 1600px) and (max-width: 1699px) {}
@media (min-width: 1500px) and (max-width: 1599px) {}

@media (min-width: 1400px){
    .span2 {
        width: 200px;
    }
    .top-fix {
        height: 116px;
        width:  calc(100% - 240px);
    }
}

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

    .span2 {
        width: 200px;
    }
    .center-column{
        /*    padding-left: 240px !important;*/

    }

    /* .span8 {
       width: 65%;
       }*/
    [class*="span"] {
        margin-left: 30px;
    }
    .top-fix{

        /*  width: 65.5%; */
        height: 116px;
    }
    /* .intestazione{
     height:85px;
     border-bottom: 5px solid #FFFFFF;}*/
    .carousel-caption {
        top:15%;
    }

}



@media (min-width: 1300px) and (max-width: 1399px) {
    .span2 {
        width: 200px;
    }
    .center-column{
        /*        padding-left: 210px !important;*/
    }
    [class*="span"] {
        margin-left: 30px;
    }
    .top-fix {
        left: 240px;
        width:  calc(100% - 240px);
    }
    .contenuti {
        margin-right: 70px;    
        margin-left: 30px;
        padding-top: 123px;
    }
    .title-left h1{
        font-size: 22px;

    }
    .subtitle-right{
        padding: 0 0 0 3%;
        width: 49%;
    }
    .subtitle-right h4{
        font-size: 14px;
        padding-top: 0;
    }
    .carousel-caption {
        top:20%;
    }
    .patrocinio {
        margin: 13px 0;
    }
    .welcome-box {
        padding: 25px 0 5px;
    }
    .welcome-box h3.welcome {
        font-size: 28px;
    }
    #versioning{
        float: none !important;
    }

}

@media (min-width: 1200px) and (max-width: 1299px) {
    .span2 {
        width: 200px;
    }
    .top-fix{ 
        left: 240px;
        width:  calc(100% - 240px);
        height: 106px;
    }
    .contenuti {
        padding-top: 120px;
        margin-left: 30px;
    }
    [class*="span"] {
        margin-left: 30px;
    }
    .title-left h1{
        font-size: 20px;

    }
    .subtitle-right{
        padding: 0 0 0 3%;
        width: 49%;
    }
    .subtitle-right h4{ 
        font-size: 12px;
        padding-top: 2px;
    }
    .patrocinio {
        margin: 10px 0;
    }
    .welcome-box {
        padding: 25px 0 5px;
    }
    .welcome-box h3.welcome {
        font-size: 23px;
    }

    .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;
    }
}
@media (min-width: 1099px) and (max-width: 1199px) {
    .span2 {
        width: 180px !important;
    }
    .center-column{
        padding-left: 190px !important;
    }

    .fix-col{
        max-width:180px; 
    }

    .col_sx{
        width: 180px;
    }
    [class*="span"] {
        margin-left: 20px;
    }
    .contenuti {
        margin-left: 20px;
        padding-top: 112px;

    }
    .top-fix{
        left: 210px;
        width:  calc(100% - 210px);
        height: 97px;
    }

    .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;
    }
    #footer {
        padding-left: 208px;
        width: calc(100% - 208px);
    }
    .welcome-box {
        padding: 25px 0 5px;
    }
    .welcome-box h3.welcome {
        font-size: 21px;
    }
    .welcome-box p {
        font-size: 12px;
    }
    .carousel-caption {
        top:20%;
    }
    .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;
    }
}

@media (min-width: 979px) and (max-width: 1098px) {

    .header .title { width: 70%; }
    .header .user-box { width: 18%; }

    #wrapper {
        max-width: 1024px;
    }
    .span2 {
        width: 154px;
    }
    .center-column{
        padding-left: 174px !important;
    }

    .fix-col{
        max-width:165px; 
    }
    .col_sx{
        width: 165px;
    }
    .top-fix{
        left: 197px;
        width: calc(100% - 197px);
    }

    [class*="span"] {
        margin-left: 15px;
    }
    .contenuti {
        margin-left: 34px;
        margin-right: 60px;
        padding-top: 125px;
    }
    .title-left{
        width: 41%;
    }
    .title-left h1{
        font-size: 17px;   
    }
    .subtitle-right{
        padding: 0 0 0 3%;
        width: 49%;
    }
    .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;
    }
    #footer {
        padding-left: 179px;
        width: calc(100% - 179px);
    }
    .blue_box h4 {
        font-size: 11px;
    }
    .blue_box h4 a{
        font-weight: 400
    }
    .welcome-box {
        padding: 25px 0 5px ;
    }
    .welcome-box h3.welcome {
        font-size: 20px;
    }
    .welcome-box p {
        font-size: 11px;
    }
    .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;
    }
}

@media (min-width: 100px) and (max-width: 979px) {
    #wrapper,.block-height {
        max-width: 1024px;
        width: 100%;
        display: block;
    }
    .span2 {
        width: 154px;
    }
    .center-column {
        padding-left: 174px !important;
        margin-top: 23px;
    }
    .fix-col{
        max-width:165px; 
    }
    .col_sx{
        width: 165px;
    }
    .top-fix{
        width:  calc(100% - 174px);
        left: 174px;
    }


    [class*="span"] {
        margin-left: 15px;
    }
    .contenuti {
        padding-top: 125px;
        margin-left: 5px;
    }
    .title-left h1{
        font-size: 17px;

    }
    .subtitle-right{
        padding: 0 0 0 3%;
        width: 49%;
    }
    .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;
    }
    #footer {
        padding-left: 179px;
        width: calc(100% - 179px);
    }
    .blue_box h4 {
        font-size: 11px;
    }
    .blue_box h4 a{
        font-weight: 400
    }
    .welcome-box {
        padding: 25px 0 5px ;
    }
    .welcome-box h3.welcome {
        font-size: 20px;
    }
    .welcome-box p {
        font-size: 11px;
    }
    .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: 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;
}

.well-short {
    max-width: 700px;
}

#valutazioneIstruttoria .form_errors li {
    text-align: left;
}

.elenco_1 td.evidenza {
    background-color: #465166 !important; 
    color: #fff;
}

.elenco_1 td.giorni {
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px;
    background-image: url('../images/time-02.png'); 					
}

.btn.mod_icon {
    background: url("img/modifica2.png") no-repeat;
    height: 40px;
    width: 40px;
    margin: 2px;
    padding: 0px;
    border:0;
    margin: 0px;
    float: left;
}

.add_link {
    margin-top: 7px;
    margin-bottom: 7px;
    position:relative;
    left: -4px;
}

.rm_link {
    margin-top: 7px;
    margin-bottom: 7px;
}

.proto-label label {
    display: inline;
    margin-right: 10px;
}

.controls select {
    min-width: 220px;
    width: auto;
    max-width: 220px;
}

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

.text-big {
    font-size: 18px;
    line-height: 24px;
}

.datepicker table tr td, .datepicker table tr th { box-sizing:border-box; height:auto; }
.select2-dropdown-open .select2-choice { background-image:none; box-shadow:none; background:#fff; }
#datiPersonali .sc31_div { margin-bottom:40px; }
.recapiti label { padding-top:7px; }
#tel_wid, #email_wid, #fax_wid { position:relative; }
#tel_wid #aggiungi_tel, #tel_wid #rimuovi_tel, 
#email_wid #aggiungi_email, #email_wid #rimuovi_email,
#fax_wid #aggiungi_fax, #fax_wid #rimuovi_fax { position:absolute; right:0; font:700 15px 'Open sans'; padding:7px 10px; height:16px; color:#fff; transition:all .2s ease; width:10px; text-align:center; }
#tel_wid #aggiungi_tel, #email_wid #aggiungi_email, #fax_wid #aggiungi_fax { background:#83C76E; }
#fax_wid #aggiungi_fax { right:-30px; }
#tel_wid #aggiungi_tel:hover, #email_wid #aggiungi_email:hover, #fax_wid #aggiungi_fax:hover { text-decoration:none; background:#81B671; }
#tel_wid #rimuovi_tel, #email_wid #rimuovi_email, #fax_wid #rimuovi_fax { background:#777; }
#tel_wid #rimuovi_tel:hover, #email_wid #rimuovi_email:hover, #fax_wid #rimuovi_fax:hover { text-decoration:none; background:#333; }
#email_wid .note { position:absolute; left:-130px; top:22px; font-size:11px; color:#999; font-weight:300; }
#tel_wid li, #email_wid li, #fax_wid li { margin-top:10px; }
#tel_wid #tel_0, #email_wid #email_1, #fax_wid #fax_2 { margin-top:0; }
#email_wid .select2-container { display:block; margin-top:5px; }
#conferma-dati-mod { font-size:13px; padding:10px 20px; text-transform:uppercase; font-weight:700; margin:10px 0 30px 0; }
.wrapper_indirizzo:after { clear:both; content:''; display:block; }
.wrapper_indirizzo .control-group { float:left; }
.wrapper_indirizzo .control-group:last-child label { display:none; }
.wrapper_indirizzo .control-group:last-child .controls { margin-left:10px; }
.wrapper_indirizzo .control-group:last-child input { width:50px; }

label { color:#777; }
#inserisci_cedente_prestatore label { margin-top:8px; }
#inserisci_cedente_prestatore .input-error, .fattura .input-error { float:none !important;  }
#inserisci_cedente_prestatore .form-actions { border:0; padding:0; background:none; margin:0; }
#inserisci_cedente_prestatore .blocco-input-fattura input,
#inserisci_cedente_prestatore .blocco-input-fattura select { margin:0; }
#inserisci_cedente_prestatore .blocco-input-fattura { width:auto; padding:0; margin:0 0 10px 0; }
#inserisci_cedente_prestatore .blocco-input-fattura:after { clear:both; content:''; display:block; }
#inserisci_cedente_prestatore .blocco-input-fattura div { float:left; }
#inserisci_cedente_prestatore .blocco-input-fattura div:nth-child(2) { width:220px; }
#inserisci_cedente_prestatore .blocco-input-fattura div:last-child { width:220px; max-width:220px; }
#inserisci_cedente_prestatore .blocco-input-fattura input { margin:0; }
#inserisci_cedente_prestatore .indenta { padding:0; }
#inserisci_cedente_prestatore h5 { font-size:18px; font-weight:500; color:#575757; padding:10px 0; margin-bottom:20px; border-bottom:1px dotted #E9DDDD; }

.required { color:#D44843; padding-left:2px; font:300 13px 'Roboto'; }

/* Inserimento fattura */
.fattura #pannello-cc { padding:0; }
.fattura .panel { margin-bottom:30px; overflow: hidden; }
.fattura .panel br { display:none; }
.fattura .panel .panel-title { border-radius:2px 2px 0 0; background:#fafafa; border-color:#eee; }
.fattura .panel .panel-title a { color:#777; }
.fattura .panel .form-actions { margin:0; border-top:none; border-radius:0 0 2px 2px; background:#fff; padding:20px 30px 10px 30px; border-color:#eee; }
.fattura .panel-collapse { padding:0; }
.fattura label { margin-top:8px; }
/*.fattura .blocco-input-fattura input,
.fattura .blocco-input-fattura select { padding:5px; }*/
.fattura .blocco-input-fattura { width:auto; padding:0; margin:0 0 10px 0; }
.fattura .blocco-input-fattura:after { clear:both; content:''; display:block; }
.fattura .blocco-input-fattura div { float:left; }
.fattura .blocco-input-fattura div:nth-child(2) { min-width:220px; }
.fattura .blocco-input-fattura div:last-child { width:220px; max-width:220px; }
.fattura .indenta { padding:0; }
.fattura h5 { font-size:16px; font-weight:500; padding:10px 0; margin-bottom:20px; border-bottom:1px dotted #E9DDDD; }
.fattura .proto { border:none; padding:0; margin:30px 0 0 0; border-left:1px solid #ddd;  border-right:1px solid #ddd; position:relative; }
.fattura .dati_riepilogo_item { padding:0; border:none; }
.fattura .proto:first-child { margin-top:0; }
.fattura .form-actions .add_link { margin:20px 0 10px 5px; }
.fattura .form-actions .rimuovi { text-align:left; margin:0; position:absolute; bottom:10px; left:10px;  }

.cerca_fattura label { margin-top:8px; float:left; width:220px; }
.cerca_fattura .blocco-input-fattura input,
.cerca_fattura .blocco-input-fattura select { width:100%; box-sizing:border-box; height:30px; margin:0; }
.cerca_fattura .blocco-input-fattura { width:auto; padding:0; margin:0 0 10px 0; }
.cerca_fattura .blocco-input-fattura:after { clear:both; content:''; display:block; }
.cerca_fattura .blocco-input-fattura div { float:left; }
.cerca_fattura .blocco-input-fattura .controls { width:220px; max-width:220px; }
.cerca_fattura .blocco-input-fattura input { margin:0; }
.cerca_fattura .indenta { padding:0; }


.input-date { position:relative; }
.input-date:before { 
    content:' '; 
    position:absolute; 
    display:block; 
    top:0; 
    right:0; 

    /* background: url('imgs/glyphicons-halflings.png') no-repeat -193px -121px;*/
    width: 11px;
    height: 13px;
}

.linee_dettaglio_item table { width:100%; margin-bottom: 15px; }
.linee_dettaglio_item table:first-child tr td { padding:15px 10px; background:#D7D8DA; }
.linee_dettaglio_item table tr td { padding:5px 10px; }
.linee_dettaglio_item table input { padding:7px 3px; height:auto; }
.linee_dettaglio_item table input,
.linee_dettaglio_item table select { width:100%; box-sizing:border-box; margin:0; /*height:30px;*/ }
.linee_dettaglio_item table:first-child td:first-child { width:44%; }
.linee_dettaglio_item table:first-child td { width:18%; }
.linee_dettaglio_item table:first-child td:nth-child(2) input,
.linee_dettaglio_item table:first-child td:nth-child(3) input,
.linee_dettaglio_item table:first-child td:nth-child(4) input,
.linee_dettaglio_item table:first-child th:nth-child(2),
.linee_dettaglio_item table:first-child th:nth-child(3),
.linee_dettaglio_item table:first-child th:nth-child(4) { text-align:right; }
.linee_dettaglio_item table:first-child tr td { border-bottom:1px solid #ddd; border-right:1px solid #fff; }
.linee_dettaglio_item table:first-child tr td:last-child { border-right:none; }
.linee_dettaglio_item table td label { margin:0 0 5px 0; color:#374764; font-weight:500; }
.linee_dettaglio_item table:nth-child(2) { margin:10px 0 15px 0; }
.linee_dettaglio_item table:nth-child(2) input { margin:0; }
.linee_dettaglio_item table:nth-child(3) { margin-top:15px; border: 1px solid #ddd;  }

.linee_dettaglio_item table:nth-child(3) tr td { text-align:right; background:#f3f3f3; padding:15px; }
.linee_dettaglio_item table:nth-child(3) label { color:#374764; margin:8px 0 0 0; text-transform:uppercase; font-weight:500; }
.linee_dettaglio_item table:nth-child(3) input { border:none; line-height:32px; background:#f3f3f3; height:auto; font-size:18px; color:#374764; font-weight:500; margin:0; padding:0; }

.linee_dettaglio_item table:nth-child(3) div#nlinea { float:left;  width: 48%; text-align: left;}
.linee_dettaglio_item table:nth-child(3) div#ptotale { float:right; width:48%; text-align: right;}

.linee_dettaglio_item table:nth-child(3) div#nlinea input { text-align:right; float:left; width:10%; }
.linee_dettaglio_item table:nth-child(3) div#ptotale input { text-align:right; float:right; width:35%; }

.linee_dettaglio_item table:nth-child(3) div#nlinea label { float:left; }
.linee_dettaglio_item table:nth-child(3) div#ptotale label { float:left; width:65%; }



.box-content h2 {
    background-color: #E8E8ED;
    border-bottom: 1px solid #F89A4F;
    color: #374764;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 2px 2%;
    width: 96%;
}

.termini_servizio{
    overflow: hidden;
}

.accettazione.responsabilita{
    float: left;
    margin-right: 5px; 
    position: relative; 
    top: 3px;
}

.icona_fase img {
    padding: 6px;
    text-align: center;
    width: 38px;
}

.freccia-destra {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #555;
    margin-left: 8px;
}

.empty-field {
    padding: 8px;
}

.body-collapsed > td {
    padding: 0 0px 0 20px;
    background-color: white !important;
}

.freccia-giu {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
    margin-left: 4px;
}

.redBar {
    background: none repeat scroll 0 0 #CA1B15;
    height: 8px;
    width: 100%;
}
