﻿
@font-face {
    font-family: "endzone";
    src: url(fonts/endzone.ttf) format("truetype");
}

body {
    margin: 0 10px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

p {
    font-size: 1em !important;
    line-height: 1.2 !important;
    font-weight: normal !important;
}

h6 {
    font-size: 1.1em !important;
    font-weight: bold !important;
    border-bottom: 1px solid var(--main-color1) !important;
}

.bodyText {
    font-weight: normal;
    line-height: 1.2em;
}

.bodyTextBold {
    font-weight: bold !important;
    line-height: 1.4em;
}

.bodyTextBoldRed {
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #e20202 !important;
}

.bodyTextBoldBlue {
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color1);
}

.bodyText12 {
    font-size: 12px !important;
}

.bodyTextBold12 {
    font-size: 12px !important;
    font-weight: bold !important;
}


.bodyText13 {
    font-size: 13px !important;
}

.rankSuperScript {
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.pageTitle, .subPageTitle {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.pageTitle_Phone {
    display: none;
}

.pageSubTitle {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 18px 0 8px;
}

.loginBar {
    margin: 0 -10px 15px !important;
}

.loginBtn, .logoutBtn {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    cursor: pointer;
}

.navbarBtn {
    width: 100%;
    height: 24px;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    cursor: pointer;
}

.navbarBtn_Half {
    display: inline-block;
    width: 49%;
    height: 24px;
    border: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    cursor: pointer;
}

.loginInfo {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: #D0E1E6;
    z-index: 100;
}

    .loginInfo input[type=text], .loginInfo input[type=password] {
        width: 100%;
    }

.loginRow div {
    margin: 0 -1px !important;
}

#lbl_LoginBar_Welcome, #lbl_LoginBar_Welcome_2 {
    font-weight: bold;
    margin-left: 10px;
}

.material-icons.settings {
    position: relative;
    top: 2px;
    color: #176d84;
    cursor: pointer;
    font-size: 20px !important;
    line-height: .9;
}

    .material-icons.settings:hover {
        color: #73A6B5;
    }

.content, .poolContent, .familyContent {
    min-height: calc(100vh - 115px);
    margin-bottom: 10px;
}

footer {
    margin: 0 -10px;
}

    footer.page-footer {
        margin-top: 20px;
        /*padding-top: 20px;*/
        font-weight: 300;
    }

        footer.page-footer .footer-copyright {
            overflow: hidden;
            /*height: 50px;*/
            line-height: 50px;
            color: rgba(255, 255, 255, 0.8);
            background-color: var(--main-color3);
        }

        footer.page-footer .column-title {
            text-transform: uppercase;
            margin-top: 15px;
        }

        footer.page-footer a {
            font-weight: 300;
            font-size: 18px;
            line-height: 40px;
            color: var(--main-color1);
        }

        footer.page-footer .social-section {
            padding-top: 15px;
            padding-bottom: 15px;
            border-top: 1px solid rgba(158, 158, 158, 0.3);
            text-align: center;
        }

        footer.page-footer .call-to-action {
            border-top: 1px solid rgba(158, 158, 158, 0.3);
            text-align: center;
            padding-top: 10px;
        }

.info-color {
    background-color: #176d84 !important;
}

footer.page-footer a {
    line-height: 25px !important;
}

.navbar {
    font-size: 14px !important;
    margin-bottom: 30px !important;
    background-color: var(--main-color3);
    font-weight: bold;
}

    .navbar .navbar-toggle {
        /*border-color: rgba(255, 255, 255, 0.84);*/
        border-color: rgba(23, 108, 132, 1.00) !important;
        background-color: white;
    }

        .navbar .navbar-toggle .icon-bar {
            background-color: rgba(23, 108, 132, 1.00) !important;
        }

        .navbar .navbar-toggle:hover,
        .navbar .navbar-toggle:focus {
            background-color: white !important;
        }

.navSelected a {
    background-color: white;
    color: var(--main-color1) !important;
}

    .navSelected a:hover {
        background-color: #ccc;
        color: var(--main-color1) !important;
    }

.navLI_Active {
    background-color: #B9D2DA;
}



h2 {
    margin-top: 2px;
}


TEXTAREA, INPUT[type="text"] {
    /* font size, line height, face */
    font: 12px/1.5 Arial, Verdana, sans-serif;
    /* useful for supporting 100% width inclusive of padding and border */
    box-sizing: border-box;
    color: #000 !important;
}

#ContentPlaceHolder1_tb_Pickem_MakePicks_TieBreaker {
    font-size: 18px !important;
    color: #000 !important;
}


