.footer-copyright{
	background: #343a40;
    color: #fff;
}
.page-footer{
	background-color: #6c757d;
    color: #fff;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.disabled-link img {
    filter: grayscale(100%);
}
.color-title-blue {
    color: #006bbf;
}