﻿/*雷達動畫未開賽圖示*/
#scheduleBlock .rollOffBB {
    display: none;
}

#scheduleBlock .rollOffBK {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_baskGray.svg);*/
    background: url('../../images/Public/icon_baskGray.svg');
    background-repeat: no-repeat;
    background-size: 23px,20px;
    background-position: center top;
    margin-top: 2px;
    margin-right: 3px;
}

#scheduleBlock .rollOffSC {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_soccerGray.svg);*/
    background-image: url('../../images/Public/icon_soccerGray.svg');
    background-repeat: no-repeat;
    background-size: 23px,20px;
    background-position: center top;
    margin-right: 3px;
}

#scheduleBlock .rollOffIH {
    display: none;
}

#scheduleBlock .rollOffTN {
    display: none;
}

#scheduleBlock .rollOffES {
    display: none;
}

#scheduleBlock .rollOffHB {
    display: none;
}

#scheduleBlock .rollOffBM {
    display: none;
}

#scheduleBlock .rollOffVB {
    display: none;
}
/*雷達動畫已開賽圖示*/
#scheduleBlock .rollOnBB {
    display: none;
}

#scheduleBlock .rollOnBK {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_bask.svg);*/
    background-image: url('../../images/Public/icon_bask.svg');
    background-size: 23px,20px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 2px;
    margin-right: 3px;
}

#scheduleBlock .rollOnSC {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/icon_soccer.svg);*/
    background-image: url('../../images/Public/icon_soccer.svg');
    background-size: 23px,20px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: 3px;
}

#scheduleBlock .rollOnIH {
    display: none;
}

#scheduleBlock .rollOnTN {
    display: none;
}

#scheduleBlock .rollOnES {
    display: none;
}

#scheduleBlock .rollOnHB {
    display: none;
}

#scheduleBlock .rollOnBM {
    display: none;
}

#scheduleBlock .rollOnVB {
    display: none;
}

#scheduleBlock {
    padding-top: 120px;
    margin-left: 200px;
    height: 100%;
    width: 1000px;
    display: block;
    position: relative;
    text-align: center;
}


#scheduleBlock > div {
    width: 100%;
    height: calc(100% - 242px);
    left: 0;
    position: absolute;
    overflow: hidden;
}
    /*IE 套件x軸隱藏*/
    #scheduleBlock > div > div:first-child {
        overflow-x: hidden !important;
    }
/*賽程捲軸樣式*/
#scheduleBlock .scrollbar-inner > .scroll-element.scroll-y {
    top: 120px;
    height: calc(100% - 120px);
    position: fixed;
    width: 10px;
}

#scheduleBlock .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #020202;
}

#scheduleBlock .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #a0a0a0;
}

#scheduleBlock > div::after {
    display: block;
    width: auto;
}

#scheduleBlock > div::-webkit-scrollbar {
    display: none;
}

#scheduleBlock table tr.hover {
    background-color: #FCF7C8 /* #f7f8dc */;
}

#scheduleBlock > div a {
    color: #000;
}

    #scheduleBlock > div a:hover {
        text-decoration: underline;
    }


#scheduleBlock table {
    border-spacing: 1px;
    background-color: #e5e5e5;
    width: 100%;
}

#scheduleBlock > div tr {
    background-color: #fff;
}

#scheduleBlock > div .even {
    background-color: #f8f8f8;
}

#scheduleBlock > div th {
    background-color: #e5e5e5;
    padding: 0;
    height: 38px;
    font-weight: normal;
}

    #scheduleBlock > div th:first-child {
        width: 35px !important;
        max-width: 35px !important;
        min-width: 35px !important;
    }

    #scheduleBlock > div th:nth-child(2) {
        width: 68px !important;
        max-width: 68px !important;
        min-width: 68px !important;
    }

    #scheduleBlock > div th:nth-child(3) {
        width: 75px !important;
        max-width: 75px !important;
        min-width: 75px !important;
    }

    #scheduleBlock > div th.live {
        width: 72px !important;
        max-width: 72px !important;
        min-width: 72px !important;
    }

#scheduleBlock > div td {
    padding: 0;
    text-align: center;
    height: 34px;
}

