@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css"); 
@charset "UTF-8";

















*, *::before, *::after {
	box-sizing: content-box;
}
html {
	font-family: inherit;
}
h1 {
	font-size: 1.35em;
	margin: inherit;
	font-weight: inherit;
}
h2 {
	font-size: inherit;
	line-height: inherit;
}
a {
	outline: none;
}
label {
	margin-bottom: inherit;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
body {
	background-color: inherit;
	color: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	vertical-align: inherit !important;
}

.fade {
	opacity: inherit !important;
	-webkit-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
}



.ripple-effect {
	position: relative;
	overflow: hidden;
	-webkit-transform: translatez(0);
}
.ink {
	display: block;
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	transform: scale(0);
}
.ink {
	background: #fff;
	opacity: .25;
}
.ink.animate {
	-webkit-animation: ripple-effect 0.5s linear;
	-o-animation: ripple-effect 0.5s linear;
	animation: ripple-effect 0.5s linear;
}
@keyframes ripple-effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-webkit-keyframes ripple-effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-moz-keyframes ripple-effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-ms-keyframes ripple-effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}
@-o-keyframes ripple-effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
		transform: scale(2.5);
	}
}




.card-body {
	color: #000;
}

.SP-card-footer {
	padding: .25rem .5rem;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SP-tile-icon {
	height: 80px;
	width: 80px;
	opacity: .55;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.card.SP-inner-card, .card.SP-light {
	box-shadow: none;
	font-weight: normal;
}

.SP-inner-card .card-body {
padding: .25rem 1.75rem;
}

.card.SP-light .card-body {
padding: .5rem;
}

.SP-list-group-tasks .list-group-item {
	border: none;
	background-color: transparent;
	padding: .25rem 1rem;
}
.SP-list-group-tasks .list-group-item:not(:last-child) {
	border-bottom: solid 1px #eee !important;
}
.SP-list-group-tasks .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.SP-list-group-tasks .list-group-item-danger {
	color: #dc3545;
}
.SP-list-group-tasks .list-group-item-primary {
}
.SP-list-group-tasks li div {
	line-height: 1.25em;
}
.SP-list-group-tasks svg {
	margin-bottom: 1px;
}

.SP-task-count {
	font-weight: 700;
	font-size: 1.5em;
}

.SP-profile-container {
	padding: 4px;
	max-width: 70px;
	height: 70px;
	position: relative;
	overflow: hidden;
	border: solid 4px #90ad3e;
}
img.SP-profile-img {
	width: 86px;
	margin-top: -6px;
	margin-left: -10px;
}
.SP-id {
	font-size: 80%;
}
.text-warning {
	color: #c49435 !important;
	font-weight: 700;
}

.SP-dollar {
	font-weight: 700;
	font-size: 1.25em;
}