body{
  color:#444;
}
body a {
  /*color: #21b0df;*/
  color: #016aa4;
}
body a:hover {
  /*color: #016aa4;*/
  color: #21b0df;
}
.bg-darklight{
  background-color: #e8eff7;
}
article .card-title a,
.carousel .card-title a,
.hpminforma .card-title a,
.hpproj .card-title a,
.hpblog .title a,
.topcont .title a,
.topcons a.title{
  color:#212529;
}
article .card-title a:hover,
.carousel .card-title a:hover,
.hpminforma .card-title a:hover,
.hpproj .card-title a:hover,
.hpblog .title a:hover,
.topcont .title a:hover,
.topcons a.title:hover,
.cons-hp .title a:hover{
  color: #21b0df;
}

article .testo, article a {
  word-wrap: break-word;
}
article p{
  line-height: 1.7;
}
article p a {
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    color: #555555;
}
.container, .container-fluid{
background-color:#fff;
}
.line-height-125 {
  line-height: 1.25rem;
}
.line-height-3 {
  line-height: 3rem;
}
.line-height-4 {
  line-height: 4rem;
}
.w-40 {
  width:40%;
}
.w-60{
    width:60%;
}
.shadow-notop{
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.15) !important;
}
.shadow-nobottom{
  box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,.15) !important;
}
.shadow-lat {
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,.15) !important;
}
.card-header{
  border-bottom:0;
}
.card-img-top {
  /*height:200px;*/
}
.font-weight-600{
  font-weight: 600;
}
/*colori*/
.text-cyan {
color: #00B2EE;
}
.bg-cyan {
background-color: #00B2EE;
color:#fff;
}
.hover-cyan:hover{
  background-color: #016aa4;
  color:#fff;
}
.text-dark-blue {
  color: #016aa4;
}
.text-orange {
  color:#f0713c;
}
.text-orange:hover {
  color:#d39e00;
}
.text-light-orange{
  color: #f8a82f;
}
.text-dark-green {
  color: #1c897b;
}
.text-dark-green:hover {
  color: #52b4ac;
}
.text-error {
  color:#b80000;
}
.text-fuxia{
  color: #CA5AAC;
}
.text-fuxia{
  color: #CA5AAC;
}

