/* default pallete */
body {
	padding-top:0;
}
a, a:hover {
	color: purple;
}

footer {
  border-top: 0;
}

h3.header {
/*	background-color: #000000;
    color :#fff;
*/    text-align: center;
}

fieldset {
	border: 1px solid black;
	background-color: white;
	margin: 20px 0;
	padding: 10px;
	padding-top: 40px;
}

legend {
	padding: 0px 16px;
	border: 1px solid black;
	color: #C00;
	background-color: #FFC;
	width:auto;
}
/* main div elements */
div.theme {
	padding:8px;
	background-color: #CC0000;
	border:1px solid #000;
	width: 96%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

div.theme-inner {
	background-color: white;
	padding:20px;
	border:1px solid #000;
}

/* navigation menu and brand */
a.navbar-brand {
	padding:20px 0 20px 10px;
	font-family: "Capriola";
	font-size: 30px !important;
	/*color: white !important;*/
	text-shadow: none !important;
}
div.nav {
	background-color: #CC0000;
	-webkit-box-shadow: inset 0 -1px 0 rgba(133, 122, 144, 0.6), 0 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 -1px 0 rgba(133, 122, 144, 0.6), 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -1px 0 rgba(133, 122, 144, 0.6), 0 1px 10px rgba(0, 0, 0, 0.5);
}
.navbar {
	background: black;
	margin-bottom: 0;
}
.square-links-outer {
	min-height:50px;
/*	background: #CC0000;*/
	margin-bottom:26px;
	border-bottom:4px solid #000;
	
}
/*.navbar-inner .btn {
	margin-top:16px;
	margin-right:10px;
}*/
.navbar-inner{
	background: none;}
.square-links {
	background-image: none;
/*	background-color: #CC0000;*/
	padding-left: 20px;
	padding-right:20px;
}
.square-links .nav li {
	border-right: 1px solid #000;
}
/*.square-links .nav li a {
	background-color: #CC0000;
	color: #fff;
}*/
.square-links .nav li a:hover, .square-links .nav li a:focus, .square-links .nav .active > a {
	color: #555;
	text-decoration: none;
	background-color: #000;
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.square-links-list {
	padding-bottom:6px;
}
.square-links-list li {
	padding: 0px;
}
#groups {
	margin-top:8px;
}
.sheets {
	font-weight: bold;
	color:white;
	padding-right:6px;
}

/* help popovers */
a.help {
	color: #222;
	font-size: 22px;
	padding-right: 4px;
}

/* enter picks data table */
table.data {
  border:0;
}
table.data td {
  vertical-align: middle;
  border:0;
  padding:4px;
}
table.data td.form_label {
	width:20%;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
table.data td.input {
	width:30%;
}
table.data input {
	width: 90%;
}
table.data td.input div {
	width:80%;
}
p.info {
	color: red;
	font-weight: bold;
}
div.form-actions {
	padding: 20px 0 !important;
	text-align: center;
	margin: 0;
	width:100%;
	background-color: transparent;
	border:none;
}
div#info {
	margin-top:40px;
	margin-bottom: 0;
}
/* gameboard */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #ffffff;
	color: black;
}
#scoreboard {
	margin-bottom:40px;
}
table.gameboard-outer {
	border:0;
/*	min-width:700px !important;
	max-width:900px !important;
*/	margin: 0 auto;
}
table.gameboard-outer td.team {
	padding:0 20px 0 0;
}
table.gameboard-inner {
	border-spacing:2px 2px;
}
.gameboard-inner td {
	min-height:30px !important;
	min-width:30px !important;
	max-height:30px !important;
	max-width:30px !important;
}
table.gameboard-inner td.column-number, table.gameboard-inner td.row-number {
  background-color: #FFFFCC;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #0000FF;
  font-size: 12px;
  padding:0;
  border:1px solid #000;
}
table.gameboard-inner td.number {
  background-color: #EEEEEE;
  text-align: center;
  vertical-align: bottom;
  border:1px solid #0000FF;
  height:20px;
}
p.grid-number {
	font-size: 11px;
	padding-bottom: 6px;
}
p.grid-username {

}
td.even {
	background-color: #ffffff;
	color: #000000;
}


td.available {

}
.available-hover {
	border:1px solid blue !important;
	background-color: #B4CAD9 !important;
	color: #000 !important;
	font-weight: bold !important;
	cursor: pointer;
}
.selected {
	border:1px solid black !important;
	background-color: #9ECAB1 !important;
}
td.win {
	background-image:url(/img/winner.gif) !important;
    background-position:bottom center !important;
    background-repeat:no-repeat !important;
    border:2px solid #339966 !important;
}
td.paid {
	background-image:url(/img/paid.gif);
    background-position:top center;
    background-repeat:no-repeat;
}
td.win-paid {
    background-image:url(/img/winner-paid.gif) !important;
    background-position:bottom center !important;
    background-repeat:no-repeat !important;
    border:2px solid #339966 !important;
}

table.gameboard td {

}

td.quarter {
	font-size: 12px !important;
}

.nav-game .btn{
	margin: 15px 5px 5px 5px;}
	
/********************************
	THEME PREFERENCES : Colors
********************************/
.navbar .container{
	max-width:98%;}

.navbar{
 background: #000;
  border-radius:0;
}
  
