﻿body.login, body.home {
    background: url(../../Pictures/layout/GEHRIG/background.jpg) no-repeat center;
    background-size: cover;
}
.login header {
    background-color: #009ba8;    
}
.box header {
    background-color: #009ba8;    
}

.badge {
    background-color: #009ba8;
}

.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: #009ba8;
}
.logo {
    max-width: none;
    width: 555px;
    height: 55px;
    margin: 25px;
    background: transparent url(../../Pictures/layout/GEHRIG/logoGehrig.png) no-repeat;
    background-size: contain;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/GEHRIG/logoGehrig.png) no-repeat;
    background-size: contain;
}
.list header {
    background-color: #009ba8;  
}

.list nav {
    background-color: #009ba8;
}

.list nav li a.active, .list nav li a:hover {
    background-color: #009ba8; 
}

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 {
    background-color: #009ba8;
}

.button.more, .button.back, .button.download {
    background-color: #009ba8;
}

.fas, .far {
    color: #575757;
}

#details .close .fas {
    color: white;
}

span.message {
    color: white;
}

nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}

.title {
    color: #009ba8;
}

.box button.list_menu:hover, .box button.list_menu:hover .fas, .list button.list_menu:hover, .list button.list_menu:hover .fas {
    color: #009ba8;
}

table th {
    border-top: 1px solid #009ba8;
}

hr.yellow {
    border: 1px #009ba8 solid;
}

.border {
    border: 2px solid #009ba8;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + label::after,
input[type="checkbox"]:hover + label::before,
input[type="checkbox"]:hover + label::after {
    background-color: #009ba8;
}

.close {   
    background-color: #009ba8;    
}

.box nav ul li:hover, .box nav ul li.active {
    border: 1px solid white;
}

.button {
    border: 1px solid #575757 !important;
    color: #575757 !important;
}

a:hover {
    color: #575757;
}