.bg-dark-blue {
  background-color: #016aa4;
}
.btn.bg-dark-blue:hover{
  background-color: #21b0df;
}
.bg-light-blue {
  background-color: #f3f8fd;
}
.bg-light-blue-home {
  background-color: #E5F2FF;
}
.bg-dark-gray {
  background-color: #6c757d;
  color:#fff;
}
.bg-gray {
  background-color: #e4e6e8;
  color:#6c757d;
}
.bg-gray:hover {
  background-color: #737477;
  color:#fff;
}
.bg-gray-nh {
  background-color: #e4e6e8;
  color:#6c757d;
}
.bg-yellow {
  background-color: #f6a83f;
  color:#fff;
}
.bg-yellow:hover {
  background-color: #d39e00;
  color:#fff;
}
.bg-green {
  background-color: #52b4ac;
  color:#fff;
}
.bg-green:hover {
  background-color: #1c897b;
  color:#fff;
}
.bg-dark-green {
  background-color: #1c897b;
  color:#fff;
}
.bg-dark-green:hover {
  background-color: #52b4ac;
  color:#fff;
}
.bg-light-orange {
  background-color:#fdf9f3;
}
.bg-orange {
  background-color: #f0713c;
}
.bg-orange:hover {
  background-color: #d39e00;
}
.bg-light-rose-home{
  /*background-color: #FFE8F9;*/
  background-color: #F2DEED;
}
.btn-compose {
  background: none repeat scroll 0 0 #ff6c60;
  color: #fff;
}
.btn-compose:hover {
  background: none repeat scroll 0 0 #c85349;
  color: #fff;
}
.btn-grad{
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 2px 7px rgba(0,0,0,.4);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 10px 30px;
  font-family: 'Raleway', sans-serif;
}
.btn-grad-verde{
  color:#fff !important;
  background: linear-gradient(30deg,#93b700 0%,#CDDC90 100%);
}
.btn-grad-verde:hover{
  background: linear-gradient(30deg,#CDDC90 0%,#93b700 100%);
  color:#fff;
  text-decoration: none;
}
.btn-grad-arancio{
   background: linear-gradient(30deg,#e88846 0%,#edb45a 100%);
   cursor: pointer;
}
.btn-grad-arancio:hover{
  background: linear-gradient(30deg,#edb45a 0%,#e88846 100%);
  color:#fff;
  text-decoration: none;
}
.btn-grad-dark-green{
    background: linear-gradient(30deg,#17a2b8 0%,#47d0e6 100%);
    font-weight: 600;
}
.btn-grad-dark-green:hover{
  color:#fff;
  text-decoration: none;
  background: linear-gradient(30deg,#47d0e6 0%,#17a2b8 100%);
}
.btn-grad-blue {
  background: linear-gradient(30deg,#016aa4 0%,#21b0df 100%);
  font-weight: 600;
}
.btn-grad-blue:hover {
  background: linear-gradient(30deg,#21b0df 0%,#016aa4 100%);
  color:#fff;
  text-decoration: none;
}
.fa-award {
  color:coral;
}
.fa-exclamation-triangle {
  color:#016aa4;
  opacity:0.2;
}
.op-interactive .fa-thumbs-up{
  color:#016aa4;
  opacity:0.2;
}
.fa-exclamation-triangle.log {
  color:#016aa4;
  opacity:1;
}
.op-interactive .fa-thumbs-up.log{
  color:#016aa4;
  opacity:1;
}
.fa-exclamation-triangle.log:hover {
  color:#21b0df;
  opacity:1;
}
.op-interactive .fa-thumbs-up.log:hover{
  color:#21b0df;
  opacity:1;
}

h1, h2, h3, h4, h5, h6, .title{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

h1.articolo-h1 {font-size:1.75rem;} /*1rem = 16px --> 28px*/
article .testo h2 {font-size: 1.625rem; margin-top:3rem; margin-bottom:1rem} /*26px*/
article .testo h3 {font-size:1.5rem; margin-top:2rem; font-weight: 500;} /*24px*/
h3.articolo-h3 {font-size:1.5rem;} /*24px*/
article .testo h4 {font-size:1.275rem; margin-top:2rem; font-weight: 300;} /*20px*/

h1.pagina-h1 {font-size:1.75rem;} /*28px*/
h2.pagina-h2 {font-size:1.5rem;} /*24px*/

h1.elenco-h1 {font-size:1.75rem;} /*34px*/
h2.elenco-h2 {font-size:1rem;} /*18px*/
h3.elenco-h3 {font-size:1.375rem;} /*22px*/

h1.consulto-h1 {font-size:1.5rem;} /*24px*/

.resp-h2{font-size:1.3rem;} /*20px*/
.resp-h3{font-size:1.125rem;} /*18px*/

.text-box-rfs {
  font-size: 0.9rem;
}

/*HEADER + MENU + CERCA*/
.divfixed {
    position: -webkit-sticky;
    position: sticky; /*fixed*/
    top: 0;
    z-index: 999;
    transition: opacity 300ms;
}
body.overlay-active{
overflow: hidden;
}
div#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.header-logo {
  width: 160px;
  height: 34px;
  background-image: url("/img/logo-medicitalia-notagline.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom:1rem;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
}
.navbar {
  padding-left:0;
  padding-right:0;
}
.header-top header {
  z-index: 2147483645;
  position:relative;
}
header form {
  width:100%;
}
header form input.form-control{
  border:0;
  border-radius:0.5rem;
  padding:1.3rem;
  background-color: #F1F3F5;
}
header form input.form-control:focus{
  /*color: #F1F3F5;*/
  border:2px solid #F1F3F5;
  box-shadow: none;
}
header form input.form-control::placeholder{
  color:#b3b8c3;
}
header form button.search{
  border:0;
  color:#777676;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-right:1.3rem;
  background-color: #F1F3F5;
}
header form button.search i{
  font-size:1.2rem;
}
/*autocomplete home*/
.search-autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 2px solid #F1F3F5;
  border-top:0;
  border-radius: 5px;
  z-index: 2147483647;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #F1F3F5;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.offcanvas-collapse {
    position: fixed;
  	top: 0;
  	right: 0;
  	width: 320px;
  	bottom: 0;
  	/*padding: 20px 30px;*/
  	background-color: white;
  	transform: translate3d(100%,0,0);
  	transition: all .5s;
  	z-index: 200;
  	overflow: auto;
  	max-height: 100vh;
  	border: 1px solid #dcdcdc;
    align-items:start;
}
.offcanvas-collapse.open {
  transform: translate3d(0,0,0);
}
.offcanvas-collapse.open .inner-offcanvas{
  width:100%;
  text-align: center;
}
.offcanvas-collapse.open .inner-offcanvas .btn-close {
    font-size: 2rem;
}
.dropdown-menu.show {
  border:0;
  text-align: center;
  border-radius: 0;
}
.dropdown-menu.show a.nav-link,
.dropdown-menu.show a.dropdown-item {
  border-bottom: 1px solid #fff;
  line-height: 2rem;
  background-color: #F1F3F5;
}
div.offcanvas-footer{
  margin-top:2rem;
}
div.offcanvas-footer a{
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
button#navToggle, button#navToggle2{
  border:0;
  color: #444;
}
button#navToggleUte, button#navToggleUte2{
  border:0;
  color:#777676;
}
button#navToggleUte i, button#navToggleUte2 i{
  font-size:1.9rem;
}

img.border-spec {
  border: 2px solid #00B2EE;
}
/*.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
span.notifica-mail{
  display:block;
  background-color: orange;
  font-size:0.75rem;
  font-weight: 600;
  border-radius:50%;
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 13px;
}
#btnlogout {
  color:#a71d2a;
}
#modaleaccesso, #modaleautologin {
  z-index: 2147483646;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
}
@media (min-width: 544px) {
  .header-logo {
    /*width: 243px;
    height: 52px;
    margin-top:10px;*/

    width: 255px;
    height: 65px;
    margin-top:0;
    padding-bottom:0 !important;
    margin-bottom:16px;
  }
  span.notifica-mail{
    top:24px;
  }
}
@media (min-width: 768px) {
  header form {
    width:75%;
  }
}
@media (min-width: 992px) {
  header form {
    width:50%;
  }
}

/*FOOTER*/
.content-footer p.address, .content-footer p.testo-footer, .content-footer p.copyright-footer, .content-footer ul li a{
  font-size: 0.80rem;
}
p.testo-footer, .content-footer p.copyright-footer {
  color:#fff;
}
p.testo-footer a {
  color:#00B2EE;
}
.content-footer .social-footer i{
  font-size:1.3rem;
}
.content-footer ul {
  list-style-type: none;
}
.content-footer ul li a {
  font-weight:bold;
}
.content-footer .cgm-logo{
  position: relative;
  top:3px;
}
@media (min-width: 576px) {
.content-footer p.address, .content-footer p.testo-footer, .content-footer p.copyright-footer, .content-footer ul li a{
  font-size: 0.75rem;
}
}

/*HOME*/
/*menu*/
.navbar-home {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-home .navbar-nav{
  justify-content: center;
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar-home .navbar-nav li {
  margin-right:25px;
  margin-left:25px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-home .navbar-nav a{
  font-size: 0.95rem;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
  /*separatori ed etichette*/
	.topic-border, .topic-border.h-0 {
		position:relative;
    margin-top:4rem;
	}
	.topic-border:after {
		 position:absolute;
		 display:block;
		 content:"";
		 bottom:0;
		 left:0;
		 right:0;
		 z-index:2;
		 width:100%;
		 height:3px;
	}
  .topic-border.h-0:after {
    height:0;
  }
	.topic-border .view_more{
		background: #ffffff;
		right: -8px;
		bottom: 0;
		font-size: 0.8rem;
	}
	.topic-box {
		 background-color:#444;
		 color:#fff;
		 top:0.5rem;
		 left:0.5rem;
		 font-size:0.7rem;
		 font-weight:600;

	}
	.topic-box-lg {
		 color:#fff;
		 font-size:1rem;
		 z-index:2
	}
	.topic-box-lg h2{
		font-size:1rem;
	}
	.topic-box-lg:after {
		 content:"";
		 height:100%;
		 width:100%;
		 z-index:-1;
		 position:absolute;
		 top:0;
		 left:0;
		 right:0;
     border-radius: 0.3rem 0 0 0;
	}
	.color-orange:after {
		background-color:#f8a82f;
	}
	.color-grey:after {
		background-color:#a2a2a3;
	}
	.color-green:after {
		background-color:#4db6ac;
	}
  .color-fuxia:after{
    background-color: #CA5AAC;
  }
  .color-light-rose:after{
    background-color: #F2DEED;
  }
  .color-dark-blue:after{
    background-color: #016aa4;
  }
  .color-cyan:after {
		background-color:#00B2EE;
	}
  .color-dark-grey:after{
    background-color: #6c757d;
  }
  h2.lead {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight:600;
    text-align: center;
  }
  #collapseFirstBlock{
    margin-bottom:4rem;
  }
  .menuinhome {
    margin-top: 4rem;
  }
  .spec-online .view-all a{
    width:50px;
    height:50px;
  }
  .spec-online .view-all i{
    font-size:1.5rem;
    padding-top:0.8rem;
  }
  .numhp {
    margin-top:4rem;
  }
  .numerihome {
    text-align: center;
  }
  .numerihome span{
    color:#fff;
    display: block;
  }
  .numerihome span.num{
    font-size: 1rem;
  }
  .numerihome span.cosa{
    font-size: 0.9rem;
  }
@media (min-width: 768px) {
  .numerihome span.num{
    font-size: 1.8rem;
  }
  .numerihome span.cosa{
    font-size: 1rem;
  }
}

  .hpproj .card{
    border:3px solid #f8a82f;
    border-radius:0.20rem 0.20rem 0 0;
  }
  .hpproj .card-title a,
  .hpproj a.more{
    color: #f8a82f;
  }
  .hpproj .card-footer{
    background-color: transparent;
  }
  /*.hpproj .card-footer{
    background-color: #f8a82f;
  }
  .hpproj .card-footer a{
    color:#fff;
  }*/


  .topcons .icon {
    transition: all .3s linear;
    position: absolute;
    top: -65px;
    right: 10px;
    z-index: 0;
    font-size: 50px;
    color: rgba(0,0,0,0.15);
    color: #4db6ac66;
  }
  .cons-hp {
    border-radius: 3px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
  }
  .cons-hp .title a{
    color:#6c757d;
    font-size: 0.9375rem;
  }

.bs-home {
  margin-top:4rem;
}
.bs-home .row{
  background: linear-gradient(30deg,#016aa4 0%,#21b0df 100%);
}
.bs-home .img{
  background-image: url("/img/buonasanita.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
  background-size: contain;
}
.bs-home .action {
  text-align: center;
  margin-top:1.5rem;
}
.bs-home a.btn:hover{
    color:#21b0df;
}

/*Contenuti coronavirus in homepage*/
.content_corona_hp {
  border:3px solid #00B2EE;
  background-image: url("/img/covid19.png"), url("/img/covid19.png");
  background-repeat: no-repeat;
  background-position: left bottom, right top;
}

.content_corona_hp .topic-box {
  background-color: #d6e8f6;
  color:#003346;
}

.content_corona{
  box-shadow: 0 .5rem 1rem rgba(21, 50, 87, 0.15) !important;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  overflow: auto;
}

/*Contenuti aggiornamenti in homepage*/
.content_updated {
  border: 1px solid #ededed;
  margin-bottom: 20px;
  padding:15px;
  border-radius: 5px;
  overflow:auto;
}
.content_updated .in_content,
.content_corona .in_content {
  position:relative;
  width: 30%;
  float:left;
}

.content_updated .in_content_txt,
.content_corona .in_content_txt  {
  width: 65%;
  float:left;
  padding-left:10px;
}
.content_updated .in_content_txt .tit,
.content_corona .in_content_txt .tit{
  min-height: 60px;
}
.content_updated .in_content_txt a,
.content_corona .in_content_txt a{
  color:#016aa4;
  font-size:18px;
  line-height: 16px;
}
.content_updated .in_content_txt div.author,
.content_corona .in_content_txt div.author
{
  width:100%;
  overflow: auto;
  text-align: right;
}
.content_updated .in_content_txt div.author a,
.content_corona .in_content_txt div.author a{
  color:#00ade5;
  font-size:12px;
  font-style: italic;
}
.content_updated .in_content_txt div.author span,
.content_corona .in_content_txt div.author span{
 font-style: italic;
 font-size:14px;
}

/*Pagine di salute-benessere*/
div.menu_lettere{
  margin-bottom:2rem;
}
div.menu_lettere div {
    background-color: #e0f2ff;
}
ul#elenco_lettere_doppie {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin:0;
  padding:0;
  margin-bottom:1rem;
  margin-top:1rem;
  overflow:auto;
}
ul#elenco_lettere_doppie li{
	background: #fff;
	border: 1px solid #e8e6e6;
	border-radius: 3px;
	cursor: pointer;
	flex-grow: 1;
	height: 2.688rem;
	margin: .15rem;
	min-width: 2.4rem;
	text-align: center;
	text-transform: uppercase;

}
ul#elenco_lettere_doppie li a {
  width:100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size:1.2rem;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
ul#elenco_lettere_doppie li a#all {
  text-transform: none;
}

ul#elenco_lettere_doppie li a:hover,
ul#elenco_lettere_doppie li a.here{
  background-color: #579cd1;
  color:#fff;
}

div.tit-lettera {
  background-color: #e0f2ff;
  color: #016aa4;
  font-weight: bold;
  text-transform: uppercase;
}
div.tit-lettera span{
  font-size: 1.2rem;
}

.border-bottom-eee{
  border-bottom:1px solid #eee;
}


/*articoli*/
article header.cont_tit,
section header.cont_tit,
article header h1.cont_tit {
  background-color: #f7f7f7;
}
.privato {
  background-color: #eef1f2;
}
article .indice_contenuto p{
  font-weight: 600;
  text-transform: uppercase;
}
article .indice_contenuto ul{
list-style-type: none;
padding-left:15px;
padding-right:15px;
}
article .indice_contenuto ul li{
  border-bottom: 1px solid #ededed;
  padding-top:5px;
  padding-bottom:5px;
}
article .indice_contenuto ul li a{
  padding-left:10px;
  display: inline-block;
}
article .testo img{
  max-width: 100%;
  height: auto;
}
article .card-title a.stretched-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
 a .fa-facebook {
  /*color: #3B5998;*/
  color: #016aa4;
}
a .fa-linkedin {
  /*color: #007BB5;*/
  color: #016aa4;
}
a .fa-twitter {
  /*color: #55ACEE;*/
  color: #016aa4;
}
a .fa-google-plus {
  /*color: #E02F2F;*/
  color: #016aa4;
}
a .fa-youtube {
  /*color: #CF2200;*/
  color: #016aa4;
}
a .fa-whatsapp{
  /*color: #53CB5F;*/
  color: #016aa4;
}
.video-youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}

.video-youtube iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

/*pagine elenco*/
.topic-box{
  font-size: 0.7rem;
  color: #fff;
  top: -9px;
  left:-10px;
  z-index:2;
  font-weight: 600;
}
.topic-box:hover{
  text-decoration: none;
  background-color:#016aa4;
  color:#fff;
}
.topic-box.bg-dark-gray:hover{
  background-color:#6c757d;
}
.text-right .select2 {
  max-width:100% !important;
  margin-bottom:0.5rem;
}
.numeri-pagina {
  padding:1rem 0;
	overflow: auto;
	background-color: #eff5f7;
	margin: 1.3rem auto;
}
.numeri-pagina i{
  font-size:1.6rem;
}
.page-numbers.disabled{
  color: #cccccc;
}
.page-numbers.current {
    color: #7b7b7b;
    font-size: 1rem;
    position: relative;
    top:-3px;
}

/*lista libri*/
.libri .card footer {
  bottom:0;
}

/*lista specialisti*/
.card-deck .fa-award{
	position:absolute;
	top:1rem;
	right:1rem;
	font-size:2.5rem;
}
/*select2 unita regiopne e provincia*/
.opt_padre{
  font-weight:bold;
}
.opt_figlio{
  padding-left:15px;
}

/*Dizionario medico*/
.dizionario {
 margin-bottom:6rem;
}
.cerca_termine {
  margin-top:6rem;
}
.dizionario_elenco .select2.select2-container.select2-container--default{
  width:100% !important;
}
ul#elenco_lettere {
  list-style-type: none;
  margin:0;
  padding:0;
  margin-bottom:1rem;
  margin-top:1rem;
  overflow:auto;
}
ul#elenco_lettere li{
  float: left;
  font-weight: bold;
  text-align: center;
  width:26px;
}
ul#elenco_lettere li a {
  width:100%;
  display: inline-block;
  font-size:18px;
}
ul#elenco_lettere li a:hover{
  background-color: #579cd1;
  color:#fff;
}

