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