#scheduleBlock > div caption {
    text-align: left;
    line-height: 50px;
    margin: 0 10px;
}

    #scheduleBlock > div caption .ballIcon {
        vertical-align: middle;
        margin-right: 8px;
    }

    #scheduleBlock > div caption a {
        font-weight: bolder;
    }

        #scheduleBlock > div caption a:hover {
            color: #0081ff;
            text-decoration: none;
        }

    #scheduleBlock > div caption .noHref:hover {
        color: #000000;
    }
    /*a標簽沒連結時，鼠標為箭頭*/
    #scheduleBlock > div caption a.noHref {
        cursor: default;
    }

#scheduleBlock .noBorder {
    border: 0;
}

#scheduleBlock .check {
    min-width: 35px;
    width: 35px;
    cursor: pointer;
}

    #scheduleBlock .check > .ckb {
        width: 18px;
        height: 18px;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #bccedc;
        box-sizing: border-box;
    }

#scheduleBlock .ckbOK {
    /*background: #fff url(/images/sport/ic_check2.png) no-repeat center;*/
    background: #fff url('../../images/PC/ic_check2.png') no-repeat center;
}

#scheduleBlock .leagueName {
    width: 79px;
    min-width: 89px;
}

#scheduleBlock td.leagueName {
    color: #fff;
    padding: 0px 5px 0px 5px;
    min-width: 60px;
}

#scheduleBlock .time {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    padding: 0px 3px;
}

    #scheduleBlock .time > img {
        margin-left: 5px;
    }

#scheduleBlock .status {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    padding: 0px 3px;
}

#scheduleBlock .timeLeft {
    min-width: 60px;
    width: 73px;
    padding: 0px 5px 0px 5px;
}

    #scheduleBlock .timeLeft img {
        float: right;
    }

#scheduleBlock .serving {
    min-width: 40px;
    width: 40px;
}

    #scheduleBlock .serving > div {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        background-color: #2c96ff;
        display: inline-block;
        vertical-align: middle;
    }

#scheduleBlock .bso {
    width: 73px;
    min-width: 73px;
}

#scheduleBlock .even .bso {
    background-color: #636363 !important;
}

#scheduleBlock td.bso {
    font-size: 15px;
    background-color: #a6a6a6 !important;
}

#scheduleBlock .bso > div {
    border-bottom: 1px solid #e5e5e5;
    height: 23px;
    width: 80px;
    white-space: nowrap;
    display: block;
}

    #scheduleBlock .bso > div:last-child {
        border-bottom: none;
    }

#scheduleBlock .bso span {
    font-size: 17px;
    color: #fff;
    width: 13px;
    display: inline-block;
    vertical-align: text-top;
}

#scheduleBlock .bso > div > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    width: 57px;
    height: 100%;
}

#scheduleBlock .bso .b0 {
    /*background-image: url(/images/sport/bso_bk.png), url(/images/sport/bso_bk.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_bk.png'),url('../../images/PC/bso_bk.png'),url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, center, right;
}

#scheduleBlock .bso .b1 {
    /*background-image: url(/images/sport/bso_g.png), url(/images/sport/bso_bk.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_g.png'), url('../../images/PC/bso_bk.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, center, right;
}

#scheduleBlock .bso .b2 {
    /*background-image: url(/images/sport/bso_g.png), url(/images/sport/bso_g.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_g.png'), url('../../images/PC/bso_g.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, center, right;
}

#scheduleBlock .bso .b3 {
    /*background-image: url(/images/sport/bso_g.png), url(/images/sport/bso_g.png), url(/images/sport/bso_g.png);*/
    background-image: url('../../images/PC/bso_g.png'), url('../../images/PC/bso_g.png'), url('../../images/PC/bso_g.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left, center, right;
}

#scheduleBlock .bso .s0 {
    /*background-image: url(/images/sport/bso_bk.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_bk.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .bso .s1 {
    /*background-image: url(/images/sport/bso_y.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_y.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .bso .s2 {
    /*background-image: url(/images/sport/bso_y.png), url(/images/sport/bso_y.png);*/
    background-image: url('../../images/PC/bso_y.png'), url('../../images/PC/bso_y.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .bso .o0 {
    /*background-image: url(/images/sport/bso_bk.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_bk.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .bso .o1 {
    /*background-image: url(/images/sport/bso_r.png), url(/images/sport/bso_bk.png);*/
    background-image: url('../../images/PC/bso_r.png'), url('../../images/PC/bso_bk.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .bso .o2 {
    /*background-image: url(/images/sport/bso_r.png), url(/images/sport/bso_r.png);*/
    background-image: url('../../images/PC/bso_r.png'), url('../../images/PC/bso_r.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left, center;
}

#scheduleBlock .base {
    min-width: 82px;
    width: 82px;
}

    #scheduleBlock .base div {
        width: 82px;
        height: 66px;
        background-repeat: no-repeat;
        background-position: center center;
    }