/*Evento*/
.event-info-list{
  padding-left:1rem;
}
.event-info-list .in-event-info-list {
	border-radius: 3px;
	background-color: #f7f7f7;
  margin-bottom:10px;
  padding:5px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.event-info-list .in-event-info-list .event-content {
	display: table;
	padding-left: 1rem;
}
.event-info-list .in-event-info-list .event-content .event-title {
	font-weight: 700;
	color: #878787;
	font-size: 14px;
}
.event-info-list .in-event-info-list .event-content .event-date {
	margin: 0px;
	font-weight: 700;
	color: #333333;
	font-size: 1rem;
	text-transform: uppercase;
}
.event-info-list .in-event-info-list .event-content .event-date.event-location{
  text-transform: none;
}
.event-info-list .in-event-info-list .event-content .event-date.event-email{
  	text-transform: none;
    word-break: break-word;
}
.cerchio{
  width:40px;
	height:40px;
	border-radius:20px;
	background:#17a2b8;
  line-height: 36px;
  text-align: center;
  float:left;
}
.cerchio i{
  color:#fff;
  font-size:18px;
  vertical-align: middle;
}
.cerchio_little{
  width:30px;
	height:30px;
	border-radius:15px;
	background:#17a2b8;
  line-height: 25px;
  text-align: center;
}
.cerchio_little i{
  color:#fff;
  font-size:16px;
  vertical-align: middle;
}
#event_map {
  margin: auto;
  width:100%;
  height: 395px;
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
  border-radius:3px;
}
.event-subscription {
  margin:30px 0;
}

