﻿.hid {
    display: none !important;
}

.input-form {
    width: 100%;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    font-family: SFPD-Medium;
    font-size: 16px;
    color: #888;
    padding: 0 10px;
    letter-spacing: 0.5px;
}

.medium-insert-buttons {
    display: none !important;
}

.ticket_match .ticket_row_right .ticket_buy-btn {
    display: none !important;
}

.tabtop {
}

    .tabtop table.table {
        width: 100%;
    }

        .tabtop table.table tr {
        }

            .tabtop table.table tr:hover {
                background-color: #f1f1f1;
            }

            .tabtop table.table tr th {
                background-color: #f1f1f1;
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 12px;
            }

                .tabtop table.table tr th a,
                .tabtop table.table tr td a {
                    font-weight: normal;
                    color: #aaa;
                    font-family: Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    text-decoration: none;
                    cursor: default;
                    pointer-events: none;
                }

                .tabtop table.table tr th a {
                }

            .tabtop table.table tr td a {
                color: #333;
                font-weight: bold;
            }


            .tabtop table.table tr td {
                text-align: center;
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 12px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                color: #333;
                font-weight: bold;
            }

                .small-table .tabtop table.table tr th:nth-child(2),
                .tabtop table.table tr td:nth-child(2) {
                    text-align: left;
                }

.small-table .tabtop table.table tr th:nth-child(1),
.small-table .tabtop table.table tr td:nth-child(1) {
    width: 50px;
    padding-right: 10px;
}

.small-table .tabtop table.table tr th:nth-child(8),
.small-table .tabtop table.table tr td:nth-child(8) {
    padding-right: 5px;
}

.small-table .tabtop table.table tr td a img,
.small-table .tabtop table.table tr th:nth-child(4),
.small-table .tabtop table.table tr th:nth-child(5),
.small-table .tabtop table.table tr th:nth-child(6),
.small-table .tabtop table.table tr th:nth-child(7),
.small-table .tabtop table.table tr th:nth-child(8),
.small-table .tabtop table.table tr th:nth-child(9),
.small-table .tabtop table.table tr th:nth-child(10),
.small-table .tabtop table.table tr th:nth-child(11),
.small-table .tabtop table.table tr td:nth-child(4),
.small-table .tabtop table.table tr td:nth-child(5),
.small-table .tabtop table.table tr td:nth-child(6),
.small-table .tabtop table.table tr td:nth-child(7),
.small-table .tabtop table.table tr td:nth-child(8),
.small-table .tabtop table.table tr td:nth-child(9),
.small-table .tabtop table.table tr td:nth-child(10),
.small-table .tabtop table.table tr td:nth-child(11),
.small-table .tabtop table.table tr:nth-child(n+4) {
    display: none;
}


/* LICH THI DAU */
.pb-ltd {
    padding-bottom: 50px;
}

.pbl-header {
    background: #11b26b;
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.pbl-body {
}

.pblb-match {
    display: flex;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 3px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: SFPD-Medium;
    font-size: 16px;
    color: #333;
}

.pblbm-left {
    flex-basis: 15%;
    padding: 0 20px;
    padding-left: 0px;
}

.pblbml-name {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
}

.pblbml-time {
}

.pblbm-right {
    flex: 1 0 80%;
}

.match-row {
    display: table-row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e3e3e3;
}

.m-cell {
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
}

.m-cell-time {
    width: 5%;
    text-align: center;
    font-family: SFPD-Light;
}

.img-thumbnail {
    max-width: 40px;
    max-height: 40px;
}

.m-cell-location {
    width: 20%;
    font-weight: bold;
}

.m-cell-team {
    width: 15%;
}

.m-cell-logo {
    width: 5%;
    text-align: center;
}

.m-cell-resutl {
    width: 10%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .pblb-match {
        flex-direction: column;
    }

    .pbl-body {
        padding: 0 15px;
    }

    .match-row {
        display: flex;
        flex-wrap: wrap;
    }

    .m-cell-time {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-cell-location {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .m-cell-team {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m-cell.m-cell-logo {
        width: 50%;
    }

    .m-cell-resutl {
        width: 100%;
    }

    .pblbm-left {
        margin-bottom: 15px;
    }
}
