﻿@media (min-device-width: 320px) and (max-device-width: 736px) {

    .horse-and-rider 
    {
        display: none;
    }

    .horse-and-rider-header
    {
        display: none;
    }
}

td, th
{
    max-height: 40px !important;   
}

.jump-cell
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    /*font-size: smaller;*/
    /*font-size: 60%;*/
    font-weight: lighter;
    padding: 0 0 !important;
}

.jc-div
{
    height: 100% !important;
    width: 100% !important;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    /*font-size: 60%;*/
}

.jersey-no-header
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 40px;
}

.horse-and-rider-header
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 10%;
}

.time-header
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 50px;
}

.horse-and-rider 
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jump-cell-header
{
    min-width: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: smaller;
    /*font-size: 60%;*/
    font-weight: lighter;
}

.no-wrapping 
{
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

.jump-cell-span
{
    float: left;
    overflow: hidden;
    display: block;
    width: 100% !important;
    /*height: 100% !important;*/
    height: inherit;
}

.jump-cell > span
{
    font-size: 100%;
}

.cleared
{
    background-color: lightgreen !important;
}

.refuse1
{
    background-color: rgb(255, 255, 0) !important;
}

.refuse2
{
    background-color: rgb(255, 165, 0) !important;
}

.eliminated
{
    background-color: red !important;
}

.penalty
{
    background-color: rgb(0, 255, 0) !important;
}

.on-deck
{
    background-color: rgb(252, 248, 227) !important;
}

.withdraw
{
    background-color: black;
    color: white;
}

.input-rh
{
    max-width: 200px;
}

.fixed-table-container
{
    width: 100%;
    height: 200px;
    border: 2px solid black;
    margin: 5px auto;
    position: relative;
    padding-top: 30px;
    background-color: white;
}

.fixed-table-container-inner
{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.header-background 
{
    background-color: #013c5b;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.table 
{
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    table-layout: fixed;
}

.th-inner
{
      color: white;
      position: absolute;
      top: 0;
      line-height: 30px;
      border-left: 1px solid black;
      padding-left: 1.5px;
      margin-left: -5px;
      text-align: left !important;
}

.first .th-inner
{
    border-left: none;
    padding-left: 0px;
}

/*******************************************************************************

    Tabs Styles

*******************************************************************************/

.multi-tabs li a
{
    background-color: #013c5b;
    border-color: #1F293F !important;
    border-radius: 20px 20px 0px 0px !important;
    color: white;
    font-weight: bold;
}

.multi-tabs > li > a:hover
{
    background: #013c5b;
    border-color: #1F293F;
    border-radius: 20px 20px 0px 0px;
    color: black;
    font-weight: bold;
}

.multi-tabs-disabled
{
    opacity: 0.70;
}

.multi-tabs-disabled > li > a:hover
{
    color: black;
}

.finished
{
    background-color: rgb(235,235,228); 
}