.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    border-image: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #000 !important;
    cursor: pointer;
    /*display: block;*/
    font-size: 11px;
    line-height: 16px;
    /*margin-bottom: 0;*/
    padding: 2px 10px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    text-decoration: none;
    margin: 4px !important;
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #e6e6e6;
        color: #333;
    }

    .btn:hover, .btn:focus {
        background-position: 0 -15px;
        color: #333;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

.btnSm {
    font-size: 10px;
    line-height: 13px;
    padding: 1px 5px;
    margin: 2px !important;
}

.btn_OL_Yellow {
    border: 1px solid #e5b705;
}

.btn_OL_Red {
    border: 1px solid #e20202;
}

.btnBig {
    font-size: 24px;
    line-height: 26px;
    padding: 5px 15px;
    margin: 10px !important;
}

.btn_Icon {
    padding: 2px 5px !important;
}

.buttonAsLink {
    background-color: transparent;
    font-size: 11px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
}

    .buttonAsLink:hover {
        text-decoration: underline;
    }

.errorText {
    color: #e20202;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.errorTextBold {
    color: #e20202;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold !important;
}

.errorTextSm {
    font-size: 10px;
    color: #e20202;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.inputError {
    border: 2px solid #e20202 !important;
}

.txtRed {
    color: #ad3c10;
}

.txtRedBold {
    color: #ad3c10;
    font-weight: bold;
}

.txtGreen {
    color: #0f821c;
}

.txtGreenBold, .updated {
    color: #0f821c;
    font-weight: bold;
}

.txtBlue {
    color: var(--main-color1);
}

.txtGrey {
    color: #666;
}

.smText {
    font-size: 9px !important;
}

.smText11 {
    font-size: 11px !important;
    color: #555;
}

.smText11Red {
    font-size: 11px !important;
    color: #ad3c10;
}

.smText11White {
    font-size: 11px !important;
    color: #fff;
}

.smText11Black {
    font-size: 11px !important;
    color: #000;
}



.txtBoxLrg {
    font-size: 2em !important;
    height: 40px !important;
    letter-spacing: 3px;
    text-align: center;
}

.bdrT {
    border-top: 1px solid #ddd;
}

.bdrB {
    border-bottom: 1px solid #ddd;
}

.bdrB_black {
    border-bottom: 1px solid #000;
}


.marginBtm5 {
    margin-bottom: 5px !important;
}

.marginBtm10 {
    margin-bottom: 10px !important;
}

.marginBtm15 {
    margin-bottom: 15px !important;
}

.marginBtm20 {
    margin-bottom: 20px !important;
}

.marginRt5 {
    margin-right: 5px !important;
}

.marginRt10 {
    margin-right: 10px !important;
}

.marginRt20 {
    margin-right: 20px !important;
}

.marginRt30 {
    margin-right: 30px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginLt5 {
    margin-left: 5px !important;
}

.marginLt10 {
    margin-left: 10px !important;
}

.marginLt20 {
    margin-left: 20px !important;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingBtm5 {
    padding-bottom: 5px;
}

.paddingBtm10 {
    padding-bottom: 10px;
}

.paddingRight10Only {
    padding: 0 10px 0 0;
}

.paddingSides3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.instructionArea {
    width: 90%;
    margin: auto;
}

.instructionBtnArea {
    margin-bottom: 10px;
}

.instructionBtn {
    display: inline-block;
    background-color: var(--main-color3);
    color: var(--main-color1);
    padding: 3px 10px;
    cursor: hand;
    cursor: pointer;
}

    .instructionBtn:hover {
        background-color: var(--main-color1);
        color: #fff;
    }

.instructionTextArea {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    display: none;
}

    .instructions, .instructionTextArea p {
        color: #777;
        font-size: 1em;
    }

.calloutArea {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 15px;
}

    .calloutArea p {
        font-size: .9em;
    }

.topPadding {
    padding-top: 8px;
}

#lbl_LoginInfo p {
    font-size: .7em;
}

.loginCallout {
    display: inline-block;
    margin: 5px 20px 15px;
    color: #e20202;
    background-color: var(--main-color3);
    padding: 10px 20px;
    font-weight: bold;
}

.loginPanel {
    border: 2px solid var(--main-color1);
    background-color: var(--main-color3);
    padding: 3px;
    margin: 0 10px;
}

.divCenter, .text-center {
    text-align: center;
}


.hr_smMargin {
    margin: 5px 0 !important;
}

.pods {
    padding: 5px;
    margin: 10px;
    vertical-align: top;
    border: 1px solid var(--main-color1);
    display: inline-block;
    /*box-shadow: 3px 3px 4px #575757;
  -moz-box-shadow: 3px 3px 4px #575757;
  -webkit-box-shadow: 3px 3px 4px #575757;*/
}

.pods_Block {
    padding: 5px;
    margin-bottom: 10px;
    vertical-align: top;
    border: 1px solid var(--main-color1);
    box-shadow: 5px 5px 8px #aaa;
    -moz-box-shadow: 5px 5px 8px #aaa;
    -webkit-box-shadow: 5px 5px 8px #aaa;
}

    .pods_Block .row {
        /*padding: 3px 0;*/
        margin: 0;
    }



.pods_30p {
    display: inline-block;
    padding: 5px;
    margin: 10px;
    vertical-align: top;
    border: 1px solid var(--main-color1);
    width: 30%;
}

.pods_200px {
    width: 200px;
}

.pods_250px {
    width: 250px;
}

.podHeader {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: var(--main-color1);
    padding: 3px 10px;
    margin-bottom: 10px;
    /*border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

.podHeaderBtn {
    display: inline-block;
    float: right;
}

.podSubHeader {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #5C98A8;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.podRevealBtn {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color1);
    background-color: var(--main-color3);
    padding: 3px 10px;
    margin-bottom: 10px;
    cursor: hand;
    cursor: pointer;
}

    .podRevealBtn:hover {
        color: #fff;
        background-color: #5C98A8;
    }

.div_Reveal_Area {
    display: none;
}

.areaBorder {
    border: 1px solid var(--main-color1);
    padding: 5px;
}

    .areaBorder .marginTop5 {
        margin-top: 5px !important;
    }

    .areaBorder .marginTop10 {
        margin-top: 10px !important;
    }

    .areaBorder .marginBtm10 {
        margin-bottom: 10px !important;
    }

.rowHeader {
    text-align: right;
    font-weight: bold;
}

.rowHeaderLeft {
    text-align: left;
    font-weight: bold;
}

.colHeader {
    text-align: center;
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.colHeaderLeft {
    text-align: left;
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.colHeaderRight {
    text-align: right;
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.colHeaderMid {
    text-align: center;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: bold;
}

.colHeaderMidLeft {
    text-align: left;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: bold;
}

.colHeaderMidRight {
    text-align: right;
    background-color: var(--main-color2);
    color: #fff;
    font-weight: bold;
}

.altRow {
    background-color: #ddd;
    /*margin: 0;*/
}

.altRowLt {
    background-color: #ededed;
}

.altRowLtBlue {
    background-color: var(--main-color3);
}

.altRowDk {
    background-color: #ccc !important;
}

.gameDateRow {
    background-color: #888;
    color: #fff;
}

.tbl_MakePicks_Selection, .tbl_MakePicks_Selected {
    border: 1px solid var(--main-color1);
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.tbl_MakePicks_Selection, .tbl_MakePicks_Selected {
    width: 90%;
}

.tbl_NoLines {
    border: 1px solid var(--main-color1);
}

    .tbl_MakePicks_Selection th, .tbl_MakePicks_Selected th, .tbl th, .tbl_NoLines th {
        padding: 3px 8px;
        text-align: center;
        background-color: var(--main-color1);
        color: #fff;
    }

.tbl_MakePicks_Selection td, .tbl_MakePicks_Selected td {
    padding: 3px 8px;
    text-align: center;
}

.tbl_MakePicks_Selection .row {
    margin: 0 10px;
}

.tbl_Center {
    margin: 0 auto;
}

.tbl td {
    border-style: none;
    padding: 3px 8px;
    font-size: 14px;
}

.tblHdrLeft {
    text-align: left !important;
}

.tblHdrRight {
    text-align: right !important;
}

.tbl_NoLines td {
    padding: 3px;
}

.tblSubHeaderRow {
    background-color: var(--main-color2) !important;
}

/*.td_NoLines {
	border: 0 
}*/
.tbl_Padding3 td {
    padding: 3px !important;
}

.tbl_BorderWhite td {
    border: 1px solid #fff;
}

.tblFooterRow {
    background-color: var(--main-color1);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.tbl_Center {
    margin: 3px auto;
}

.tbR {
    border-right: 1px solid var(--main-color1) !important;
}

.tbR2 {
    border-right: 2px solid var(--main-color1) !important;
}

.tbB {
    border-bottom: 1px solid var(--main-color1) !important;
}

.p8Bkgd {
    background-color: #eee;
}

.pr_Colored {
    background-color: #DFE2EB;
}

.pr_Colored_Picked {
    background-color: #eccdd5;
}

.pr_FedEx_Green {
    background-color: #90c97d;
}

.pr_FedEx_LtGreen {
    background-color: #E6F3E2;
}


.pr_FedEx_Yellow {
    background-color: #fefb0a;
}

.pr_FedEx_LtYellow {
    background-color: #FFFEC2;
}

.pr_FedEx_Red {
    background-color: #e57d54;
}

.pr_FedEx_LtRed {
    background-color: #FAE4DC;
}

.rb_MakePick {
    visibility: hidden;
    /*transform: scale(1.5);*/
}

.mpSelected {
    background-color: #efd719 !important;
}

.mpCorrectPick {
    background-color: #19c30c !important;
}

.mpNotCorrectPick {
    background-color: #e20202 !important;
    color: #fff;
}

.mp_Selection {
    display: inline-block;
    width: 75%;
}

.mp_Score {
    display: inline-block;
    width: 15%;
    text-align: center;
}

.mpError {
    border: 2px solid #e20202 !important;
}

.mp_Button {
    background-color: #ddd;
    /*font-size: 1.2em;*/
    font-weight: bold;
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 3px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: hand;
    cursor: pointer;
    box-shadow: 3px 3px 4px #888;
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
}

.mp_Name_Lg {
    display: inline-block;
    margin: 0 10px;
}

.display_Lg {
    display: inline-block;
}

.mp_Name_Sm, .display_Sm {
    display: none;
}

.mp_Spread {
    display: inline-block;
}

.mp_SpreadBold {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 3px;
    color: red;
}

.mp_GameInfo {
    display: inline-block;
    font-size: .8em;
    font-weight: normal;
}

#tb_MakePicks_TieBreaker, #ContentPlaceHolder1_tb_MakePicks_TieBreaker {
    color: var(--main-color1);
    text-align: center;
    font-size: 1.4em;
    height: 35px;
}

#div_MakePick_WinLoss {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto 10px;
}

.div_TabContent_Area {
    border: 1px solid #666;
    margin: auto;
}

.contentrow {
    margin: 10px !important;
}

.div_Pickem_Nav {
    display: inline-block;
    width: 100%;
    background-color: #eee;
    /*border: 1px solid #666;*/
    padding: 3px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    transition: .4s;
}

    .div_Pickem_Nav:hover {
        background-color: #ddd;
        color: var(--main-color1);
    }

.ps_Overall_CP {
    display: inline-block;
    margin: 2px;
    border: 1px solid #777;
}

.ps_Overall_CP_W {
    background-color: #777;
    color: #fff;
    padding: 2px;
    font-weight: bold;
}

.ps_Overall_CP_N {
    padding: 2px;
    background: #fff;
    text-align: center;
}

/* START | tab styles */
.tabRow, .tabContentRow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab, .tab2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #eee;
    /*padding: 3px;*/
    border-right: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    transition: .4s;
}


.tabSelected, .tabSelected2 {
    background-color: var(--main-color1);
    color: #fff;
}

    .tabSelected:hover, .tabSelected2:hover {
        background-color: var(--main-color1);
        color: #fff !important;
    }

.tab_Header_Lg {
    display: inline-block;
}

.tab_Header_Sm {
    display: none;
}

.tabContent {
    padding: 10px 5px;
}

/* END | tab styles */

/* START | menu styles */

.menuRow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.menuRowItem {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menuItem {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ddd;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    transition: .4s;
    text-decoration: none !important;
}

    .menuItem:hover {
        background-color: var(--main-color3);
    }

.menuItemSelected {
    background-color: var(--main-color1);
    color: #fff !important;
}

    .menuItemSelected:hover {
        background-color: var(--main-color1);
        color: #fff !important;
    }

/* END | menu styles */


#ddl_Pickem_Weeks, #ContentPlaceHolder1_ddl_Pickem_Weeks {
    margin-bottom: 10px;
}

.mTournArea {
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.mTournAreaHeader {
    font-weight: bold;
    margin-bottom: 8px;
}

.mtourn {
    border: 1px solid #ccc;
    background-color: #ddd;
    padding: 3px;
    margin-bottom: 8px;
}

.tbl_Pickem_Overall_CP, .tbl_Picem_kSummary_Weekly_CP {
    width: 100%;
    background-color: #fff;
    border: 1px solid #666;
}

    .tbl_Pickem_Overall_CP th td, .tbl_Pickem_Weekly_CP td, #tbl_Admin_EditGames td {
        padding: 2px;
    }

    .tbl_Pickem_Overall_CP th {
        background-color: #666 !important;
        color: #fff;
    }

.tr_Row_Toggle_Info {
    display: none;
}

.tr_Pickem_Overall_Name, .tr_Pickem_Weekly_Name, .tr_Row_Toggle, .div_Props_EntriesTrigger, .div_Props_EntryPoints_Trigger {
    cursor: hand;
    cursor: pointer;
}

.tr_Pickem_Overall_CP, .div_Props_Entries, .div_Props_EntryPoints {
    display: none;
}

.psPick {
    display: inline-block;
    border: 1px solid #666;
    width: 36px;
    padding: 2px 0;
    margin: 1px;
    background-color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    cursor: default;
}

.psCorrectPick {
    background-color: #19c30c;
    color: #fff;
}

.psCorrectPickTxt {
    color: #19c30c;
    font-weight: bold;
}

.psNotCorrectPick {
    background-color: #e20202;
    color: #fff;
}

.psNotCorrectPickTxt {
    color: #e20202;
    font-weight: bold;
}



.psUnderdog {
    background-color: #ddd;
}

.psPickProp {
    border-bottom: 1px solid #000;
}

.psPickGuess {
    padding-top: 4px;
    margin-bottom: -2px;
}

.scrollHorz {
    overflow-x: auto;
    text-align: center;
}

.tbl_Admin_Member_Picks {
    width: 100%;
    margin: 10px 0;
}

    .tbl_Admin_Member_Picks th {
        background-color: var(--main-color1);
        color: #fff;
        text-align: center !important;
    }

.teamInfoResultArea {
    border: 1px solid #aaa;
    background-color: #eee;
    padding-top: 6px;
    margin-top: 6px;
}

    .teamInfoResultArea .row {
        margin-left: 0px;
        margin-right: 0px;
    }

.nflFBIcon {
    width: 20px;
}

.div_Pickem_SummaryArea .row {
    margin: 0 !important;
}

.myPickIcon {
    margin: 0 5px;
}

.redZone {
    background-color: #efa8a8;
}

#div_Pickem_Picks_Timer {
    text-align: right;
}

