/* CSS crunched with Crunch - http://crunchapp.net/ */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.language.dropdown > a > img {
  float: left;
  margin: -3px 6px 0 0;
}
.dropdown-menu > li > a > img {
  margin-top: -3px;
}
ul.ui-autocomplete {
  z-index: 1100;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  color: black;
}
.modal .date {
  z-index: 1151;
}
.panel-footer .btn-xs {
  margin: 5px 5px 0 0;
}
.panel-footer .btn,
.panel-footer .btn-group {
  margin: 3px 3px 0 0;
}
.nav-pills > li.complete > a,
.nav-pills > li.complete > a:focus,
.nav-pills > li.complete > a:hover {
  background-color: #65B688;
  border-color: #65B688;
}
.banner {
  background: #ffffff url("../images/interface/banner_background.png") no-repeat 180px;
  padding: 0 0 0 30px;
  color: #003c5f;
  border-bottom: #003c5f solid 2px;
  height: 100%;
  margin: 0 0 0 0;
}
.panel-primary .panel-heading .btn-link {
  color: #FFFFFF;
}
.navbar-brand {
  height: 54px;
  padding: 5px 15px 0 0;
}
.navigation > li > a.level-opened {
  color: #ffffff;
}
.navigation > li ul li a.level-opened,
.navigation > li ul li a.level-opened:hover {
  color: #ffffff;
}
.navigation > li ul > li > a.expand:after {
  content: "\f067";
  background-image: none;
  background-color: transparent;
  background-repeat: inherit;
  font-family: FontAwesome;
  height: auto;
  margin-right: auto;
  margin-top: auto;
}
.navigation > li ul > li > a.level-opened:after {
  content: "\f068";
  background: none;
  font-family: FontAwesome;
  height: auto;
  margin: auto;
  width: auto;
}
.navigation-icons-left > li a.level-opened:after {
  content: "\f068";
  background: none;
  font-family: FontAwesome;
  height: auto;
  margin: auto;
  width: auto;
}
label.info {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
label.info {
  margin-top: 6px;
  margin-bottom: 0;
  color: #fff;
  background-color: #3CA2BB;
  display: table;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}
.required-sup {
  top: -0.9em;
}
.required-sup i {
  font-size: xx-small;
}
/*Fix dd dt */
dt + dd {
  margin-top: 10px;
}
/*Fix fa-chevron*/
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-chevron-left {
  left: 50%;
}
.carousel-control .fa-chevron-right {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
}
fieldset {
  margin-top: 10px;
}
fieldset > legend:hover:after {
  content: "\f077";
  font-family: FontAwesome;
  font-size: small;
  vertical-align: middle;
  padding-left: 5px;
}
fieldset > legend.closed:hover:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: small;
  vertical-align: middle;
  padding-left: 5px;
}
fieldset > legend.closed:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: small;
  vertical-align: middle;
  padding-right: 5px;
}
fieldset > legend {
  font-size: 18px;
  border-color: -moz-use-text-color -moz-use-text-color #003c5f;
}
.page-title h3 {
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 0 15px 0;
}
div.exportlinks {
  padding: 12px 0 0 0;
  display: block;
  float: left;
  font-size: 12px;
  clear: both;
}
.panel div.exportlinks {
  padding: 12px 14px;
}
div.exportlinks a {
  text-decoration: none;
}
span.export {
  cursor: pointer;
  display: inline;
}
.form-group {
  margin-bottom: 10px;
}
/* timepicker */
.ui-timepicker-div {
  background: white;
  height: 100px;
  border: 1px solid #DDD;
  padding: 5px;
  border-top: 0px;
  border-bottom: 0px;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
}
.ui-timepicker-div dl dd {
  margin: -25px 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-datepicker-buttonpane {
  background: white;
  border: 1px solid #DDD;
  padding: 5px;
  border-top: 0px;
  text-align: right;
}
.ui-datepicker-buttonpane button {
  background: transparent;
  text-decoration: underline;
  border: 0px;
  border-radius: 0;
  margin-left: 1px;
  background-color: #003c5f;
  border-color: #003c5f;
  text-decoration: none;
  padding: 7px 16px 8px 16px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  text-transform: none;
  overflow: visible;
  font: inherit;
  margin: 0;
  box-sizing: border-box;
  color: white;
  margin-right: 1px;
}
.info a {
  color: white;
  text-decoration: underline;
}
.tabbable {
  margin-bottom: 10px;
}
.i18n-form {
  margin-top: 5px;
}


/* ################ aggiunto da SBA ############### */

/* lato dx del box */
.navbar-form.navbar-right:last-child {
  margin-right: 15px;
}

/* barra sopra il banner */
.navbar-inverse {
  background-color: #ac0040;
  padding: 2px;
}

/* box contenente il campo per la ricerca */
.navbar-nav {
  margin: 5px;
  background-color: #404040;
}

/* logo lato sx */
.navbar-brand img {
  height: 100%;
}

/* occultamento del logo lato dx */
.banner .col-md-3 {
  display: none;
}

/* colore dello sfondo e del testo e dimensioni del bordo del banner  */
.banner {
  background-color: #f2f1eb;
  color: black;
  border-bottom: #ac0040 4px solid;
  border-top: #f2f1eb 2px solid;
}

/* margini del testo dentro il banner */
.col-md-9 {
  width: 100%;
}
/* testo in banner centrato */
.row {
  margin: auto;
}
.col-md-4.panel {
  margin-top: 30px;
}

/* #facet_serie, */
#facet_author, 
#facet_journal {
  display: none;
}

