@font-face{
    font-family: 'Saira-Regular';
    src: url('/assets/fonts/SairaSemiCondensed-Regular.ttf');
}

body {
  background-color: aliceblue;
  font-family: 'Saira-Regular';
}

h1{
    margin-top:2px;
    margin-bottom:2px;
    font-size:2em;
}
.copyrightfooter a{
    color: blue;
}

.copyrightfooter a:hover{
    color: black;
}

li{
    text-align: left;
}

a{
 color:yellow;   
}
a:hover{
 color:aqua;   
}
.undernavbar{
    padding-top: 10px;
}
.navbar-right{
    padding-right:30px;
}

.table-striped>tbody>tr:nth-child(odd)>td,  
.table-striped>tbody>tr:nth-child(odd)>th{    
    background-color: blue;
    color:yellow;
    font-weight:bold;
}
.table-striped>tbody>tr:nth-child(even)>td,  
.table-striped>tbody>tr:nth-child(even)>th {    
    background-color: darkblue; 
    color:yellow;
    font-weight:bold;
}

.table-striped>thead>tr:nth-child(odd)>td,  
.table-striped>thead>tr:nth-child(odd)>th{    
    background-color: blue;
    color:yellow;
    font-weight:bold;
}
.table-striped>thead>tr:nth-child(even)>td,  
.table-striped>thead>tr:nth-child(even)>th {    
    background-color: darkblue; 
    color:yellow;
    font-weight:bold;
}

.activestage{
    /*background-color: green;*/
}
.nav a{
    color:blue;
}

.activeclass{
    background-color: green;
}
#eventheading{
    color:blue;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus
{
   background-color: blue;
   color: yellow;
   font-weight: bolder;
   border: 2px solid darkgrey;
}

.nav-tabs>li.active>a:hover
{
   background-color: #007FF3;
   color: yellow;
   font-weight: bolder;
   border: 2px solid darkgrey;
}
.nav-tabs>li>a{
    background-color: #007FF3;
    color: yellow;
    border: 2px solid darkgrey;
    font-weight: bolder;
    height:30px;
    padding-top:3px;
}

.nav-tabs>li>a:hover{
    background-color: blue;
    color: yellow;
    border: 2px solid darkgrey;
    font-weight: bolder;
}

#livetimingquery{
  display: none;
}

.nav-tabs {
    background-color: blue;
    padding-top: 2px;
}

#displayresults {
    padding-left:0px; 
}

.pagination a{
    color: black;
}

.pagination a:hover{
    color: darkblue;
}
.homelocation a{
    font-size: 1.5em;
    color: darkslateblue;
}

.homelocation a:hover{
    font-size: 1.5em;
    color: slateblue;
}
.copyrightfooter{
    padding-top: 40px;
    text-align: center;
    color: black;
}

.main-heading{
    margin-top:0px;
 }

.navbar{
     margin-bottom:0px;
 } 
 
/* standard menu bar information*/
.navbar-default {
    border:0px;
    border-bottom: 1px solid yellow;
    background-color:blue;
    color:#000;
    font-size: 15px;
    border-radius: 0px;
}

/* menu hyper links*/
ul.nav.navbar-nav a{
    color:yellow;
    font-weight: bold;
}

/*menu hyper links when hovered over*/
ul.nav.navbar-nav li a:hover{
    background-color:yellow;
    color:blue;
}

/*active menu hyper link hover should be as above*/
ul.nav.navbar-nav li.active a:hover{
    background-color:yellow;
    color:blue;
}

/* Active item on the Menu Bar*/
ul.nav.navbar-nav li.active a{
    background-color:yellow;
    color:blue;
    font-weight: bold;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: yellow;
    /*color:blue;*/
}

/*.navbar-toggle.collapsed {
    border-color:blue;
    color:yellow;
}*/

button.navbar-toggle.collapsed:hover{
    background-color: yellow;
}

button.navbar-toggle.collapsed:focus{
    background-color: yellow;
}

.navbar-default .navbar-toggle{
    border-color: yellow;
    background-color:blue;
    color: yellow;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: yellow;
    color: blue;
}

.runningstatus{
    background-color: blue;
    color: yellow;
    border-bottom: 1px solid yellow;
    /*font-weight: bolder;*/
    font-size:1.3em;
    padding-bottom: 2px;
    padding-top:3px;
}

.stagetotalheader{
    color: blue;
    /*font-weight: bolder;*/
    font-size:1.3em;
    line-height:1.4em;
    padding-bottom: 2px;
    padding-top:3px;
    text-shadow: none;  
}

.runningkey{
    font-weight: bolder;
    font-size:1.3em;
    margin-left: 30px;
    padding-bottom: 2px;
    padding-top:3px;
}

.unknown, .stopped, .cancelled, .completed, .torun, .running{
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    display: inline-flex;

}

.stageinfo{
    margin-right: 20px;
}

.stageinfohead{
    margin-top: 2px;
    margin-right: 20px;
    radius: 1px;
    background-color: black;
}

.key{
    display:block;
    width:200px;
}

.unknown{
    background-color:blue;
    color: yellow;
}

.torun{
    background-color:white;
    color: black;
}
.stopped{
    background-color:red;
    color: black;
}

.cancelled{
    background-color:Yellow;
    color: black;
}

.completed{
    background-color: green;
    color: black;
}

.completed a{
    background-color: green;
    color: black;
}

.running{
    background-color:green;
    color: yellow;
}

.running a{
    background-color:green;
    color: yellow;
}

@media only screen and (max-width: 641px) {
  body {
    font-size:12px!important;
  }
  h1 {
      font-size:1em;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, 
  .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
      padding:0px;
      padding-left:5px;
      /*padding-right:10px;*/
      /*line-height:1;*/
  }
  .navbar {
      min-height:0px;
  }
  
 .navbar-header > .navbar-toggle {
      display: block;
      float: left;
      margin-left: 10px;
  }

  .main-heading{
   }
   .homelocation a, .homelocation a:visited{
        font-size:1em;
        color: slateblue;
    }
    
  .runningstatus{
        background-color: blue;
        color: yellow;
        border-bottom: 1px solid yellow;
        font-weight: bolder;
        font-size:1em;
        padding-bottom: 1px;
        /*padding-top: 1px;*/
    }
    .stagetotalheader{
        color: blue;
        font-weight: bolder;
        font-size:1.3em;
        line-height:1.4em;
        padding-bottom: 2px;
        padding-top:3px;
    }
    .unknown, .stopped, .cancelled, .completed, .torun, .running{
        margin-right: 8px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .stageinfo{
        margin-right: 8px;
    }
    .stageinfohead{
        margin-right: 8px;
    }
}