#div_Pickem_Picks_Timer_Seconds {
    display: inline-block;
}

.rbl input, .cbl input {
    margin-right: 6px;
}

.rbl label, .cbl label {
    color: #000;
    margin-right: 10px;
    font-weight: normal !important;
}

#tbl_Admin_AddRound_Manual, #tbl_Admin_AddNine {
    margin: 0 auto;
}

    #tbl_Admin_AddRound_Manual td, #tbl_Admin_AddNine td {
        padding: 3px !important;
    }

.admin_MemberScroll {
    max-height: 400px;
    overflow-y: auto;
}




/*border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 3px 3px 4px #5f2307;
  -moz-box-shadow: 3px 3px 4px #5f2307;
  -webkit-box-shadow: 3px 3px 4px #5f2307;*/

.weekNav {
    background: -moz-linear-gradient(center top, #595959 0%, #404040 49%, #333 50%, #333 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    /*width: 1005px;*/
    z-index: 1;
}

.weekNav_Select {
    box-sizing: border-box;
    display: inline-block;
    padding: 1px 10px;
    color: #fff !important;
    font-family: endzone,sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #aaa;
    margin: 0 3px;
}

.weekNav_Week {
    box-sizing: border-box;
    display: inline-block;
    padding: 1px 10px;
    color: #ccc !important;
    cursor: pointer;
    font-family: endzone,sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #aaa;
    margin: 0 3px;
}

.weekNav_Week_Selected {
    color: #fff !important;
}

.weekNav_Week:hover {
    color: #fff !important;
}

.weekGames_Date {
    color: #666;
    font-family: endzone,sans-serif;
    font-size: 10px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.weekGames_Game {
    box-sizing: border-box;
    display: inline-block;
    padding: 1px 10px;
    /*cursor: pointer;*/
    border: 1px solid #aaa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 5px 5px 0;
    text-align: center;
}

.weekGames_Time {
    display: inline-block;
    margin: 80px 3px;
    font-family: endzone,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: 0 1px 1px #ddd;
    padding: 5px;
    vertical-align: top;
    /*background-color: #ccc;*/
}

.weekGames_TeamInfo {
    display: inline-block;
    margin: 5px 3px 0 3px;
    /*font-family: endzone,sans-serif;*/
    padding: 5px;
    background-color: #eee;
    cursor: pointer;
}

.weekGames_TeamInfo_Winner {
    background-color: #f7f58b;
}

.weekGames_Team {
    display: inline-block;
    margin: 5px 3px 0 3px;
    /*font-family: endzone,sans-serif;*/
    padding: 5px;
    /*background-color: #ccc;*/
}

.weekGames_Spread {
    /*display: inline-block;*/
    margin: 3px;
    font-family: endzone,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: 0 1px 1px #ddd;
    padding: 5px;
    vertical-align: top;
}

.weekGames_SpreadNbr {
    /*display: inline-block;*/
    margin: 3px;
    font-family: endzone,sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: 0 1px 1px #ddd;
    padding: 5px;
    vertical-align: top;
}

.weekGames_Score {
    /*display: inline-block;*/
    margin: 3px;
    font-family: endzone,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: 0 1px 1px #ddd;
    padding: 5px;
    vertical-align: top;
}

.weekGames_ScoreNbr {
    /*display: inline-block;*/
    margin: 3px;
    font-family: endzone,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #777 !important;
    text-shadow: 0 1px 1px #ddd;
    padding: 5px;
    vertical-align: top;
}

/* Toggle Switch Styles */

.toggleSwitchArea {
    margin-bottom: 5px;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

    .toggleSwitch input {
        display: none;
    }

.toggleSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggleSlider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggleSlider {
    background-color: var(--main-color1);
}

input:focus + .toggleSlider {
    box-shadow: 0 0 1px var(--main-color1);
}

input:checked + .toggleSlider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.toggleSlider.round {
    border-radius: 34px;
}

    .toggleSlider.round:before {
        border-radius: 50%;
    }

.toggleLabel {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -10px;
    padding: 0 10px;
    cursor: pointer;
}

.tlSelected {
    color: var(--main-color1);
}

/* END Toggle Switch Styles */

.tooltipIcon {
    width: 18px;
    position: relative !important;
    top: -4px;
}

.gvTbl {
    margin: 0 auto;
}

    .gvTbl td, .gvTbl th {
        padding: 2px;
    }

#gv_Admin_Members_CompletedPicks {
    width: 100%;
    padding: 2px;
    background-color: #fff;
}

    #gv_Admin_Members_CompletedPicks th, #gv_Admin_Members_CompletedPicks td {
        text-align: center !important;
    }

.tblCell {
    padding: 3px;
}

.width100p {
    width: 100%;
}

.height100p {
    height: 100% !important;
}

.checkboxTBL td {
    padding: 3px 10px;
}

.checkboxTBL label {
    margin-left: 5px;
    color: #000;
}

.greyBkgd {
    /*margin: 5px;*/
    padding: 5px;
    background-color: #ddd;
}

/* START : NFL Survivor */

.div_survivor_Entry {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.div_survivor_pick {
    display: inline-block;
    margin: 5px;
    width: 81px;
    border: 1px solid var(--main-color1);
    box-shadow: 5px 5px 8px #aaa;
    -moz-box-shadow: 5px 5px 8px #aaa;
    -webkit-box-shadow: 5px 5px 8px #aaa;
}

.div_survivor_pick_weekNbr {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.div_survivor_pick_weekNbr_future {
    background-color: #ccc;
    color: #777;
    font-weight: bold;
}

.div_survivor_pick_pick {
    height: 54px;
}

.img_survivor_pick_zh {
    width: 34px;
    padding-top: 10px;
    filter: invert(29%) sepia(95%) saturate(409%) hue-rotate(145deg) brightness(100%) contrast(90%);
}

.img_survivor_pick_zh_future {
    width: 34px;
    padding-top: 10px;
    filter: invert(58%) sepia(0%) saturate(2120%) hue-rotate(336deg) brightness(79%) contrast(82%);
}

.div_survivor_pick_result {
    background-color: var(--main-color3);
    padding-top: 3px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    /*border-top: 1px solid var(--main-color1);*/
}

.div_survivor_pick_result_future {
    background-color: #ccc;
}

.div_survivor_pick_result_loss {
    background-color: #e20202 !important;
    color: #fff !important;
}

.div_survivor_pick_result_win {
    background-color: #359032 !important;
    color: #fff !important;
}

.div_survivor_pick_sm {
    display: inline-block;
    margin: 5px;
    width: 40px;
    border: 1px solid var(--main-color1);
    box-shadow: 5px 5px 8px #aaa;
    -moz-box-shadow: 5px 5px 8px #aaa;
    -webkit-box-shadow: 5px 5px 8px #aaa;
}

.div_survivor_pick_weekNbr_sm {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.img_survivor_pick_zh {
    width: 34px;
    padding-top: 10px;
    filter: invert(29%) sepia(95%) saturate(409%) hue-rotate(145deg) brightness(100%) contrast(90%);
}

.img_survivor_pick_zh_future {
    width: 34px;
    padding-top: 10px;
    filter: invert(58%) sepia(0%) saturate(2120%) hue-rotate(336deg) brightness(79%) contrast(82%);
}

.div_survivor_pick_result {
    background-color: var(--main-color3);
    padding-top: 3px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    /*border-top: 1px solid var(--main-color1);*/
}





.div_Survivor_Picks_Edit_Pod {
    display: inline-block;
    margin: 10px;
    width: 170px;
    border: 1px solid var(--main-color1);
    box-shadow: 5px 5px 8px #aaa;
    -moz-box-shadow: 5px 5px 8px #aaa;
    -webkit-box-shadow: 5px 5px 8px #aaa;
}

.div_Survivor_Picks_Edit_Pod_Header {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.div_Survivor_Picks_Edit_Pod_Team {
    display: inline-block;
    width: 82px;
    align-content: center;
}

.img_Survivor_Picks_Edit_Pod_Team {
    cursor: pointer;
}

.img_Survivor_Picks_Edit_Pod_Team_Selected {
    -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
    -moz-box-shadow: inset 0px 0px 0px 10px #f00;
    box-shadow: inset 0px 0px 0px 10px #f00;
    /*border: 3px inset #e20202;*/
}

.img_Survivor_Picks_Edit_Pod_Team_NotSelected {
    /*filter: sepia(100%);*/
    filter: opacity(20%);
}

.img_Survivor_Picks_Edit_Pod_Team_Taken {
    filter: grayscale(1) opacity(.15);
}

.div_Survivor_Picks_Edit_Pod_SpreadRow {
    background-color: var(--main-color3);
}

.div_Survivor_Picks_Edit_Pod_Spread {
    display: inline-block;
    width: 82px;
}

.div_Survivor_Bkgd_Taken {
    background-color: #e20202;
}

/* END : NFL Survivor */
/* START : INDOOR GOLF */
.myStatsRoundPod {
    border: 1px solid var(--main-color1);
    padding: 3px;
    margin-bottom: 10px;
}

.myStatsRoundHdr {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px;
}

.dBtn_View, .dBtn_View_Scores, .dBtn_View_Stats {
    display: inline-block;
    background-color: #fff;
    color: var(--main-color1);
    padding: 0 5px;
    cursor: hand;
    cursor: pointer;
    font-size: .6em;
}

.div_MyStatsRound, .div_Skins_Scores, .div_Skins_Stats {
    text-align: center;
    display: none;
}

.div_Overflow {
    overflow-y: auto;
}

.div_InlineBlock {
    display: inline-block;
}

.tbl_Round, .tbl_RoundStats {
    margin: 4px auto;
    background-color: #fff;
}

.tbl_Stats td {
    border: 1px solid #eee;
    padding: 2px !important;
    text-align: center;
}

.tr_Round_Par, .tr_Round_Score {
    border-bottom: 1px solid #ccc;
}

.tr_Round td {
    padding: 2px 3px !important;
    text-align: center;
}

.td_Round_Hdr {
    text-align: left !important;
}

.tr_Round_Hole {
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
}

.tr_Round_Length {
    background-color: #74CEE7;
}

.tr_Round_Length_Black {
    background-color: #333;
    color: #fff;
}

.tr_Round_Length_Gold {
    background-color: #f7e070;
    color: black;
}

.tr_Round_Length_Blue {
    background-color: #74CEE7;
    color: #000;
}

.tr_Round_Length_White {
    background-color: #efefef;
    color: #000;
}

.tr_Round_Length_Red {
    background-color: #e04949;
    color: #fff;
}

.tr_Round_Par {
    background-color: #DCF3F9;
}

.tr_Round_Handi {
    background-color: #DCF3F9; /*#BAE6F3*/
}

.td_Stats {
    text-align: left;
    padding: 3px 6px;
    font-size: .9em;
    vertical-align: top;
}

.statBullets li {
    margin-left: 20px;
    list-style-type: disc;
    font-size: .9em;
    color: #777;
}

.statBulletsBlack li {
    margin-left: 20px;
    list-style-type: disc;
    font-size: .9em;
    color: #000;
}

.scoreCSS_Eagle2 {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_DblEagle.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #6f97ba !important;*/
}

.scoreCSS_Eagle {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_Eagle.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #34b2e4 !important;*/
}

.scoreCSS_Birdie {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_Birdie.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #a5cff5 !important;*/
}

.scoreCSS_Par {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_Par.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #fff !important;*/
}

.scoreCSS_Bogey {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_Bogey.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #f7b942 !important; /*#f7b942*/
}

.scoreCSS_Bogey2 {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_DblBogey.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #9f5924 !important; /* #FDB486*/
    /*color: #fff;*/
}

.scoreCSS_Bogey3 {
    width: 35px !important;
    height: 35px;
    background-image: url("../pools/imgs/scoreCSS_TriBogey.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #ef5d04 !important;*/ /*#ecc8ac*/
    /*color: #fff;*/
}



.scoreSkin {
    border: 2px solid #f00;
}

.skinLegend {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    border: solid 1px #cdcdcd;
}

.skinLegend_Eagle2 {
    background-image: url("../pools/imgs/scoreCSS_DblEagle.png");
}

.skinLegend_Eagle {
    background-image: url("../pools/imgs/scoreCSS_Eagle.png");
}

.skinLegend_Birdie {
    background-image: url("../pools/imgs/scoreCSS_Birdie.png");
}

.skinLegend_Bogey {
    background-image: url("../pools/imgs/scoreCSS_Bogey.png");
}

.skinLegend_Bogey2 {
    background-image: url("../pools/imgs/scoreCSS_DblBogey.png");
}

.skinLegend_Bogey3 {
    background-image: url("../pools/imgs/scoreCSS_TriBogey.png");
}

.tbl_RoundStats td {
    border: 1px solid #eee;
    padding: 2px 5px !important;
}

.td_Stats_Name {
    border-right: 1px solid #fff;
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
    padding: 2px 5px !important;
}

#cbl_Stats_Players td {
    padding: 2px 10px;
}

#cbl_Stats_Players label {
    color: #555;
}

#cbl_Stats_Players input[type='checkbox'] {
    margin-right: 4px;
}


/* END : INDOOR GOLF */

.learnpages {
    max-width: 750px;
    margin: 10px auto;
}

.row_BlueHeader {
    text-align: center;
    border-right: 1px solid #fff;
    background-color: var(--main-color1);
    color: #fff;
    font-weight: bold;
    padding: 2px 5px !important;
}

.row_MidBlueHeader {
    text-align: center;
    border-right: 1px solid #fff;
    background-color: var(--main-color2);
    color: #000;
    font-weight: bold;
    padding: 2px 5px !important;
}

.row_LtBlueHeader {
    text-align: center;
    border-right: 1px solid #fff;
    background-color: var(--main-color3);
    color: var(--main-color1);
    font-weight: bold;
    padding: 2px 5px !important;
}

.row_LtRedHeader {
    text-align: center;
    border-right: 1px solid #fff;
    background-color: #eccdd5;
    color: var(--main-color1);
    font-weight: bold;
    padding: 2px 5px !important;
}

.row_LtBlue {
    border-right: 1px solid #fff;
    background-color: var(--main-color3);
    color: var(--main-color1);
    padding: 2px 5px !important;
}

.row_LtRed {
    border-right: 1px solid #fff;
    background-color: #eccdd5;
    color: var(--main-color1);
    padding: 2px 5px !important;
}

.distribution {
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    padding: 0 20px;
}

#div_DistributionTT, .dist_Team {
    position: absolute;
    display: none;
    border: 1px solid #000;
    padding: 3px;
    background-color: #fff;
}


/* START : MAJOR GOLF */

.div_Picks_PosPoints_PGAPlayers {
    display: inline-block;
    padding: 2px 10px;
    margin: 5px;
    background-color: var(--main-color3);
    border: 1px solid var(--main-color1);
}

/* END : MAJOR GOLF */
.div_Squares {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#div_Squares_Squares, #div_Squares_Games, #div_Squares_Boards, #div_Squares_Winners {
    border: 1px solid var(--main-color1);
}

.tbl_Squares {
    margin: 10px auto;
}

.td_Squares {
    border: 1px solid var(--main-color1);
    padding: 4px;
    text-align: center;
    width: 80px;
    height: 80px;
}

.th_Squares_Teams, .th_Squares_Points {
    background-color: var(--main-color1);
    text-align: center;
    padding: 4px;
    color: #fff;
}

.th_Squares_Teams {
    padding: 4px 8px;
}

.needPayment {
    font-size: .8em;
    color: #e20202;
}

.paymentNeededBox {
    border: 2px solid #e20202;
    padding: 8px;
    margin: 8px;
    background-color: #ddd;
}

.td_Squares_Double {
    background-color: #ddd;
    border-width: 2px;
}

.td_Squares_Q1Winner {
    background-color: #f39f9f;
    border-width: 2px;
}

.td_Squares_Q1Neighbor {
    background-color: #FAD8D8;
    border-width: 2px;
}

.td_Squares_Q2Winner {
    background-color: #eff16f;
    border-width: 2px;
}

.td_Squares_Q2Neighbor {
    background-color: #F8F9C5;
    border-width: 2px;
}


.td_Squares_Q3Winner {
    background-color: #b0f690;
    border-width: 2px;
}

.td_Squares_Q3Neighbor {
    background-color: #D7FAC7;
    border-width: 2px;
}

.td_Squares_Q4Winner {
    background-color: #9ed6f6;
    border-width: 2px;
}

.td_Squares_Q4Neighbor {
    background-color: #E1F2FC;
    border-width: 2px;
}

#ContentPlaceHolder1_tbl_Squares_Winners {
    margin: 5px auto;
}

    #ContentPlaceHolder1_tbl_Squares_Winners td {
        padding: 2px 4px;
    }

