/* www.zymphonies.com */

.header_wrapper_inner{
  width: 978px;
  margin: 0 auto;
}

div.layout-978 {
  width: 978px;
  margin: 0px auto;
}
div.row {
  height: 0%;
}
div.row-end {
  clear: both;
  font: 1px sans-serif;
  line-height:1px;
  height: 0px;
  overflow: hidden;
}
/*RM colonna destra e centrale*/
div.col1, div.col2, div.col3, /*div.col4,*/ aside.col4, div.col5, div.col6, div.col7, div.col8, section.col8, div.col9, div.col10, div.col11, div.col12, section.col12 {
  float: left;
  margin-left: 30px;


}
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child {
  margin-left: 0px;
}
div.col1 {
  width: 54px;
}
div.col2 {
  width: 138px;
}
div.col3 {
  width: 222px;
}

/*RM - right col style*/
div.col4 {
  width: 206px; // JO Original 306
 
}
/*RM - right col style - tutta la colonna di destra*/

aside.col4 {
   width: 206px;
   padding:10px 0px 0px 0px;
}

div.col5 {
  width: 390px;
}
div.col6 {
  width: 474px;
}
div.col7 {
  width: 558px;
}
div.col8 {
  width: 742px; //JO Original 642
}
section.col8 {
  width: 742px; //JO Original 642
}
div.col9 {
  width: 726px;
}
div.col10 {
  width: 810px;
}
div.col11 {
  width: 894px;
}
div.col12 {
  width: 978px;
}
section.col12 {
  width: 978px;
}

@import url(http://fonts.googleapis.com/css?family=Lobster);

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
 /* background: url(../images/textile-square.gif);*/
  backgrund-color:#204a7a;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a img {
  border: 0;
}
hr {
  border: 0;
  width: 100%;color: #f00;
  background-color: #DDDDDD;
  height: 1px;
 }



/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

/* Body, Common Classes & Wrap */

body {
  font:14px Arial, sans-serif;
  line-height:135%;
  font-size: 12px;
  color:#555;
}

/*RM - colore link*/
a {
  text-decoration:none;
  color: #204a7a;
  font-weight: bold;
  outline:none;
}
a:hover {
  color: #447dbe;
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom:15px;
  color: #444444;
  font-weight: bold;
}

/* RM -- per i titoli usa gli h1 */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #204a7a;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 17px;
}
h3, h4, h5, h6 {
  font-size: 16px;
  color:#666;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}

p {
  padding-bottom:15px;
  line-height:135%;
}
strong {
  font-weight: bold;
  color: #666;
}
cite, em, i {
  font-style: italic;
}
pre {
  background-color:#eee;
  overflow: auto;
  padding:20px;
  color:#555;
  margin-bottom: 30px;
}
pre, code {
  font-family: Courier New, monospace;
}
ins {
  text-decoration: none;
}
sup, sub {
  font-size:10px;
  height:0;
  line-height:1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom:6px;
}
sub {
  top:4px;
}
/* Blockquote */
blockquote {
  border-left:4px solid #ccc;
  border-right:4px solid #ccc;
  background:url(../images/blockquote-bg.jpg) 10px 10px no-repeat #eee;
  width:85%;
  margin:0 auto;
  padding:20px 20px 20px 48px;
  margin-bottom:30px;
}
blockquote p {
  color:#555;
  padding-bottom:0px;
}

/* Text elements */

ul, ol {
  margin: 0 0 1.5em 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1em;
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
  margin-bottom : 1em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
 /* font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;*/
background: none repeat scroll 0 0 #555555;
    border-right: 1px solid #DDDDDD ;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

tr{
  padding:5px 5px;
}

td{
  padding: 5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

.margin-auto {
  margin:0 auto;
}
/* no-margin, no-padding */
.no-margin-top {
  margin-top:0px !important;
}
.no-margin-bottom {
  margin-bottom:0px !important;
}
.no-margin-left {
  margin-left:0px !important;
}
.no-margin-right {
  margin-right:0px !important;
}
.no-padding-top {
  padding-top:0px !important;
}
.no-padding-bottom {
  padding-bottom:0px !important;
}
.no-padding-left {
  padding-left:0px !important;
}
.no-padding-right {
  padding-right:0px !important;
}
.no-border-top {
  border-top:0 none !important;
}
.no-border-bottom {
  border-bottom:0 none !important;
}
.no-border-left {
  border-left:0 none !important;
}
.no-border-right {
  border-right:0 none !important;
}

/* Clearfix */
.CL {
  clear:left;
  height:0px;
  overflow:hidden;
}
.CR {
  clear:right;
  height:0px;
  overflow:hidden;
}
.clear {
  clear: both;
}
/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.displayblock {
  display: block;
}
.displaynone {
  display: none;
}
#wrapper {
  width:980px;
  margin:0 auto;
}

/* RM Addedd border-bottom */
#header {
  /*background:url(../images/header_bg.png) left bottom;*/
  background-color:#204a7a;
  padding-bottom:0px;
  border-bottom: 6px solid #CCCCCC;
}



.not-front #header{
  padding-bottom: 0;
}
/*RM - FOOTER BLU/*/
#header .top-bg, #footer {
  */background:url(../images/header-top-footer-bg.jpg) repeat-x;*/
  clear: both;
}
#header .top-bg {
  background-position:center bottom;
  height:16px;
  border-bottom:4px solid #ccc;
}
/* Logo Tile */
#header #logo-wrap {
  float:left;
  margin:20px 0;
  min-width: 610px;
}
h1#site-name {
  font-size: 30px;
  font-weight:normal;
  padding-bottom:0px;
}
h1#site-name a span{
  line-height: 0;
  display: inline-block;
}
h1#site-name a {
  line-height:54px;
}
h1#site-name a:hover {
  color: #444444;
}
h1#site-name a img {
  max-height: 90px;
  float:left;
  padding-right:20px;
}
h2#site-slogan {
  font:14px Arial, Helvetica, sans-serif;
  color:#666;
  padding:8px 0 0 0;
}