/*ratingBox*/
.ratingbox {
  display: inline-block;
  font-size: 1.2rem;
}
.contenitore_valutazione .label_valore{
  width:6.125rem;
}

/*pagina struttura sanitaria*/
.struttura .head .pic{
    border-left: 1px solid #e2e2e2;
}
.struttura .head .pic a:last-child{
    margin-bottom:0;
}
.struttura span.etichetta, .struttura span.etichetta_nd, .struttura .head [itemprop~="streetAddress"], .struttura .head [itemprop~="postalCode"], .struttura .head [itemprop~="addressLocality"], .struttura .head [itemprop~="addressRegion"] {
    font-weight: 600;
}
.struttura .head p#telstr i{
    color: #93b700;
    font-size:1.2rem;
}
.struttura .head #vis_dettagli_rec{
    cursor: pointer;
    font-weight:bold;
    color: #016aa4;
}
.struttura .head #vis_dettagli_rec p:hover{
    color:#21b0df;
}
.struttura a.button_map {
    cursor: pointer;
    color: #f0713c;
}
.struttura #sede_1 p {
  margin-bottom:0.5rem;
}
.struttura .valutazioni_complessive_struttura.esploso, #rating_str {
  display:none;
}
#rating_str{
  height: 750px !important;
}
.struttura #in_equipe .fototessera img.photo{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:auto;
    width:120px;
    height:150px;
}
.ui-widget-overlay {
  opacity:0.6 !important;
}
.struttura .fa-star, .struttura .fa-star-half-alt,
.ospedali .fa-star, .ospedali .fa-star-half-alt,
.poliambulatori .fa-star, .poliambulatori .fa-star-half-alt
{
  color:#abbf56;
}
/*google map*/
 .dialogMap{
  display:none;
}
.dialogMap div.mapcartina, .dialogMap div.mapstreet{
    height: 280px;
    width: 280px;
}
.dialogMap div.mapcartina {
    margin-right: 15px;
}
.ui-dialog {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(207,207,207,1);
    -moz-box-shadow: 0px 6px 6px 0px rgba(207,207,207,1);
    box-shadow: 0px 6px 6px 0px rgba(207,207,207,1);
}
.ui-widget-header {
    background: #fff !important;
    background-image: none;
    border:0 !important;
    color: #222222;
    font-weight: bold;
}

/*NUOVA RICERCA*/
.search-header{
  border-bottom:1px solid #E9E9E9;
}
.search-header .qa-search-field{
border: 1px solid #989898; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-weight: bold; padding: 5px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;
}
.search-header .btn.qa-search-button{
  background: #fff none repeat scroll 0 0; border: 0 none; border-radius: 3px; box-shadow: none; color: #66afe9; font-size: 14px; margin-bottom: 0; margin-left: -40px !important; margin-top: 2px; outline: medium none; padding: 5px 10px;
}
.search-header .btn.qa-search-button span{
  color: #66afe9;
}
.motore-m #search_submenu a{
  color:grey;
}
.motore-m #message{
  font-size: 0.75rem;
  color:#676767;
}
.motore-m .web-results .title,
.motore-m .top-result .title {
  color: #15C;
  text-decoration: underline;
}
.motore-m .web-results .url-result,
.motore-m .top-result .url-result{
  line-height: 15px;
}
.motore-m .web-results .url-result span,
.motore-m .top-result .url-result span{
  color:#093;
  text-decoration: none;
  font-size:0.8125rem;
}
.motore-m .web-results .snippet-result,
.motore-m .top-result .snippet-result  {
  font-size:0.8125rem;
  padding:8px 5px;
}
.motore-m .web-results .snippet-result .clickdoc-result i{
    font-size: 0.875rem;
    color:#F78515;
}
.motore-m .web-results .snippet-result a.spec-results-img{
  width: 48px;
  height: 50px;
}
.motore-m .search-results .top-result {
  display:table;
  margin:20px 0;
  color: #555555;
  padding: 10px 12px;
  border: 2px solid #cdcdcd;
  background-color: #ffffff;
	border-radius: 4px;
  box-shadow: 3px 3px 10px #e9e9e9;
}
.motore-m .sugg-result {
  margin:10px 0 20px 0;
}
.motore-m .spec-results .sugg-result {
  margin:5px 0;
}
.motore-m .sugg-result a{
  text-decoration: underline;
  color: #15C;
  font-style: italic;
  font-weight: bold;
}
.motore-m .sugg-results {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom:20px;
  min-height:240px;
}
.motore-m .sugg-results p.typo_sottotitolo6{
  color:#737475;
}
.motore-m .sugg-results ul {
  list-style-type: none;
  margin:0;
  padding-left:25px;
  margin-bottom:10px;
}
.motore-m .sugg-results ul a{
  text-decoration: underline;
  color:#15C;
  font-size:0.875rem;
}
.motore-m .search-content-discovery .search-content-discovery-title{
  font-size: 0.8125rem;
  color:#555;
  line-height: 14px;
  display: inline-block;
  margin-top:5px;
}
.motore-m .sidebar-content-discovery{
  margin:20px 0;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px #d8d8d8;
  padding: 10px;
}
.motore-m .sidebar-content-discovery .sidebar-content-discovery-title{
  min-height: 48px;
}
.motore-m .sidebar-content-discovery img{
  float:left;
  margin-right:10px;
}
.motore-m .sidebar-content-discovery p{
  font-size: 13px;
  padding:0;
  margin:0;
  line-height: 18px;
}
.motore-m .sidebar-content-discovery span.title{
  font-weight: bold;
  display:block;
}
.motore-m .sidebar-content-discovery span.title-spec{
  font-style: italic;;
}
.motore-m .sidebar-content-discovery-list{
  padding:0;
  margin:0;
  margin:10px 0;
  list-style-type: none;
}
.motore-m .sidebar-content-discovery-list li{
  margin:10px;
  font-size: 13px;
  line-height: 20px;
  padding: 0px 0 6px 0;
  border-bottom: 1px solid #ededed;
}
.motore-m .sidebar-content-discovery-list li a{
  font-size: 13px;
  color: #0567A5;
}

/*Consulti*/
/*elenco argomenti top*/
.filtro_classi {
  border-bottom: 2px solid #016aa4;
}
 p.el_spec_top a{
  font-size: 1.125rem;
  padding-bottom: 0;
  border-bottom: #016aa4 2px solid;
  color:#016aa4;
  font-weight: 600;
}
 p.el_spec a{
   display:block;
   margin: 20px 0 20px 0;
   font-size: 1.125rem;
   padding-bottom: 0;
   border-bottom: 2px solid #016aa4;
   color:#016aa4;
   font-weight: 600;
 }
