﻿/* 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;
    }

.btn-danger {
    color: #fff;
    background-color: #f80000;
    border-color: #f80000;
}
.btn{
    z-index : 999;

}
.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: "Kanit", system-ui;
}
.counterControl .puntenHistory {
    font-size: 5em;
    font-family: "Kanit", system-ui;
    font-weight: 100;
}
.counterControl .score {
    font-size: 4em;
    font-weight: bold;
}

.counterControl .throw-img {
    width: 20%;
    height: auto;
    max-width: 32px;
}

.counterControl .throwHistory {
    font-size : 0.5em;

}

.counterControl .throw {
    font-size: 2em;
    border: 1px solid var(--orange);
    max-width : 150px;
    text-align:center  ;
}
.counterControl .teamAtPlay {
    background-color: #fff0e9;
    border: 1px dotted #ff550b;
    color: #ff550b;
    border-radius: 10px;
}
.counterControl .btn.btn-gold {
    background: gold;
    border: 1px solid #403c24;
    color: #000000;
}

.counterControl tr.submit td {
    background-color: #ff550b;
    color: white;
    border: 1px solid #3c3c3c;
}




#legWinAnimation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: gold;
    color: #111;
    padding: 100px 60px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    opacity: 0;
    /*pointer-events: none;*/
    z-index: 2;
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: center;
}
#legWinAnimation .trophy {
    font-size:7em;
}
#legWinAnimation.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    animation: pulse 1.2s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
}

#gameWinAnimation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    color: #111;
    padding: 100px 60px;
    font-size: 2em;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    opacity: 0;
    /*pointer-events: none;*/
    z-index: 2;
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: center;
    
}

    #gameWinAnimation .trophy {
        font-size: 7em;
        color: #dec020;
    }

    #gameWinAnimation.show {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        animation: pulses 1.2s cubic-bezier(0.4, 0, 1, 1) infinite alternate;
        background: #282000;
        color: white;
    }
@keyframes pulses {
    from {
        box-shadow: 0 0 20px rgb(208, 191, 0);
    }

    to {
        box-shadow: 0 0 800px rgb(225, 239, 0);
    }
}
@keyframes pulse {
    from {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
    }

    to {
        box-shadow: 0 0 800px rgba(255, 215, 0, 1);
    }
}