#header .social-icon ul.social-profile li a {
  text-indent: -99999px;
}
#header .social-icon {
  float: right;
  width: 306px;
  margin-top: 32px;
}
#header .social-icon ul.social-profile {
  float: right;
  list-style: none;
  margin: -10px 0 0;
}
#header .social-icon ul.social-profile li {
  float: left;
  margin-top: 10px;
}

#header .social-icon ul.social-profile li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 10px;
  vertical-align: middle;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
}

#header .social-icon ul.social-profile li.twitter a{
  background: url(../images/twitter.png) left top no-repeat;
}

#header .social-icon ul.social-profile li.facebook a{
  background: url(../images/facebook.png) left top no-repeat;
}

#header .social-icon ul.social-profile li.google-plus a{
  background: url(../images/googleplus.png) left top no-repeat;
}

#header .social-icon ul.social-profile li.pinterest a{
  background: url(../images/pinterest.png) left top no-repeat;
}

#header .social-icon ul.social-profile li.rss a{
  background: url(../images/rss.png) left top no-repeat;
}

#header .social-icon ul.social-profile li a:hover {
  background-position: left -34px;
}

#header #main-menu {
  float: left;
  border:1px solid rgb(233, 233, 233);
  background-color:#fff;
  position:relative;
  width:976px;
  z-index:500;
}
.front #header #main-menu {
  box-shadow: none;
}
#header #main-menu ul {
  margin: 0px;
  list-style: none;
}
#header #main-menu ul li {
  border-bottom: 0px;
  border-right: 1px solid rgb(233, 233, 233);
  float: left;
  position: relative;
  list-style: none outside none;
}
#header #main-menu ul li a {
  padding: 16px 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  color: #444;
  float: left;
}
#header #main-menu ul li a:hover, #header #main-menu ul li a.active, #header #main-menu ul li:hover > a {
  background-color: #444;
  color: #fff;
}

/* Dropdown menu */
#header #main-menu ul li ul, #header #main-menu ul li:hover ul li ul {
  display:none;
  list-style:none none;
  z-index: 9999;
}
#header #main-menu ul li:hover ul, #header #main-menu ul li ul li:hover ul {
  display:block;
}
#header #main-menu ul li ul {
  position:absolute;
  background-color:#444;
  top:48px;
  left:0px;
  padding:0px;
  width:185px;
  margin:0px;
  border-right: 1px solid #555555;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
}
#header #main-menu ul li ul li ul {
  left:185px;
  top:-1px;
}
#header #main-menu ul li ul li {
  float:none;
  border-bottom:1px solid #666;
  border-right:0 none;
}
#header #main-menu ul li ul li a {
  padding: 7px 10px;
  color: #999;
  float: none;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
}
#header #main-menu ul li ul li a:hover, #header #main-menu ul li ul li:hover > a {
  background-color:#333;
  text-decoration:none;
  color:#fff;
}

#main-menu ul li.leaf, #main-menu ul li.expanded { list-style: none; }

/* Page Title */
#header #page-title {
  padding:34px 20px 0px;
}
#header #page-title p {
  padding-bottom:0;
}

