/**
 * CSS styles for NFL BucK PooL (mostly Picksheet specific).
 *
 *
 */

/**
 * Overrides of web2py.css
 */
.btn {
    margin-right: 0px;
}
div.jumbotron h1 small {
    color: #eee;
}
/**
 * Overrides of bootstrap.css
 */
/* bootstrap firefox fix */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th{
        border-top: None;
}
.background {
    background: transparent url("../images/background.jpg") no-repeat scroll center center;
}
div.jumbotron > h1 {
    color: #ddd !important;
}
div.jumbotron > h1 > small {
    color: #ddd !important;
}

.panel-body {
    padding: 2px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
    padding: 1px;
}
/**
 * My Site stylings
 */
table.nfl-spreads {
        max-width: 500px;
        min-width: 350px;
}
table.nfl-spreads th.nfl-game-number{
        max-width: 20px;
}
table.nfl-spreads td.nfl-game-number{
        max-width: 20px;
        vertical-align: middle;
}
table.nfl-results th.nfl-results-header,
table.nfl-results th.nfl-results-footer{
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
}
td.nfl-results-player{
        font-style: italic;
}
td.nfl-results-player-total{
        font-weight: bold;
}
table.nfl-results > tbody > tr.active > td{
        background-color: #337ab7;
        color: white;
}
table.nfl-results > tbody > tr.active:hover > td{
        background-color: #c4e3f3;
        color: black;
}
.player-paid {
        color: blue;
}
.player-not-paid{
        color: red;
}
/* conversation */
p.nfl-comment-title{
        font-weight: normal;
        font-style:	italic;
}
span.nfl-comment-player{
        font-weight: bold;
}
div.nfl-comment-posting{
        font-family: serif;
        margin-left: 30px;
}
/*
 * picksheet stylings
 */

table.nfl-pick-table{
        border: solid 1px;
        margin: 20px 0px;
}
table.nfl-pick-table > tbody > tr.nfl-pick-row{
        min-height: 100px;
}
table.nfl-pick-table > tbody > tr.nfl-pick-row >th{
        border-bottom: solid 1px;
}
table.table > tbody > tr > th.nfl-pick-header {
        text-align: center;
}
table.table > tbody > tr > td.nfl-pick > div > label.nfl-fav{
        width: 100%;
        text-align: left;
        font-size: 16px;
}
table.table > tbody > tr > td.nfl-pick > div > label.nfl-udog{
        width: 100%;
        text-align: right;
        font-size: 16px;
}
table.table > tbody > tr > td.nfl-pick label.nfl-score{
        min-width: 50px;
        text-align: center;
}
table.table > tbody > tr > td,
table.table > tbody > tr > th {
        vertical-align: middle;
}
table.table > tbody > tr > td.nfl-pick {
        vertical-align: middle;
}
table.table > tbody > tr > td.nfl-pick label {
margin: 0px 0px;
}
table.table > tbody > tr > td.nfl-pick label.nfl-spread{
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
}
table.table > tbody > tr > td.nfl-pick > div > label > img.nfl-pick-img {
        height: 40px;
        width: 59px;
}
table.table > tbody > tr > td.nfl-pick > div > label.active{
        box-shadow: 0px 0px 15px 10px #428bca;
        /*background-color: #eb9316;*/
    /*border-color: #e38d13;*/
}
table.table > tbody > tr > td.nfl-pick > div > .btn input[type="radio"]{
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;	
}
table.table > tbody > tr > td.nfl-pick > div.nfl-pick-border {
        margin: 5px 5px;
        padding: 5px 10px;
}
table.table > tbody > tr > td.nfl-pick > div.nfl-pick-winner {
        border: solid 5px #5cb85c;
        border-radius: 15px;
}
td.nfl-check > span.glyphicon{
        font-size: 20px;
}


/* not working*/
input.nfl-pick-submit {
        width: 100%;
        height: 60px;
}

td.nfl-pick-winner{
        /*background-color: red;*/
        font-weight: bold;
        border: solid 2px red;
        border-radius: 6px;
}

/**
 * the originals
 */
btn_gray { 
        background-color: #efefef; 
}
#submit_button{
        width: 200px;
}

