table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before{ background-color: #006498 !important; }
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before{ background-color: #0091dc !important; }
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child{ text-align: center; }
table.dataTable.dtr-inline.collapsed > tbody > tr.group > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.group > th:first-child:before{ display: none; }
table.dataTable.dtr-inline.collapsed > tbody > tr.group > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr.group > th:first-child{ text-align: left; }
.dataTables_wrapper .dataTables_length { padding: 5px 0 0 5px; }
.dataTables_wrapper .dataTables_filter { padding: 5px 5px 0 0; }
.dataTables_wrapper .dataTables_info { padding-left: 5px; }
tr.hide{display: none;}
table.dataTable > tbody > tr.child ul li { padding: 0 !important; }
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child{ text-align: left !important;  }
table.dataTable > thead  { width: 100%; }
table.dataTable > tbody { width: 100%; }


.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px !important;
    height: 19px !important;
    margin-top: -1px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 12px !important;
    height: 12px !important;
    padding: 4px !important;
    min-width: 12px !important;
    margin: 0px !important;
}
/*.gsc-control-cse div {*/
.gsc-input-box {
    height: 22px !important;
    margin-top: 0px !important;
}
.gsib_a {
  padding: 1px 6px !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0em !important;
}

#cerca{
    float: right;
    width: 250px;
    height: 20px;
    margin-top: -24px;
    margin-right: 10px;
}
#cerca .gsc-search-button-v2{
        height: 26px;
}
#cerca .gsc-search-button-v2 svg{
    margin-top: -2px;
    display: block;
}

/* HEADER */    
#header{ 
    width: 100%;
    margin: 0px; 
    padding: 0px;	
    background-color:#555;
    position: absolute;
    top:0px;
    box-shadow:0px 0px 10px #a5a5a5;
    -moz-box-shadow:0px 0px 10px #a5a5a5;
    -webkit-box-shadow:0px 0px 10px #a5a5a5;
    z-index:1000;
    min-width: 1400px;
}
#header_top{
    max-width: 1390px;
    margin: 0px auto; 
    height: 30px;
    position: relative;
    border: none; 
}
#top_menu{
    height:20px; 
    margin: 0px; 
    padding: 5px 0px;
    position: absolute;
    width:100%;
}
#top_menu p{
    margin-left: 9px;
    float: left;
}
#top_menu_nav{
    height:20px;
    /*left: 110px;*/
    left: 85px;
    margin: 0px;
    position: relative;
    max-width:590px;
}
#top_menu_nav ul{
    display: block;
    position: absolute;		
    list-style-type: none; 
    margin: 0px; 
    z-index: 1;
    -webkit-padding-start: 0px;
}
#top_menu_nav li{
    display: block; 
    position: relative;	
    list-style-type: none;
    margin: 0px; 
    padding: 0px 19px 0px 0px; 
    float: left
}
#top_menu_nav a{
    color: white;
    border-color: white; 
    line-height: 14px;
    font-size:15px;
    text-decoration:none;
    list-style-type: none;
}
#top_menu_nav a:hover{		
    color: black;
}
#logo {
    position: relative;
    right: 20px;
    float: right;
    top: 40px;
    margin-right: auto;
    width: 100px;
    z-index: 1001;
}
#logo img{
    height: 20px; 
    width: 100px
}

#main_menu { 
    width: 100%;
    background-color: white;
    clear: none;
    border: none;
    border-bottom: solid 1px #ccc;
    margin: 0px;
    position: relative;
    z-index: 1000;
}
#main_menu_content { 
    width: 100%;
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    position: relative;
}
ul.menu_principale { 
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
    font-weight: normal; 
    text-align: center; 
    display: block; 
    left: 0px; 
    line-height: 0px; 
    list-style-type: none; 
    position: absolute; 
    max-width: 1000px;
    height: 100%;
}
ul.menu_principale li { 
    text-align: left; 
    padding: -1px 0px 0px 0px;
    display: block;
    line-height: 0px;
    list-style-type: none;
    margin: 0px;
    float: left;
    height: 100%;
}
ul.menu_principale li.current {
    padding: 0px;
    border:none;
    background-color: #006498;
}
ul.menu_principale li.current a{
    color: white;
}
ul.menu_principale li.current a:hover{
    color: white;
}
ul.menu_principale li a { 
    text-decoration: none; 
    color: #666;
    display: block;
    line-height: 15px;
    list-style-type: none;
    padding: 12.5px 5px; /*padding: 12.5px 9px;*/
}
ul.menu_principale li a:hover {  	
    background-color:#006498;
    color:white;
    text-decoration: none;
}
.anchor-link { 
    display: none;
    text-align: left; 
    padding: 0 1em 0; 	
    padding: 10px 15px; 
    color: #666; 
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-decoration: none;
    margin-top:5px;
    float: left; 
}

