body {
	background: #E6EBFF;
	background-position: center top;
	background-size: cover;
}
@media (min-width: 768px) {
	body {
		background: url('/images/bg-block1.png') no-repeat fixed;
	}
}
.site-navbar-bg {
	background-color: #c5e1ff;
}
#app_header {
	border-bottom: 2px solid #dee2e6!important;
}
#app_footer {
	display: block;
	position: relative;
	bottom: 0;
	z-index: 100;
	border-top: 2px solid #dee2e6!important;
}
.footer {
	background: rgb(232 241 253 / 76%);
    border-top: 1px solid #dcdfe1;
}
.footer>div {
	font-size: .9rem;
}
.btn-info, [data-prod_selected_label], .btn-info.disabled, .btn-info:disabled, .custom-control-input:checked~.custom-control-label::before {
    background-color: #2b83bf;
    border-color: #0863a3;
}
.btn-info:hover {
    background-color: #124f79;
    border-color: #124f79;
}
.border-info {
    border-color: #0863a3 !important;
}
.badge-info {
    background-color: #206899;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).focus, .btn-info:not(:disabled):not(.disabled):focus {
    background-color: #3695d5;
    border-color: #3589c2;
	box-shadow: 0 0 0 0.2rem rgba(43,131,191,.7);
}
.btn-outline-info {
    color: #2b83bf;
    border-color: #2b83bf;
}
.btn-outline-info:hover {
    background-color: #2b83bf;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).focus, .btn-outline-info:not(:disabled):not(.disabled):focus {
    background-color: #124f79;
    border-color: #124f79;
    box-shadow: 0 0 0 0.2rem rgba(43,131,191,.5);
}
.text-info {
    color: #206899 !important;
}
.card.prodcard:not(.disabled):hover, .card.prodcard.selected, .card.prodcard.selected:hover {
    border-color: #206899 !important;
}
.bg-info {
    background-color: #206899 !important;
}