#scheduleBlock .base0 {
    /*background-image: url(/images/sport/ic_base0.png);*/
    background-image: url('../../images/PC/ic_base0.png');
}

#scheduleBlock .base1 {
    /*background-image: url(/images/sport/ic_base1.png);*/
    background-image: url('../../images/PC/ic_base1.png');
}

#scheduleBlock .base2 {
    /*background-image: url(/images/sport/ic_base2.png);*/
    background-image: url('../../images/PC/ic_base2.png');
}

#scheduleBlock .base3 {
    /*background-image: url(/images/sport/ic_base3.png);*/
    background-image: url('../../images/PC/ic_base3.png');
}

#scheduleBlock .base4 {
    /*background-image: url(/images/sport/ic_base4.png);*/
    background-image: url('../../images/PC/ic_base4.png');
}

#scheduleBlock .base5 {
    /*background-image: url(/images/sport/ic_base5.png);*/
    background-image: url('../../images/PC/ic_base5.png');
}

#scheduleBlock .base6 {
    /*background-image: url(/images/sport/ic_base6.png);*/
    background-image: url('../../images/PC/ic_base6.png');
}

#scheduleBlock .base7 {
    /*background-image: url(/images/sport/ic_base7.png);*/
    background-image: url('../../images/PC/ic_base7.png');
}

#scheduleBlock .teamName {
    text-align: left !important;
    padding: 0 4px !important;
    width: 220px;
    min-width: 228px;
}

#scheduleBlock .pbTeamName {
    text-align: left !important;
    padding: 0 4px !important;
    min-width: 228px;
}

#scheduleBlock .win {
    text-align: left !important;
    padding: 0 4px !important;
}

#scheduleBlock .teamName .redCards {
    color: #fff;
    background-color: #ff0000;
    padding: 0px 2px;
    margin-left: 5px;
    font-weight: normal;
}

#scheduleBlock .teamName .yellowCards {
    background-color: #ffde00;
    padding: 0px 2px;
    margin-left: 5px;
    font-weight: normal;
}

#scheduleBlock .teamName .ranking {
    float: right;
    font-weight: 400;
    color: #777777;
    margin-right: 5px;
}

#scheduleBlock .teamName a:hover {
    color: #0081ff;
}

#scheduleBlock .score {
    min-width: 38px;
    width: 80px;
}

#scheduleBlock .scoreFinal {
    min-width: 45px;
    width: 75px;
    font-weight: bold;
    font-size: 13px;
}
/*球類比分的css*/
#scheduleBlock .scoreVL,
#scheduleBlock .scoreTT {
    min-width: 38px;
    width: 60px;
}

#scheduleBlock .scoreHB {
    min-width: 38px;
    width: 185px;
}

#scheduleBlock .scoreBM {
    min-width: 38px;
    width: 85px;
}

#scheduleBlock .scoreBK,
#scheduleBlock .scoreAF,
#scheduleBlock .scoreIH {
    min-width: 38px;
    width: 105px;
}

#scheduleBlock .fontSizeTh {
    font-size: 14px;
}

/*隱藏雷達的外層div*/
#scheduleBlock .hide {
    display: none;
}

#scheduleBlock .live {
    min-width: 55px;
    width: 70px;
    line-height: 27px;
}

    #scheduleBlock .live > div {
        white-space: nowrap;
        padding: 2px 8px 0;
    }
        /*跟即時更新字對齊*/
        #scheduleBlock .live > div > div:first-child {
            margin-left: 1px;
        }

    #scheduleBlock .live > a {
        color: #002aff;
    }
    /*其他球類 雷達、雷達動畫*/
    #scheduleBlock .live > div > div {
        vertical-align: middle;
        display: inline-block;
    }

    /*足球雷達、雷達動畫block*/
    #scheduleBlock .live > .liveSC {
        width: 97%;
        height: 100%;
        padding: 0 2px;
    }

        #scheduleBlock .live > .liveSC > div > a {
            vertical-align: middle;
        }

#scheduleBlock .flot {
    display: inline-block;
    width: 25px;
    height: 15px;
    /*background: url(/images/sport/flot_cht.svg) center center no-repeat;*/
    background: url('../../images/PC/flot_cht.svg') center center no-repeat;
    background-size: 20px,15px;
}

