body{
  background-color: #026880;
  font-family: 'Lato';
}
span.text-enlighted {
    background:  yellow;
}
.badge-error {
  background-color: #b94a48;
}
.top-menu{
  background: white;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.action-buttons{
  margin-right: 10px;
}
.search-form input{
  margin-right: 10px;
}
.search-input{
  height: 33px;
}
.fa-btn {
  margin-right: 6px;
}
.content-title{
  margin: 0;
  padding: 3px 20px;
}
.content-title h3{
  margin: 5px;
}
.result-panel .panel-body {
  padding: 5px;
}
.result-panel .panel-heading {
  padding: 1px 10px;
}
.result-panel .panel-heading h5 {
  margin: 2px;
}
.result-panel .search_result_panel {
    margin-bottom:  10px;
}
.gold{
	color: #9E9E46;
}
.boxed-content{
  background: #e7e7e8;
  padding: 10px;
  margin: 15px -15px;
}
.panel-default>.panel-heading {
  background-color: #e7e7e8;
}
.color-blue{
  color: #0088a6;
}
.no-margin{
  margin: 0;
}
ul li{
  color: #0088a6;
}
ul li span{
  color: black;
}
a{
  color: #0088a6;
}
.nodesReferenced{
  margin-top: 20px;
}
.nodeReferenced{
  font-weight: bold;
}
.custom-search{
  width: 300px;
  padding-top: 8px;
}
.dropdown-menu>li>p, .dropdown-menu>li .radio{
  display: block;
  margin: 0;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.nav input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}
a.deco-none {
  color: inherit;
  text-decoration:none;
}
.panel.panel-info.search_result_panel:hover {
  -webkit-box-shadow: 3px 3px 5px 6px #D0E6F1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #D0E6F1;  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 10px 6px #D0E6F1;
}
.panel.panel-info.search_result_panel {
  /* Set our transitions up. */
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
#newReference input, #newReference textarea{
  width: 100%;
}
.table_title{
  width: 50%;
}
.btn-space{
  margin-right: 5px;
}
.intro-article hr{
  width: 60%;
}
.intro-article{
  padding: 25px;
  margin: 10px 0;
}
.intro-article h3{
  margin: 0;
}
.article-link{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.user-filter{
  display: inline-block;
  margin-bottom: 30px;
}
.featured, .news{
  background: #fff;
  border-top: 3px solid #026880;
  border-radius: 1px;
  box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12) , 1px 0 2px 0 rgba(0,0,0,0.12) , 0 1px 1px 0 rgba(0,0,0,0.24);
  padding: 20px;
  -webkit-transition: all .15s cubic-bezier(.33,.66,.66,1);
  transition: all .15s cubic-bezier(.33,.66,.66,1);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.featured:hover, .news:hover{
  box-shadow: -2px 0 2px 0 rgba(0,0,0,0.16) , 2px 0 2px 0 rgba(0,0,0,0.16) , 0 2px 2px 0 rgba(0,0,0,0.23);
  -webkit-transform: translate3d(0,-3px,0);
  transform: translate3d(0,-3px,0);
}
.news{
  padding: 40px;
  height: 300px;
}
.small-caps{
  font-variant: small-caps;
}
.news-title{
  float: left;
  width: 100%;
  margin-top: 50px;
}
.news-datetime{
  position: absolute;
  top: -30px;
  padding: 5px;
  right: 0;
  z-index: 100;
  background: #026880;
  border-radius: 3px;
  color: white;
}
.logo-container{
  display: table;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 20px;
}
.logo{
  width: 280px;
  float: left;
  margin-left: 50px;
}
.search{
  margin-right: 50px;
}
li.codice-section {
  background: #9ED5E2;
  border-right: 1px solid #90BBCE;
}
.codice-section-header{
  font-variant: small-caps;
  font-size: 15px;
  padding: 5px 0 5px 20px;
  background-color: hsla(198,47%,73%,1);
  box-shadow: 2px 2px 5px 0px #88AEBF;
  width: 210px;
  border-top-right-radius: 10px;
  border: 1px solid #90BBCE;
  display: none;
}
.navbar {
    border-radius: 0;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-link{
  margin-top: 10px;
}
.menu-container{
  width: 95%;
  padding: 20px 0 1px 0;
}
li.news-section {
  background: #C8E7EF;
  border-right: 1px solid #F8F8F8;
}
.navbar-default .navbar-nav>li>a {
  color: #2E2A69;
  font-size: 16px;
}
.container{
  width: 95%;
}

/* HOME PAGE */
.featured{
  color: white;
  background: #05303a;
  background: -moz-linear-gradient(45deg,  #05303a 0%, #8dcddd 100%);
  background: -webkit-linear-gradient(45deg,  #05303a 0%,#8dcddd 100%);
  background: linear-gradient(45deg,  #05303a 0%,#8dcddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05303a', endColorstr='#8dcddd',GradientType=1 );
}
.container.homepage{
  width: 95%;
  margin-top: 25px;
}
.homepage .panel-heading{
  text-align: center;
}
.news p{
  word-wrap: break-word;
}
/* END HOME PAGE */

/* FOOTER */
.footer{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  color: white;
}
.footer-links{
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.footer span{
  padding: 0 20px;
}
.footer-center-links{
  padding-top: 40px;
}
#backToTop{
  color: white;
  text-decoration: none;
}
.footer a{
  color: #A8D9E4;
}
/* END FOOTER */

/* NEWSLETTER */
.preview-newsletter {
  padding: 30px;
  border: 1px solid grey;
}
/* END NEWSLETTER */

/* SCHEMI */
.schemi img{
  max-width: 100%;
}
/* END SCHEMI */

.menu-link {
  width: 100%;  
  height: 100%;
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  color: #555;
  text-decoration: none;
}
.menu-link:hover {
  text-decoration: none;
}
.no-padding {
  padding: 0;
}
.list-group-item:hover {
  background-color: #e7e7e8;
}
ul.dropdown-menu {
  border: none;
  box-shadow: none;
}
ul.dropdown-menu.dropdown-menu-left, ul.dropdown-menu.dropdown-menu-right {
  padding: 20px;
}
#cookieBanner {
  display: none;
  font-size: 14px;
  width: 100%;
  margin: 0px auto;
  padding: 12px;
  background-color: #ddd;
  border-bottom: solid 1px #ccc;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
#cookieBannerClose {
  float: right;
  font-weight: bold;
  padding: 4px;
}
#cookieBannerActions {
  text-align: center;
  padding-top: 4px;
}