/* modifiche Notify */
#footer-wrapper {
  color: rgba(255, 255, 255, 0.85) !important;
}
div.disclaimer {
  display: block; 
  /*position: running(disclaimer);*/
  position: absolute;
  bottom: 50px;
}
/*@page {
    @bottom-left { content: element(disclaimer); }
}*/



#logo { width: 500px; }

/* front page login block */
#loginblock               { margin-top: 30px; }
#loginblock .form-item    { float: left; margin-right: 15px; }
#loginblock .form-actions { float: left; margin-right: 15px; }
#loginblock .form-actions { margin-top: 10px; }
#loginblock .item-list    { display: none; }

/* notifylibrary search  */
.notifylibrarysearch-form .top         { vertical-align: top; }
.notifylibrarysearch-form .mid         { vertical-align: middle; }
.notifylibrarysearch-form .nobreak li  { page-break-inside: avoid; }
.notifylibrarysearch-form .clear       { clear: both; }
.notifylibrarysearch-form .nowrap      { white-space: nowrap; }
.notifylibrarysearch-form label.option { font-size: 1em !important; font-weight: bold !important; }

/* incidents views */
.view-notifylibrarysearch-incidents .views-row     { width: 42em; }
.view-notifylibrarysearch-incidents .views-field   { position: relative; clear: both; }
.view-notifylibrarysearch-incidents .views-label   { float: left; display: block; width: 12em; font-weight: bold; margin-bottom: 5px; }
.view-notifylibrarysearch-incidents .field-content { float: left; width: 30em; }

.view-notifylibrarysearch-incidents .views-field-field-signal       .field-content { text-align: justify; }
.view-notifylibrarysearch-incidents .views-field-field-imputability .field-content { text-align: justify; }
.view-notifylibrarysearch-incidents .views-field-field-references   .field-content { text-align: justify; }

.view-notifylibrarysearch-incidents .views-field-field-references .views-label   { clear: both; }
.view-notifylibrarysearch-incidents .views-field-field-references h2             { display: none; }
.view-notifylibrarysearch-incidents .views-field-field-references .submitted     { display: none; }
.view-notifylibrarysearch-incidents .views-field-field-references .field-content { color: white; clear: both; width: 42em; }
.view-notifylibrarysearch-incidents .views-field-field-references .node          { color: black; }

/* rendering bug: the break should really be on .views-row */
/* .view-notifylibrarysearch-incidents .views-field-field-references .field-content { */
.views-row {
  page-break-after: always !important;
/*
  border-bottom: 1px solid #ccc;
*/
  padding-bottom: 5px; margin-bottom: 20px;
  page-break-inside: avoid;
}

.views-row:last-of-type {
  page-break-after: avoid !important;
}
.view-notifylibrarysearch-incidents .views-field-field-references:after {
/*content: '<div style="clear:both;height:1px;">&nbsp;</div>';*/
}
.view-notifylibrarysearch-incidents .views-row:last-child .views-field-field-references .field-content {
  page-break-after: avoid !important;
/*
  border-bottom: 0;
*/
}
.view-notifylibrarysearch-incidents .views-row:last-child .views-field-field-references .field-content {

/* change widths and display for printing */
.print .view-notifylibrarysearch-incidents .views-row     { width: 52em; }
.print .view-notifylibrarysearch-incidents .field-content { width: 40em; }
.print .view-notifylibrarysearch-incidents .views-field-field-references .field-content { width: 52em; }
.print .view-notifylibrarysearch-incidents .views-field-field-references .link-wrapper  { display: none; }

.notifylibrarysearch_form .form-submit.disabled { color: white !important; }
.region-help { display: none !important; }

/* CLAUDIO */
.description-search { font-size: 1em !important; font-weight: bold !important; display: inline !important;}    

