Newer
Older
body {
display: flex;
min-height: 100vh;
flex-direction: column;

Robert Goldmann
committed
color: #FFFFFF;
}
header, main, footer {
margin-left: 350px;
}
@media only screen and (max-width: 992px) {
header, main, footer {
margin-left: 0;
}
}
main {
flex: 1 0 auto;
}

Robert Goldmann
committed
.text-color {
color: #FFFFFF;
}
.budgetmaster-blue {
background-color: #2E79B9;
}
.budgetmaster-blue-text {
color: #2E79B9;
}
.budgetmaster-blue-light {
background-color: rgba(80, 115, 146, 0.8);
}
.budgetmaster-blue-light-text {
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
}
.budgetmaster-green {
background-color: #5cb85c;
}
.budgetmaster-green-text {
color: #5cb85c;
}
.budgetmaster-dark-green {
background-color: #468C46;
}
.budgetmaster-dark-green-text {
color: #468C46;
}
.budgetmaster-red {
background-color: #D82C29;
}
.budgetmaster-red-text {
color: #D82C29;
}
.budgetmaster-orange {
background-color: orange;
}
.budgetmaster-orange-text {
color: orange;
}
.budgetmaster-grey {
background-color: #CCCCCC;
}
.budgetmaster-grey-text {
}
.budgetmaster-baby-blue {
background-color: #4CABD3;
}
.budgetmaster-baby-blue-text {
color: #4CABD3;
}
.budgetmaster-purple {
background-color: #5856d6;
}
.budgetmaster-purple-text {
color: #5856d6;
}
.budgetmaster-text-black {
color: rgba(0, 0, 0, 0.87);
}

