:root {
    --schmalz-primary: #0050a0;
    --schmalz-accent: #ff6600;
    --schmalz-green: #a0be32;
    --schmalz-gray: #b4b4b4;
    --schmalz-lightgray: #ebebeb;
    --schmalz-darkgray: #505050;
}


/*****************************
Custom
******************************/

.isDisabled {
    opacity: .65;
    background-color: #e0e0e0;
    cursor: default;
    border: 1px solid #7d7d7d;
}

.weekPrice {
    margin-top: 5px;
    width: 100%;
    right: 15px;
    font-size: 20pt;
}

.headings {
    font-size: 16px;
}

.vote-button {
    background: #fff;

    border: 1px solid #b4b4b4;
    display: block;
    outline: none !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    height: 30px;

    line-height: 15px;
}

.vote-button.voted {
    color: #a0be32;
    border-color: #a0be32;
    font-weight: bold;
    cursor: inherit;
}

.preview-button {
    border-radius: 50% !important;
    background-color: #ebebeb !important;
    color: #0050a0 !important;
    height: 40px;
    width: 40px;
    line-height: 28px;
}


.allergenics-infos {
    color: slategray;
    text-align: center;
    margin: 1rem 0 0.25rem 0;
}

.font-size-25px {
    font-size: 25px;
}



.carbon-infos {
    text-align: center;
    color: #567D29;
    line-height: 1.1;
    font-size: 24px;

    margin: 1rem 0 0.25rem 0;
}

.carbon-infos .footprint {
}

.carbon-infos .footprint .footprint-value {
    font-size: 150%;
}

.carbon-infos .kilometers .fas.fa-car-side {
    font-size: 90%;
    margin-left: 2px;
}


/*****************************
Layout
******************************/

body {
    font-family: Calibri, sans-serif !important;
}

.content {
    min-height: 400px;
}

.login-page {
    background-image: url("../img/bg.jpg");
    background-size: cover;
}

.navbar {
    background: white;
    border-bottom: 1px solid #ebecec;
}

.logolayout {
    margin-top: 8.95px;
    margin-bottom: 8.95px;
    height: 42.1px;
    width: 100.26px;
}

.logo {
    margin-top: 8px;
    padding: 5px;
}

.login-container {
    background: white;
    padding: 30px;
}

/*****************************
Buttons
*****************************/
.btn-default {
    background: #ffffff;
}

.btn-default:hover {
    background: #ffffff;
    opacity: 0.9 !important;
}

.btn-primary {
    background: #00549c;
}

.btn {
    font-weight: bold;
}

.btn-primary:hover {
    background: #00549c;
    opacity: .9 !important;
}

.btn-success {
    background: #a0be32;
}

.btn-success:hover {
    background: #a0be32;
    opacity: .9 !important;
}

.btn-danger {
    background: #ff6600;
}

.btn-danger:hover {
    background: #ff6600;
    opacity: .9 !important;
}

.btn-info {
    background: #96c3e6;
}

.btn-info:hover {
    background: #96c3e6;
    opacity: .9 !important;
}

/*****************************
Labels
*****************************/

.label-primary {
    background: #0050a0;
}

.label-success {
    background: #a0be32;
}

.label-danger {
    background: #ff6600;
}

.label-info {
    background: #96c3e6;
}

/*****************************
Listgroup
*****************************/

.list-group-item-success {
    background: #a0be32;
}

.list-group-item-info {
    background: #96c3e6;
}

.list-group-item-danger {
    background: #ff6600;
}

/*****************************
Bootstrap Panels
*****************************/

.panel-primary {
    background: #0050a0;
}

.panel-success {
    background: #a0be32;
}

.panel-info {
    background: #96c3e6;
}

.panel-danger {
    background: #ff6600;
}

/*****************************
Basics
******************************/