#main_menu.sub_main_menu { background-color: #006498; z-index: 999; }
#main_menu.sub_main_menu li a { color: #fff; }
#main_menu.sub_main_menu li a.sub_current { font-weight: bold; text-decoration: underline; text-decoration-skip: ink; }
#main_menu.sub_main_menu li.spazio_menu { background-color: #fff; margin: 11px 0px; width: 2px; height: 34px; } /* height: 18px; }*/

#main_menu_content.doppio_menu { height: 55px; }
.doppio_menu ul#menu_principale { max-width: 1195px; }
.doppio_menu ul.menu_principale li { width: 135px; text-align: center; }
.doppio_menu ul.menu_principale li[title~="Operational"] { width: 192px; }
.doppio_menu ul.menu_principale li[title~="Innovazione"] { width: 180px; }
.doppio_menu ul.menu_principale li[title~="Tecnologie"] { width: 259px; }



/* CONTAINER */
#container { 
    width: 100%;
    position: absolute;	
    top:70px;
    border: none; 
    padding-top:5px;
    overflow:hidden;
    z-index:-1;
    background: #ededed;
    min-width: 1400px;
} 

/* BRICIOLE DI PANE */
#percorso{
    max-width: 1390px;
    margin: -2px auto 0px auto;
    font-size: 12px;
    font-weight: bold;
    height: 10px;
}
#percorso #icon_home span{
    font-family:fontello;
    font-size: 12px;
    vertical-align: text-bottom;
    font-weight: normal;
}
#percorso #icon_home:hover{ text-decoration: none; }
#percorso span{ font-size: 8px }
#percorso p{ padding: 0px 9px; }
#percorso a{ text-decoration: none; }
#percorso a:hover{ text-decoration: underline; }

/* MAIN */
#main { 
    width: 100%;
    max-width:1400px; 
    overflow:hidden;
    margin: 0px auto;
    padding:0px;
}

/* BOTTOM */
#bottom{
    width: 100%;
    max-width: 1390px;
    /*height: 175px;*/
    padding: 0px;
    margin: 10px auto 15px auto;
}
#bottom_menu {
    padding: 5px;
    width: 66.5%; /*width: 100%;*/
    float: left;
    width: 66.7%;
    border: none;
    clear: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0px 0px 4px 2px #BBB;
    margin: 0 0 5px;
    list-style-type: none;
}
li.pulsante{
    padding: 5px 20px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    float: left;
    height: 41px;
}
div.pulsante{
    padding: 5px 20px;
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    float: left;
    height: 41px;
}
p.pulsante_titolo{
    padding: 5px 0px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0px;
}
#bottom_menu .pulsante_full {
    width: 100%;
}
#bottom_menu .pulsante_half {
    width: 50.25%;
    padding-right: 0px;
}
li.pulsante img{
    height: 30px;
    margin-top: -30px;
    margin-right: -15px;
    float: right;
}
#bottom_menu .c_festo1:hover{
    background-color: #006498;
    color: white;
}
#bottom_menu .c_festo1{
    border: none;
    background-color: transparent;
    color: #006498;
    border-bottom: solid 2px #006498;
    margin:0px;
    height: 41px;
}

