﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.background-medium {
    background: #f1e7e0;
}
.no-padding{ padding: 0;}
.marginTop-10 {
    margin-top: 10px;
}
.marginTop-20 {
    margin-top: 20px;
}

.marginTop-30 {
    margin-top: 30px;
}
.marginTop-50 {
    margin-top: 50px;
}
.marginTop-60 {
    margin-top: 60px;
}

.marginTop-70 {
    margin-top: 70px;
}

.font-medium {
    font-size: 1.2em;
}
.bold {font-weight: bold}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.larger, .counterControl .larger {
    font-size : 1.6em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    
}

footer.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background: #a93300;
    color: #fff;
    border-top:none !important;
}


.hidden { display: none; }

.oops {
    color: #ff550b;
    background-color: #fffaf8;
    border-color: #ff550b;
}
.game .score {
    text-align: center;
    font-size: 2em;
    color: #ff550b;
    border: 1px solid #ff550b;
    margin: 27px;
    background: #fffaf8;
    font-weight: bold;
}


.img-small {
    max-width: 50px;
}

.score-input {
    padding: 0 20%;
}

.min-height-38 {
    min-height: 38px;
}

.game-tag {
    font-family: monospace;
    font-size: 1.5em;
    text-align: center;
    border-top: 2px solid #ff550b;
    color: white;
    background: url(/img/Darts-in-board.png);
    background-color: #ff550b;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position-x: 12%;
    background-position-y: 50%;
}
.player-status {
    background: #fffaf8;
    padding: 10px 39px 0px 0px;
    text-align: center;
    border: 1px solid #ff550b;
    border-right: none;
    font-style: italic;
    font-size: 1.2em;
}

.btn-keyboard {
    font-size: 1.5em;
    border: 1px solid #942d00;
    border-radius: 5px;
    margin: 5px;
    background: #e29d88;
}
.btn-default {
    background: #d2d2d2;
}
    .btn-default .active {
        background: #a5a5a5;
    }
.previous-throws {
    font-family: Indie Flower;
    font-size: 1.5em;
    color: #ff550b;
    border: 1px solid #c3b6b1;
    padding: 10px 0px 0px 40px;
    background: #fffaf8;
    -webkit-box-shadow: 7px 9px 23px -14px rgba(82,29,6,1);
    -moz-box-shadow: 7px 9px 23px -14px rgba(82,29,6,1);
    box-shadow: 7px 9px 23px -14px rgba(82,29,6,1);
}
    .previous-throws table {
        width: 90%;
    }
    h2 {
        font-weight: bold;
    }

.text-white {
    color: #fff;
}

.panel-img {
    background-image: url('/img/dart-board-2.jpg');
    background-position-y: -182px;
    background-position-x: -113px;
}

.background-panel {
    background: #0a0606;
    background: rgba(10, 6, 6, 0.69);
}

table.calc {
    background: linear-gradient(90deg, rgb(189, 59, 2) 0%, rgb(255, 85, 11) 100%);
    cursor: pointer;
    -moz-box-shadow: 7px 9px 25px -6px #521d06;
    -moz-box-shadow: 7px 9px 25px -6px rgba(82,29,6,1);
    box-shadow: 7px 9px 25px -6px rgba(82,29,6,1);
}

.calc td {
    border: 2px solid #e26e3c;
    font-size: 1.7em;
    color: #ffd9c8;
    width: 20%;
}

.calc td.sum {
    border: 2px solid #e66e39;
    background: linear-gradient(90deg, rgb(181, 77, 31) 0%, rgb(210, 62, 0) 100%);
}
.throw {
    font-size: 1.7em;
    font-weight: bold;
}
.border1px {
    border: 1px solid #e26e3c;
}


.counterControl .player {
    font-size: 2em;
    margin-top: 10px;
}

.counterControl .punten {
    font-size: 6em;
    font-family: "Baumans", system-ui;
}
.counterControl .score{
    font-size: 4em;
    font-weight: bold;
}

.counterControl .throw {
    font-size: 2em;
    border: 1px solid var(--orange);
}

