﻿@charset "UTF-8";

html {
    height: 100%;
    box-sizing: border-box;
}


#ctl00_ContentPlaceHolder1_btnPicksView {display:none;}

.divOuterLeaderboard {
    max-width: 100%;
    margin: 0 auto;
}


.innerContent, .innerLeader, .picksContainer {
    margin: 0 auto;
}


.weekTitle {
    font-size: 30px;
    text-transform: uppercase;
}

.picksLeftBTN {
    float: left;
}

.picksRightBTN {
    float: right;
}



input[type=text]:focus, input[type=password]:focus, textarea:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState:focus, #ctl00_ContentPlaceHolder1_FormView1_ddlState1:focus, .dobmm:focus, .dobdd:focus, .dobyy:focus {
    border-bottom: solid 2px #000 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.showOnMobile, .showOnMobileOnly, .hidden {
    display: none !important;
}








.buttonBig[disabled], .buttonBig[disabled]:hover, .buttonBig[disabled]:focus, .buttonBig[disabled]:active,
.button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
    cursor: not-allowed;
    opacity: 0.4;
}



.picksContainer {margin:20px 0;}



.headerCell, th.headerCell, td.headerCell {
    font-size: 18px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    margin: 5px 0px;
    padding: 10px 30px 8px 30px;
}


.picksTable { margin-bottom:20px;}


a#picksDetails:hover {
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
}


.alignLeft {
    text-align: justify;
}

.picksTable .divisionLabel  {
    -webkit-text-stroke: 0vw #fff; 
   }


body {
    /*background: url(../media/global/courtBG.svg) center top no-repeat;*/
    background-attachment: scroll;
    /*font-family: 'DINNextLTPro-Light', Tahoma, Geneva, Helvetica, sans-serif;*/

}

#outerBody {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}



.regBox, #ctl00_ContentPlaceHolder1_FormView1 {
    width: 100%;
}

.regOptions {
    max-width: 460px;
}

.regOptions div.colLeft {
    float: left;
    clear: both;
    white-space: nowrap;
}




#divBracketOuterDiv {
    height: auto;
}

#divBracket {
    align-content: center;
}

img.imgBracket {
    width: 140px;
}

div.errorBox, div.msgBox {
    max-width: 640px;
    /*padding: 10px 20px;*/
    box-sizing: border-box;
    margin: 10px auto;
    background-color: #ff8d8d;
    border: 1px solid #ff0000;
    color: #d63333;
    font-size: 14px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.errorBox h2, .errorBox h4 {
    padding: 0px;
    margin: .25em;
}

.errorBox h2 {
    font-size: 1.25em;
    text-transform: uppercase;
}




div.msgBox {
    margin-top: 10px;
    background-color: Transparent;
    border-width: 0px;
    /*border:solid 1px #767676;*/
    color: #222;
    overflow: auto;
    height: auto;
}

.errorBox a, .errorBox a:visited {
    color: red;
}

    .errorBox a:hover {
        text-decoration: underline;
        color: rgba(255,0,0,0.7);
    }

.errorBox ul, div.msgBox ul {
    list-style-type: disc;
    padding: 1em 1em 1em 1em;
    font-weight: normal;
}

.errorBox li, div.msgBox li {
    padding: 0 0 1em 1em;
    /*margin-left:1em;*/
}


.errorField {
    background-color: #ffb7b7;
    /*border: 1px solid red;*/
    color: #f00;
}

div.successBox {
    border: solid 1px #000;
    color: #000;
}

div.disclaimerText {
    font-weight: normal;
    width: 320px;
    text-align: justify;
    margin-top: 10px;
    line-height: 100%;
}

.boxWithBorder {
    border: solid 0px #ff3300;
    padding: 10px;
}

.mainContent div.colLeft {
    display: inline-block;
}

.colLeft .msgBox {
    font-size: 13px;
    width: 100%;
    text-align: left !important;
}

.picksInfo {
    text-align: left;
    max-width: 330px;
    margin: 0 auto;
}



.buttonBigDisabled {
    color: #5e5e5e;
    border: 2px solid #5e5e5e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.buttonBigDisabled:hover {
    color: #5e5e5e;
    background-color: transparent;
    cursor: default;
}





#submitMobile {
    display: none;
}




/* leader board and picks page styles */
table.picksTable {
    border: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    margin-bottom: 20px;
    align-content: center;
}

    table.picksTable td.dataCell, td.dataCell {
        text-align: center;
        white-space: nowrap;
        font-size: larger;
    }

table.picksTable, table.highlightTable {
    border-collapse: collapse;
}

    table.picksTable th, table.picksTable td {
        border: 1px solid rgba(0,0,0,0.2);
        padding: 7px 11px;
        font-size: 13px;
    }


.picksTable th {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2) !important;
}


/*  leaderboard sort/filter styles */
th.table-sortable {
    background-image: url(../media/global/sortable.gif);
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

th.table-sorted-asc {
    background-image: url(../media/global/sorted_up.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

th.table-sorted-desc {
    background-image: url(../media/global/sorted_down.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

th.autofilter {
    padding: 0 15px 0 15px;
}

th.table-filtered {
    background-image: url(../media/global/filter.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.divPicksOptions {
    max-width:1110px;
    margin: 0px auto;
    margin-top:30px;
    text-align: center;
}

#tblPicksInfo {
    text-align: left;
}

.divPicksOptions .colLeft {
    width: 50%;
}

.divPicksOptions .colRight {
    width: 30%;
}

.divPicksOptions .colLeft, .divPicksOptions .colRight {
    float:none;
    display:inline-block;
}

.alignRight, th.alignRight, td.alignRight {
    text-align: right;
}

.alignLeft, th.alignLeft, td.alignLeft, table.picksTable td.alignLeft {
    text-align: left;
}

.alignCenter, th.alignCenter, td.alignCenter {
    text-align: center;
}
th.crop, td.crop {
    max-width: 140px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-popup {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.paging_full_numbers {
    color: #000;
}


.mfp-iframe-holder .mfp-content {
    height: 100%;
}

.mfp-iframe-scaler iframe {
    background-color: #fff;
}

img.teamLogo {
    margin: 0 1px 0 2px;
    max-width: 3vw;
}

/*scroller*/
@media screen and (min-width: 800px) {
    .scrollbar-content {
        float: none !important;
        padding: 0px;
    }

    .scroller {
        margin: 0 auto;
    }
}
/*@media screen and (min-width: 800px) {*/


