body { line-height: 1; }

.btn-danger {
	background: #0079ad !important;
	border: none;
}

.breadcrumb,
.btn-link {
	background-color: #f2f2f2 !important;
}

.text-danger,
.nav-link { color:black !important; }

.text-danger:hover,
.nav-link:hover {
	color: #0079ad !important;
}

.tabScheda.active {
    background: #0079ad !important;
    color: #fff !important;
}

* { font-size: 1rem !important; }

.note_articoli_scheda,
.note_articoli_scheda > b { font-size: 0.7rem !important; }

.descr + img { height: 30px !important; }

table td { font-size: 0.7rem !important; }

.lista_articoli .card-header { background-color: rgb(0, 121, 173); border-bottom: 1px solid rgb(207, 207, 207); }

.card h5 { color: #fff; }

/*.card .text-truncate, .card .form-check { position: relative; top: 5px; }*/

.border-dark {
    border-color: #0079ad!important;
}

.lista_articoli .card:hover {
    border-color: #0079ad;
}

.lista_articoli .sticky-top div span:not(.btn) {
    position: relative;
    top: 9px;
}

.lista_articoli .sticky-top { padding: 10px; }

.img_articoli > img {
    border-radius: 5px;
}

#cercacodice button.btn, #btn_searc_auto {
	width: 100%;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.note_articoli {
	height: 180px;
}

.card-body a {
    margin-bottom: 5px !important;
    font-size: 15px !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #000!important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #0079ad;
    color: #fff !important;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d !important;
    background-color: #f0f0f0 !important;
    border-color: transparent;
    cursor: default;
}

.tabScheda.active {
	font-weight: normal;
}

.tabScheda2.active {
    background: #0079ad !important;
    font-weight: normal;
    color: #fff !important;
}

.tabScheda2 {
	padding: 8px 25px !important;
	cursor: pointer;
}

a {
	color: #0079ad;
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 173, 0.26);
}

.btn-link[aria-expanded="true"] { 
	background-color: #0079ad !important;
    color: #fff !important;
	text-decoration: none;
}

.login-utente-benvenuto {
	display: none;
}

nav[aria-label="breadcrumb"] li span img {
	padding: 2px;
}

.img-fluid {
	border-radius: 5px;
}
.page-item.active .page-link { 
	background-color: #0079ad !important; 
	border-color: #0079ad !important; 
} 
.page-item:not(.active) .page-link, .page-item + .page-link > a, .descr > font, .tabScheda { color: #0079ad !important; } 
