﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

* {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.fa, .fab, .fal, .far, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

body.login, body.home {
    background: url(../../Pictures/layout/PFISTER/background.jpg) no-repeat center;
    background-size: cover;
}
.login header {
    background-color: white;
    border-bottom: 5px solid #f4912c;
}

.box header, .list header {
    background-color: white;
    border-bottom: 5px solid #f4912c;
}

.badge {
    background-color: #f4912c ;
}

.login main, .home main, .home footer {
    background-color: rgba(40,40,40,0.0);
}

.box nav li a.active, .box nav li a:hover {
    background-color: #f4912c ;
}

.box nav ul li:hover, .box nav ul li.active {
    border: 2px solid #0058a2;
}

.logo {
    max-width: none;
    min-width: 300px;
    background: transparent url(../../Pictures/layout/PFISTER/pfister-logo.jpg) no-repeat;
    background-size: contain;
    margin: 5px 1%;
    height: 90px;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/PFISTER/pfister-logo.jpg) no-repeat;
    background-size: contain;
}

.list nav {
    background-color: #f4912c ;
}

    .list nav li a.active, .list nav li a:hover {
        background-color: #f4912c ;
    }

nav.normal {
    background-color: transparent;
}

div.headline {
    left: 50%;
}

.list header div.headline,
.box header div.headline {
    color: #ffffff;
}

#details .close, .close {
    background-color: #f4912c ;
}

.button.more, .button.back, .button.download {
    background-color: #f4912c ;
}
.fas, .far {
    color: #0058a2;
}
#details .close .fas {
    color: #0058a2;
}
span.message {
    color: white;
}
nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}
.title {
    color: #0058a2;
}
.box button.list_menu:hover, .box button.list_menu:hover .fas, .list button.list_menu:hover, .list button.list_menu:hover .fas {
    color: #0058a2;
}
table th {
    border-top: 1px solid #f4912c ;
}
hr.yellow {
    border: 1px #7fabd0 solid;
}
.border {
    border: 2px solid #0058a2;
}

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: #0058a2;
}

#ticket_info tr.shippingAmount {
    display: none;
}

th.firstname, td.firstname, span.firstname {
    display: none;
}

#account .button {
    color: #CCC;
    border: 1px solid #7fabd0;
}

#profile {
    border: 4px solid #7fabd0;
}