﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("https://fonts.googleapis.com/css?family=Manrope:400,600&display=swap");

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bg-primary-lighter {
	background-color: #004e3f !important;
}

.logo {
	float: left;
	padding-left: 15px;
	padding-top: 8px;
	width: 92px;
}

.menu-icon {
	opacity: .75;
}

	.menu-icon:hover {
		opacity: 1.0;
	}

.extra-space {
	padding-top: 15px;
	padding-bottom: 15px;
}

.card-shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

.card-hover:hover {
	background-color: rgba(0, 0, 0, 0.025);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

.card-hover:active {
	background-color: rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

.text-hover:hover div {
	color: #c86400;
}

.text-hover:active div {
	color: #b65b00;
}

.bg-info-light {
	background-color: #d4dbe2 !important;
}

.text-warning-light {
	color: #ff8000;
}

.svg-shift-up {
	margin-bottom: 3px;
}
