﻿/*cards*/
.title-round {
	width: unset;
	height: unset;
	padding: 12px;
	line-height: 40px;
	font-size: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #1e5b12;
}

.card {
	padding: 25px;
	margin: 10px 0px;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, .02);
	border-left: 3px solid #33353F;
	border-left-color: #f1fb09;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	min-height: 170px;
}

	.card .panel-title {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.card .panel {
		border: none;
		box-shadow: none;
		background-color: inherit;
		margin-bottom: 0px;
	}

	.card .panel-footer {
		background-color: inherit;
	}

		.card .panel-footer > a {
			color: #3e3838;
			opacity: 0.8;
			font-weight: bold;
			text-decoration: none;
		}


.card-bg-alert {
	background-color: #E36159;
	color: #FFF;
	border-left-color: #c4342b;
}

	.card-bg-alert .title-round {
		background-color: #c4342b;
	}

	.card-bg-alert .panel {
		border: none;
		box-shadow: none;
		background-color: inherit;
		margin-bottom: 0px;
	}

	.card-bg-alert .panel-footer {
		background-color: inherit;
		color: #FFF;
	}

		.card-bg-alert .panel-footer > a {
			color: #FFF !important;
			opacity: 0.9;
			font-weight: bold;
			text-decoration: none;
		}

#wrapper #content-wrapper {
	background-color: #f8f9fc;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	padding-bottom: 40px;
}

.footer {
	position: fixed;
	width: calc(100% - 1rem);
	bottom: 0;
	background: #FFFFFF;
	margin-top: 40px;
	flex-shrink: 0;
	padding: 10px 0;
}

.sidebar-toggled .footer {
	width: 100%
}