.green {
    color: #0b7800;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.blue {
    color: blue;
}

.black {
    color: black;
}

#scheduleBlock .highlight {
    font-weight: bold;
    background-color: #FCF7C8 !important;
}

#scheduleBlock .notice td {
    text-align: left !important;
    padding: 0 5px;
    height: 30px;
    color: #ff0000;
}

#scheduleRemind {
    text-align: left;
    position: absolute;
    top: 120px;
    z-index: 1;
    display: table;
    background-color: #fdf7c7;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 940px;
}

    #scheduleRemind > div:first-child {
        padding: 5px 0px 5px 15px;
        float: left;
    }

        #scheduleRemind > div:first-child > img {
            vertical-align: middle;
        }

        #scheduleRemind > div:first-child > span {
            vertical-align: middle;
            margin-left: 10px;
        }

/*提示關閉按鈕*/
#msgClose {
    /*background-image: url(/images/sport/mobile/btn_outerGame_close.svg);*/
    background-image: url('../../images/Mobile/btn_outerGame_close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    position: absolute;
    top: 1px;
    left: calc(100% - 30px);
}

    /*提示關閉按鈕 hover效果*/
    #msgClose:hover {
        cursor: pointer;
        opacity: 1;
    }

#goalMsg {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 30px 5px 10px;
    word-break: break-all;
}

    #goalMsg > embed {
        width: 1px;
        height: 1px;
        position: absolute;
        top: -200px;
    }

#scheduleNoData {
    display: none;
}

    #scheduleNoData .noScore {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

/*足球固定表頭*/
#fixedTitle {
    z-index: 1;
    width: 1000px;
    background-color: #e5e5e5 !important;
    height: 39px !important;
    min-height: 30px;
    vertical-align: middle;
}

    #fixedTitle > span {
        display: table-cell;
        height: 39px;
        text-align: center;
        border-style: solid;
        border-width: 0 0 0 1px;
        border-color: #e5e5e5;
        font-weight: normal !important;
    }

        #fixedTitle > span:first-child {
            width: 35px !important;
            max-width: 35px !important;
            min-width: 35px !important;
        }

        #fixedTitle > span:nth-child(3) {
            width: 75px !important;
            max-width: 75px !important;
            min-width: 75px !important;
        }

        #fixedTitle > span:nth-child(5),
        #fixedTitle > span:nth-child(7) {
            max-width: 228px;
            border-width: 0 2px 0 1px !important;
        }

        #fixedTitle > span:last-child {
            width: 72px !important;
            max-width: 72px !important;
            min-width: 72px !important;
        }

    #fixedTitle span:before {
        content: "";
        height: 39px;
        width: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    #fixedTitle .check > .ckb {
        vertical-align: middle;
    }

/*電競*/
#scheduleBlock .scoreES {
    min-width: 22px !important;
    width: 50px !important;
    padding: 1px !important;
}
/*細項的一血、10殺圖示置中*/
/*#scheduleBlock td.scoreES > div {
    margin-left: 8px;
}*/

/*電競欄位內圖片置中*/
#scheduleBlock > div th > div {
    display: inline-block;
    vertical-align: middle;
}

