/*********************
* BOOTSTRAP OVERRIDES
*********************/

/* Accessibility purpose
------------------------*/
/*a {
    background-color: white;
}*/
.text-muted {
	color: #595959;
}
.btn-success {
    color: #fff;
    background-color: #1e7f35;
    border-color: #1e7f35;
}
.btn-success:hover {
    color: #fff;
    background-color: #186229;
    border-color: #1e7e34;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-info {
    color: #fff;
    background-color: #148193;
    border-color: #148193;
}
.btn-info:hover {
    color: #fff;
    background-color: #0c606d;
    border-color: #117a8b;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none; 
  outline-offset: 0; 
}

.label-default {
    background-color: #575757;
}
.breadcrumb>.active {
    color: #30475f;
}

/* Faking Bootstrap Italia
------------------------*/
.custom-breadcrumb-container.breadcrumb-container {
    margin:0;
    background-color: white;
}
.custom-breadcrumb-container.breadcrumb-container .breadcrumb {
	padding: .5em 0;
	border-radius: 0;
    background-color: white;
	display: flex;
	flex-wrap: wrap;
	font-size: 120%;
	margin-bottom:0;
}
.custom-breadcrumb-container.breadcrumb-container .breadcrumb>li+li:before {
    padding: 0;
    content: "";
}
.custom-breadcrumb-container.breadcrumb-container .breadcrumb .breadcrumb-item a {
	color: #30475f;
	font-weight: 600;
	text-decoration: underline;
}
.custom-breadcrumb-container.breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
	text-decoration: none;
}
.custom-breadcrumb-container.breadcrumb-container .breadcrumb .breadcrumb-item span.separator {
	color: #5d7083;
	display: inline-block;
	font-weight: 600;
	padding: 0 .5em;
}