.el_argomenti_top{
  list-style: circle;
}
.el_argomenti_top li{
  margin-bottom: 0.9375rem;
}
.el_argomenti_top li a{
  color: #016aa4;
  border-bottom: #ADDFE6 1px solid;
  padding-bottom: 1px;
  text-decoration: none !important;
}
/*select2 unita spec + classi*/
.spec_padre{
  font-weight:bold;
}
.spec_figlio{
  padding-left:15px;
}
.consulto a.rispconsulto {
  color:#f0713c;
  font-size: 0.875rem;
  font-weight: 600;
}
.consulto a.rispconsulto:hover {
  color:#d39e00;
}
.consulto .titconsulto{
  font-size: 1.125rem;
  line-height: 1rem;
}
.consulti .spec-img{
  float:left;
  width:70px;
}
.consulti .spec-info{
  float:left;
  width:71%;
  padding-top: 0.2rem;
}
.consulti .spec-spec {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consulti .infospec:hover span{
  color:#21b0df;
  text-decoration: underline;
}
.consulti .infospec span{
  cursor: pointer;
}
.consulti .infospec span.text-dark-blue.nomespec{
  font-weight: 600;
}
.consulti .infoute:hover span{
  color:#21b0df;
  text-decoration: underline;
}
 .consulti .infoute span{
   cursor: pointer;
 }
.consulti .linklike {
  font-weight: 600;
  color: #016aa4;
}
.consulti .linklike:hover {
  color: #21b0df;
}
.consulti .fas.fa-award{
  position: absolute;
  top: 47px;
  font-size: 1.5rem;
  left: 59px;
}
.consulti .op-interactive{
  padding-top:0.5rem;
  border-top: 1px solid #d0e2f5;
}
.modal-title .fas.fa-award{
  position: relative;
  font-size: 1.5rem;
  top:3px;
  left:0;
}
.modal-title span {
  font-size: 0.9rem;
  font-weight: 400;
}
.modal .btn.button.dott{
  background-color: #12B1EE;
  color:#fff;
}
.modal .btn.button.dott:hover{
  background-color: #375075 !important;
  border-color: #375075 !important;
}
.modal .btn.button.psi{
  background-color: #a67423;
  color:#fff;
}
.modal .btn.button.psi:hover{
  background-color: #ffb335 !important;
  border-color: #ffb335 !important;
}
.modal .btn.button.dent{
  background-color: #447537;
  color:#fff;
}
.modal .btn.button.dent:hover{
  background-color: #73d23f !important;
  border-color: #73d23f !important;
}
.consulti #storiaclinica {
  font-size: 0.8rem;
}
.consulti .col.cons{
  line-height: 1.7;
}

/*suggerimenti classe*/
.health_all_contents.correlati_motore{
  box-shadow: 3px 3px 10px #697a8f;
  margin: 1.2rem 0;
  padding:1rem;
  border-radius: 5px;
}
.health_all_contents.correlati_motore .in_content_txt a{
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: inline-block;
  padding:0 10px;
}
.health_all_contents.correlati_motore .correlati_consulti {
  background-image: url("/img/consulto1.png"), url("/img/arrow_dx.png");
  background-repeat: no-repeat;
  background-position: center left, bottom right;
  padding:8px 0;
}
.health_all_contents.correlati_motore .correlati_consulti.reverse {
  background-image: url("/img/arrow_sx.png");
  background-position: center left;
}
.health_all_contents.correlati_motore .correlati_consulti a{
  display: block;
  padding-left:2.375rem;
  padding-right:1.875rem;
}
.health_all_contents.correlati_motore .correlati_consulti.reverse a{
  padding-right:0;
}
/*nuovo consulto*/
form.nuovo-consulto {
  border-radius:5px; padding:15px; background-color:#fff; box-shadow: 0 .5rem 1rem rgba(0,0,0,.5) !important;
}
.nuovo-consulto label {
  font-weight: 600;
}
.nuovo-consulto input,
.nuovo-consulto textarea{
    font-size:0.875rem;
}
.nuovo-consulto h2{
  font-size:1.2rem;
  color:#1c897b;
}
.text-intro {
  padding-top:20px;
  padding-bottom:20px;
  font-size: 0.875rem;
}
.nuovo-consulto select {
    font-size:0.875rem;
}
.archivio-ricerca {
  border-radius:5px;
  padding:15px;
  background-color:#f6f6f6;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  margin:30px 0;
}
/*progress bar step*/
.container_step {
  width: 100%;
  margin: 10px auto 20px auto;
  position: relative;
  z-index: 1;
}
.container_step .progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.container_step .progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 0.75rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.container_step .progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 27px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.container_step .progressbar li:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.container_step .progressbar li:first-child:after {
  content: none;
}
.container_step .progressbar li.active {
  color: #52b4ac;
  font-weight: bold;
}
.container_step .progressbar li.active:before {
  border-color: #52b4ac;
}
.container_step .progressbar li.active + li:after {
  background-color: #52b4ac;
}

/*pagina decalogo*/
.decalogo .claim-decalogo {
  color: #335b74;
}
.decalogo ol li {
  margin-bottom:15px;
  margin-top:15px;
}
.decalogo ol p {
  font-size:0.8125rem;
  color:#585858;
}
.decalogo h2, .decalogo-info h2{
  color: #335b74;
}
.decalogo a.download {
  text-decoration: underline;
}
.decalogo strong.opt_decalogo {
  color: #579cd1;
}
.decalogo-info ol {
  background-color: #F0F9FC;
}
.decalogo-info ol li p{
  font-size:0.8125rem;
}

/*Faq Helpdesk*/
dd.answer {
    display:none;
}
dl.faq dt {
  font-weight: 600;
}
dl.faq dt p span{
  color:#016aa4;
  cursor:pointer;
}
dl.faq dt p span:hover{
  color:#21b0df;
}
/*loghi*/
.row.loghi {
    border:1px solid #ededed;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}
/*form login modal*/
#box_login{
  z-index: 2147483646;
}
#box_login .input-group{
  margin:10px 0;
}
#box_login input:focus::-webkit-input-placeholder {color: transparent}
#box_login input:focus::-moz-placeholder          {color: transparent}
#box_login input:focus:-moz-placeholder           {color: transparent}
#box_login input:focus:-ms-input-placeholder      {color: transparent}

#box_login .link-login{
  text-transform: uppercase;
  font-size: 12px;
}
#form-page-login {
  padding:20px;
  background-color: #effbfc;
}
#form-page-login .input-group{
  margin:20px 0;
}
.login-page-links {
  margin-top:20px;
}
a.openlogin,
a#login-site{
  cursor: pointer;
  color: #016aa4 !important;
}