.tbl_Squares_Scores, .tbl_Admin_Tournaments_ScoresHits {
    margin-bottom: 20px;
}

    .tbl_Squares_Scores th {
        background-color: var(--main-color1);
        text-align: center;
        padding: 3px 10px;
        color: #fff;
    }

    .tbl_Squares_Scores td, .tbl_Admin_Tournaments_ScoresHits td {
        padding: 3px 10px;
    }

.td_Border {
    border: 1px solid var(--main-color1);
}

.tournJoinArea {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 10px;
    background-color: #fff;
}

    .tournJoinArea select {
        margin-top: 5px;
    }

.tournJoinAreaText {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 5px;
    /*padding-top: 5px;*/
}

.tournJoinAreaInputs {
    display: inline-block;
    vertical-align: top;
}

.mmRegionHeader {
    font-size: 1.2em;
    color: var(--main-color1);
    font-weight: bold;
}

.mmGame {
    border: 1px solid var(--main-color1);
    margin: 10px 0;
}

    .mmGame .row {
        background-color: #eee;
        margin-left: 0;
        margin-right: 0;
    }

.mmGameHeaderRow {
    background-color: var(--main-color1) !important;
    color: #fff;
    font-size: .8em;
    /*font-weight: bold;*/
}

.mmScoreArea {
    background-color: #ddd;
}

