﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

@font-face {
    font-family: 'typewriter';
    src: url('../fonts/typewriter.ttf')
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.menu a {
    text-decoration: none;
}

.menu .float-start a {
    margin-right: 10px;
}

.menu .float-end a {
    margin-left: 10px;
}

.menu a img {
    height: 30px;
}

* {
    margin: 0;
    padding: 0;
}

.rate {
    height: 46px;
    padding: 0 10px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

.tv-menu {
    font-family: Bahnschrift Condensed;
    /*    Bahnschrift    */
    font-size: 2em;
    /*background-image: url('../Images/tv_menu_background.png');
    opacity: 0.8;*/
    color: white;
}

    .tv-menu .header {
        border-bottom: solid 1px black;
        border: solid 1px black;
        height: 106px;
        /*font-weight: 900;*/
        font-size: 1.3em;
    }

        .tv-menu .header .cell {
            top: 35%;
        }

    .tv-menu .body .cell {
        top: 25%;
    }

    .tv-menu .number {
        width: 5% !important;
        text-align: center;
    }

    .tv-menu .body .row .price {
        top: 13%;
        font-size: 1.3em;
    }

    .tv-menu .row-body {
        border: solid 1px black;
    }

    .tv-menu .body .row {
        /* font-weight: bold;*/
    }

    .tv-menu .body .row-5 {
        height: 99px;
    }

    .tv-menu .body .row-6 {
        height: 99px;
    }

    .tv-menu .body .row-7 {
        height: 85px;
    }

    .tv-menu .body .row-8 {
        height: 77px;
    }

    .tv-menu .beer-over, .beer-over {
        opacity: 0.3;
        background-color: #808080
    }

    .tv-menu .beer-indexes {
        color: #959662;
        font-size: 0.7em;
        /*border-bottom: 1px solid #959662;*/
    }

.tv-menu-opacity {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tv-menu-bg {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.inactive {
    opacity: 0.5;
    background-color: #c3c2c2;
}

.tv-menu .beer-onway, .beer-onway {
    opacity: 0.58;
    background-color: #00ff0a;
}

.tv-menu .on-way {
    width: 80px;
    z-index: 9999999;
    margin-left: 18%;
}

.tv-menu .brew-logo img {
    width: 22%;
    position: relative;
    margin-right: 10px;
}

.tv-menu .brew-logo {
    /*padding-right: 2.7em;*/
}

.tap-number {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: -16px 7px -16px -16px;
}

.missing-beer {
    display: inline;
    height: 41px;
}

.select2-selection {
    height: 38px !important;
    border: 1px solid #ced4da !important;
    text-align: left;
    padding: 3px;
}

.select2-results {
    background-color: #d9d9d9 !important;
}

.rating {
    display: flex;
}

    .rating .rate {
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-right: 4px;
    }

    .rating .rate-0 {
        background-image: url("../Images/Rate/rate-0.png");
    }

    .rating .rate-10 {
        background-image: url("../Images/Rate/rate-10.png");
    }

    .rating .rate-20 {
        background-image: url("../Images/Rate/rate-20.png");
    }

    .rating .rate-30 {
        background-image: url("../Images/Rate/rate-30.png");
    }

    .rating .rate-40 {
        background-image: url("../Images/Rate/rate-40.png");
    }

    .rating .rate-50 {
        background-image: url("../Images/Rate/rate-50.png");
    }

    .rating .rate-60 {
        background-image: url("../Images/Rate/rate-60.png");
    }

    .rating .rate-70 {
        background-image: url("../Images/Rate/rate-70.png");
    }

    .rating .rate-80 {
        background-image: url("../Images/Rate/rate-80.png");
    }

    .rating .rate-90 {
        background-image: url("../Images/Rate/rate-90.png");
    }

    .rating .rate-100 {
        background-image: url("../Images/Rate/rate-100.png");
    }

    .rating .number {
        font-weight: 500;
        margin-top: -2px;
        margin-left: 5px;
    }
