.navbar-inverse {
    background-color: #004059;
height: 54px;
}

#navbar-icons li {
    background-color: #00819D;
}

@media (min-width: 992px) {
div.facet.col-md-4 {
    width: 24%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
}
}
span.facetName {
    /*padding: 10px 15px;*/
    padding: 11px 12px 12px 12px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

span.facetName {
    font-size: larger;
}

div.row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.pull-right {
	padding-right: 28px;
	height: 75px;
}

div.addthis_toolbox {
	display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    outline: 0;
    color: #ffffff;
    background-color: #004059;
    box-shadow: 1px 0 0 #004059, -1px 0 0 #004059;
    -webkit-box-shadow: 1px 0 0 #004059, -1px 0 0 #004059;
    -moz-box-shadow: 1px 0 0 #004059, -1px 0 0 #004059;
}

.facet.col-md-4 {
    border-color: #ddd;
}

.linkutili {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 11px 12px;
    background-color: #004059;
    border: 1px solid #fff;
    color: #FFFFFF;
}

.linkutili:hover {
    background-color: #004059;
    color: #FFFFFF;
}

.linkutili a {
    color: #FFFFFF;
    text-decoration: None;
    display: block;
}


.linkutili ul{
	visibility: hidden;
}

.linkutili:hover ul li{
	visibility: visible;
	background-color: #004059;
    color: #FFFFFF;
}

.linkutili:hover a:hover{
	text-shadow: 0px 0px 1px #FFF;
}
.linkutili li {
	position: relative;
	float: left;
	width: 140px;
	text-align: center;
	list-style: none;
}


.panel-default > .panel-heading {
    background-color: #00819D;
    color: white;
}

.panel-heading .btn, .panel-heading .btn-group {
    color: white;
}




/* SOTTOMENU */
#submenu1 ul,
#submenu2 ul {
	padding: 0;
	margin: 0;
}
#submenu1 ul,
#submenu2 ul  {
	position: relative;
	padding: 4px 4px;
	float: left;
	width: 140px;
	text-align: center;
	list-style: none;
}

#submenu1 li a:hover,
#submenu2 li a:hover {
	text-shadow: 0px 0px 1px #FFF;
}

#submenu1 ul ul:hover,
#submenu2 ul ul:hover {
	box-shadow: 0px 20px 30px #7C7C7C;
}

#submenu1 ul,
#submenu2 ul {
	position: absolute;
	top: 38px;
	visibility: hidden;
	display: block;
}

#submenu1 ul li:hover ul,
#submenu2 ul li:hover ul{
	visibility: visible;
}
/* fine SOTTOMENU */

/* A. Buda 6/9/22 INIZIO */
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.site-header {
    padding: 20px;
    background: linear-gradient(rgba(96,110,208,0.2), rgba(96,110,208,0.2)),url(/sr/cover-bg-light.png);
    background-size: cover;
}

.card-header-line {
    background: #cb333b !important;
}

.card-header-dot {
    background: #cb333b !important;
}

.site-footer.bg-primary {
    background: #cb333b !important;
}

.carousel-inner {
height: 15rem;
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.carousel-control-prev, .carousel-control-next {
width: unset;
}
/* A. Buda 6/9/22 FINE */