﻿/* 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. */


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    background-color:black;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
body, html {
    height: 100%;
}

.bg {
    /* The image used */
    background-color:black;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    background-image: url('/images/headers/Ec2024.png');
    background-repeat: no-repeat;
    background-size: 800px 144px;
   // background-position:center;
    margin: 10px auto;
    height:144px;
    width: 800px;
    text-align: center;
    color: white;
    font-family: Calibri;
    font-size: 60px;
    padding-top:25px;
    //padding-right: 80px;
    padding-left: 320px;
}

.subtitle {
    // min-width: 80px;
    // min-height: 80px;
    margin-left: 3%;
    position: absolute;
    top: 40px;
    color: #0CFDF6;
    text-align:center;
    background-color: black;
}

.subtitle-category {
    font-size: 20px;

    // min-width: 80px;
    // min-height: 80px;
}

.subtitle-value {
    margin-top:5px;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('/images/EC2024/tlo_subtitle.png');
    background-repeat: repeat-x;
    background-size: contain;
}


.table-container {
    width: 100%;
}

.table {
    width:70%;
    margin: 0 auto;

}

.table td, .table thead th {
    border: none;
    vertical-align:middle;
}

.space {
    height:0px;
}

.scorehead {
    height: 30px;
    text-align: center;
    font-size: 23px;
    color: #0CFDF6;
    min-width:130px;
}

.subscorehead {
    height: 30px;
    text-align: center;
    font-size: 23px;
    color: #0CFDF6;
}


.scorehead div {
    background-image: url('/images/wynik.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
}


.line {

}

td.rank {
    background-image: url('/images/EC2024/nr_placehoder.png');
    background-repeat: no-repeat;
    background-size: 110px 70px;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 80px;
    font-size: 23px;
    color: #0CFDF6;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 8px;
    text-align: center;
}

td.name-start {
    background-image: url('/images/EC2024/imie_pasek_start.png');
    background-repeat: no-repeat;
    background-size: 40px 70px;
    width: 40px;
    height: 80px;
    font-size: 23px;
    color: #0CFDF6;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 8px;
    text-align: center;
}


td.name {
    background-image: url('/images/EC2024/imie_pasek.png');
    background-repeat: no-repeat;
    background-size: 100% 70px;
    height: 80px;
    font-size: 23px;
    color: #0CFDF6;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-width: 500px;
}

td.score {
    background-image: url('/images/EC2024/score_pasek_violet.png');
    background-repeat: repeat-x;
    background-size: 100% 70px;;
    min-width: 80px;
    max-width: 180px;
    width: 180px;
    height: 70px;
    font-size: 23px;
    color: #0CFDF6;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

td.subscore, td.subscore-violet {
    background-image: url('/images/EC2024/nota_tlo.png');
    background-repeat: repeat-x;
    background-size: 100% 70px;
    min-width: 80px;
    max-width: 110px;
    width: 110px;
    height: 70px;
    font-size: 23px;
    color: #0CFDF6;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

td.subscore-violet {
    background-image: url('/images/EC2024/score_pasek_violet.png');
}

.table td.break, .table th.break {
    padding: 8px;
    width: 5px;
}