aside#bottom_rigthmenu{
    border: none;
    float: right;
    width: 33%;
    background: white;
    box-shadow: 0px 0px 4px 2px #BBB;
}
div.contenuti_bottom_3{
    width: 100%;
    max-width: 320px;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 4px 0px 0px;
    margin-top: -4px;
    height: 174px;
}
.contenuti_bottom_3 .in_evidenza{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.evidenza {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* FOOTER */
footer { 
    width: 100%;
    min-width: 1400px;
    overflow:hidden;
    margin-top: 15px;
    background-color:#777;
    bottom: 0px;
    color: white;
    font-family: calibri;
    background: -webkit-linear-gradient(#333, #777);
    background: -o-linear-gradient(#333, #777);
    background: -moz-linear-gradient(#333, #777);
    background: linear-gradient(#333, #777);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#777777',GradientType=0);

}

#copyright{
    background-color:transparent;
    padding: 0px;
    width: 100%; 
    max-width:1390px;
    margin: 35px auto 50px auto;
    font-size: 14px;
    height: 120px;
    overflow: hidden;
}
#copyright table{ width: 100%; }
#copyright a{
    line-height: 17px;
    color: white;
    text-decoration: underline;
}

#copyright p{
    font-size:11px;
    margin:8px 0px 5px 0px;
}

#copyright #contatti{
    width: 45%;
    padding-left: 20px;
}

#copyright #indirizzo{
    position: relative;
    width: 45%;
    /*left: 40%;
    top: -65px;*/
    padding-left: 20px;
}
#copyright a[target]:hover{ text-decoration: underline; }
#copyright span[title="telefono"], #copyright span[title="fax"]{
    font-family:fontello;
    font-size: 15px;
    vertical-align: text-bottom;
    margin-left: 2px;
}
#copyright span[title="e-mail"]{
    font-family: festo-generiche;
    font-size: 17px;
    vertical-align: text-bottom;
    margin-right: 2px;
}
#copyright #indirizzo span{
    font-family: festo-generiche;
    font-size: 17px;
    vertical-align: text-bottom;
}

#copyright #social{
    width: 20%;
    /*margin-left: 80%;
    margin-top: -126px;
    padding-left: 20px;*/
    color: #fff;
}
#copyright #social a[id]{ text-decoration: none; }
#copyright #social #in:hover{ text-decoration: none; color: #0077b5; }
#copyright #social #fb:hover{ text-decoration: none; color: #3b5998; }
#copyright #social #yt:hover{ text-decoration: none; color: #cd201f; }
#copyright #social #gl:hover{ text-decoration: none; color: #d34836; }

#copyright #social p{
    height: 18px;
    letter-spacing: 2px;
}

#copyright #social span{
    font-family: festo-generiche;
    font-size: 20px;
    font-weight: normal;
}

#copyright #pi{
    /*font-size: 9px;
    margin-top: 13px;*/
    text-align: center;
}
#copyright #pi a{
    padding: 0px;
    font-size: 11px;
}

#social_share{
    z-index: 100;
    position: fixed; 
    top: 50%; 
    margin-top: -60px; 
    left: -40px; 
    padding: 5px 5px 0; 
    background-color: #fff; 
    box-shadow: 0px 0px 4px 2px #BBB;
}
#social_share span{
    font-family: social; 
    font-size: 25px; 
    font-weight: normal;
}
#social_share p{
    font-family: social; 
    font-size: 25px; 
    font-weight: normal;
    width: 30px;
    margin-bottom: 5px;
}

#social_share #in_share{color: #0077b5;}
#social_share #in_share:hover{color: #555;}

#social_share #fb_share{color: #3b5998;}
#social_share #fb_share:hover{color: #555;}

#social_share #gl_share{color: #d34836;}
#social_share #gl_share:hover{color: #555;}

#social_share #ml_share{color: rgb(240, 145, 19);}
#social_share #ml_share:hover{color: #555;}

#social_share #tw_share{color: #4099ff;}
#social_share #tw_share:hover{color: #555;}

/*#social_share #share{
    color: #00bf00;
    
    width: 20px;
    position: absolute; 
    left: 45px; 
    top: 65px; 
    padding: 2px 7px 1px 4px; 
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px #BBB;
}*/
#social_share #share{
    color: #00bf00;
    
    position: absolute;
    padding: 2px 7px 1px 4px; 
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px #BBB;
    //-ms-transform: rotate(270deg);
    //-webkit-transform: rotate(270deg);
    //transform: rotate(270deg);
    width: inherit;
    left: 5px;
    top: 68px;
    height: 26px;
    line-height: 21px;
}
#social_share #share:hover{color: #555;}

.enlargement_img{
    cursor: pointer;
}

#zoom{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: rgba(50, 50, 50, 0.90);
    display: none;
}
#zoom div{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 1390px;
    margin: 90px auto 20px;
    text-align: right;
}
#zoom span{
    font-family:fontello;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    cursor: pointer;
}
#zoom p{
    font-family: fontello;
    font-size: 20px;
    color: #ED0000;
    cursor: pointer;
    padding: 2px;
    width: 23px;
    background: #fff;
    margin-left: 90%;
}
#zoom div div{
    width: 1390px;
    margin-top: 10px;
    text-align: center;
}