Robert Goldmann
committed
.budgetmaster-update {
background-color: #e9c46a;

Robert Goldmann
committed
}
.budgetmaster-text-update {
color: #212121 !important;
}
.side-nav, .side-nav-sub{
background-color: #444444;
}
.side-nav li > a, .side-nav-sub li > a {
color: #FFFFFF;
}
.side-nav li > a:hover, .side-nav-sub li > a:hover {
background-color: rgba(255, 255, 255, 0.1) !important;

Robert Goldmann
committed
color: #FFFFFF !important;
}
.side-nav li > a > i, .side-nav-sub li > a > i{
color: #FFFFFF !important;

Robert Goldmann
committed
.side-nav li > a #icon-update {
color: #212121 !important;
}
.side-nav li > a:hover #icon-update {
color: #FFFFFF !important;
}
background-color: rgba(255, 255, 255, 0.25);
}
/*active nav bar sub list items*/
.side-nav .collapsible-body > ul:not(.collapsible) > li.active, .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
background-color: rgba(255, 255, 255, 0.35);
}
/*text color for active nav bar sub list items*/
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
color: rgba(255, 255, 255, 0.87);
}
.btn:hover {
background-color: #70A3CF;
}
.btn:focus {
background-color: #2E79B9;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
/* input text color */
.input-field input[type=text] {
color: #FFFFFF;

Robert Goldmann
committed
border-bottom: 1px solid #FFFFFF;
box-shadow: 0 1px 0 0 #CCCCCC;
}
/* input password label color */
.input-field input[type=text] + label {
color: #FFFFFF !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
color: #2E79B9 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
border-bottom: 1px solid #2E79B9 !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
/* input password color */
.input-field input[type=password] {
color: #FFFFFF !important;
border-bottom: 1px solid #FFFFFF !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
/* input password label color */
.input-field input[type=password] + label {
color: #FFFFFF !important;
}
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
/* label password focus color */
.input-field input[type=password]:focus + label {
color: #2E79B9 !important;
}
/* label password underline focus color */
.input-field input[type=password]:focus {
border-bottom: 1px solid #2E79B9 !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
/* label focus color */
.input-field textarea:focus + label {
color: #2E79B9 !important;
}
/* label underline focus color */
.input-field textarea:focus {
border-bottom: 1px solid #2E79B9 !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
/* label focus color */
.chips-label.active {
color: #2E79B9 !important;
}
/* label chips underline focus color */
.chips.focus {
border-bottom: 1px solid #2E79B9 !important;
box-shadow: 0 1px 0 0 #CCCCCC !important;
}
.main-card {
margin: auto;
width: 95%;
padding: 2rem;

Robert Goldmann
committed
}
.background-color {
background-color: #444444 !important;
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
}
#nav-logo-container {
padding: 10px 0 10px 10px;
height: 100px !important;
}
#nav-logo {
max-height: 80px;
}
#logo {
max-height: 100px;
}
.page-footer {
padding-top: 0;
}
.nav-padding {
padding: 0 0 0 32px !important;
}
.nav-margin {
margin: 0 0 0 32px !important;
}
.no-padding {
padding: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.no-margin {
margin: 0 !important;
}
.text-red {
color: #D82C29;
}
.text-light-red {
color: #F55856;
}
.text-green {
color: #5cb85c;
}
.text-dark-green {
color: #247A2C;
}
.text-grey {
color: #CCCCCC;
}
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
.color-red {
background-color: #D82C29;
}
.color-green {
background-color: #5cb85c;
}
.budget-bar-container {
margin: auto;
width: 85%;
height: 3%;
}
.budget-bar {
height: 100%;
}
.icon-chevron {
font-size: 6vmin !important;
}
.icon-today {
font-size: 4vmin !important;
}
.headline {
font-size: 2rem;
text-transform: initial;

Robert Goldmann
committed
color: #FFFFFF;
}
.headline-date {
font-size: 4vmin;
text-transform: capitalize;

Robert Goldmann
committed
color: #FFFFFF;
.headline-date:hover {
cursor: pointer;
text-decoration: underline;
}
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
.budget-headline-icon {
margin-top: 0;
}
.mobile-menu {
color: #000000;
background-color: #FFFFFF;
width: 70px;
}
.mobile-menu-icon {
margin-right: 5px !important;
}
#logo-huge {
max-height: 20vmin;
}
#logo-home {
max-height: 15vmin;
}
.break-all {
word-break: break-all;
}
.stripe {
margin-right: 26px;
height: 48px;
display: inline-block;
float: left;
}
.stripe-level-2 {
margin-right: 52px;
height: 48px;
display: inline-block;
float: left;
}
/* select font color */
ul.dropdown-content.select-dropdown li span {
color: #2E79B9;
}
ul.dropdown-content.select-dropdown li {
background-color: rgba(0, 0, 0, 0.2);
}
ul.dropdown-content.select-dropdown li.selected {
background-color: rgba(0, 0, 0, 0.35);
.caret {
color: white !important;
}
/* switch color */
.switch label input[type="checkbox"]:checked + .lever {

Robert Goldmann
committed
background-color: rgba(131, 190, 240, 0.6)
}
.switch label input[type="checkbox"]:checked + .lever::after {
background-color: #2E79B9;
}
/* chips autocomplete dropdown */
.autocomplete-content li span {
color: #2E79B9;
}
.autocomplete-content li:hover {
background-color: rgba(0, 0, 0, 0.15);
}
/* radio buttons */
input[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after {
background-color: #2E79B9;
}
input[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::before, [type="radio"].with-gap:checked + label::after {
border: 2px solid #2E79B9;
}

Robert Goldmann
committed
input[type="radio"]:not(:checked) + label::before, [type="radio"]:not(:checked) + label::after {
border: 2px solid #FFFFFF;
}
.account-budget {
font-size: 20px !important;
}
.account-budget-date {
font-size: 12px !important;
}
.account-navbar {
padding: 5px 32px 12px 32px;
}
.all-account-placeholder {
font-weight: bold;
}
.login-button {
text-transform: none;
}
.login-margin-top {
margin-top: 20px;
}
.login-message {
width: auto;
margin: auto
}
.home-menu-flex {
display: flex;
flex-wrap: wrap;
}
.home-menu-cell:hover {
background-color: #333333;
}
.home-menu-link {
display: inline-block;
}
.home-menu-disabled * {
color: #777777 !important;

Robert Goldmann
committed
.modal-footer .btn-flat {
color: #FFFFFF;
}
.chips .input {
color: #FFFFFF;
}
.import-text {
color: #4CABD3;
}

Robert Goldmann
committed
.datePicker-fixed-width {
width: 30%;
}
.hidden {
display: none;
}
@media all and (min-width: 960px) {
.icon-budget {
font-size: 4vmin !important;
}
.budget-headline {
font-size: 1.5vmin;

Robert Goldmann
committed
color: #A3A3A3;
}
.budget {
font-size: 2.5vmin;
}
}
@media all and (max-width: 959px) and (min-width: 600px) {
.icon-budget {
font-size: 5.5vmin !important;
}
.budget-headline {
font-size: 2.5vmin;

Robert Goldmann
committed
color: #A3A3A3;
}
.budget {
font-size: 3.5vmin;
}
}
@media all and (max-width: 599px) and (min-width: 320px) {
.icon-budget {
font-size: 6vmin !important;
}
.budget-headline {
font-size: 4vmin;

Robert Goldmann
committed
color: #A3A3A3;