﻿
body {
    background-color: #cfcfcf;
    /*background-image: linear-gradient(-90deg, #aaa, #BCD2EE);*/
    color: #fff;
    text-align: center;
}

.logo {
    float: left;
    text-align: center;
    margin-right: 20%;
    width: 100%;
    white-space: nowrap;
    margin-top: 5px;
}

.icon-bar {
    background-color: #fff;
}

#loginForm {
    background-color: #333;
    border: solid 2px #fff;
    padding: 20px;
    padding-left: 5em;
    overflow: auto;
    text-align: left;
}

#loginContainer {
    /*margin-left: 25em;*/
}

.loginbutton {
    float:left;
    margin-left: 25em;
}

.logo:hover {
    background-color: #fff;
}

.logo a:link, .logo a:visited, .logo a:hover {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}

.content-header {
    background-color: #333;
    border-bottom: solid 3px #000;
}

    .content-header a:link, .content-header a:visited {
        color: #fff;
    }

    .content-header a:hover {
        color: #26466D;
    }

#header {
    width: 85%;
    min-height: 10%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: solid 4px #206DE1;
    margin-bottom: 1%;
    clear: both;
}

.loginsection {
    background-color: #888;
    color: #000;
}

    .loginsection a:link {
        background-color: #000;
    }

#sideMenu {
    width: 10%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 80%;
    background-color: #fff;
    border: solid 4px #206DE1;
    float: left;
}

.body-content {
    /*width: 950px;*/
    min-height: 30em;
    padding-top: 40px;
    /*padding-left: 10px;*/
}

div .matchup {
    width: 100%;
    border: solid 2px #000;
    overflow: auto;
    background-color: #262626;
    color: #fff;
}

div.hometeam, div.awayteam {
    width: 50%;
    height: 10%;
    display: inline-block;
}

div.hometeam {
    float: right;
    text-align: right;
}

div.awayteam {
    float: left;
    text-align: left;
}

td.atBox {
    padding: 5%;
    min-width: 10%;
    display: inline-block;
}

.city {
    font-weight: bold;
    font-size: 1.0em;
    display: block;
    
}

.teamname {
    font-weight: bold;
    font-size: 1.2em;
    
}

.record {
    font-size: 1.2em;   
}

    div .hometeam .teamlogo, div.awayteam .teamlogo {
    height: 90px;
    width: 90px;
    float: right;
}

div.awayteam .teamlogo {
    float: left;
}

.selection .teamlogo {
    /*height: 70px;*/
    width: 90px;
    float: left;
    margin-top: 5%;
}

img {
    width: 70%;
}

.team {
    cursor: pointer;
}


.teamDetails {
    margin-top: .5em;
}

div .awayteam .teamDetails, div .selection .teamDetails {
    float: left;
    margin-left: .5em;
    padding-left: .5em;
}

div .hometeam .teamDetails {
    float: right;
    margin-right: .5em;
    padding-right: .5em;
}

#weekSelector {
    background-color: #333;
    height: 3em;
    border: 3px solid #333;
    /*width: 50%;*/
    margin-bottom: 3em;
    color: #fff;
    padding: .5em;
    font-weight: bold;
    text-align: center;
}

    #weekSelector ul, #weekSelector div {
        float: left;
        margin-left: 0;
        line-height: none;
    }

    #weekSelector div {
        color: #fff;
        font-size: 1.3em;
        margin-right: 10px;
    }

    #weekSelector select {
        margin-right: 10px;
        margin-top: 2px;
    }

    #weekSelector a:link, #weekSelector a:visited {
        color: #fff;
    }

h2 {
    background-color: #559;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 1%;
    border: 2px solid #fff;
    display: none;
}

.selectedTeam {
    background-color: #26466D;
    color: #fff;
}

#selectionContainer {
    width: 40%;
    border: solid 3px #fff;
    float: left;
    margin-right: 10px;
    /*display: none;*/
}

#OverallSelectionContainer {
    display: none;
}


#selectionContainer .selection {
    width: 65%;
    float: left;
}

#matchupContainer {
    min-height: 5em;
    width: 50%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10%;
}

.message {
    border-right: solid 2px #fff;
    background-color: #26466D;
    width: 100%;
}

.messagebox {
    min-height: 30em;
    border-right: solid 2px #fff;
    background-color: #000;
}

    .messagebox p, .messagebox ul, .messagebox ol {
    }

    .messagebox h3 {
        background-color: #888;
        color: #fff;
        padding: 5px;
    }

