﻿
h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 3px;
}

input[type=checkbox] + label, input[type=radio] + label {
    margin: 0;
    padding: 0;
}

.base-td-small td {
    padding: 1px 3px 1px 3px;
}

.control-holder {
    float: left;
    padding: 5px 8px 3px 8px;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.control-holder-border {
    border: solid 1px #808080;
}

.control-holder-text {
    margin: 0 5px 0 0;
    font-weight: bold;
}

.control-padded {
    margin-right: 5px;
}

.clear-both {
    clear: both;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.nowraptable td {
    white-space: nowrap;
}

.nobordertable td {
    border: 0;
}

table.datatable {
    margin: 0;
    border-collapse: collapse;
}

    table.datatable a {
        text-decoration: none;
    }

        table.datatable a:hover {
            text-decoration: underline;
        }

    table.datatable th {
        padding: 3px 4px 3px 4px;
        border: 1px solid #cccccc;
        white-space: nowrap;
        background-color: #0D384E;
        color: white;
        font-weight: normal;
    }

        table.datatable th a {
            text-decoration: none;
            color: white;
        }

            table.datatable th a:hover {
                text-decoration: underline;
                color: white;
            }

    table.datatable td {
        padding: 2px 2px 1px 3px;
        border: 1px solid #cccccc;
        border-collapse: collapse;
        display: table-cell;
    }

.datatable th {
    white-space: nowrap;
}

.datatable td {
    font-size: 0.9em;
}

.smalltable td {
    padding: 1px;
    font-size: 0.8em;
}

.newitem {
    background: beige;
}

.smallfont {
    font-size: 0.7em;
}


td.normalPost {
    padding: 5px 5px 5px 15px;
    border-right: solid 1px gainsboro;
    border-bottom: solid 15px gainsboro;
}

td.userPost {
    border-left: solid 15px #339900;
    border-bottom: solid 15px gainsboro;
    padding: 5px 5px 5px 15px;
    border-right: solid 1px gainsboro;
}


.adv-controls input[type=radio],
.adv-controls input[type=checkbox] {
    display: none;
}

    .adv-controls input[type=radio] + label,
    .adv-controls input[type=checkbox] + label {
        display: inline-block;
        margin: -2px;
        padding: 4px 12px;
        margin-bottom: 0;
        line-height: 20px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
        background-image: -o-linear-gradient(top, #fff, #e6e6e6);
        background-image: linear-gradient(to bottom, #fff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #ccc;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0) filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .adv-controls input[type=radio]:checked + label,
    .adv-controls input[type=checkbox]:checked + label {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        background-color: #ccffcc;
    }



.todaygame {
    background-color: gainsboro;
}

.upcoming {
    background-color: #F6E3CE;
}

.started {
    background-color: #CEF6D8;
}

.finished {
    background-color: #CEECF5;
}

.lineup-starting {
    background-color: #ffff99;
}

.lineup-not-starting {
    background-color: #ff9999;
    color: white;
}

.provider-lineup-team-div {
    clear: both;
}

.provider-lineup-div {
    padding: 5px;
    float: left;
}

.provider-lineup-title {
    font-size: 0.9em;
    margin: 2px 0 2px 0;
}

.provider-lineup-table {
    border: 1px solid black;
    font-size: 0.9em;
}

    .provider-lineup-table td {
        padding: 0 2px 0 2px;
    }

.proj-lineup-table {
    border: 1px solid black;
    font-size: 0.9em;
    background-color: #e6e6e6;
    min-width: 130px;
}

    .proj-lineup-table td {
        padding: 0 2px 0 2px;
    }

.provider-lineup-sp {
    margin: 5px 0 0 5px;
}

.provider-game {
    font-size: 13pt;
    font-weight: bold;
    clear: both;
    margin: 5px 0 0px 0;
    padding: 5px 0 5px 5px;
}

.provider-lineup-summary {
    padding: 10px;
    font-size: 1.5em;
    width: 1000px;
    margin-bottom: 50px;
}

.provider-lineup-summary-team {
    float: left;
    margin: 0 0 3px 8px;
    padding: 3px;
}

.provider-team-highlight {
    background-color: #0066cc;
    color: white;
}

.weather {
    width: 210px;
    overflow: auto;
    font-size: 0.9em;
}

.rain-array {
    margin: 0 3px 0 3px;
    float: right;
    clear: none;
    border: solid 1px #80aaff;
}

.rain-array-percent {
    float: right;
    clear: none;
    margin: 0 0 0 3px;
}

.lineup-game {
    margin: 5px;
    padding: 5px;
    border: solid 1px black;
    float: left;
}

.lineup-game-status {
    float: left;
    border: solid gainsboro 1px;
    padding: 3px;
}

.lineup-expected {
    padding: 3px 3px 3px 3px;
    text-align: center;
    width: 95%;
    border: solid 1px gainsboro;
    font-size: 0.8em;
}

.lineup-overdue {
    padding: 3px 3px 3px 3px;
    text-align: center;
    width: 95%;
    border: solid 1px crimson;
    font-size: 0.8em;
}

.mini-lineup-minutes {
    float: right;
    border: 1px solid #e6e6e6;
    font-size: 0.8em;
    padding: 1px 2px 1px 2px;
    margin-left: 2px;
}

.inactive {
    background: gainsboro;
}

.newstarter {
    background-color:  palegreen;
}

.changed {
    background-color: green;
    color: white;
}

.loaded {
    background-color: yellow;
}

.shaded {
    background: whitesmoke;
}

.highlighted {
    background: beige;
}

.daily-summary-page {
    padding: 0 0 0 0;
}

    .daily-summary-page h2 {
        font-size: 11pt;
        font-weight: bold;
    }

.daily-summary-heading {
    padding: 0 0 10px 0;
    width: 380px;
    margin: 0 auto 0 auto;
}

.daily-summary-heading-title {
    color: green;
    margin: 3px auto;
    font-size: 20pt;
    font-weight: bold;
    margin: 0 10px 0 10px;
}

.daily-summary-top {
    clear: both;
}

.daily-summary-text {
    float: left;
    width: 650px;
    border: 1px solid gainsboro;
    padding: 5px;
    margin: 10px 0 10px 0;
}

.daily-summary-my-players-injuries {
    margin-left: 25px;
    margin-bottom: 25px;
    float: left;
}

.daily-roster-message {
    font-size: 11pt;
    font-weight: bold;
    color: red;
    background-color: beige;
    margin: 10px 0 0 0;
    padding: 2px 0px 2px 5px;
}


.percent_high {
    background-color: yellow;
}

.percent_med {
    background-color: beige;
}

.percent_low {
    background-color: gainsboro;
}


tr.scheduleGridTR {
    background-color: #CCFFCC;
}

.maxWeek {
    background: lightslategray;
    color: White;
}

td.currentWeekTD {
    color: White;
}

tr.highlight1 {
    background-color: beige;
    font-weight: bold;
}

tr.highlight2 {
    background-color: #CCFFCC;
}

.depth-starter {
    background-color: #e6ffe6;
}

.depth-bench {
    background-color: #ffe6ff;
}

.depth-inactive {
    color: crimson;
}

.success {
    padding: 0 0 0 0;
    color: white;
    background-color: #0052cc;
    font-weight: bold;
}

.lineup-holder {
    margin: 10px;
    padding: 10px;
    float: left;
    width: auto;
    height: 500px;
    border: 1px solid black;
}

/* Tooltip container */
.tooltip2018 {
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
}

    /* Tooltip text */
    .tooltip2018 .tooltiptext2018 {
        visibility: hidden;
        width: 400px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        white-space: pre-wrap;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip2018:hover .tooltiptext2018 {
        visibility: visible;
    }

.tooltip-control {
    color: black;
}


.q-heading {
    font-size: 1.4em;
    font-weight: bold;
}

.q-heading-default {
    color: dimgray;
}

.q-title {
    font-size: 1.3em;
}

.q-player-info {
    margin-left: 5px;
    font-size: 0.9em;
}
