
/* Colors */
.forecolor-01 {
	color: #1b3186;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	background-color: #0a18e8;
	border-color: #0a18e8;
}

/* Widgets Startseite */
.text-white, .card-body i {color: #1b3186 !important}
.widget-info i {border-color: #1b3186; font-size: 40px; padding-right: 0px;}
.widget-info .card {background-color: #f0f0f0 !important}
.card-body i.mdi {font-size: 52px; padding-top: 10px}
.widget-info:hover {cursor: pointer;}

.modal-content label {
	font-weight: bold;
}
.modal-content label span {
	font-weight: normal;
}