/*PS (height changed 150px) =Featured Slider
----------------------------------------------- */
.featured {
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background-color:#fff;
  height:150px;
  width:976px;
  position:relative;
  overflow:hidden;
}
.featured img {
  max-width:100%;
  height:auto;
  margin: 0 auto;
  display: block;
}
.featured .img-effect {
  display: block;
  height:150px;
  width:976px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  /*background:url(../images/featured-img-effect.png);*/
  z-index:10;
}
.featured-text {
  padding: 16px 10px 0;
  position: absolute;
  bottom: 1px;
  background: rgba(0,0,0,.6);
  color: #ccc;
  z-index: 9999;
  left: 1px;
  font-size: 14px;
}
.featured-text a{
  color: #1195bd;
}
.featured-text span {
  font-size:15px;
  font-weight:bold;
}
/*RM - readmore style/*
.featured-text a.readmore {
    display: inline;
    align: right;
    padding: 0;
    
}

/* rm padding-top  modificato  era 10 
      margin modificato era 0 3px*/
#controllers {
  padding-top: 1px;
  text-align:center;
  clear: both;
}
#controllers a {
  background-color: #B7B7B7;
  display: inline-block;
  height: 12px;
  margin: 5px 5px;
  overflow: hidden;
  text-indent: 999999px;
  width: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#controllers a:hover, #controllers a.active {
  background-color:#000;
}

#breadcrumbs {
  border-bottom: 1px solid #EEEEEE;
  font-size: 11px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


/* =Content
----------------------------------------------- */
#main {
  padding-top:10px;
}
#preface-head {
  padding-top:30px;
}
#main #content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 30px;
}
.node h2.title {
  font-size: 13px;
}
#content, #sidebar {
  margin-bottom: 30px;
}
aside{
  margin-top: 20px;
}

/*RM - MODIFICA STILE ICONA PER lista DOC*/
#main #content img {
  max-width: 739px;
  /*float: left;*/
  /*background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  padding-right: 10px;*/
  margin: 5px 10px 50px 6px;
  margin-: 20px;
  /*height: 100%;*/
  height: auto;
}
/*RM - PROVA TM NEWS* 16/05/2014/
.tm_news{
  max-width:630px;
  float: left;
  background-color: #000000;
  border: 1px solid #BBBBBB;
  padding-right: 10px;*/
  margin: 5px 10px 0px 0px;
}
/* RM class grafici */
.chart_style
 width: 700px;
 height: 300px;
 align=center; 
 padding-left:80px;


/*RM - MODIFICA STILE ICONA PER tabella team*/
.img_table_team {
  max-width:630px;
  
  /*float: left; 
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  padding-right: 10px;*/
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  float: left;
  height: auto;
  margin: 0.5em 1em 0.5em 0;
  max-width: 97.4%;
  padding: 6px;
}

#preface-wrap .block,
.region-header .block,
.region-footer .block, 
.region-content-top .block,
#footer-bottom .block {
  margin: 0px 0px 25px 0px;
}

#preface-wrap .block > h2,
.region-header .block > h2,
.region-footer .block > h2, 
.region-content-top .block > h2,
#footer-bottom .block > h2 {
  font-size: 18px;
  margin: 15px 0;
  padding: 0;
}
/*colonna destra boxini */
#sidebar .block {
  margin-bottom: 30px;
background:#EEEEEE;
padding-left:20px;
padding-top:20px;
padding-bottom:20px;
badding-right:10px;
}

/*RM -titoli boxini colonna destra - user login e links*/
#sidebar .block > h2 {
  font-size: 14px;
  background:#EEEEEE;
 
}


/*rm - footer scritta bianca era   color:#666;*/
#footer {
  border-top:6px solid #ccc;
  height:40px;
  color:#fff;
  font-size:12px;
  padding-top:20px;
  background-color:#204a7a;
  
}
#footer span {
  color:#999;
  font-style:italic;
}
#footer a {
  font-style:italic;
  color:#999;
  line-height:24px;
}
#footer a:hover {
  font-style:italic;
  color:#777;
}
#footer .copyright img {
  max-width:30px;
  height:auto;
  overflow:hidden;
  float:left;
  margin:0 20px 0 0;
}
#footer .powered-by {
  text-align:right;
}

