﻿/*
.box header {
    background-color: #333;
}
*/

.box nav li a.active, .box nav li a:hover {
    background-color: #e3000b;
}

.logo {
    max-width: none;
    width: 320px;
    background: transparent url(../../Pictures/layout/GCS/gcs_world_headline.svg) no-repeat;
    background-size: contain;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/GCS/gcs_world.svg) no-repeat;
    background-size: contain;
}

/*
.list header {
    background-color: #333;
}*/

.list nav {
    background-color: #e3000b;
}

.list nav li a.active, .list nav li a:hover {
    background-color: #e3000b;
}

.badge {
    background-color: #e3000b;
}

nav.normal {
    background-color: transparent;
}

div.headline {
    left: 50%;
}

/*
.list header div.headline,
.box header div.headline {
    color: #ffffff;
}*/

#details .close, .close {
    background-color: #e3000b;
}

.button.more, .button.back, .button.download {
    background-color: #e3000b;
}

.button:hover {
    border-color: #FB5860;
}

.fas, .far {
    color: #FB5860;
}

#details .close .fas {
    color: #FB5860;
}


span.message {
    color: white;
}

nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}

.title {
    color: #e3000b;
}

.box button.list_menu:hover, .box button.list_menu:hover .fas, .list button.list_menu:hover, .list button.list_menu:hover .fas {
    color: #FB5860;
}

table th {
    border-top: 1px solid #e3000b;
}

hr.yellow {
    border: 1px #e3000b solid;
}

.border {
    border: 1px solid #FB5860;
}

.login footer a:hover,
.home footer a:hover {
    color: #FB5860;
}

input[type="checkbox"]:checked + label::before {
    background-color: #FB5860;
}

input[type="checkbox"]:hover + label::before {
    background: #FB5860;
}