/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 12:20:59 PM
    Author     : pls2624
*/
body{
    font-size: 16pt;
       
}
#navbar{
    width: 100%;
    padding: 10px 0px; 
    font-size: 1.4em;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color:#000;
}
#showImg{
    width: 100%;
    padding: 10px 0px; 
    font-size: 1.4em;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px; 
    z-index: 10;
    background-color:#000;
}
#showImgSub{
    border: 2px #000 solid;
    align-content: center;
}


#start,#pause,#restart{
    float: left;
}
#email{
    float: none;
}
#stop,#continue{
    float: right;
}
button{
    padding: 5px 0px;
    margin: 0px 5px;
    font-size: large; 
    width: 150px;
}
.myCaptureStat{
    background-color: white;
    color: #0080ff;
}

.theirCaptureStat{
    background-color: white;
    color: #ff0000;
}
.myUndoStat {
    height: 22px;
    width: 22px;
    background-image:url('img/undo-arrow.png');
    background-size: 16px;
    background-position: center;
    background-repeat:no-repeat;
    background-color: white;
    border: none;
    
}

#tblTeamStats {
    border: 2px #dddddd solid;     
    border-collapse: collapse;
   
}
.tdTeamStats {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    
}
.trTeamStats {
    height: 50px;
    
}
#tblResults {
    border: 2px #dddddd solid;     
    border-collapse: collapse;
    
    
}
.trResults {
    height: 5px;
    vertical-align: top;
}
.trResults:nth-child(even){
    background-color: #f2f2f2;
    
}
.thResults,.thTeamStats {
    background-color: #000;
    font-family: Verdana, Arial, sans-serif;
    color: white;
    padding: 5px;
    text-align: center;
    
}

.tdResults {
    padding: 15px 35px 15px 35px;
    text-align: center;
}

.totResults {
    font-weight: bold;
    
}

#stats{
    position: relative;
    top: 25px;
    left: 0px;
    width: 100%;
}
#capturedStats{
    position: relative;
    
}
#instructions{
    position: relative;
    width: 90%;
    margin: 10px auto;
    padding: 5px;
}
#map{
    position: relative;
    height: 320px;
    width: 90%;
    max-width: 320px;
    margin: 15px auto;
    padding: 0px 10px;
    visibility: hidden;
}
#directions{
    position: relative;
    height: auto;
    width: 90%;
    max-width: 320px;
    margin: 15px auto;
    padding: 10px 10px;
    visibility: hidden; 
}

