/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

a { text-decoration: none; color: navy; }

body
{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

.container 
{
	width:1100px;
	flex:1;
}

.header, .footer {	
	text-align:center;	
	padding:10px 0px 5px 0px;
	width:100%;		
	vertical-align:middle;
	background-color:#000033;
	color:#FFF;
	font-size:36px;	
	font-family: 'Special Elite', cursive;		
}

.footer a, .footer {
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFF;	
	text-decoration:none;
}

.schedule {
	width:100%;
	margin:0 auto;
}

.picked {
	font-weight: bold;	
	border:1px solid black;
	padding:2px;
	text-align: center;
}

.newpicked {
	font-weight: bold;	
	border:1px solid red;
	padding:2px;
	text-align: center;
}

.notpicked {
	font-weight: bold;
	border:1px solid transparent;
	padding:2px;
	text-align: center;
}

#savePicksMain {
	display: none;
}

.optin_game {
	background-color:#FFFFA6;	
}

.schedule_game {
	overflow:auto;
	border: 1px dotted #ccc;	
	margin-bottom:10px;
	background-color:#FFFFFF;	
}

.schedule_game a {
    text-decoration:none;
    color:black;
}

.schedule_info {
	float:left;
	width:160px;
	height:100px;
	padding-left:15px;
	padding-top:10px;
}

.schedule_home {
	float:right;
}
.schedule_away {
	float:left;
}

.schedule_away, .schedule_home {
	background-color:#DDDDDD;
	font-weight:bold;	
	text-align:center;
}

.schedule_name {
	background-color:#abc6ff;
	font-weight:bold;	
	text-align:center;
	float:right;
    width:880px;
    border:1x solid white;
}

.schedule_win { background-color:#00FF00; }
.schedule_lose { background-color:#db0000; }
.teamlogo { display:block; margin:1px; padding:0px; }

.schedule_picks {
	width:100%;
	padding-top:0px;
	margin-top:0px;
	padding:10px;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	background-color:#FFFFFF;
	font-weight:normal;
	font-size:14px;
}

.standings_picks { width:auto; font-size:.8em; vertical-align: middle; }
.winner { color:#00CC00; font-weight: bold; }
.loser  { color:#FF0000; }
.active { color:#0000FF; font-weight:bold; }
.push   { color:#999999; font-weight:bold; }
.pastchamp, .pardon { font-weight:bold; }
.incomplete a, .rookie a { color:#FF00FF !important; } 

.weekDropdown
{
	display:none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 700px) and (orientation : portrait) { 

.weekHorizontal
{
	display:none;
}

.weekDropdown
{
	display:block;
}

.container 
{
	width:100%;
}

.schedule {
	width:100%; 
	margin:0 auto;
	height:auto;
}

.schedule_game {
	overflow:auto;
	margin-bottom:10px;	
	height:auto;	
	border:none;
	font-size:13px;	
	color:#FFFFFF;
	background-color:#000033;
}

.schedule_game a {
    text-decoration:none;
    color:white !important;
}

.optin_game {
	color:#FFFFA6;	
	background-color:#000333;
}

.schedule_info { 
	width:94%;
	padding:10px;
	height:30px;
	clear:both;
	text-align:center;
	font-weight:bold;
	background-color:#000033;
	color:inherit;
}

.schedule_name {
	float:left;
	background-color:#0000FF;
	color:#FFF;	
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	padding-top:0px;
}

.schedule_away, .schedule_home, .schedule_away_active, .schedule_home_active {
	float:left;
	background-color:#003366;
	color:#FFF;	
	text-align:center;
	width:49%;
	margin:0px;
	padding:0px;
	height:auto;
	padding-top:10px
}

.schedule_away, .schedule_away_active { border-right:#000 6.7px solid; }
.schedule_gamedate, .schedule_gametime, .schedule_gametv { display:inline; margin-right:20px; }
.stats_name { width:40%; }

.schedule_picks {
	width:auto;
	padding-top:0px;
	margin-top:0px;
	padding:5px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;	
	background-color:#FFFFFF;
	color:#000;
	font-weight:normal;
	font-size:10px;
	border:#CCCCCC 1px dotted;
}

.pickList {
	white-space: nowrap;
}
.picked {
	font-weight: bold;
	border:1px solid black;
	padding:2px;
	text-align: center;
}

.newpicked {
	font-weight: bold;	
	border:1px solid red;
	padding:2px;
	text-align: center;
}

.notpicked {
	font-weight: bold;
	border:1px solid transparent;
	padding:2px;
	text-align: center;
}

#savePicksMain {
	display: none;
}

.schedule_win { background-color:#07b430; color:white; }
.schedule_lose { background-color:#db0000; color:white; }
.teamlink { color: white; }
.teamlink a { color:white; }
.teamlogo { width:100%; display:block; padding-top:10px; margin:0px; }

}