.mmSeed {
    font-size: .8em;
    color: #777;
}

.mmWin {
    font-weight: bold;
}

.mmWinnerRow {
    background-color: var(--main-color3) !important;
}

.borderBtm {
    border-bottom: 1px solid #888;
}

.borderBtmLt {
    border-bottom: 1px solid #ccc;
}

.borderRt {
    border-right: 1px solid #888;
}

.borderLt {
    border-left: 1px solid #888;
}

.backgroundLtGrey {
    background-color: #ddd;
}

.borderTop {
    border-top: 1px solid #888;
}

.borderTopWhite {
    border-top: 1px solid #fff;
}

#tbl_MM_Squares_Winners {
    margin: 10px auto;
}

    #tbl_MM_Squares_Winners td, #tbl_MM_Squares_Winners th {
        padding: 3px;
    }

.underline {
    text-decoration: underline;
}

.questionIcon {
    position: relative !important;
    margin: 0 5px;
}

#ContentPlaceHolder1_tbl_Brackets_Bracket_View td {
    padding: 2px 5px;
}

.mmb_BracketName {
    font-size: 1.2em;
    color: var(--main-color1);
    font-weight: bold;
    border: 1px solid var(--main-color1);
    padding: 2px 5px;
}

.lbl_Pools_Bracket_Champion {
    position: relative;
    top: 10px;
}

