﻿.template {
    display: none !important;
}

.all-games {
    width: 100%;
    margin-bottom: 5px;
    background-color: #dbeefa;
}

    .all-games .container-all-days {
        width: 100%;
        padding-bottom: 5px;
    }

        .all-games .container-all-days .all-days {
            white-space: nowrap;
            list-style-type: none;
            padding: 0;
            margin: 0;
            height: 129px;
            overflow-y: auto;
            /*overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;*/
            direction: ltr;
        }

    .all-games .days {
        display: inline-block;
        margin-right: 5px;
        list-style: none;
    }

        .all-games .days:last-child {
            margin-left: 0;
        }

        .all-games .days .day-title {
            background: #0162a9;
            text-align: center;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            height: 17px;
        }
        /*.all-games .days.today .day-title:before {content: "משחקי היום";}*/
        .all-games .days.today .day-title {
            background: #c1000b;
            text-align: center;
        }

        .all-games .days .game-board {
            width: 200px;
            background: #fff;
            display: inline-block;
            margin-right: 5px;
            margin-top: 5px;
            vertical-align: top;
            direction: rtl;
        }

            .all-games .days .game-board:last-child {
                margin-right: 0;
            }

            .all-games .days .game-board .top {
                background: #fff;
                border-bottom: 1px solid #000;
                text-align: center;
                margin: 0 5px 0 5px;
                cursor: pointer;
            }

                .all-games .days .game-board .top a {
                    color: #000;
                    text-decoration: none;
                }

                .all-games .days .game-board .top .team {
                    display: inline-block;
                    padding-top: 30px;
                    font-size: 13px;
                    width: 60px;
                    font-weight: 400;
                    font-family: arial;
                    color: #020018;
                }

                    .all-games .days .game-board .top .team.long {
                        padding-top: 27px;
                    }

                        .all-games .days .game-board .top .team.long span {
                            display: inline-block;
                            width: 55px;
                            line-height: 12px;
                            font-size: 12px;
                            white-space: normal;
                        }

                .all-games .days .game-board .top .info {
                    display: inline-block;
                    margin: 5px 5px 0 5px;
                }

                    .all-games .days .game-board .top .info group {
                        display: block;
                        font-size: 10px;
                    }

                    .all-games .days .game-board .top .info results {
                        display: block;
                        font-size: 24px;
                        margin-top: 10px;
                        margin-bottom: 5px;
                    }

                        .all-games .days .game-board .top .info results strong {
                            display: inline-block;
                            height: 33px;
                            font-weight: 700;
                        }

            .all-games .days .game-board .bottom {
                background: #fff;
                text-align: center;
                margin: 0 5px 0 5px;
            }

                .all-games .days .game-board .bottom .head {
                    display: block;
                    margin-top: 10px;
                    height: 39px;
                }

                    .all-games .days .game-board .bottom .head .red {
                        color: #c1000b;
                        font-weight: 400;
                        font-size: 14px;
                        padding-bottom: 10px;
                        font-family: arial;
                    }

                    .all-games .days .game-board .bottom .head.with-details {
                        margin-top: 0;
                        margin-bottom: 0;
                    }

                        .all-games .days .game-board .bottom .head.with-details .red {
                            color: #c1000b;
                            font-weight: 400;
                            font-size: 14px;
                            padding-bottom: 0;
                            padding-top: 5px;
                            font-family: arial;
                        }

                        .all-games .days .game-board .bottom .head.with-details .small {
                            font-size: 70%;
                            color: #000;
                        }

                    .all-games .days .game-board .bottom .head .circle {
                        display: none;
                    }

                    .all-games .days .game-board .bottom .head.live-game .circle {
                        display: inline-block;
                        background: #78e437;
                        border-radius: 50%;
                        width: 6px;
                        height: 6px;
                    }

                    .all-games .days .game-board .bottom .head.live-game .text {
                        display: inline-block;
                        color: #000;
                    }

                        .all-games .days .game-board .bottom .head.live-game .text:after {
                            content: 'חי:';
                        }

                    .all-games .days .game-board .bottom .head.live-game .small {
                        display: inline-block;
                        color: #c1000b;
                        font-size: 14px;
                    }

.game-board .top .team {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 25px 25px;
}