#top_menu span{
    font-family: festo-generiche;
    font-size: 20px;
    font-weight: normal;
    color: white;
}


/*form vari*/
.form_profilo span.help-block.form-error{
    color: red;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
}
.form_profilo .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}
.form_profilo .form-horizontal .control-group {
    margin-bottom: 20px;
}
.form_profilo .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}
.form_profilo .form-horizontal .control-label {
    float: left;
    width: 300px;
    padding-top: 5px;
    text-align: right;
}
.form_profilo label {
    display: block;
    margin-bottom: 5px;
}
.form_profilo label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.form_profilo .form-horizontal .controls {
    margin-left: 330px;
}
.form_profilo .form-search input, .form_profilo .form-inline input, .form_profilo .form-horizontal input, .form_profilo .form-search textarea,m.form_profilo .form-inline textarea,
.form_profilo .form-horizontal textarea, .form_profilo .form-search select, .form_profilo .form-inline select, .form_profilo .form-horizontal select, .form_profilo .form-search .help-inline, 
.form_profilo .form-inline .help-inline, .form_profilo .form-horizontal .help-inline, .form_profilo .form-search .uneditable-input, .form_profilo .form-inline .uneditable-input,
.form_profilo .form-horizontal .uneditable-input, .form_profilo .form-search .input-prepend, .form_profilo .form-inline .input-prepend, .form_profilo .form-horizontal .input-prepend, 
.form_profilo .form-search .input-append, .form_profilo .form-inline .input-append, .form_profilo .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form_profilo textarea, .form_profilo input[type="text"], .form_profilo input[type="password"], .form_profilo input[type="datetime"], .form_profilo input[type="datetime-local"], .form_profilo input[type="date"],
.form_profilo input[type="month"], .form_profilo input[type="time"], .form_profilo input[type="week"], .form_profilo input[type="number"], .form_profilo input[type="email"], .form_profilo input[type="url"], 
.form_profilo input[type="search"], .form_profilo input[type="tel"], .form_profilo input[type="color"], .form_profilo .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.form_profilo select, .form_profilo textarea, .form_profilo input[type="text"], .form_profilo input[type="password"], .form_profilo input[type="datetime"], .form_profilo input[type="datetime-local"], 
.form_profilo input[type="date"], .form_profilo input[type="month"], .form_profilo input[type="time"], .form_profilo input[type="week"], .form_profilo input[type="number"], .form_profilo input[type="email"], 
.form_profilo input[type="url"], .form_profilo input[type="search"], .form_profilo input[type="tel"], .form_profilo input[type="color"], .form_profilo .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form_profilo input, .form_profilo textarea, .form_profilo .uneditable-input {
    margin-left: 0;
}
.form_profilo input, .form_profilo textarea, .form_profilo .uneditable-input {
    width: 206px;
}
.form_profilo .form-horizontal input+.help-block, .form_profilo .form-horizontal select+.help-block, .form_profilo .form-horizontal textarea+.help-block {
    margin-top: 10px;
}
.form_profilo span.help-block.form-error {
    color: red;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
}
.form_profilo .form-horizontal .help-block {
    margin-bottom: 0;
}
.form_profilo .help-block {
    display: block;
    margin-bottom: 10px;
}
.form_profilo .form-horizontal .control-group:after {
    clear: both;
}
.form_profilo .form-horizontal .control-group:before, .form_profilo .form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}
.form_profilo select, .form_profilo input[type="file"] {
    height: 30px;
    line-height: 30px;
}
.form_profilo input[type="file"], .form_profilo input[type="image"], .form_profilo input[type="submit"], .form_profilo input[type="reset"], .form_profilo input[type="button"], .form_profilo input[type="radio"], 
.form_profilo input[type="checkbox"] {
    width: auto;
}
.form_profilo .btn {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
}


#login{
    display: none; 
    text-align: center; 
    width: 350px; 
    min-height: 250px; 
    padding: 25px; 
    position: fixed; 
    z-index: 1001; 
    left: 50%; 
    margin-left: -200px; 
    top: 50%; 
    margin-top: -150px; 
    box-shadow: 0px 0px 5px 1px #777; 
    border-radius: 10px; 
    background-color: #fff;
}