.lbl_Pools_Bracket_Edit {
    cursor: pointer;
}

.lbl_Pools_Bracket_Winner {
    font-weight: bold;
    color: #06973a;
}

.lbl_Pools_Bracket_Loser {
    font-weight: bold;
    color: #e20202;
    text-decoration: line-through;
}

.div_Brackets_Points_Bracket {
    cursor: pointer;
}

    .div_Brackets_Points_Bracket:hover {
        text-decoration: underline;
    }

.mmb_FF_FF {
    background-color: #dcdcdc;
    height: 100%;
}

/*.div_Admin_tournamentMembers_Members_EditBracket {
	cursor: pointer;
}

	.div_Admin_tournamentMembers_Members_EditBracket:hover {
		text-decoration: underline;
	}

.div_Admin_tournamentMembers_Members_EditBracket_Area {
	display: none;
	background-color: var(--main-color3);
}

.div_Admin_tournamentMembers_Members_EditBracket_Col {
}*/

.mmbpPickError {
    margin: 2px;
    border: 3px solid #e20202;
    /*background-color: #e20202 !important;*/
    width: 50px;
}

.mmbpBkgd {
    background-color: #eee;
    /*cursor: pointer;
	cursor: hand;*/
}

.smMarginBtm10 {
    margin-bottom: 0;
}