/*電競賽事圖片*/
/*殺*/
.esK {
    /*background-image: url(/images/sport/kill.svg);*/
    background-image: url('../../images/Public/kill.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*LOL 金*/
.esG {
    /*background-image: url(/images/sport/gold.svg);*/
    background-image: url('../../images/Public/gold.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*Dota2 金*/
.esXP {
    /*background-image: url(/images/sport/xp.svg);*/
    background-image: url('../../images/Public/xp.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*塔*/
.esT {
    /*background-image: url(/images/sport/tower.svg);*/
    background-image: url('../../images/Public/tower.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*龍 lol*/
.esD {
    /*background-image: url(/images/sport/small_dragon.png);*/
    background-image: url('../../images/Public/small_dragon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*大龍 lol*/
.esBD {
    /*background-image: url(/images/sport/dragon3.png);*/
    background-image: url('../../images/Public/dragon3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*暴君 王者荣耀*/
.esD_S {
    /*background-image: url(/images/sport/dragon3.png);*/
    background-image: url('../../images/Public/dragon_s.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*主宰 王者荣耀*/
.esBD_D {
    /*background-image: url(/images/sport/small_dragon.png);*/
    background-image: url('../../images/Public/dragon_b.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*首殺 */
.esFK {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/first_blood.svg);*/
    background-image: url('../../images/Public/first_blood.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.esFKG {
    /*background-image: url(/images/sport/first_bloodGray.svg);*/
    background-image: url('../../images/Public/first_bloodGray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*10殺 */
.esTK {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/first_kill_ten.svg);*/
    background-image: url('../../images/Public/first_kill_ten.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.esTKG {
    /*background-image: url(/images/sport/first_kill_tenGray.svg);*/
    background-image: url('../../images/Public/first_kill_tenGray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
/*營 dota2*/
.esB {
    /*background-image: url(/images/sport/barrack.svg);*/
    background-image: url('../../images/Public/barrack.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*盾 dota2*/
.esA {
    /*background-image: url(/images/sport/aegis.svg);*/
    background-image: url('../../images/Public/aegis.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}
/*排名*/
.esR {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/medal.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
}

/*贏得第一回合 csgo*/
.es1WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.es1WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun1_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/*優先贏得五個回合 csgo*/
.es5WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_grenade5.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.es5WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_grenade5_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

/*贏得第十六回合 csgo*/
.es16WT {
    display: inline-block;
    vertical-align: middle;
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun16.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.es16WTG {
    /*background-image: url(/images/sport/medal.svg);*/
    background-image: url('../../images/Public/icon_gun16_off.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

#scheduleBlock .scoreBB {
    min-width: 22px !important;
    width: 28px !important;
    padding: 1px !important;
}

#scheduleBlock .teamNameBB {
    min-width: 150px !important;
}

#scheduleBlock table.scTop {
    margin-top: 35px;
}

/*維護頁面*/
#maintBlock {
    width: 100%;
    height: 100%;
    min-width: 660px;
    z-index: 10000;
    background-color: white;
    position: fixed;
    display: none;
}

    #maintBlock > div {
        position: relative;
        top: 28%;
    }

    #maintBlock .imgMT {
        bottom: 30px;
        width: 150px;
        height: 120px;
        left: calc(50% - 50px);
        position: absolute;
    }

#imageBlock {
    min-width: 225px;
}

#messageBlock {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 40px;
}

#errorType {
    font-size: 20px !important;
    margin-left: 20px !important;
}

#messageBlock p {
    white-space: nowrap;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 5px;
}

#messageBlock h1 {
    white-space: nowrap;
    font-size: 56px;
    color: #6CA9E5;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

#messageBlock .borderB {
    border-bottom: 2px solid #6CA9E5;
    width: 100%;
    margin-bottom: 20px;
}

/*一般提示視窗樣式*/
#alertOverBlock {
    display: none;
    z-index: 10001;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
}

/*一般提示視窗樣式*/
#alertOver {
    position: absolute;
    width: 300px;
    background-color: #FFF;
    font-size: 14px;
    text-align: center;
    top: 40%;
    left: calc(50% - 200px);
    border-radius: 5px;
    z-index: 10002;
}

    /*一般提示視窗訊息樣式*/
    #alertOver > div.alertMsg {
        padding: 7% 5px 7% 5px;
    }

    /*維護視窗訊息樣式*/
    #alertOver.maintStyle > div.alertMsg {
        padding: 5% 5px 5% 5px;
        font-size: 16px;
    }

    /*維護視窗整體樣式*/
    #alertOver.maintStyle {
        width: 450px;
        font-size: 16px;
        text-align: center;
        z-index: 10002;
    }

    /*維護視窗標題*/
    #alertOver > div.alertTitle {
        background: #4984bf;
        position: relative;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
        height: 35px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        user-select: none;
    }

    #alertOver a:visited {
        color: #6CA9E5;
    }
    /*維護視窗確認按鈕*/
    #alertOver > div.alertComfirm {
        border-top: 1px solid #f0f0f0;
        display: none;
    }
    /*維護視窗關閉按鈕*/
    #alertOver > div.alertTitle > input.alertClose {
        /*background: url('/images/sport/img_close.png')no-repeat center;*/
        background: url('../../images/PC/img_close.png') no-repeat center;
        position: absolute;
        right: 0px;
        top: 5px;
        width: 35px;
        height: 25px;
        cursor: pointer;
        border: none;
    }
    /*維護視窗連結*/
    #alertOver > div.alertComfirm a {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        color: blue;
    }
