﻿#content {
	/*background-color: #fff;*/
	/*max-width: 1000px;*/
    margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

#wrapper {
	background-color:#f1f1f1;
}

a {
	color:#000;
}

img.profile-pic {
	width:50px;
	height:50px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.standings-progress{
	margin-bottom:2px !important;
}


.fcsTeam {
	background-image:url(../images/fcs.png);
}

.conferenceGame {
	text-align:center;
	background-color:Blue;
	color:White;
	font-weight:bold;
}

.gameBox {
	border: 1px solid #496077;
	color:#333;
	max-width:910px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3px;


	border:solid 1px #717171;
	border-radius:5px;

	background-color:#fff;
	padding-right:5px;
}

.pickDateHeader {
	font-size:2em;
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top:20px;*/
	    color: antiquewhite;
}

.gameBox > div {
	max-height: 65px;
    vertical-align: middle;
}

.gameCompleted .pickCorrect, .gameCompleted .pickCorrect span {
	color: #45fc65 !important;
}

.gameCompleted .pickWrong, .gameCompleted .pickWrong span {
	color: #ad0606  !important;
}

.gameCompleted .notpicked {
	opacity: 1 !important;
}
.resultColumn {
	display:inline-block;
	min-width:55px;
}

.teamColumn {
    display: inline-block;
    min-width: 333px;
	height:50px;
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #333;
}

.teamColumn.pickable, .teamColumn.pickable * {
	cursor: pointer;
}

.teamColumn > div {
	display:inline-block;
}

.teamColumn.picked {
	background-color:#777;
	color:#fff
}

.teamColumn.notpicked {
	opacity:.5;
}

.teamColumnClicked {
	box-shadow: none !important; 
    margin: 3px 0px 0px 3px !important; 
	min-width: 337px;
    height: 48px;
}

.gameColumn {
	display:inline-block;
	min-width:150px;
	font-size: 2em;
    font-weight: 900;
}

.pickColumn {
	min-height:48px;
    text-align: center;
    padding-top: 15px !important;
	width: 50px;
}

.pickComplete {
	background-color: #CFFBC7;
	min-height: 48px;
}

.pickNeeded {
	background-color: #FBC7C7;
}

.logoColumn {
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	height: 48px;
    width: 54px;
    background-color: #fff;

}

.teamNameColumn {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    width: 200px;
}

.rankDisplay {
	font-size:.8em;
	position: relative;
    left: 0px;
    top: -2px;
}

.fcsLogo {
    margin-top: 17px;
    font-weight: bold;
    font-size: .8em;
} 

.fcsLogoAway {
	float: right;
    margin-left: -29px;
    margin-right: 4px;
}

.fcsLogoHome {
	float:left;
    margin-right: -24px;
    margin-left: 4px;
}


.scoreColumn {
	text-align:center;
	font-size:2em;
	font-weight:bold;
	vertical-align:middle;
	min-height: 48px;
	width: 51px;
}

.statusColumn {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	/*min-height: 48px;*/
}

.winnerScore {
	border: solid 2px #1E7010;
    border-radius: 14px;
}

.winnerTeam {
	font-weight: bold;
	color: #1E7010;
}

.historyBtn, historyBtn {
	font-size: 2.5em;
    color: #222;
}

.gameInfoTeamPanel {
	width: 100%;
	background-color:#eeeeee;
}

.gameInfoTeamName {
	width:100%;
	height:25px;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
	font-size:18px;
}

.gameInfoTeamSchedule {
	width:100%;
	padding:5px;
	color:#444444;
}

.gameInfoPlace {
	font-size:.8em;
	text-align:center;
}
	
.gameInfoOpponent {
	font-size:.8em;
	text-align:left;
}
	
.gameInfoResultWin {
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	color:Green;
}

.gameInfoResultLoss {
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	color:Red;
}

.gameInfoScore {
	font-size:.8em;
	text-align:center;
}

.gameInfoBowl {
	background-color:Yellow;
}

.gameInfoDate {
	font-size:.8em;
	text-align: left;
}

.pickedNumber {
	height: 15px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-size: 12px;
	position: relative;
    top: -6px;
}

.pickedNumber.right {
	float:right;
	text-align:center;
}

.pickedNumber.left {
	float:left;
	text-align:center;
}

.pickedLabel {
	font-size:9px;
	color:#000;
}

.pickedLabelDiv {
	display: block;
    height: 10px;
    top: -25px;
    position: relative;
}

.pickable > .scoreColumn, .pickable  .pickedNumber, .pickable .pickedLabel {
	visibility:hidden;
}

.yearSelect {
	position: relative;
	top:-3px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	color:#000099;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.selectedYear {
	background-color:Gray;
}

.pad-no {
  padding: 0;
}

.navbar {
	border:none;
	box-shadow:0 5px 2px -2px;
}

.navbar-nav > li > a, .navbar-nav li a {
	display: block;
    padding-top: 18px;
    padding-bottom: 10px;
    font: 500 1.3em 'Open Sans', Verdana, sans-serif;
    text-transform:none;
}

.menuItem:hover {
	color:#ddd !important;
}

.navbarBrand, .navbarBrand a {
	float:left;
	font-size:1.2em;
	font-weight:700;
}

.navbarBrand {
	/*display:inline-block;*/
	float:left;
	/*border-right: solid 1px white;*/
	height:55px;
	line-height:1.2em;
	padding-right:5px;
	margin-right:20px;
	padding-top:10px;
	width:92px;
}

.navbarBrand a {
	width:100%;
}

.infoPanel, .rankingsPanel, .smackPanel {
	background-color: #fff; */
    color: #222;
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    padding: 5px;
    margin: 7px 0px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.fb-share-button {
	margin:5px 0px;
}

.membersPicked1
{
	background-color:#99ff99;
}



/*@media (min-width: 992px) {
.navbar-nav > li > a {
		
}*/

@media (max-width: 1000px) {
	.gameColumn {
		display:block;
		padding: 5px 0px;
	}

	.gameBox {
		padding:15px 0px;
		margin-bottom:10px;
	}

	.resultColumn {
		float: left;
		position: absolute;
		margin-top: 50px;
	}
}