/*Pagina iscrizione*/
.text-claim p{
    font-size:1.2rem;
}
.p_iscrizione i.fa-users{
    line-height:95px;
}
.p_iscrizione .sotto-testo {
    min-height:54px;
    padding:10px;
}
.p_iscrizione .box_iscr {
    margin-bottom:1rem;
}
.p_iscrizione .icona {
    width:100px;
    height:100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    margin:auto;
}
.p_iscrizione i{
    font-size:70px;
    line-height:90px;
}
.p_iscrizione .tipo_utente {
    margin-top:15px;
    margin-bottom:15px;
    font-size: 20px;
    padding-left:5px;
    padding-right:5px;
}
.p_iscrizione .box_ute {
  background-color: #fdf9f3;
  color: #f0713c;
}
.p_iscrizione .box_ute .icona {
  border:3px solid#f0713c;
}
.p_iscrizione .box_ute i{
    color: #f0713c;
}
.p_iscrizione .box_ute .tipo_utente {
    color: #f0713c;
}
.p_iscrizione .box_spec {
    background-color: #f7fff7;
    color: #1c897b;
}
.p_iscrizione .box_spec .icona {
  border:3px solid #1c897b;
}
.p_iscrizione .box_spec i{
    color: #1c897b;
}
.p_iscrizione .box_spec .tipo_utente {
    color: #1c897b;
}
.p_iscrizione .box_age {
    color: #737477;
}
.p_iscrizione .box_age .icona {
  border:3px solid #737477;
}
.p_iscrizione .box_age i{
    color: #737477;
}
.p_iscrizione .box_age .tipo_utente {
    color: #737477;
}
/*form di iscrizione*/
.iscrizione form label{
  font-weight:600;
}
.iscrizione form.ute .subtitle{
  border-bottom: 1px solid #f6a83f;
}
.iscrizione form.age .subtitle{
  border-bottom: 1px solid #737477;
}
.iscrizione form.prof .subtitle{
  border-bottom: 1px solid #52b4ac;
}
.iscrizione iframe{
  border:1px solid #ddd;
  padding:0.8rem;
}
.iscrizione .g-recaptcha iframe{
  padding:0;
}
.iscrizione form.ute .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #f0713c;
	background-color: #f0713c;
}
.iscrizione form.age .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #6c757d;
	background-color: #6c757d;
}
.iscrizione form.prof .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #52b4ac;
	background-color: #52b4ac;
}
/*cancella iscrizione*/
#norisp{
  display:none;
  padding:10px 20px;
  margin:10px 0;
  background-color: #f9f9f9;
}
/*messaggi-personali*/
.messaggi-personali nav.inbox a{
  padding: 0.75rem;
  border: 1px solid rgba(0,0,0,.125);
}
.messaggi-personali nav.inbox a:first-child  {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.messaggi-personali nav.inbox a:last-child{
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.messaggi-personali nav.inbox a.active{
  background-color:#499de6;
  color:#fff;
  border-color:#499de6;
}
.messaggi-personali nav.inbox a:hover{
  text-decoration: none;
  background-color: #21b0df;
  border-color:#21b0df;
  color:#fff;
}
.messaggi-personali .row.unread div{
  font-weight:bold;
  background-color: #eee;
}
/*Scheda utente*/
.scheda_profilo .box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.scheda_profilo .box.box-ute {
  border-top-color: #f6a83f;
}
.scheda_profilo .box.box-spec {
  border-top-color: #52b4ac;
}
.scheda_profilo .box.box-info {
  border-top-color: #17a2b8;
}
.scheda_profilo .box.box-danger {
  border-top-color: #dd4b39;
}
.scheda_profilo .box.box-warning {
  border-top-color: #f39c12;
}
.scheda_profilo .box.box-success {
  border-top-color: #00a65a;
}
.scheda_profilo .box.box-default {
  border-top-color: #d2d6de;
}
.scheda_profilo .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.scheda_profilo .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.scheda_profilo .box-header .box-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1;
  text-transform: none;
  display: block;
}
.scheda_profilo .box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.scheda_profilo .box-top {
  min-height:331px;
}
.scheda_profilo .profile-username {
  font-size: 1.5rem;
  margin-top: 5px;
  width: 100%;
}
.scheda_profilo .profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
}
.scheda_profilo .box-body hr{
  margin-top:8px;
  margin-bottom:8px;
}
.scheda_profilo .box-top a.right{
  float:right;
}
.scheda_profilo table thead th{
  background-color: transparent;
  color:#333;
  font-weight:bold;
  border:1px solid #ddd;
}

.scheda_profilo .tabconsultiutente{
  border-bottom:1px dotted #ededed;
  padding:5px 0;
}
.scheda_profilo .tabconsultiutente .text-success{
  color:forestgreen;
}
.scheda_profilo .tabconsultiutente .text-warning{
  color:goldenrod;
}
.scheda_profilo .btn-box-tool{
  padding: 5px;
  font-size: 1.25rem;
  background: transparent;
}
.scheda_profilo .box-ute .btn-box-tool{
  color: #f6a83f;
}
.scheda_profilo .pref_newsl li.spec{
  padding:10px 0;
  border-bottom:1px dotted #ededed;
}
.scheda_profilo .pref_newsl li.spec li{
  font-style: italic;
}

/*Bachea medico*/
.bacheca .box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #12B1EE;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.bacheca .box.box-profilo {
  border-top-color: #52b4ac;
}
.bacheca .box.aggiungi-valore{
  border-top-color: #f0713c;
}
.bacheca .box-header .box-title {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}


/*Stanze narrative*/
.stanze .stanza{
  width:320px;
  margin: 1rem auto;
}
.stanze .bg-rose {
    background-color:#FAAEFC;
    color: #fff;
}
.stanze .bg-teal {
    background-color:#f39c12;
    color: #fff;
}
.stanze .bg-grey {
    background-color:#dedede;
    color: #fff;
}
.stanze .bg-green-pastel {
    background-color:#d5edd5;
    color: #fff;
}
.stanze .small-box h3, .small-box p {
    z-index: 5;
}
.stanze .small-box p .rfs{
    color:#D37ED6;
}
.stanze .small-box p .pdh{
  color:#9bb29b;
}
.stanze .small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 15px;
    top:-45px;
    z-index: 0;
    margin:0;
}
.stanze .small-box .icon .fa{
  background-color: transparent;
  font-size:60px;
  color: rgba(0, 0, 0, 0.15);
}
.stanze .small-box > .small-box-footer {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
/*pagina spaziopro*/
.spazioproelenco .spaziopro_categorie a.spaziopro_categorie_item{
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color:#fff;
  padding:5px 8px;
  margin:5px;
  display: inline-block;
}
#spaziomed .spaziopro_categorie a.spaziopro_categorie_item{
  background-color: #00ADE5;
}
#spaziopsi .spaziopro_categorie a.spaziopro_categorie_item{
  background-color: #a67423;
}
#spazioodo .spaziopro_categorie a.spaziopro_categorie_item{
  background-color: #447537;
}
#spaziomed .spaziopro_categorie a.spaziopro_categorie_item:hover{
  background-color: #375075;
}
#spaziopsi .spaziopro_categorie a.spaziopro_categorie_item:hover{
  background-color: #ffb335;
}
#spazioodo .spaziopro_categorie a.spaziopro_categorie_item:hover{
  background-color: #73d23f;
}
.spazioproelenco .elenco3d{
  list-style-type: none;
  margin:0;
  padding:0;
  background-color: #fafafa;
}
.spazioproelenco .elenco3d li{
  padding:10px 5px;
  background-image: url('../../../../../img/forum_read.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
	border-top-color: #fff;
	border-bottom-color: #ebebeb;
}
.spazioproelenco .elenco3d.norisp li{
  background-image: url('../../../../../img/forum_question.png');
}
.spazioproelenco .elenco3d li a{
  display: inline-block;
  margin-left:40px;
  font-size:15.5px;
}
#spaziomed .elenco3d li a{
  color: #00ADE5;
}
#spaziomed .elenco3d li a:hover{
  color: #375075;
}
#spaziopsi .elenco3d li a{
  color:#a67423;
}
#spaziopsi .elenco3d li a:hover{
  color:#ffb335;
}
#spazioodo .elenco3d li a{
  color:#447537;
}
#spazioodo .elenco3d li a:hover{
  color:#73d23f;
}
.spazioproelenco .more_info{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
#spaziomed .more_info{
  color: #375075;
}
#spaziopsi .more_info{
  color:#ffb335;
}
#spazioodo .more_info{
  color:#73d23f;
}
#spaziomed .more_info:hover{
  color: #00ADE5;
}
#spaziopsi .more_info:hover{
  color:#a67423;
}
#spazioodo .more_info:hover{
  color:#447537;
}
#colonnadestra section#spazioforum {
  margin-bottom:40px;
}
a.spazioforum {
  margin:40px auto 0 auto;
  font-size:16px;;
  display:block;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  height:50px;
  line-height: 50px;
}
a.spaziomed {
  color:#00ADE5;
}
a.spaziomed:hover {
  color: #375075;
}
a.spaziopsi {
  color:#a67423;
}
a.spaziopsi:hover {
  color:#ffb335;
}
a.spazioodo {
  color:#447537;
}
a.spazioodo:hover {
  color:#73d23f;
}
/*Elenco agenzie di eventi*/
.agenzie-elenco {
  margin:30px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  padding:15px;
}
.agenzie-elenco .agenzia-citta{
  font-weight: 700;
	color: #878787;
}
/*Agenzia eventi singola*/
.agenzia_nome {
  color: #12B1EE;
  padding-left:20px;
}
.agenzia-logo {
  height:200px;
}
.agenzia-logo i{
  font-size: 130px;
  margin-top:35px;
  color:#ccc;
}
.agenzia-info {
  border-left: 1px dashed #c0c0c0;
  padding: 10px;
  margin: 20px 0;
  padding-left:20px;
}

