﻿html {
  position: relative;
  min-height: 100%;
}
@media screen {
body {
  padding-top: 50px;
  margin-bottom: 60px;
}

body > .container {
  padding: 60px 15px 0;
    margin-bottom: 100px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;

}

.container .text-muted {
  margin: 5px 0;
  padding: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: inherit;
  background-color: #f5f5f5;
}



}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.header
{
	text-align: center;
}
.hidden
{
	display:none;
}

.centered 
{
	vertical-align:middle;
	text-align: center;
}
.day-header
{
	font-weight:bold;
}
.league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
.empty-message {
  padding: 5px 10px;
 text-align: center;
}
.twitter-typeahead {
     width: 100%;
     position: relative;
 }

.tt-dropdown-menu {
    width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tt-suggestion.tt-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
	text-align:left;
}
@media print {
  a[href]:after {
    content: none;
  }
  .schedule_table
  {
	width:100%;
  }
  #reformal_tab{
	display:none;
}

}


.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}
.center-of-page {
    width: 100px;
    height: 100px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}
#blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  0% { background-color: #d9edf7; }
  50% { background-color: #ffdede; }
  100% { background-color: #d9edf7; }
}
@keyframes blink {
  0% { background-color: #d9edf7; }
  50% { background-color: #ffdede; }
  100% { background-color: #d9edf7; }
}

.link-as-text,
.link-as-text:hover
{
    color: #000000;
    text-decoration: none;
}

.body-logical-class {
    padding-top: 100px;
}

.box-logical-class {
    color: #000000;
    background-color: #ffffff;
    padding-left: 25%;
    padding-right: 25%;
}