.bg-primary {
	background-color: #002c58 !important;
}

.btn-outline-primary {
	border-color: #002c58;
}

.btn.bg-primary {
	color: #efefef;
}

.btn.bg-primary:hover {
	background-color: #002c58 !important;
}

.btn.btn-outline-primary:hover {
	border-color: #002c58 !important;
}

.navbar {
	background-color: #fff;
	border-bottom: 10px solid #002c58;
	padding: 15px 0;
	z-index: 100;
}

.navbar .container {
	max-width: 1200px;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	width: 100%;
}

.navbar-brand img {
	border-radius: 5px;
	height: 125px;
	margin-right: 40px;
}

.navbar-brand img.partner-logo {
	height: auto;
	max-height: 125px;
	max-width: 300px;
}

.navbar #product-name {
	color: #002c58;
	font-weight: bold;
	margin-bottom: 0;
	position: absolute;
	right: 0;
}

@media (max-width: 850px) {
	.navbar-brand img {
		border-radius: 5px;
		height: 80px;
		margin-right: 40px;
	}

	.navbar-brand img.partner-logo {
		height: auto;
		max-height: 80px;
		max-width: 200px;
	}
	
	.navbar #product-name {
		margin-top: 5px;
		position: initial;
		width: 100%;
	}
}

.content {
	height: calc(100vh - 215px);
	padding-top: 25px;
}

.content > #musterecke.row  {
	height: 100%;
}

.musterecken-actions .btn-group .btn {
	border-radius: .25rem !important;
	margin-right: 10px;
}

.z-depth-1 {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.z-depth-2 {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.z-depth-3 {
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
