@IMPORT url("6046.css");
.ui-page-theme-a,.ui-content {
    background-image: url(../../images/statistics/tennis/tennis-bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pitch-field{
    border: none;
    background-image: url(../../images/statistics/tennis/tennis-field.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
}
/* tab background*/
.ui-navbar li .ui-btn:hover{
    background: #CCDB00 !important;
    background-color: #CCDB00 !important;
    text-shadow: none;
}
.ui-navbar li .ui-btn.ui-btn-active:hover{
    color: #FFFFFF !important;
}
.ui-navbar li .ui-btn.ui-btn-active{
    text-shadow:none;
    border: 0 0 0 0;
    color: #FFFFFF !important;
    box-shadow: none;
    background: #CCDB00 !important;
    background-color: #CCDB00 !important;
}
/*season selection and team selection*/
#team-table .ui-btn{
    background: #CCDB00;
    background-color: #CCDB00;
    text-shadow: none;
    border: none;
}
/*upcoming all and team overview*/
.ui-radio .ui-btn.ui-btn-active,.ui-radio .ui-btn:hover{
    background: #CCDB00;
    background-color: #CCDB00;
    color: #FFFFFF !important;
    text-shadow: none;
}
/*team stats*/
#team-stats tr th{
    color: #000000;
}
/*hover color for stats table*/
#team-stats tr:hover,#team-stats tr:hover th{
    text-shadow: none;
    background: #CCDB00;
    background-color: #CCDB00;
    color: #FFFFFF !important;
    cursor: pointer;
}
/*table alternate color*/
.table-stripe tbody tr:nth-child(odd) {
    background-color: #E5E5E5;
    text-shadow: none;
}
/*table hover color*/
.table-stripe tbody tr:hover, .table-stripe tbody tr:nth-child(odd):hover {
    background: #CCDB00;
    background-color: #CCDB00;
    color: #FFFFFF !important ;
    text-shadow: none;
}

.highlightRow, .highlightRow td{
    background: #CCDB00!important;
    background-color: #CCDB00!important;
    color: white!important;
    text-shadow: none;
}
@media only screen and (min-width: 200px) {

    .cd-primary-nav > li > a:hover {
        color: #FFFFFF;
        background-color: #CCDB00 !important;
    }
    .cd-primary-nav > li > a.selected {
        background-color: #CCDB00 !important;
        color: #FFFFFF !important;
        /*box-shadow: inset 0 -2px 0 #FFFFFF;*/
    }
    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons{
        border-bottom-color: #CCDB00 !important;
        box-shadow: 0px 1px 2px #CCDB00 !important;
    }
    .cd-primary-nav .cd-nav-icons .cd-nav-item h3,.cd-primary-nav .cd-secondary-nav > li > a{
        color: #62B527 !important;
    }
    .cd-primary-nav .cd-secondary-nav a:hover{
        color: #CCDB00 !important;
    }
}


.boldText {
    font-weight: bold!important;
}

.highlightedText {
    color: #62B527 ;
}
.table-stripe tbody tr:hover td.highlightedText {
    color: #FFFFFF !important;
}