* {
    border-radius: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

input {
    box-shadow: none !important;
}

a {
    color: #00549c;
}

nav a {
    color: #00549c;
}

nav a:hover {
    color: #00549c;
    opacity: 0.9;
}


.container-sm {
    position: relative;
    width: 40%;
    left: 20%;
}

.menu {
    border: 1px solid #ebecec;
    box-shadow: 0 0 2px black;
    margin-bottom: 20px;
    float: left;
    width: 32%;
    margin-left: 1%;
}

.menu > .title {
    padding: 5px 0 5px 10px;
    font-weight: bold;
    font-size: 1.5em;
}

.menu > .title select {
    font-weight: normal !important;
    font-size: 15px !important;
    padding: 2px;
    margin-right: 7px;
}

#staticBtn {
    position: fixed;
    left: 50px;
    width: calc(20% - 100px);
}


#menu_overview span {
    font-weight: normal;
}

#menu_overview td {
    position: relative;
}

.overview_price {
    font-weight: bold !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#menu_overview hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

#menu_overview img {
    float: right
}


.btn_abstimmung {
    height: 280px;
    width: 280px;
    text-align: center;
    box-shadow: 0 0 2px black;
    color: #0050a0;
    transition: 0.5s;
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
}

.btn_abstimmung_text {
    color: black;
    text-align: left;
}

.btn_abstimmung:hover {
    cursor: pointer;
    background-color: #ebebeb;
    transition: 0.5s;
}

.alert-info {
    background-color: #cde0f1;
    color: black;
    font-size: 16.5px;
    border: none;
}

.ci-table > tbody > tr > td:nth-child(1), .ci-table > tbody > tr > td:nth-child(2), .ci-table > tbody > tr > td:nth-child(3), .ci-table > tbody > tr > td:nth-child(4), .ci-table > tbody > tr > td:nth-child(5), .ci-table > tbody > tr > th:nth-child(1), .ci-table > tbody > tr > th:nth-child(2), .ci-table > tbody > tr > th:nth-child(3), .ci-table > tbody > tr > th:nth-child(4), .ci-table > tbody > tr > th:nth-child(5) {
    border-right: 1px solid black !important;
}

.ci-table > tbody > tr > td:last-child, .ci-table > tbody > tr > th:last-child {
    border-right: none !important;
}


.ci-table > tbody > tr {
    border-right: 1px solid black !important;
}


.ci-table > tbody > tr > th {
    border-top: 0px solid black !important;
    border-bottom: 1px solid black !important;
}

.bold {
    font-weight: bold !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cde0f1 !important;
}

.box {
    width: 29%;
    float: left;
    height: 70%;
}

.boxHeader {
    font-weight: bold;
    background-color: #ebebeb;
    padding: 10px 15px 10px 15px;
    height: 60px;
}

.boxContent {
    border: 2px solid black;
    border-bottom: none;
    padding: 15px;
    border-top: 0;
    height: 50vh;
    overflow: hidden;
}

.boxFooter {
    height: 260px;
    border: 2px solid black;
    border-top: none;
    text-align: center;
}

.boxHeader > h1, .boxContent h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
    margin-left: 5px;
}

.box_icon {
    float: right;
}


#votinglink-btn {
    border: 1px solid #0050a0;
    width: 600px;
    text-align: center;
    margin: 50px auto 0;
    height: 100px;
    background: #cde0f1;
    box-shadow: 0 0 2px black;


}

#votinglink-btn h1 {
    line-height: 98px;
    margin: 0;
}

#votinglink-btn:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

/* overly complex css selector to match specificity of bootstrap rule*/
table > tbody > tr .table-spacer {
    background: var(--schmalz-gray);
    font-size: small;
    padding: 2px;
    border: none;
}

table > tbody > tr.disabled-row > td {
    background: var(--schmalz-lightgray);
}

table > tbody > tr > td.empty {
    border: none;
}

a.link {
    text-decoration: none;
    color: var(--schmalz-primary);
}

a.link:hover {
    text-decoration: underline;
}