.tooltip_LB {
    cursor: pointer;
    cursor: hand;
}

/* START : Blackout styles */


.tbl_BlackoutBoard {
    margin: 10px auto;
}

    .tbl_BlackoutBoard td, .tbl_BlackoutBoard th {
        padding: 5px !important;
    }

    .tbl_BlackoutBoard th {
        text-align: center;
        color: #fff;
        background-color: var(--main-color1);
    }

.bo_Cell {
    width: 15px;
    height: 15px;
}

.bo_Cell_Black {
    background-color: #000;
    border: 1px solid #888;
}

.bo_Cell_Clear {
    background-color: #fff;
    border: 1px solid #888;
}

.bo_WinnerRow {
    background-color: #19c30c;
}

.myRow {
    background-color: var(--main-color3);
    color: var(--main-color1);
}

/* END : Blackout styles */

/* START : 22 styles */

.tbl_22Board {
    margin: 10px auto;
}

    .tbl_22Board td, .tbl_22Board th {
        padding: 5px !important;
    }

    .tbl_22Board th {
        text-align: center;
        color: #fff;
        background-color: var(--main-color1);
    }

    .tbl_22Board td {
        border-right: 1px solid var(--main-color3);
    }

.thr_22_Week {
    background-color: var(--main-color3) !important;
    color: var(--main-color1) !important;
    border-right: 1px solid var(--main-color1);
}

