/* ========== static/style.html ==========
(c)2018 a.c.h. */

@media print {
	a[href]:after {
		content: none;
	}
}

* {
	font-family: "Roboto", sans-serif;
}

#calendar {
	width: 100%;
}

#chart {
	height: 300px;
	width: 100%;
}

#chart.pie-chart {
	height: 400px;
}

#homepage-logo {
	bottom: 0pt;
	left: 0pt;
	margin: auto;
	max-width: 400px;
	position: absolute;
	right: 0pt;
	top: 0pt;
	width: 50%;
}

#reports-title {
	margin-bottom: 22px;
}

#savings {
	font-size: 100px;
	text-align: center;
}

blockquote {
	border: none;
	color: #383838;
	font-family: serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.45;
	margin: 0.25em 0;
	padding: 0.35em 40px;
	position: relative;
	text-align: center;
}

blockquote:before {
	color: #7a7a7a;
	content: "\201C";
	display: inline-block;
	font-size: 80px;
	padding: 10px;
	position: relative;
	top: 20px;
}

blockquote:after {
	color: #7a7a7a;
	content: "\201D";
	display: inline-block;
	font-size: 80px;
	position: relative;
	top: 28px;
}

body {
	margin-bottom: 20pt;
}

code {
	background-color: inherit;
	border-radius: 0;
	color: #555;
	font-weight: bold;
}

div.google-visualization-tooltip {
	border-radius: 5px;
}

h1 {
	color: #6d6d6d;
	font-size: 24pt;
	font-weight: lighter;
}

svg > g > g:last-child {
	pointer-events: none;
}

td {
	vertical-align: middle !important;
}

th {
	vertical-align: middle !important;
}

th.asc a::before {
	content: "▲ ";
	font-family: "Material Icons";
	font-size: 9pt;
}

th.desc a::before {
	content: "▼ ";
	font-family: "Material Icons";
	font-size: 9pt;
}

th.center {
	text-align: center;
}

th.spacer {
	background-image: repeating-linear-gradient(45deg, #dcdddd, #dcdddd 5px, #eee 5px, #eee 10px);
}

th.thick-right-border {
	border-right: 2pt solid #dcdddd;
}

tr.dotted-top-border td {
	border-top: 1pt dashed #dcdddd !important;
}

tr.thick-top-border {
	border-top: 2pt solid #dcdddd;
}

ul.dropdown-menu li i.material-icons {
	color: #ccc;
}

var {
	background-color: #eee;
	border-radius: 6px;
	color: inherit;
	font-family: monospace;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
}

.breadcrumb {
	background-color: inherit;
	padding: 0;
}

.btn-group > a {
	background-color: #777;
	color: white;
}

.chart-tooltip {
	padding: 10px 10px 10px 10px !important;
	white-space: nowrap !important;
}

.error {
	color: #d9534f;
}

.footer div {
	margin-bottom: 0px;
	margin-top: 10px;
	text-align: center;
}

.footer img {
	height: 20px;
	margin-left: 6px;
	margin-right: 6px;
}

/* note: .svg is a class used on an img element. this is not a typo. */
.footer .svg {
	filter: invert(0.5);
}

/* note: .svg is a class used on an img element. this is not a typo. */
.footer .svg:hover {
	filter: invert(0.6);
}

.label {
	display: inline-block;
	vertical-align: bottom;
}

.material-icons {
	vertical-align: middle !important;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.multiple_select {
	width: 100%;
}

.navbar {
	border-radius: 0;
}

.navbar button {
	background-color: #777;
	color: white;
}

.navbar input {
	background-color: #333;
	color: white;
}

.navbar-brand {
	padding: 10px;
}

.navbar-brand > img {
	height: 100%;
	width: auto;
}

.negative {
	color: red;
	white-space: nowrap;
}

.not_allowed {
	cursor: not-allowed;
}

.panel-table .table {
	margin: 0;
}

.pagination-sm {
	text-align: center;
}

.panel-heading {
	font-weight: bold;
	text-align: center;
}

.panel-heading > .label {
	background-color: #bbb;
	border-radius: 3pt;
}

.positive {
	color: green;
	white-space: nowrap;
}

.progress {
	margin-bottom: 0 !important;
	position: relative;
}

.progress span {
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	width: 100%;
 }

.progress-bar-default {
	background-color: #AAA !important;
}

.secondary {
	background-color: #eee;
}

.single_select {
	width: 100%;
}

/* note: .svg is a class used on an img element. this is not a typo. */
.svg:hover {
	filter: brightness(1.1);
}
