summaryrefslogtreecommitdiff
path: root/assets/css/app.css
blob: 65e4ecf04ccfacc4db7a96d96e2ab21532381079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
html {
	height: 100%;
	margin: 0;
}

body {
	background: #161616;
}

a,
.fa-question-circle {
	text-decoration: none;
}

.btn,
.nav-link,
.dropdown-menu,
.dropdown-item,
.modal-content {
	border-radius: 0;
}

.navbar {
	background: #161616;
	margin-bottom: 0;
}

.modal-title path,
.navbar path {
	fill: white;
}

#settings-icon {
	fill: black;
}

.modal-content {
	border: 1px solid #fff;
}

.modal-header {
	background-color: #24ab48;
	border-bottom: #000;
	color: white;
}

.modal-body,
.modal-footer {
	background-color: #000;
	color: #ffffff;
}

.alert {
	background-color: rgb(66, 133, 244);
	background-color: rgba(66, 133, 244, 0.5);
	color: #ffffff;
	margin: 1.5rem auto;
	width: 90%;
}

#gradientbtn {
	background-color: #9966ff;
	color: #ffffff;
}

#totPop,
#perCapita,
#women,
#juveniles,
#occupancy {
	background-color: #9966ff;
	color: #ffffff;
	margin: 5px;
	padding: 10px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/down-arrow.png) no-repeat #24ab48;
	background-color: #000;
	background-position: 95%;
	border: 1px solid #24ab48;
	border-radius: 0;
	color: white;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	padding: 0.5rem;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

.table {
	color: #ddd;
}

th {
	color: #fff;
	font-size: 16px;
}

.zc-ref {
	display: none;
}