﻿body {
    margin-top: 50px;
    margin-bottom:20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 900px;
    margin-top: 60px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}
.commonfont {
    font-family: Roboto;
    font-size:1.5rem;
}
.fixedtable {
    table-layout: fixed;
}

.fixHeight tr td {
    height:1px;
}


@media (max-width: 900px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-left: 5px;
        width: 100%;
        max-width: 900px;
        margin-top: 60px;
        zoom: 0.7;
    }
    .modal {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1050;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        outline: 0;
    }
    .commonfont {
        font-family: Roboto;
        font-size: 1.3rem;
    }
}

.articleitemheader {
    padding: 15px 0px 15px 0px;
}
.newsContent {
    width: auto;
    padding: 5px 5px 5px 0px;
    //background-image: url("/img/icons/news_logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.articleitem {
    width: auto;
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid lightgray;
}
.articleitem-link {
    font-size:16pt;
    color:hotpink;
}
.articleitem-info {
    float:right;
}
.articleitem-figcaption {
    width: 100%;
    padding: 10px 0px 15px 0px;
    line-height:20px;
    vertical-align:baseline;
    color:gray;

}
.articleitem-like {
    padding: 15px 0px 10px 0px;
}
.newsimage {
    max-height: 300px;
    max-width: 800px;
}
.loginicon {
    position: absolute;
    margin-top: 33px;
    width: 40px;
    font-size: 8pt;
    line-height: 8pt;
    background-color: #005570;
    opacity: 0.5;
    color: white;
    overflow: hidden;
}
.medaloffset {
    margin-top: 23px;
}
.goldicon {
    width: 100px;
    display: inline-block;
    height: 100px;
    text-align: center;
    background-image: url("/img/icons/gold.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.silvericon {
    width: 100px;
    display: inline-block;
    height: 100px;
    text-align: center;
    background-image: url("/img/icons/silver.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.bronzeicon {
    width: 100px;
    display: inline-block;
    height: 100px;
    text-align: center;
    background-image: url("/img/icons/bronze.png");
    background-position-y: 10px;
    background-repeat: no-repeat;
}
.wrapperborder {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
}
.stats {
    display: flex;
    align-items: center;
}
.greenSmallText {
    color: green;
    font-size: 13px;
}
.gamebets {
    display: flex;
    width: -webkit-fill-available;
    height: auto;
    border-top: 1px solid peachpuff;
    font-size: 14px;
    place-self: flex-start;
    line-height: normal;
    align-items: normal;
}
.gamebets-item {
    text-align: center;
    margin:5px 0px 5px 0px;
}
.betvoid {
    background-color: Khaki;
    color: black;
}
.betlost {
    background-color:lightpink;
    color: black;
}
.bet9 {
    background-color: #8918c6;
    color: gold !important;
}

.bet5 {
    background-color: #008000;
    color: white !important;
}

.bet3 {
    background-color: #00aa00;
}

.bet2 {
    background-color: #00e600;
}

.bet175 {
    background-color: #c0f8c0;
}

.bet150 {
    background-color: #dbfbdb;
}

.bet1 {
    background-color: #edfded;
}
.stats-item {
    padding-right: 32px;
    margin-left: 20px;
    border-right: 1px solid #ebebeb;
    width: 100px;
}
.stats-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}
.stats-value {
    font-weight: 400;
    font-size: 20px;
}
.balance10000{
    background-color:#8918c6;
    color:gold;
    padding:3px;
}

.balance7500 {
    background-color: #008000;
    color: white;
    padding: 3px;
}

.balance5000 {
    background-color: #33ff33;
    padding: 3px;
}

.balance2500 {
    background-color: #00e600;
    padding: 3px;
}

.balance1000 {
    background-color: #80ff80;
    padding: 3px;
}

.balance00001 {
    background-color: #4b0606;
    color: #ffadad;
    padding: 3px;
}

.balance0057 {
    background-color: #800000;
    color: silver;
    padding: 3px;
}

.balance0005 {
    background-color: #ff0000;
    color: silver;
    padding: 3px;
}

.balance0052 {
    background-color: #ff4d4d;
    padding: 3px;
}

.balance0001 {
    background-color: #ff9999;
    padding: 3px;
}

.newsicon {
    position: absolute;
    margin-top: -5px;
    margin-left: 28px;
    width: 15px;
    font-size: 9pt;
    line-height: 9pt;
    border-radius: 2px;
    background: #00aa32;
    height: 17px;
    display: inline-block;
    color: white;
    overflow: hidden;
    text-align: center;
    padding: 2px 5px;
}

.user-name {
    font-weight: 800;
    font-size: 24px;
    font-family: Roboto,Open Sans,sans-serif;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.floatleft {
    float:left;
}
.floatright {
    float: right;
}
.padding5 {
    padding: 5px 5px 5px 5px;
}
.padding10 {
    padding: 10px 10px 10px 10px;
}
.margin5 {
    margin: 0px 5px 0px 5px;
}

.margin10 {
    margin: 0px 10px 00px 10px;
}
.menupadding {
    float: left;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.grRowStyle
{
    border-bottom: solid 2px #BBD9EE;
}

.grRowStyleCredit
{
    background-color: #ccc;
    border-bottom: solid 2px #BBD9EE;
}

.grid2Class 
{
    table-layout:fixed; 
}

.grid2Class tr th {
    padding: 3px;
    font-family: Roboto,sans-serif;
}

.grid2Class tr td {
    padding: 3px;
}
.grid2rowclass {
    border-bottom: solid 2px #BBD9EE;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px;
}

.alertBox {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 8px;
}
 .hiddencol
  {
    display: none;
  }
.showItem {
    display: inline-block!important;
}
 .popupAlert {
     background-color: #c0c0c0;
}
.players-select {
    margin: 0 0 3px;
    font-size: 11px;
}
.fantasyItemBlock {
    display: inline-block;
    width: 100px;
    margin: 7px;
}
.itemFantasySingle {
    outline: solid 1px;
    width: 100px;
    height: 120px !important;
    display: inline-block;
}
.fantasyPlayerPoints {
    color: white;
    background-color: black;
    padding: 5px;
    font-size: small;
    line-height: 25px;
}
.itemFantasyPlayer {
    font-size: 12px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    height: inherit;
    background-blend-mode: luminosity;
}
.itemFantasyCaptainBG {
    font-size: 12px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    height: inherit;
    background-blend-mode: initial!important;
}
.itemFantasyBenchBG {
    background-color: slategray!important;
}
.itemFantasyCaptain {
    background: #a11ecc;
    color: gold;
}
.itemFantasySub1 {
    background: #00fff1;
}
.itemFantasySub2 {
    background: #53f1e9;
}
.itemFantasySub3 {
    background: #94e6e2;
}
.itemFantasySub4 {
    background: #c7e3e2;
}





.dropzoneFantasyPlayer {
    outline: solid 1px;
    width: 80px;
    height: 110px;
    display: inline-block;
    margin: 10px;
}
.fantasyCenter {
    text-align: center;
    display: flex;
    justify-content: center;
}
.fantasyBenchCenter {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.textCenteredVertical {
    font-size: 13px;
}
.draggable-dropzone--occupied {
    background: #93C1C8;
}

.containerFantasy {
    margin-bottom:25px;
}

.fantasyDelete {
    position: absolute;
    margin-left: -35px;
    margin-top: -2px;
}

.fantasyDeleteHidden {
    visibility: hidden;
    position: absolute!important;
}
.fantasyWeekPoints {
    top: 84px;
    position: relative;
    background-color: chartreuse;
    padding: 4px;
    float:left;
}

.fantasyTotalPoints {
    color: white;
    top: 84px;
    position: relative;
    background-color: darkcyan;
    padding: 4px;
    float:right;
}

.bbPG0, .bbSF0 {
    position: relative;
    left: -200px;
    top: 0px;
}
.bbSG0, .bbPF0 {
    position: relative;
    left: -75px;
    top: -465px;
}
.bbC0 {
    position: relative;
    left: -130px;
    top: 0px;
}

.bbPG1, .bbSF1 {
    position: relative;
    left: 0px;
    top: 0px;
    visibility:hidden;
}

.bbSG1, .bbPF1 {
    position: relative;
    left: 125px;
    top: -465px;
    visibility: hidden;
}

.bbC1 {
    position: relative;
    left: 70px;
    top: 0px;
    visibility: hidden;
}

.bbPG3, .bbSF3 {
    position: relative;
    left: 0px;
    top: 0px;
}

.bbSG3, .bbPF3 {
    position: relative;
    left: 195px;
    top: -465px;
}

.bbC3 {
    position: relative;
    left: 65px;
    top: 0px;
}
.bbPG2, .bbSF2 {
    position: relative;
    left: 0px;
    top: 0px;
}

.bbSG2, .bbPF2 {
    position: relative;
    left: 200px;
    top: -465px;
}

.bbC2 {
    position: relative;
    left: 60px;
    top: 0px;
}
.wonBet {
    background-color: #c2eab5;
    padding: 4px;
}

.lostBet {
    background-color: #ffa0a0;
    padding: 4px;

}

.retBet {
    background-color: #c2c3c3;
    
    padding: 4px;
}