/* carousel */
/* .col-md-8 { */
div.page-content > div.col-md-8 {
  width: 100%;
}

/* box con link */
.col-md-4.panel {
  margin-top: 30px;
  width: 100%;
}

/* carousel */
.panel-primary {
  border: 0;
  max-width: 900px;
  margin: auto;
}
.panel.panel-primary {
  margin-bottom: 0;
}
.panel-body {
  padding: 0;
}

/* IMMAGINE */
.carousel-inner .item img  {
  height: auto !important;
  width: 100%;
 }

/* TESTI */
.carousel-caption {
  background: #ac0040;
  left: 10%;
  bottom: 0;
  bottom: 11.25%;
  right: auto;
  padding-bottom: 30px;
  padding: 0px;
  min-width: 20%;
  max-width: 80%;
}

.carousel-caption h4 {
/*  background-color: #ac0040; 
  font-size: 1.4em;*/
  margin:0px;
  text-align: left;
  padding: 10px;
  text-shadow: none;
}

@media screen and (max-width: 1200px) { 
  .carousel-caption h4 {
    font-size: 1.3em;
    padding: 5px;
  }
}

/*.carousel-caption h4:hover {
  background-color: #d61524; 
}*/

.carousel-caption h4 a {
  color: #fff; 
}
.carousel-caption h4 a:hover {
  text-decoration: none;
}

.carousel-caption p {
  color: #333; 
  background-color: #e5e5e5;
  font-size: 1.2em;
  font-size: 1.0em;
  left: 10px;
  padding: 5px 10px; 
  text-shadow: none;
  text-align: left;
  margin:0;
}
@media screen and (max-width: 1200px) { 
  .carousel-caption h4 {
    font-size: 1.1em;
  }
}

/* FRECCE */
.carousel-control .fa-chevron-left {
  left: 20px;
}

.carousel-control .fa-chevron-right {
  right: 20px;
}

a.carousel-control {
  color: #fff;
}


/* PALLINI */	
.carousel-indicators {
  position: absolute;
  width: 100%;
  left: auto;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center;
  bottom: 0px;
  margin: 0;
}

@media screen and (max-width: 1200px) { 

}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 2px solid #bbbbbb;
  background-color: #fff;
}

.carousel-indicators li:hover {
  background-color: #ac0040;
}

.carousel-indicators .active {
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: #ac0040;
}


@media screen and (max-width: 768px) {

}

/* links */
a {
    color: #ac0040;
    text-decoration: none
}

a:hover, a:focus {
    color: #ac0040;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

/* Badge */
.badge {
  background-color: darkgrey;
  color: white;
}

/* Links Utili Box in HP */
a.list-group-item {
    color: #ac0040
}

.label-success {
  background-color: #5cb85c;
}
.label-warning {
  background-color: #e7804f;
}
.label-danger {
  background-color: #d9534f;
}

/* rende la casella per la ricerca visibile anche sui display più piccoli */
#ir-navbar-menu {display:block;}

/* funzionamento search colonne BI */
.display-none
{ display: none; }

#clientLogoImg {
display: none !important;
}
.layout-top .navbar-brand:first-of-type {
    border-right: none;
}

/*MODIFICA 2022-07-13*/
#header-simple-search {
  background: #ffffff;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/sr/search_background.png);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/sr/search_background.png);
  background-size: cover;
  background-position-y: center;
  display: block !important;
}

.site-header { display: none; }

#navbarSupportedContent > form {display: none !important;}

/* box contenente il campo per la ricerca */
.navbar-nav {
  background-color: #ac0040;
}