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