/******************+**************************************/
/**                 CSS PER LA STAMPA                   **/
/******************+**************************************/

body,
html {
  overflow-y: hidden; /*per non far comparire la barra verticale*/
  overflow-x: hidden;
}

body,
body p,
blockquote,
html {
    font-family: 'Rubik', 'Lato', 'Roboto', sans-serif;
    font-size: 10pt !important;
    line-height: 1.33;
	background: none;  
    background-color: #fff;
    color: #043360;
    overflow-x: hidden;
}

body a, body a:visited { 
  color: #337ab7;
  text-decoration: underline;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

address,
blockquote,
body, dd, div,
dl, dt,
form,
h1, h2, h3, h4,
h5, h6,
object, ol, p, 
ul,
hr, pr e        { display: block }

li              { display: list-item }

head            { display: none }

th              { font-weight: bolder; text-align: center }

caption         { text-align: center }


h1              { font-size: 1.4em !important; font-weight: 500 !important; margin: .67em 0 !important }
h2              { font-size: 1.5em; font-weight: 500; margin: .83em 0 }
h3              { font-size: 1.17em; font-weight: 500; margin: 1em 0 }
h4, p,
blockquote, ul,
form,
ol, dl          { margin: 1.33em 0 }
h5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
h6              { font-size: .67em; margin: 2.33em 0 }

blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
hr              { border: 1px  }
ol, ul, dd      { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }


h1, h2, h3, h4, h5, h6, img { 
    page-break-after:avoid; 
    page-break-inside:avoid; 
}

blockquote, table, pre, ul, ol, dl { 
    page-break-inside:avoid; 
}

@page { 
    /* size: 8.5in 11in;
    size: auto;
    width: 100%; tolte per problemi di validazione */  
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2cm;
}

.container {
    width: auto !important;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2cm;
}

/* The first page of a print can be manipulated as well */
@page :first {
  /*margin: 1cm 2cm; tolto per problemi di validazione */
     }

div#main-nav {
    overflow-y: hidden; /*per non far comparire la barra verticale*/
}

.navbar-header a[href]:after,
div#contenitore-principale a[href]:after {
    content: "";
}

/* tolti le url dei link 
div#contenitore-principale a[href]:after {
    content: "(" attr(href) ")"
}*/

.field-name-stampa,
.field-name-icona-stampa,
.field-name-ical-evento {
    display: none;
}

.field .field-label, 
.date-repeat-input.byday-day label, 
.date-clear.bymonthday .field-suffix, 
.views-exposed-form label {
    font-weight: 500;
}

.field-name-field-note > .field-label {
    font-size: 11pt;
}

div.node-evento.view-mode-full .date-display-single, 
div.node-news.view-mode-full .date-display-single, 
div.node-avviso.view-mode-full .date-display-single {
    padding-top: 0px;
    margin-top: 0;
    font-size: 11pt;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #172642;
}

h1.page-header {
    font-size: 22pt !important;
    font-weight: 400;    
}

.navbar-header,
a.logo.pull-left img {
    display: block !important;  
    max-height: 80px !important;
    height: 80px !important;
    margin: 0px !important;
    /*margin-left: -8px !important;*/
    padding: 0px !important;
}

a.logo.pull-left img.img-responsive.mobile {
     display: none !important;    
}

footer,
div#nav-top,
div#nav-top-mobile, 
button.navbar-toggle, 
section#block-menu-block-1, 
div#sliding-popup, 
ol.breadcrumb, 
div#spalla-dx {
	display: none;
}

header#site-header {
    border-top: 35px solid #fff !important;
    z-index: 9999999 !important;
}

.navbar.navbar-default.navbar-static-top.head {
    display: block;
    height: 120px !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    margin: 0px !important;
    padding: 0px !important;
}

div#nav-middle-top {
    padding-left: 0px;
}

