:root {
    --header-height: 0px;
    --backgound_color:  #68c;
    --offset:70px;
}

html
{
    /* zoom: .8; */
}
header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%; /* overflow-y:auto; */
    background-color: white;
}

main {
    margin-top: var(--header-height);
    background-color: white;
    /*
    overflow-x:auto;
*/
}
.bib_entry
{
   padding: 0 !important;
    margin: 0;
}
#drr_overlay
{
    position: fixed;
    font-size: 1vw;
    text-align: center;
    vertical-align: center;
    width: 100%;
    color: red;

    /*
    background-color: yellow;
     */
    height: 100%;

    display: none;
    z-index: 999;
}
.bib_entry input
{
    height: 100%;
    width: 80px;
}
.status_bar
{
    font-size: larger;
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.fullscreen_wrap
{
    background-color: white;
}
main.fullscreen
{
    overflow-y: auto;
}
table.display
{
    width: 100%;
}
#dtsample_filter input
{
    margin: 5px;
    font-size: x-large;
}
#buttFullscreen
{
    margin: 0;
    padding: 0;
    background-color: lavender;
    border: 1px solid black;
    cursor: pointer;

}
table.display > thead
{

    background-color: white; ;


        position: sticky;
    top: var(--header-height);

    padding: 8px 14px 8px 2px  !important;
    font-weight: lighter !important;
    color: black;;


}
.btn_selected
{
    font-weight: bold;
    background-color: white !important;

}

.tab_bar
{

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: xx-large;
}
.tab_bar div{
    border: #0c0c0c 1px solid;
    background-color: lightgrey;
    font-weight: lighter;
    flex-grow: 1;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.tab_bar a
{
    width: 100%;
}
.laptable
{


}
main.fullscreen table.display > thead th
{

    top: 0;

}

body {
    padding: 0px;
    margin: 0px;
    /* height: 100%; */
}

body:fullscreen {
    overflow: scroll !important;
}
body:-ms-fullscreen {
    overflow: scroll !important;
}
body:-webkit-full-screen {
    overflow: scroll !important;
}
body:-moz-full-screen {
    overflow: scroll !important;
}


.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    text-align: center;
}

:root {
    --big_text: 8vw;
    --small_text: calc(1vw + 1vh);
}

@media screen and (min-width: 800px) {
    :root {
        --big_text: 40px;
    }
}

.ctlpanel {
    max-width: 800px;
    margin: auto;

}
.big{
    font-size: var(--small_text);
}
.ctlpanel,.bigform
{
    background-color: #f0f0ff;
}
.dot {
    height: 25px;
    width: 25px;
    background-color: lightyellow;

    border-radius: 50%;
    display: inline-block;
}

#antenna_enable label
{
    padding-right: 20px;
    padding-left: 10px;
}
.ctlpanel>div,
.ctlpanel button,
.ctlpanel select

{
    /* display: block; */
    margin: 5px;
    padding: 5px;
    font-size: var(--big_text);
    width: 95%;
}
.stats_table
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 13px;
}
.ctltable
{
    font-size: var(--big_text);
}
.ctltable input,.ctltable select,.ctltable button
{
    margin: 5px;
    padding: 5px;
    font-size: var(--big_text);
}
.ctltable td
{
    padding: 10px;
}
.stats_table td
{
    font-size: 15px;
    width: 50%;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}
input[type=checkbox] {
    /* transform: scale(1.5); */
    /* width: auto; */
}
.bigform {
    position: static;
    left: 0px;
    top: 0px;
    width: 90vw;

    padding: 5px;
    margin: 5px;
}
.bigform input,.bigform label, .bigform  select, .bigbutton,#errormsg {
    display: block;
    margin: 5px;
    padding: 5px;
    width: 100%;
    font-size: var(--big_text);
}
.bigform input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin: auto;
    padding: 5px;

}
.highlight {
    background-color: yellow !important;
}
.flexdatalist-results {
    max-height: 80vh;
}
.flexdatalist-results li {
    font-size: var(--big_text);
    line-height: 100%;
}
.input_row {

    display: flex;
    justify-content: left;
}
.input_row > * {
}
.input_row input {
    display: block;
    
}
.input_row span {
    font-size: larger;
    display: block;

}
@media (max-width: 950px) {
    .col_950
    {
        display:none;
    }
}
@media (max-width: 800px) {
    .col_800
    {
        display:none;
    }
}

@media (max-width: 700px) {
    .col_800
    {
        display:none;
    }
    .col_700  {  display:none;  }
}
@media (max-width: 600px) {
    .col_600
    {
        display:none;
    }
    .col_800
    {
        display:none;
    }
    .col_700  {  display:none;  }
    .status_bar
    {
        flex-wrap: wrap;
    }
    #race_name {
        display: block;
        order: 1;
        width:100%;
        text-align: center;

    }
    #race_status
    {
        order: 3;

    }
    #race_clock
    {
        order: 2;

    }
}

@media (max-width: 500px) {
    .col_500
    {
        display:none;
    }
    .col_600
    {
        display:none;
    }
    .col_800
    {
        display:none;
    }
    .col_700  {  display:none;  }

}