.selectedContainer {
    display: block;
    overflow: hidden;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    /*display: none;*/
}

    .selectedContainer .teamname, .selectedContainer .city, .selectedContainer .record {
        color: #000;
    }

.selction .teamDetails {
    float: none;
}

.btn-save {
    background-color: #363636;
    color: #000;
    border: solid 1px #fff;
}

.value {
    height: 100%;
    color: #000;
    /*border: solid 1px #333;*/
    text-align: center;
    font-weight: bold;
    font-size: 3.1em;
    line-height: 1.5em;
    float: right;
    width: 35%;
}

hr {
    clear: both;
}

#buttonContainer {
    text-align: center;
    margin-top: 40px;
    display: none;
}


#buttonContainer2 {
    text-align: center;
    background-color: #26466D;
    min-width: 45%;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 2px #fff;
    display: none;
}

input[type=text], input[type=password]{
    max-width: 300px;
}
.success-message {
    /*background-color: #090;*/
    /*padding: 20px;*/
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 20px;
    display: none;
    text-align: center;
}

.pointValue {
    float: right;
}

    .pointValue input {
        width: 20%;
        height: 5em;
        width: 5em;
        text-align: center;
        font-weight: bold;
    }

.buffer {
    display: block;
    width: 3em;
    text-align: center;
}

#Leaderboard, #UserTable {
    border-collapse: collapse;
    width: 100%;
}

    #Leaderboard tr td.username {
        min-width: 10em;
    }

    #Leaderboard tr th, #UserTable tr th {
        min-width: 4em;
        padding: .5em;
        text-align: center;
        background-color: #333;
        color: #fff;
        font-weight: bold;
        border: solid 1px #ddd;
        color: #fff;
    }


    #Leaderboard tr, #UserTable tr {
        /* border-bottom: solid 1px #fff;*/
    }

        #Leaderboard tr td, #UserTable tr td {
            text-align: center;
            border: solid 1px #ddd;
            background-color: #fff;
            color: #000;
            padding: 5px;
        }

        #Leaderboard tr.currentUser td {
            background-color: #333;
            color: #fff;
        }

.icon-link {
    width: 175px;
    height: 140px;
    background-color: #333;
    border: solid 1px #000;
    color: #fff;
    font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
    font-size: 1.4em;
    text-align: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25px;
    margin-right: 20px;
    line-height: 55px;
    border-radius: 10%;
}

.icon-link:hover {
    background-color: #fff;
    color: #888;
    text-decoration: none;
}
    .icon-link .text {
    }

    .icon-link.selection {
        background-image: url("Images/selection.png");
    }

    .icon-link.leaderboard {
        background-image: url("Images/leaderboard.png");
    }

    .icon-link.status {
        background-image: url("Images/status.png");
    }

    .icon-link.info {
        background-image: url("Images/info.png");
    }

    .icon-link.news {
        background-image: url("Images/news.png");
    }
    .icon-link.contact {
        background-image: url("Images/email.png");
    }

    #HomeContainer {
        /*width: 950px;
        margin-left: 200px;
        margin-right: 200px;*/

    }
    .main-container {
        overflow: auto;
        padding:20px;
        margin-bottom: 10px;
        background-color:#333;
        width: 100vw;
        float: left;
        /*margin-right: 20px;*/
        /*min-height: 285px;*/
        text-align: center;
        /*border-radius: 10%;*/

    }

    .main-container div {
        display: inline-block;
           
    }
    .players {
        background-color: #fff;
        color: #000;
        min-height: 150px;
        border: solid 2px #000;
        border-radius: 10px;
    }

    .player {
        display: inline-block;
        float:left;
        min-width: 80px;
    }
    
    .statusdata{
    }

    .labelbox {
        float: left;
        margin-right: 10px;
    }
    .YesBox {
        color: #0f0;
        float:left; 
    }

    .NoBox {
        color: #f00;
        float: left;
    }
    .statusdata span {
        display: block;
        font-weight: bold;
        line-height: 30px;
    }

.statusTable {
    width: 25%;
    float: left;
    border: solid 2px #000;
}

    .statusTable tr td, .statusTable tr th {
        border-collapse: collapse;
        border: solid 1px #ccc;
        text-align: center;
        background-color: #fff;
        color: #000;
        height: 50px;
    }

        .statusTable tr th.header {
            text-align: center;
            font-weight: bold;
            font-size: 2em;
            color: #Fff;
            border: none;
            background-color: #333;
            padding-left: 5px;
            padding-right: 5px;
        }

    .statusTable img {
        width: 80px;
    }

.padded {
    margin-bottom: 10px;
    overflow: auto;
}