.navbar .btn, .printbtn{
	margin-top:16px;
	margin-right:10px;
}
html, body{
	height:100%;}
body{
	background:#FFFDF1;}

a.navbar-brand {
    color: white;
}

.wrap{
 min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0px;
}

/* Set the fixed height of the footer here */
footer {
  height: 30px;
}

/**** Admin / Print Button ****/
.navbar .btn, .printbtn{
	background-image: linear-gradient(bottom, rgb(211,211,211) 42%, rgb(230,230,230) 89%);
	background-image: -o-linear-gradient(bottom, rgb(211,211,211) 42%, rgb(230,230,230) 89%);
	background-image: -moz-linear-gradient(bottom, rgb(211,211,211) 42%, rgb(230,230,230) 89%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,211,211) 42%, rgb(230,230,230) 89%);
	background-image: -ms-linear-gradient(bottom, rgb(211,211,211) 42%, rgb(230,230,230) 89%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.42, rgb(211,211,211)),color-stop(0.89, rgb(230,230,230)));
    border-color: #E6E6E6 #E6E6E6 #A2A2A2;
    box-shadow: 0 1px 0 rgba(211,211,211, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    text-shadow: 0 1px 1px rgba(211,211,211, 0.75);}

.navbar .btn:hover, .printbtn:hover{
background-image: linear-gradient(bottom, rgb(59,117,148) 0%, rgb(8,32,45) 100%);
background-image: -o-linear-gradient(bottom, rgb(59,117,148) 0%, rgb(8,32,45) 100%);
background-image: -moz-linear-gradient(bottom, rgb(59,117,148) 0%, rgb(8,32,45) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(59,117,148) 0%, rgb(8,32,45) 100%);
background-image: -ms-linear-gradient(bottom, rgb(59,117,148) 0%, rgb(8,32,45) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(59,117,148)),
	color-stop(1, rgb(8,32,45))
);


color: #ffffff;
}
.printbtn{
	margin-top:-5px;}
	
.user-header{
	background:#CC0000;
	width:100%;
	text-align:center;
	-moz-box-shadow: inset 0 0 21px -7px rgba(11, 35, 63, 0.75);
	-webkit-box-shadow: inset 0 0 21px -7px rgba(11, 35, 63, 0.75);
	box-shadow: inset 0 0 21px -7px rgba(11, 35, 63, 0.75);
	/*border-top: 2px solid #c72026;
	border-bottom: 2px solid #c72026;*/}
.user-header img{
	padding:5px 0;
	margin: 0 auto;
	vertical-align:middle;}

.sheets {
    color: #CC0000;
}
.square-links-outer{
	/*background: rgb(243,110,33);*/
	background: white;
	margin-top:-1px;
    border-bottom: 4px solid #CC0000;
	-webkit-box-shadow: 0px 3px 5px rgba(11, 35, 63, 0.5);
	-moz-box-shadow:    0px 3px 5px rgba(11, 35, 63, 0.5);
	box-shadow:         0px 3px 5px rgba(11, 35, 63, 0.5);
}
.square-links .nav li a {
/*    background-color: #F58220;*/
    color: #08202D;
	font-weight:bold;
}

.square-links .nav li a:hover, .square-links .nav li a:focus, .square-links .nav .active > a {
    background-color: #CC0000;
    border-bottom: medium none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
	border-radius: 0;
}

.square-links .nav-pills{
	border-radius:0;}


#demo-banner{
	max-width:1170px;
	text-align:center;}
#demo-banner btn{
}


div.theme {
    background-color: #CC0000;
    border: 3px solid white;
    box-shadow: 0 0 20px rgba(11,35,63,.9);
    margin: 0 auto;
    padding: 8px;
    width: 96%;
}

div.theme-inner {
    background-color: white;
    border: 3px solid #000;
}


.squares-avail{
	padding: 15px 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #CC0000 ;}

.scoreboard th {
    background-color: #CC0000;
    color: #ffffff;
    font-weight: bold;
}
table.gameboard-inner td.column-number, table.gameboard-inner td.row-number {
    background-color:  #CC0000 ;
    border: 1px solid #000;
    color: #ffffff;
	font-size:14px;
}

table.gameboard-outer td.team {
    color: #CC0000;
}
table.gameboard-inner td.number {
    background-color: #d6d6d5;
    border: 1px solid #CC0000;
}

footer div.base {
	background:  #08202D;
	border-top: none;
	/*background: #13254b;
	border-top:1px solid #0b233f;
	-webkit-box-shadow: 0px -3px 5px rgba(11, 35, 63, 0.5);
	-moz-box-shadow:    0px -3px 5px rgba(11, 35, 63, 0.5);
	box-shadow:         0px -3px 5px rgba(11, 35, 63, 0.5);*/
}

footer p, footer a{
	color:#ffffff;}
footer a:hover, footer a:focus{
	color: #CC0000;}
	
	
legend {
    background-color: #CC0000;
    border: 1px solid #08202D;
    color: #ffffff;
}

fieldset{
	border: 1px solid #CC0000;}

table.gameboard-inner td.column-number.even {
     /*background: none repeat scroll 0% 0% #F3F3F3 !important;*/
     color: #000000;
}

.banner-image {
	text-align: center;
}
