.page-inner {
    transition: opacity 0.5s;
}

    .page-inner.loading {
        opacity: 0.5;
    }

.mb-0 {
    margin-bottom: 0px !important;
}

.lane-list-panel {
    min-height: 300px;
    padding: 15px;
    border-radius: 15px;
}

    .lane-list-panel .lane {
        border-bottom: 6px dotted #0088e0;
        padding: 8px;
        margin-bottom: 5px;
    }

        .lane-list-panel .lane:last-child {
            border-bottom: none !important;
        }

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .grabbable:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.lane-inner {
    height: 46px;
    position: relative;
    border-radius: 10px;
}

    .lane-inner:active {
        background-color: #fafafa;
    }

    .lane-inner .lane-label-small {
        position: absolute;
        font-size: 12px;
    }

    .lane-inner .lane-number {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        padding: 8px 12px;
        margin-top: 8px;
        font-style: italic;
    }

.button-wrapper {
    margin-top: 15px;
}

.athlete-list-panel {
    padding: 10px;
}

.athlete-name {
    width: 100%;
    background: #fafafa;
    padding: 12px;
    border-radius: 5px;
    border: 1px dashed #0070e0;
    margin-bottom: 10px;
    margin-right: 5px;
}

.lane .lane-name {
    padding-left: 50px;
    padding-top: 10px;
}

    .lane .lane-name .athlete-name {
        float: left;
        width: auto;
        padding: 5px;
        font-size: 12px;
        font-weight: bold;
    }

.athlete-name-wrapper {
    display: inline-block;
}

    .athlete-name-wrapper .name {
        font-size: 14px;
        letter-spacing: 1px;
    }

        .athlete-name-wrapper .name a:hover {
            text-decoration: underline !important;
        }

    .athlete-name-wrapper .score {
        font-style: italic;
        font-size: 12px;
    }

    .athlete-name-wrapper .rank {
        font-style: italic;
        font-size: 12px;
    }

        .athlete-name-wrapper .rank strong {
            font-size: 13px;
        }

.btn-remove-athlete {
    margin-left: 15px;
    cursor: pointer;
}