/*specialita*/
div.spec-spec {
  border: 1px solid #ededed;
  margin-top:20px;
  margin-bottom:5px;
  margin-right:5px;
  border-radius:15px 15px 0px 0px;
  padding:10px;
  box-shadow: 3px -3px 10px #d8d8d8;
}
div.spec-spec h2{
  text-transform:none;
  font-size:22px;
  margin:0;
}
div.spec-area{
  border: 1px solid #ededed;
  padding:15px;
  border-radius:0 0 15px 15px;
  margin-right:5px;
  box-shadow: 3px 3px 10px #d8d8d8;
}
div.spec-area div{
  margin-bottom:5px;
  padding:10px;
}
div.spec-area div p{
  font-size:16px;
  font-weight:bold;
}
div.spec-area div ul{
  list-style-type:none;
  padding-left:15px
}
div.spec-area li{
  padding-top:5px; padding-bottom:5px;
}
div.spec-area .spec-arg{
  border-top: 1px solid #ededed;
  margin-bottom:5px;
  padding:10px;
}
div.spec-area .spec-arg ul{
  list-style-type: circle;
  padding-left:40px;
}
p.scrolltop a i{
  font-size: 24px;
  font-weight:bold;
}

/*Singola spec*/

.header_specialita .indice .col-md-6{
  margin-top:0;
}
.header_specialita .indice a{
  border-bottom:1px solid #efefef;
  display: inline-block;
  width: 90%;
  padding:15px;
}
.pagina_specialita {
  margin-bottom:20px;
}
.pagina_specialita .tit-under {
  margin-bottom:40px;
  margin-top:25px;
  border-bottom: solid 1px #dcdbdb;
}
.pagina_specialita .tit-under h3{
  font-size:24px;
}
.pagina_specialita h4 {
  font-size: 18px;
}
.pagina_specialita .box{
  margin-bottom:30px;
  min-height:136px;
}
.pagina_specialita .in-content{
  box-shadow: 3px 3px 10px #d8d8d8;
  min-height:136px;
  padding-bottom:5px;
}
.pagina_specialita .in-content .img{
  padding:0;
  text-align: center;
}
.pagina_specialita .in_content-txt{
  padding: 5px  0 5px 15px;
}
.pagina_specialita .in_content-txt a{
  font-size: 18px;
  line-height: 22px;
  color: #016aa4;
  padding-right:10px;
}
.pagina_specialita .health_all_contents.correlati_motore .in_content_txt a{
  font-size:16px;
}
.pagina_specialita .args {
  padding-top:20px;
}
.pagina_specialita .args div {
  margin-bottom:30px;
  padding-left:20px;
}
.pagina_specialita .args a.list{color: #016aa4;}

.pagina_specialita .args.contact_spec{
  padding-bottom:0;
  margin-bottom:30px;
}
.pagina_specialita div.buttons{
  width: 100%;
  overflow: hidden;
}
.pagina_specialita .noargs .buttons{
  margin-top:20px;
}
.pagina_specialita .list-group-item{
  background-color: #f5fcff;
}

/*Box avvertenza*/
#avvertenza {
  border:1px solid #ddd;
  padding:10px;
  margin-top:20px;
  background-color: #E9F2F7;
  border-radius: 5px;
  webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  overflow:auto;
}
#avvertenza #domandaavvertenza{
  text-align: center;
  font-size: 18px;
}
#avvertenza #domandaavvertenza #url_a {
  word-wrap: break-word;
  font-size:16px;
}
#avvertenza #domandaavvertenza #back{
  float:left;
  font-weight: bold;
}
#avvertenza #domandaavvertenza #close{
  float:right;
  font-weight: bold;
}
#avvertenza #domandaavvertenza #go{
  float:right;
  margin-right:10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .pagina_specialita .box,
  .pagina_specialita .in-content{

  }
.pagina_specialita .row .col-sm-6{
  padding-top:0;
}
.pagina_specialita .in-content{
  padding-top:5px;
}
.pagina_specialita .in-content .img{
  padding-left:5px;
}

}

/*form in edit*/
form#advanced-form label{
  font-weight:600;
}
form#advanced-form fieldset{
  margin:1rem 0;
}
/*newsletter sotto articolo*/
#newsletter_articolo {
  display:none;
}
.iscr-nl{
  background-color: #f6fcfd;
}

/*commenti sotto articolo*/
#show-comments {
  display:none;
}

/*Box laterali*/
aside section {
  padding-top:1.5rem;
  padding-bottom:1.2rem;
  margin-bottom:1.2rem;
}
/*.btn-nuovo-consulto .header{
  background-image: url("/img/nuovo_consulto.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.btn-nuovo-consulto .header a {
  height:160px;
}
.btn-nuovo-consulto .header .buttons {
  top:110px;
}*/

