﻿body {
    font-family: "proxima-nova","neuzeit-grotesk",sans-serif !important;
    /*color: #333333;*/
    padding: 0;
    margin: 0;
    overflow: hidden;
}

@media screen and (max-width:850px) {
    body {
        overflow: hidden !important;
    }
}

#background-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media screen and (max-width:1000px) {
    #background-wrap {
        width: 97%;
    }
}

@media screen and (max-width:850px) {
    #background-wrap {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        overflow-y: scroll; /* has to be scroll, not auto */
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        /*-webkit-transform: translateZ(0px);
        -webkit-transform: translate3d(0,0,0);*/
    }
}

#border-container{
	width:97%;
    height:100%;
    margin:auto;
	padding:0;
    position:relative;  
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#schedule-wrapper {
    padding: 0 0 2em 0;
    /*background-color: #fff;*/
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index:1;
    display:block
}

#header-container {
    /*background-color: #fff;*/
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
    position:relative;
    z-index: 1;
}

#header {
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1500px;
}

@media screen and (max-width:750px) {
    #header {
        width:95%;
    }
}

#footer {
    margin:0 auto;
    padding:2em 0;
    text-align:center;
    width:100%;
    display:flex;
    justify-content:space-between;
}

@media screen and (max-width:900px) {
    #footer {
        flex-direction:column;
        align-items:center;
    }
}

#footer h2 {
     color:#fff;
     font-size:12px;
     margin:0;
     padding:0 0 5px 0;
}

#notes-container {
    padding:10px 0;
    width:33%;
}

#notes{
    min-width:200px;
    max-width:200px;
	color:#fff;
    text-align:left;
    padding:0;
    margin:0;
}

@media screen and (max-width:900px) {
    #notes {
        text-align:center;
        max-width:75%;
        min-width:100%;
    }
}

#footer-logo-container {
    padding:10px 0;
    width:33%;
}

#social-media-container {
    width:33%;
    min-width:200px;
}

.turbostats-logo {
    position:relative;
    top:0;
    width: 225px;
    height: auto;
    margin: auto;
}

@media screen and (max-width:900px) {
    #notes-container, #footer-logo-container, #social-media-container {
        width:100%;
    }
}

.schedule-block {
    display:block;
}

.schedule-all, .schedule-hide {
    width: 95%;
    max-width: 1500px;
    overflow-x: auto;
    margin: 0 auto;
    padding: 0;
    /*border: thin #ffd800 solid;*/
    /*box-shadow: 0 0 10px #999;*/
    position: relative;
}

.schedule-hide:last-child {
    margin: 0 auto
}


@media screen and (max-width:700px) {
    .schedule-all, .schedule-hide {
        width: 95%;
        box-shadow: 0 0 8px #999;
    }
}

#team-selector {
    width: 300px;
    height: 100%;
    transition: box-shadow ease 0.4s;
    border-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    position: relative;
    -webkit-appearance: none;
    background: url(http://www.turbostats.com/webcast/turbostats/imgs/down-arrow-selector-white.png) no-repeat right rgba(255, 255, 255, 0.10);
    background-size: 20px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 95%;
    color: #fff;
    overflow: hidden;
    padding-right: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    /*text-align: center !important;
    text-align-last: center;*/
    cursor: pointer;
    padding-left: 5px;
}

@media screen and (max-width:600px) {
    #team-selector {
        font-size: 13px;
        background-size: 15px 9px;
    }
}

@media screen and (max-width:500px) {
    #team-selector {
        width: 200px;
    }
}

#team-selector:after {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

#team-selector:hover {
    box-shadow: 0 2px 5px 2px #999;
    border-color: transparent;
    transition: box-shadow ease 0.4s;
}

#team-selector optgroup, #team-selector option {
    color: #fff;
    font-size: 13px !important;
    background-color: #1c1f24;
    outline: none;
    border: none;
}

.option-background {
    background-color: #eeeded
}

.team-title {
    font-size: 20px;
    color: #333333;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display:none;
}

@media screen and (max-width:750px) {
    .team-title {
        font-size: 18px;
        max-width: 150px;
    }
}

.header-logo {
    height: auto;
    max-width: 70px;
    max-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.header-logo-default {
    height: auto;
    max-width: 70px;
    max-height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.printer-icon {
    position:absolute;
    right:0px;
    top:5px;
    z-index:3;
    font-size:25px;
    opacity:.9;
}

.printer-icon:hover {
    opacity:1;
    cursor:pointer;
}

#row-header{
	background-color:rgba(232, 232, 232, 0.4);
}

#row-header th{
	font-weight:bold;
}

.tablesorter-default {
    font-size: 15px !important;
    color: #333333;
    background-color: #fff;
    border-spacing: 0px;
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
    width: 100% !important;
    font-weight: 400 !important;
    /*table-layout:auto;*/
    position: relative;
    white-space: nowrap;
}

@media screen and (max-width:600px) {
    .tablesorter-default {
        font-size: 12px;
    }
}

.tablesorter-default th,
.tablesorter-default thead td {
    font-size: 14px !important;
    padding: 8px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.tablesorter-default tbody tr:first-child {
    border-top: none !important;
}

.tablesorter-default td {
    border: 1px rgba(51, 51, 51, 0.04) solid !important;
    padding: 5px !important;
}

.tablesorter-sticky-wrapper {
  margin-top: -17em;
  padding:0 1em;
}

 @media screen and (max-width:750px) {
.tablesorter-sticky-wrapper {
  margin-top: -16em;
    }
}

@media print {

    table {
        box-shadow:none !important;
    }

    #schedule-wrapper {
        overflow:hidden !important;

    }

    .schedule-all, .schedule-hide {
        overflow: hidden !important;
    }
}

 /* REQUIRED CSS: change your reflow breakpoint here (35em below) */
@media ( max-width: 1000px ) {

  /* uncomment out the line below if you don't want the sortable headers to show */
   /*table.ui-table-reflow thead { display: none; } */

  /* css for reflow & reflow2 widgets */
  .ui-table-reflow td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
    width: 100% !important;
    height: auto !important;
  }

    .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        /* if not using the stickyHeaders widget (not the css3 version)
     * the "!important" flag, and "height: auto" can be removed */
        width: auto !important;
        height: auto !important;
        font-size:12px !important;
        
    }

  /* reflow widget only */
  .ui-table-reflow tbody td[data-title]:before {
    color:#333333;
    font-weight:bold;
    font-size: .9em;
    content: attr(data-title);
    float: left;
    width: 50%;
    white-space: pre-wrap;
    text-align: bottom;
    display: inline-block;
  }

}

/*
td,th{
	line-height:1.5em;
}




@media screen and (max-width:1000px){
#schedule th{
	padding:10px;
	}
}


@media screen and (max-width:750px){
#schedule th{
	padding:5px;
	}
}

@media screen and (max-width:650px){
#schedule th{
	padding:5px;
	}
}

@media screen and (max-width:450px){
#schedule th{
	padding:5px 3px;
	}
}

#schedule td{
	padding:6px 5px;
}

@media screen and (max-width:1000px){
#schedule td{
	padding:6px 4px;
	}
}


@media screen and (max-width:750px){
#schedule td{
	padding:6px 2px;
	}
}

@media screen and (max-width:650px){
#schedule td{
	font-size:10px;
	}
}

@media screen and (max-width:450px){
#schedule td{
	}
}

*/

