/* CSS Document */

.btn-custom {
	background-color: #334D80;
	color: white;
	width: 100%;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after
{ background-image: none; background-color: #dee2e6 !important; }
