﻿:root {
    --default-color: #910039;
    --accent-color: #FC7C00;
}

body.login, body.home {
    background: url(../../Pictures/layout/GALLIKER/background.jpg) no-repeat center;
    background-size: cover;
}
.login header {
    background-color: #910039;
}
.box header {
    background-color: #910039;
}

.badge {
    background-color: var(--default-color);
    border: 1px solid var(--default-color);
}

.badge_empty {
    background-color: white;
    color: black;
    border: 1px solid var(--default-color);
}

.login main, .home main, .home footer {
    background-color: rgba(40,40,40,0.4);
}

.box nav li a.active, .box nav li a:hover {
    background-color: #910039;
}
.logo {
    max-width: none;
    width: 555px;
    background: transparent url(../../Pictures/layout/GALLIKER/logo_white.png) no-repeat;
    background-size: contain;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/GALLIKER/logo_white.png) no-repeat;
    background-size: contain;
}
.list header {
    background-color: #910039;
}

.list nav {
    background-color: #910039;
}

.list nav li a.active, .list nav li a:hover {
    background-color: #910039;
}

nav.normal {
    background-color: transparent;
}

div.headline {
    left: 30%;
}

.list header div.headline,
.box header div.headline {
    color: #ffffff;
}

div.account.number {
    display: none;
}

#details .close, .close {
    background-color: #910039;
}

.button.more, .button.back, .button.download {
    background-color: #910039;
}

.fas, .far {
    color: #FC7C00;
}

#details .close .fas {
    color: #FC7C00;
}

span.message {
    color: white;
}

nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}

.title {
    color: #FC7C00;
}

.box button.list_menu:hover, .box button.list_menu:hover .fas, .list button.list_menu:hover, .list button.list_menu:hover .fas {
    color: #FC7C00;
}

table th {
    border-top: 1px solid #FC7C00;
}

hr.yellow {
    border: 1px #FC7C00 solid;
}

.border {
    border: 2px solid #FC7C00;
}

input[type="checkbox"]:checked + label::before, input[type="checkbox"]:checked + label.after::after {
    background-color: #FC7C00;
}

input[type="checkbox"]:hover + label::before, input[type="checkbox"]:hover + label.after::after {
    background: #FC7C00;
}