/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; padding: 5px; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(../images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.submitted{
  background: #eee;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}
/*readmore*/
.links li a {
color: #204a7a;
padding: 0 12px 0 0;
border-radius: 4px;
float: right;
text-shadow: 1px 1px #fff;
font-weight: bold;
background-image: url("../images/Arrow_blu.png");
background-repeat: no-repeat;
background-position: 60px center;
}

.links li a:hover {
  /*background-color: #D7D5D3;*/
  color: #447dbe;;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 12px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
background: none repeat scroll 0 0 /*rgb(11, 130, 160)*/ #DDDDDD;;
color: /*#FFFFFF !important*/ #204A7A;
line-height: 1em !important;
margin-bottom: 3px;
margin-right: 0px;
opacity: 0.9;
padding: 4px 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 11px;
display: inline-block;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*RM-BS LABEL TABLE*/
#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}



.header_wrapper{
  background: url("../images/header_top_bg.png") repeat-x;
  overflow: hidden;
  display: none;
}

.footer_wrapper{
  background: url("../images/header_bg.png");
  overflow: hidden;
 /* border-top: 6px solid #ccc;*/
  color: #fff;
}
/*RM- titolo pagina non linkato*/
h1.page-title{
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: 1px solid rgb(197, 197, 197);
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #112d4e;
}
.featured-slider{
  overflow: hidden;
  float: left;
}


.field.field-name-field-image.field-type-image.field-label-hidden {
float: left;
}

#ongoing_table > tbody > tr> td > a > img {
padding-left: 30%;
/* padding-top: 3%; */
}
#data_plan > thead > tr >  th{
		padding: 6px;
}


.block .bloack-menu > h2{
	display:none;
}

#extra-menu{
	display:none;	
}

.block.block-menu > h2 {
display: none;
}


.field-items .field-item{
/*    float: left;*/
}


.block-image {
margin-left: -17px;
}

div.field-items > div> a > img{
float:left;
}

/*
#main .field-items .field-item {
float: right;
}
*/
img[src="http://xpress.sp.serco.eu/sites/default/files/field/image/summary_0.png"] {
padding-left: 55px;
/* border: 1px solid red; */
padding-right: 55px;
padding-bottom: 30px;
width: 710px;
height: 504px;
}


.field-item > span{
/*width: 100% !important;*/
/*width:210px !important;*/
float:left;

}
.field-items span p {
text-align: center;
width: 210px !important;
}


#outerImageContainer{width:900px !important;height: 100% !important;}

#imageDataContainer{
width:900px !important;
}
#lightboxImage{
width:900px !important;
height:100% !important;
}


.field-items .field-item{
/* float: left;*/
}

table > tbody > tr > td > span > p {
display: none;
}


.field.field-name-field-document.field-type-file.field-label-above {
clear: both;
}

li.expanded > a{
	pointer-events:none;
}
li.expanded > a[href="/"]{
	pointer-events: all;
}

.field.field-name-body.field-type-text-with-summary.field-label-hidden {
float: none !important;
}


li.expanded.active-trail >a{
	color: white !important;
	background: #444;
}

span.caption.none.file-icon > p {
display: none;
}

.field-item.even > p {
float: none !important;
}




#block-system-main > div > div > div.field.field-name-body.field-type-text-with-summary.field-label-hidden > div > div
{
float: left;
}

#ongoing_table> tbody > tr > td:nth-child(6) {
/* text-align: left; */
vertical-align: middle;
/* margin-left: 30px !important; */
}

#ongoing_table> tbody > tr> td:nth-child(6) > span > a > img {
border: 0px;
padding-left: 25px;
padding-right: 25px;
}

#ongoing_table> tbody > tr> td:nth-child(2) {
padding-left: 2px !important;
padding-right: 2px !important;
/* vertical-align: middle; */
padding-bottom: 0xp !important;
margin: 0px !important;
/* background: purple !important; */
width: 12%;
}

#ongoing_table > tbody > tr> td:nth-child(2) {
width: 15%;
}

a[title="Ongoing Projects"]{
	display:none;
}


table.google-visualization-table-table {
  max-width: 740px;
}

span.google-visualization-table-sortind {
display: none !important;
}
/*
img[src="http://xpress.sp.serco.eu/sites/default/files/2mrsciu.jpg"] {
margin: 10px 10px 20px 3px !important;
}
*/
img.file-icon {
margin: 1px 25px -13px 25px !important;
/* border: 1px solid red; */
padding-bottom: 10px;
}

.messages.error{
display:none;
}

.basic_image div div img{
max-width: 745px;
width: 100%;
height: 100%;
margin-bottom: 15px !important;
}

.field.field-name-field-tags.field-type-taxonomy-term-reference.field-label-above {
  clear: both;
}

span.file {
  clear: both;
}


span.caption.none.file-icon a img {
    /* border: 1px solid red; */
    padding: 0px !important;
    margin: 0px !important;
}

.field.field-name-field-click-to-download.field-type-file.field-label-above .file {
    padding: 8px;
}

.field.field-name-field-file.field-type-file.field-label-above .file{
    padding: 8px;
}

.field.field-name-field-document.field-type-file.field-label-above .field-label {
  padding: 10px;
}

