
:root{
	--colorLink1: #0d70db;
	--colorLink1h: #054f9f;
}

.dropdown-menu{
	margin-top: 0;
}
.dropdownHover:hover>.dropdown-menu {
	display: block;
}

a{
	color: var(--colorLink1);
	text-decoration: none;
	}
a:focus, a:hover{
	color: var(--colorLink1h);
	}
	
a:hover:not([role="button"]):not(.page-link):not(.dropdown-item){
	text-decoration: underline;
	}

.backToTop {
    position: fixed; display: none;
    color: #000; background-color: rgba(235, 235, 235, 0.80);
    font-size: 20px;
    bottom: 20px; right: 20px; padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
	}
.backToTop:hover {
    color: #000;
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration: none;
	}

td.details-control {
	cursor: pointer;
	}

#calAppuntamenti {
    width: 300px;
    height: 400px;
    font-size: 12px;
}

#calAppuntamenti .fc-toolbar-title {
    font-size: 1em;
    margin: 0;
}

#calAppuntamenti .fc-button {
    padding: .2em .50em;
    font-size: 0.8em;
}
#calAppuntamenti .fc-daygrid-day-events {
    min-height: 1.5em;
}



/**************************************************************
 * STRUTTURA: testata, menu, footer
 */

.wrTestata .lingue a{
	margin-left: 18px;
	}
.wrTestata .lingue a.active{
	font-weight: bold;
	}

.selectMenu{
	display: none;
	}




/**************************************************************
 * AUTOSITO
 */

.bs-callout {
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #ddd; border-left-width: 5px; border-radius: 3px;
	}
.bs-callout-info h4{
	color: #31708f;
	font-size: 18px;
	}
.bs-callout-info {
	border-left-color: #31708f;
	}



/* COLONNA LATERALE */

aside>section>div>a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}

aside ul li span{
	font-weight: bold;
	list-style-type: none;
	}



/* FILTRI */

.filtri .fa {
	margin-right: 10px;
	}




/**************************************************************
 * AREA UTENTE
 */

#menuUtente .fa{
    min-width: 20px;
	}



/**************************************************************
 * GALLERY, LISTA FILE, LISTA LINK
 */

.listaFile li .img{
	float: left;
	padding-right: 10px;
	}

.listaLink li .img{
	float: left;
	padding-right: 10px;
	}

#imgList img{
	max-width: 100%;
	height: 110px;
    object-fit: cover;
	}



/**************************************************************
 * ARTICOLI
 */

.elencoArticoli .pulsanti{
	padding: 5px 0 20px 0;
	}

.elencoArticoli .media>a>img{
	max-width: 200px;
	}

.articolo .imgCover{
	display:block;
	height: 400px;
	overflow: hidden;
	}


/**************************************************************
 * PRODOTTI
 */

.ordinaProdotti{
	max-width: 300px;
	}

.elencoProdotti .prezzoKo{
	text-decoration: line-through;
	font-size: 11px;
	}

#prodotto .prezzo{
	font-weight: bold;
	font-size: 26px;
	}
#prodotto .prezzoko{
	text-decoration: line-through;
	font-size: 14px;
	}



/**************************************************************
 * CONTATTI
 */

.wrContatto .vcard .category{
	font-style: italic;
	margin: 0 0 10px 0;
	}

.wrContatto .vcard .skype img{
	margin: 0 0 10px 0 !important;
	}

.wrContatto .vcard .descrizione{
	margin: 20px 0 0 0;
	font-style: italic;
	}




/**************************************************************
 * FAQ
 */

.faq dl{
	margin: 20px 0 0 0;
	padding: 0;
	}
.faq dd{
	margin: 5px 0 20px 0;
	}
.faq h4{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000;
	}



/**************************************************************
 * Messaggio per cookie http://cazue.com/articles/eu-cookie-law-message-with-jquery-2013
 */

/*
#cookie-msg{width:100%;line-height:40px;color:#F7F7F7;font-weight:700;text-align:left;display:none;min-width:1010px;background:#000;position:fixed;bottom:0;z-index:9999;}
*/
#cookieMsg{
		width:100%;color:#ccc;text-align:left;display:none;background:#666;z-index:9999; padding: 15px;
		position: fixed; bottom: 0;	left: 0;
		}
.cookieMsgInner{margin:auto;overflow:hidden;max-width: 1140px;font-size: 13px}
.cookieMsgInner a:not(.btn){color: #fff; text-decoration: underline}



/**************************************************************
 * BOOTSTRAP OVERRIDE: MEDIA QUERIES
 */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.selectMenu{
	display: block;
	width: 100%;
	}

	.breadcrumb>li {
    display: block;
	}
	.breadcrumb>li+li:before {
    padding: 0;
    content: "";
	}

	.articolo .wrNextPrevArt .pull-right{
	float: none !important;
	margin-top: 10px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 992px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

@media (min-width: 993px) and (max-width: 1199px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


@media print
{
	a[href]:after {
	  content: none !important;
	}
}