table.nfl-table {
        border: dotted 1px grey;
        margin-left: 20px;
        padding-right: 20px;
        border-spacing: 0px 4px;
        font-size: 14pt;
        /*font-weight: bold;*/
}
table.nfl-table tr{
        /*border-top: solid 5px;*/
        height: 40px;
}
table.nfl-table tr:hover{
        background-color: #c0c0c0
}
table.nfl-table td{
        padding: 5px;
}
table.nfl-table td.nfl-pick:hover{
        background-color: #ffff00
}
/* table headers */
.nfl-header {
        font-weight: bold;
        text-decoration: underline;
        vertical-align: middle;
        text-align: center;
        width: 250px;
}
.nfl-header-score{
        font-weight: bold;
        text-decoration: underline;
        vertical-align: middle;
        text-align: center;
        width: 40px;
}
.nfl-header-spread{
        font-weight: bold;
        text-decoration: underline;
        vertical-align: middle;
        text-align: center;
        width: 80px;
}
.nfl-header-pick{
        font-weight: bold;
        text-decoration: underline;
        vertical-align: middle;
        text-align: center;
        width: 50px;
}
.nfl-header-picks{
        font-weight: bold;
        text-decoration: underline;
        vertical-align: middle;
        text-align: center;
        width: 50px;
}

/* table data entries */
td.nfl-pick {
        text-align: center;
        vertical-align: middle;
}
td.nfl-picks {
        text-align: center;
        vertical-align: middle;
        font-size: 8pt;
        font-style: italic;
}
tr.nfl-row-picks{
        border:  solid 1px black;
}
td.nfl-logo {
        text-align: center;
        vertical-align: middle;
}
td.nfl-score {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        font-size: 20px;
}
td.nfl-score-winner {
        color: red;
}

td.nfl-spread {
        text-align: center;
        vertical-align: middle;
}
td.nfl-favourite {
        vertical-align: middle;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
}
td.nfl-underdog {
        vertical-align: middle;
        text-align: right;
        padding-left: 30px;
        padding-right: 30px;
}
span.nfl-team{
        padding: 4px 25px;
}
span.nfl-picked{
        background: yellow;
}
td.nfl-winner {
        border: solid red 2px;
        font-weight: bold;
}
td.nfl-winner-picks{
        font-weight: bold;
        background: green;
}
td.nfl-check {
        text-align: center;
        width: 60px;
}
span.nfl-result{
        font-size: larger;
        font-weight: bold;
}
/* Styles for Results Display */
/* Containing Table */
table.nfl-layout{
        margin-left: 20px;
        padding-right: 20px;
        border-spacing: 20px 5px;
        /*width: 800px;*/
}
table.nfl-layout table{
        border: dotted 1px grey;
}
table.nfl-layout td{
        padding: 0px 10px;
        margin: 0px 10px;
        vertical-align: top;
        text-align: left;
}

table.nfl-layout th{
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        text-decoration: underline;
        font-size: larger;
}
/*table.nfl-layout td{
        text-align: left;
        vertical-align: top;
}*/
/*table.nfl-table1{
        width: 250px;
}
table.nfl-table2{
        width: 300px;
}
table.nfl-table3{
        width: 250px;
}
table.nfl-table4{
        width: 350px;
}*/
nfl-column-current-standings
table.nfl-table-paid td.paid{
        text-align: center;
}
table.nfl-table-money td.money{
        text-align: right;
}
span.nfl-paid{
        text-align: center;
        font-weight: bold;
        color: blue;
}
span.nfl-notpaid{
        text-align: center;
        font-weight: bold;
        color: red;
}
/* Styles for Standings Chart */
table.nfl-standings{
        margin-left: 10px;
        padding-right: 10px;
        width: 750px;
}
table.nfl-standings th{
        text-align: center;
        vertical-align: middle;
        text-decoration: underline;
        font-size: larger;
        border-bottom: solid 1px;
}
table.nfl-standings td{
        vertical-align: top;
        text-align: center;
}
table.nfl-standings td.nfl-standings-players{
        font-style: italic;
        text-align: left;
}
td.nfl-standings-footer{
        font-weight: bold;
        border-top: dotted 1px;
}
td.nfl-post{
        font-size: larger;
        font-weight: bold;
}
td.nfl-comment{
        font-style: italic;
}
td.nfl-comment-indent{
        width: 50px;
}
span.nfl-player-name{
        color: blue;
        font-style: italic;
}
div.nfl-week-menu a{
        color: grey;
        font-size: 12pt;
}
td.nfl-week-menu-select a{
        color: black;
        font-weight: bold;
}
span.nfl-note{
        font-style: italic;
}

table.nfl-admin-enter-scores INPUT{
        width: 80px;
}
td.nfl-admin-team{
        vertical-align: center;
        text-align: left;
        font-size: 12pt;
}
td.nfl-admin-spreads-team SELECT{
        width: 150px;
}
td.nfl-admin-spread INPUT{
        width: 80px;
}