.t22Winner {
    background-color: #19c30c;
    font-weight: bold;
}

.t23Winner {
    background-color: pink;
}

.div_Underdog {
    color: var(--main-color1);
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}

.div_Underdog_Data {
    display: none;
}

/* END : 22 styles */

.bkgdWhite {
    background-color: #fff !important;
}

.sc_po_bay {
    border: 1px solid #888;
    padding-left: 10px;
}

.sc_po_entry {
    border: 1px solid #888;
    width: 50px;
    height: 50px;
}

.sc_po_entry_strokes_0 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_0.jpg");
}

.sc_po_entry_strokes_1 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_1.jpg");
}

.sc_po_entry_strokes_2 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_2.jpg");
}

.sc_po_entry_strokes_3 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_3.jpg");
}

.sc_po_entry_strokes_4 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_4.jpg");
}

.sc_po_entry_strokes_5 {
    background-image: url("/pools/imgs/sc_po_entry_strokes_5.jpg");
}

.sc_po_entry_matchscore {
    background-image: url("/pools/imgs/sc_po_entry_matchScore.jpg");
}

.sc_po_entry_Name {
    background-image: url("/pools/imgs/sc_po_entry_LDCP.jpg");
    background-repeat: no-repeat;
    padding-left: 25px;
}

.sc_po_entry_LDCPLP {
    background-image: url("/pools/imgs/sc_po_entry_LDCP.jpg");
    background-repeat: no-repeat;
    padding-left: 25px;
    width: 38px;
}

.toggleReveal, .toggleRevealDyn {
    cursor: hand;
    cursor: pointer;
}

#ContentPlaceHolder1_tbl_Admin_EditGames td {
    padding: 3px;
}

#greyScreen {
    display: none;
    position: fixed;
    /*height: 200%;*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*margin: 0 auto;*/
    /*width: 100%;*/
    background-color: #666;
    background-image: url('../imgs/ui-bg_diagonals-thick_20_666666_40x40.png');
    background-position: 50% 50%;
    background-repeat: repeat;
    opacity: .8;
    z-index: 101;
}

.showGreyScreen {
}

.tmPaymentType {
    display: inline-block;
    float: right;
}

    .tmPaymentType a {
        text-decoration: underline;
    }

#div_Research_FieldStats_StatsAll {
    max-height: 500px;
    overflow-y: auto;
}

.propsQ {
    display: block;
}

.propsPts {
    text-align: left;
}

.div_Props_EntryPoint_Box {
    display: inline-block;
    width: 50px;
}

.headerRetry {
    font-size: .8em;
}

.div_Admin_Tournament_RRMatches_Week {
    margin-bottom: 10px;
}

.div_Admin_Tournament_RRMatches_WeekHdr {
    font-weight: bold;
}

.div_Admin_Tournament_RRMatches_Match {
    display: inline-block;
    margin: 10px 20px;
    padding: 5px;
    text-align: center;
    border: 1px solid #aaa;
    background-color: #ccc;
}

.tb_Margin {
    margin: 0 !important;
}

@media (max-width: 767px) {
    body {
        /*margin: 0 5px;*/
    }

    .navbar {
        box-shadow: none;
    }

    .pods_Block {
        box-shadow: none;
    }

    .contentrow {
        margin: 2px !important;
    }

    .pageTitle {
        display: none;
    }

    .pageTitle_Phone {
        display: inline-block;
        margin: 15px 0 0 10px;
        font-weight: bold;
        font-size: 18px;
    }

    .loginBar {
        margin: 0 -10px 5px !important;
    }

    .loginInfo {
        right: 10px;
        width: 260px;
    }

    .rowHeader {
        text-align: left;
    }

    .tbl_MakePicks_Selection, .tbl_MakePicks_Selected, #tbl_Pickem_Weekly, #tbl_Pickem_Overall {
        width: 100%;
    }

    .mp_Name_Lg, .display_Lg, .displayHdr_Lg {
        display: none;
    }

    .mp_Name_Sm {
        display: inline-block;
        margin: 0 10px;
    }

    .display_Sm {
        display: inline-block;
    }


    .mp_Selection {
        width: 70%;
    }

    .mp_Score {
        width: 30%;
    }

    .mp_GameInfo {
        display: block;
    }

    .div_Pickem_SummaryArea {
        width: 100%;
    }

    .ps_DName {
        display: none;
    }

    .instructionArea {
        width: 100%;
    }

    .instructionBtn {
        display: block;
        text-align: center;
    }

    .scollHorzWhenSmall {
        overflow-x: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .tab_Header_Lg {
        display: none;
    }

    .tab_Header_Sm {
        display: inline-block;
    }

    .menuItem {
        padding-left: 10px;
        padding-right: 10px;
    }

    .smMarginBtm10 {
        margin-bottom: 10px;
    }

    .tr_Round td {
        padding: 2px 5px !important;
        text-align: center;
    }

    .mmb_FF_Name {
        background-color: var(--main-color1);
        color: white;
    }

    #div_Research_FieldStats_StatsAll {
        max-height: 200px;
        overflow-y: auto;
    }

    .propsQ {
        display: inline-block;
    }

    .propsPts {
        float: right;
    }
}

@media print {
    .pageBreak {
        page-break-after: always;
    }
}
