.noLinkDisplay a {
	color:#3F3F3F !important;
	text-decoration: none;
}
.noLinkDisplay a:hover {
	 color: black !important;
}

a {
	color: #17a2b8;	
}

.dislocate_px, #bar { padding: 85px 0 0; margin: -85px 0 0; -webkit-background-clip: content-box; background-clip: content-box; }

.footerMenu a {
	color: #adcc40;
}

.text-extramuted {
	color:lightgrey;
}

.btn-primary {
    color: #fff;
    background-color: #00a3df;
    border-color: #007bff;
}

.list-group-item>.badge {
    float: right;
}

.seizoen {
    background-color: #D1F1FF;
}

.subtielbg {
    background-color: #F0F0F0;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content * , .card * {
   min-height: .01px;
}

.modal.fade .modal-dialog.modal-dialog-centered {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
	-webkit-transform: translate(0,0)scale(.75);
	transform: translate(0,0)scale(.75);
}
.modal.show .modal-dialog.modal-dialog-centered {
    -webkit-transform: translate(0,0)scale(1);
    transform: translate(0,0)scale(1);
}

.form-control::-ms-clear {
    display: none;
}

@media (max-width: 575.98px) {
}

@media (min-width: 576px) {
}

@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}