.panel-item h3.panel-title {
    color: black;
    padding: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

th.lane-col {
    font-weight: bold;
    color: #333 !important;
}

th.lane-col,
td.lane-col {
    background-color: #f1f1f1;
}

.athlete-header input {
    font-size: 14px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    padding: 12px 18px;
    width: 100%;
}

.lane-editor-wrapper {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
}

.editor-athlete {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

.editor-lane {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    border-left: 1px solid #ccc;
}

.lane-editor {
    border-top: none;
}

.athlete-editor {
    border-top: none;
}

.lane-list-toolbar {
    background: #fafafa;
    border: 1px solid #ccc;
    border-bottom: 1px solid #c3c3c3;
    float: left;
    width: 100%;
}

.lane-number-input {
    border: none;
    outline: none;
    font-size: 26px;
    padding: 10px;
    text-align: center;
    width: 160px;
    background: #fafafa;
    height: 100%;
    font-weight: bold;
    width: 85px;
}

.lane-number-label {
    margin: 15px;
}

.toolbar-button .btn {
    margin: 10px 10px 10px 0px;
}

.athlete-list-panel .assigned {
    color: red;
    font-size: 12px;
    font-style: italic;
}

tr.empty-row {
    color: #ccc;
}

.header-label {
    display: block;
    font-size: 15px;
    padding: 5px 0px;
    font-style: italic;
}

.lap-text {
    font-size: 12px;
    font-style: italic;
}

.live-lap-text {
    font-weight: bold;
}

.empty-row .timer-col {
    color: transparent;
}

.table-result thead,
.table-simulator thead {
    border-bottom: 2px solid #0070e0
}

.table-select-mini {
    border: 1px solid #ccc;
    font-size: 11px;
    height: 22px;
    width: 90%;
}

.table-input-mini {
    font-size: 11px;
    width: 90%;
}

.control-col {
    vertical-align: middle;
}

    .control-col .btn {
        margin: 0px 15px 15px 15px;
    }

td.athlete-col,
td.sub-athlete-col {
    background-color: #eee;
    border: 1px solid #ccc;
    vertical-align: top;
}

    td.athlete-col .athlete-list-panel,
    td.sub-athlete-col .athlete-list-panel {
        overflow-y: auto;
        height: 500px;
    }

.athlete-control {
    padding: 10px;
    padding-bottom: 0px;
}

    .athlete-control a {
        margin-right: 10px;
        text-decoration: underline;
    }

.toolbar-wrapper {
    display: block;
    width: 100%;
    float: left;
}

.trial-wrapper {
    padding: 15px;
}

.trial-item {
    margin-bottom: 50px;
}

.btn-vs {
    font-weight: bold;
}

.court-wrapper-round {
    margin-top: 50px;
    margin-bottom: 60px;
}

.court-wrapper-outer {
    text-align: center;
    padding: 20px 0px;
}

.court-wrapper {
    display: inline-block;
    padding: 10px;
    background: #349850;
    width: 100%;
    max-width: 800px;
}

    .court-wrapper .court {
        background: #349850;
        width: 100%;
        height: 370px;
        /*border: 2px solid white;*/
    }

        .court-wrapper .court td {
            padding: 0px;
            margin: 0px;
            border-collapse: collapse;
        }

.court .court-inner {
    margin: 0px;
    width: 100%;
    height: 100%;
}

    .court .court-inner tr.court-vo {
        height: 10%;
    }

    .court .court-inner tr.court-vc {
        height: 40%;
    }

    .court .court-inner td {
        border: 2px solid white;
    }

        .court .court-inner td.court-ho {
            width: 12%;
        }

        .court .court-inner td.court-hc {
            width: 60%;
        }

        .court .court-inner td.court-hf {
            width: 28%;
            border-top: none;
            border-bottom: none;
        }

    .court .court-inner tr.court-vo td.court-hf {
        border: 2px solid white;
    }

    .court .court-inner.court-1 td.court-hf {
        width: 28%;
        border-right: 1px dotted white !important;
    }

    .court .court-inner.court-2 td.court-hf {
        width: 28%;
        border-left: 1px dotted white !important;
    }

.court .player-list {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.court-wrapper-round .timer {
    font-size: 20px;
    font-weight: bold;
}

.score-wrapper {
    text-align: center;
}

    .score-wrapper input.score-input {
        width: 75px;
        height: 45px;
        font-size: 45px;
        text-align: center;
        border-radius: 10px;
        border: none;
    }

.btn-score-control {
    margin-top: -5px;
}

.game-wrapper {
    width: 870px;
    display: inline-block;
    max-width: 100%;
}

.game-wrapper-outer {
    text-align: center;
}

.btn-badminton-control {
    padding: 20px;
    background: #0070e0;
    color: white;
    font-size: 20px;
    border-radius: 8px;
}

.status-text {
    font-size: 22px;
    margin-top: 10px;
}

.add-team-match {
    padding: 10px;
    border: solid 1px black;
}

.table-result thead,
.table-simulator thead {
    border-bottom: 2px solid #0070e0
}

.result-score-label {
    text-align: center;
    margin: 5px 0;
}

.bg-gray {
    background-color: #f1f1f1;
}

.table-match-info {
    margin-top: 20px;
}

    .table-match-info td:first-child {
        font-weight: bold;
        width: 40%;
        text-align: left;
        padding-left: 15px;
    }

    .table-match-info td {
        border: 1px solid #ccc;
        padding: 5px;
    }

.court-side-wrapper {
    position: relative;
}

.court-hc {
    font-size: 12px;
}

    .court-hc.serving {
        background: #adff2f;
    }

        .court-hc.serving span {
            color: black !important;
        }

.action-button-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    text-align: left;
}

.btn-rounded {
    background: white;
    padding: 9px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: relative;
}

.table-contingent-matches > tbody > tr > td {
    border: 1px solid #efefef !important;
}

.word-wrap {
    white-space: pre-wrap;
}

.btn.btn-rounded.serving {
    background: #0070e0;
    color: white;
}

.side-action-display {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    padding-top: 3px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}

    .side-action-display.warning {
        background-color: #f1c205;
    }

    .side-action-display .fa-warning {
        font-size: 20px;
        color: white;
        margin-top: -10px;
    }

.side-action-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.side-action-display.challenge {
    border: 2px solid #872305;
    background: none;
    padding-top: 8px;
}

.challenge-result-button {
    width: 100%;
    padding: 30px;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.score-player {
    font-size: 12px;
}

.table-score {
    table-layout: fixed;
}

    .table-score td {
        border: 1px solid #888;
        font-size: 12px;
    }

        .table-score td.score {
            width: 30px;
        }

.table-score-wrapper {
    overflow-x: auto;
    width: 700px;
}

    .table-score-wrapper::-webkit-scrollbar {
        height: 5px;
    }

    .table-score-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .table-score-wrapper::-webkit-scrollbar-thumb {
        background: #AAA;
    }

        .table-score-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.table-penalty td {
    width: 50%;
    height: 100px;
    padding: 20px;
}

    .table-penalty td .btn {
        width: 100%;
        height: 100%;
    }

.badminton-bracket__displayscore {
    display: inline-block;
    padding: 0.2em 0.4em 0.2em;
    border-top: 0.075em solid transparent;
    border-bottom: 0.075em solid transparent;
    border-right: 0.075em solid transparent;
    border-left: 0.075em solid transparent;
    font-size: 0.95rem;
    background-color: #FFFFFF;
    border-color: #000000;
    float: right;
    text-align: center;
    width: 30px;
    margin-top: 10px;
    margin-right: 15px;
}

.match-won__display {
    display: inline-block;
    font-weight: bold;
    vertical-align: text-bottom;
    /*float: right;*/
    text-align: right;
    font-size: 0.95rem;
}

.athlete-sportclass__display {
    margin-left: 5px;
    font-weight: bold;
    font-size: 11px;
}

.serving {
    color: black !important;
    background-color: #CEFA05 !important;
}

.serving-previous-match {
    color: #CEFA05 !important;
}

.winner {
    color: #CEFA05 !important;
}

.athleteScoreboardContainer {
    grid-template-rows: repeat(8, 75px);
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    /*width: 650px;
    padding-left: 15px;*/
}

.athleteBoard {
    width: 50%;
}

.badminton-bracket__displayscore--match_1 {
    display: inline-block;
    padding: 0.2em 0.4em 0.2em;
    border-top: 0.075em solid transparent;
    border-bottom: 0.075em solid transparent;
    border-right: 0.075em solid transparent;
    border-left: 0.075em solid transparent;
    font-size: 0.95rem;
    background-color: #FFFFFF;
    border-color: #000000;
    float: right;
    text-align: center;
    width: 30px;
    margin-top: 10px;
}

.plus-section {
    margin-top: 45px;
}

    .plus-section > a {
        width: 60px;
        height: 60px;
        border-radius: 28px;
    }

        .plus-section > a > i {
            margin-top: 17px;
        }

.btn-ignorefieldset {
    opacity: 1.0 !important;
    cursor: pointer !important;
}


.btnwalkover:hover {
    color: yellow;
}