.btn-sei-medico-a{
  height:265px;
  background-color: #f8ffff;
}
.btn-sei-medico-c {
  height:294px;
  background-color: #f7fff7;
}
.btn-sei-medico-a .header,
.btn-sei-medico-c .header{
  background-image: url("/img/medico-light-blue.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height:100px;
}
.btn-sei-medico-b .header{
  background-image: url("/img/medico-blue.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  height:150px;
  opacity:0.2;
}
.btn-sei-medico-c .header{
  background-image: url("/img/medico-light-green.svg");
}
.btn-sei-medico-a .header a,
.btn-sei-medico-b .header a,
.btn-sei-medico-c .header a {
  text-decoration: none;
}
.btn-sei-medico-b p.action {
  top:1rem;
}
.btn-sei-medico-b p.action a:hover {
  background-color: #21b0df;
}
.btn-sei-medico-a .header-title,
.btn-sei-medico-c .header-title {
  margin-top:6rem;
}
.btn-sei-medico-a .header-title span,
.btn-sei-medico-b .header-title span,
.btn-sei-medico-c .header-title span{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

.btn-sei-utente{
  height: 240px;
}
.btn-sei-utente .header-title span{
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

aside .content_related h3{
  font-size: 1rem;
  font-weight: 600;
}
aside .content_related .card-body{
  padding:0.5rem 1rem;
}
aside .content_related .card-body p{
  font-size:0.95rem;
  line-height: 1.3;
}
aside .content_related .card-text a.stretched-link,
aside .content_related .card-title a.stretched-link
{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
aside .box_laterale h3{
  font-weight: 600;
}
aside .box_laterale .header i, aside .box_laterale header i{
  font-size: 3.125rem;
  text-align: center;
  display: block;
  margin: 1.25rem 0;
}

.tagcloud a.tag {
  background-color: #eff6ff;
  color: #016aa4;
}

.tagcloud a.canale {
  background-color: #e0f2ff;
  color: #016aa4;
}

aside .card-img-top {
  height:150px;
}
aside .box_laterale .cover{
  background-image: url(/img/strutture_sanitarie.png);
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
}
aside .box_laterale .cover a{
  top:205px;
}
aside .box-img-bs {
  background-image: url("/img/buonasanita.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
aside .box-img-bs .text-cont{
  padding-top:155px;
}
aside .box-img-bs a.btn:hover {
  background-color:#21b0df;
}
aside .valutazioni .val {
  width: 100%;
}
aside .valutazioni header a{
  font-weight: 600;
}
aside .valutazioni .in_content {
    width: 20%;
}
aside .valutazioni .in_content_txt {
    width: 80%;
}
aside .valutazioni .in_content_txt div{
  width:100%;
  overflow: auto;
}
aside .health_all_contents .in_content {
  position:relative;
  width: 30%;
  float:left;
  margin-bottom:10px;
}
aside .health_all_contents .in_content_txt {
  width: 65%;
  float:left;
  padding-left:10px;
}

/*progress bar*/
.progress-bar-pnt {background: #4fc3f7;}
.progress-bar-act {background: #81d4fa;}
.progress-bar-soc {background: #b3e5fc;}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  h1.articolo-h1 {font-size:2.125rem;} /*1rem = 16px --> 34px*/
  article .testo h2 {font-size: 1.875rem;} /*30px*/
  article .testo h3 {font-size:1.625rem;} /*26px*/
  h3.articolo-h3 {font-size:1.625rem;} /*26px*/
  article .testo h4 {font-size:1.275rem;} /*20.4px*/

  h1.pagina-h1 {font-size:2.125rem;} /*34px*/
  h2.pagina-h2 {font-size:1.875rem;} /*30px*/

  h1.elenco-h1 {font-size:2.125rem;} /*34px*/
  h2.elenco-h2 {font-size:1.125rem;} /*18px*/
  h3.elenco-h3 {font-size:1.375rem;} /*22px*/

  h1.consulto-h1 {font-size:2rem;} /*32px*/

  .resp-h2{font-size:1.625rem;} /*26px*/
  .resp-h3{font-size:1.375rem;} /*22px*/

  .text-right .select2 {margin-bottom:0}
  #rating_str{
    height: 670px !important;
  }
  .consulti .spec-info{
    width:81%;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  h1.articolo-h1 {font-size:2.5rem;} /*1rem = 16px --> 40px*/
  article .testo h2 {font-size: 2rem;} /*32px*/
  article .testo h3 {font-size:1.75rem;} /*28px*/
  h3.articolo-h3 {font-size:1.625rem;} /*26px*/
  article .testo h4 {font-size:1.4rem;} /*22.4px*/

  h1.pagina-h1 {font-size:2.5rem;} /*40px*/
  h2.pagina-h2 {font-size:1.75rem;} /*28px*/

  h1.elenco-h1 {font-size:2.5rem;} /*40px*/
  h2.elenco-h2 {font-size:1.25rem;} /*20px*/
  h3.elenco-h3 {font-size:1.5rem;} /*24px*/

  h1.consulto-h1 {font-size:2.25rem;} /*36px*/

  .dialogMap div.mapcartina, .dialogMap div.mapstreet{
      height: 280px;
      width: 354px;
      float:left;
  }
  .consulti .spec-info{
    width:86%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1.articolo-h1 {font-size:2.125rem;} /*1rem = 16px --> 34px*/
  article .testo h2 {font-size: 1.875rem;} /*30px*/
  article .testo h3 {font-size:1.625rem;} /*26px*/
  h3.articolo-h3 {font-size:1.625rem;} /*26px*/
  article .testo h4 {font-size:1.275rem;} /*20.4px*/

  h1.pagina-h1 {font-size:2.125rem;} /*34px*/
  h2.pagina-h2 {font-size:1.875rem;} /*30px*/

  h1.elenco-h1 {font-size:2.125rem;} /*34px*/
  h2.elenco-h2 {font-size:1.125rem;} /*18px*/
  h3.elenco-h3 {font-size:1.375rem;} /*22px*/

  h1.consulto-h1 {font-size:2.125rem;} /*34px*/

  .numeri-pagina {
    margin-bottom:1rem;
  }
  .consulti .spec-info{
    width:86%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 h1.articolo-h1 {font-size:2.5rem;} /*1rem = 16px --> 40px*/
 article .testo h2 {font-size: 2rem;} /*32px*/
 article .testo h3 {font-size:1.75rem;} /*28px*/
 h3.articolo-h3 {font-size:1.625rem;} /*26px*/
 article .testo h4 {font-size:1.4rem;} /*22.4px*/

 h1.pagina-h1 {font-size:2.5rem;} /*40px*/
 h2.pagina-h2 {font-size:1.75rem;} /*28px*/

 h1.elenco-h1 {font-size:2.5rem;} /*40px*/
 h2.elenco-h2 {font-size:1.25rem;} /*20px*/
 h3.elenco-h3 {font-size:1.5rem;} /*24px*/

  article.elenco .elenco_img {width: 25%;}
  article.elenco .elenco_testo {width: 73%;}
  article.elenco .topic-box {left:15px;}

  .dialogMap div.mapcartina, .dialogMap div.mapstreet{
      width: 370px;
  }
  .consulti .spec-info{
    width:87%;
  }

}

/* customize cmp quantcast */
@media screen and (max-width: 820px){
    .qc-cmp-main-messaging {
        margin-bottom: 8px !important;
    }
}
.qc-cmp-toggle-status{
  color:#141e23 !important;
}
@media screen and (min-width: 820px){
    .qc-cmp-alert-publisher-logo-image, .qc-cmp-publisher-logo {
      max-width: 280px !important;
      padding-top: 15px !important;
    }
    .qc-cmp-ui-content {
      padding: 30px 30px !important;
    }
}


/*SLIDER*/
.card .post-date{background:#00B2EE;color:#fff;position:absolute;top:0;right:0;display:block;padding:2% 3%;width:60px;height:60px;text-align:center;transition:all .5s ease}
.card .date{display:block;font-size:20px;font-weight:700}
.card .month{display:block;font-size:11px;text-transform:uppercase}

@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
/*  .carousel-item {padding-left:0;padding-right:0}
  .carousel-inner .active {padding-right:0.8rem;}
  .carousel-inner .active + .carousel-item {padding-right:0.4rem;}
  .carousel-inner .active + .carousel-item + .carousel-item {padding-left:0.4rem;}*/

    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/*swiper slider*/
.top-swiper {
  height:230px;
  margin-top:1.5rem;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .card {
  border: 8px solid #fff;
  border-bottom:0;
}
.swiper-wrapper {
  height: auto !important;
  font-size:0.6rem;
}
.swiper-wrapper p{
  line-height: 0.6rem;
  padding-top:6px;
  margin-bottom:10px;
}
.swiper-pagination {
  width: 100%;
  position: static !important;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  margin-top:10px;
}
.swiper-pagination span{
  padding:5px;
  margin: 5px;
}
section .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color,#fff);
}
/* fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

/* customize yobee adv */
#yobee-top-page {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-bottom-page {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-top-inside {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-middle-inside {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-bottom-inside {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-top-side {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-middle-side {
    margin-top:5px;
    margin-bottom:5px;
}
#yobee-bottom-side {
    margin-top:5px;
    margin-bottom:5px;
}
