.page-inner {
    transition: opacity 0.5s;
}

    .page-inner.loading {
        opacity: 0.5;
    }

.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;
}

.btn-block {
    display: block;
    margin-top: 0px !important;
    margin-bottom: 0px;
    border-radius: 0px !important;
    border: 1px solid red;
    border-color: black !important;
}

.btn-scoreblock {
    font-size: 25px;
    padding: 10px 0px;
}

.score-display {
    font-size: 40px;
    width: 100%;
    text-align: center;
}

.btn-set-block {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #666;
    text-transform: uppercase;
}

    .btn-set-block.selected {
        background: #ffe000;
    }

.score-left,
.score-right {
    font-size: 30px;
    font-weight: bold;
}

.score-left {
    text-align: right;
    margin-right: 30px;
}

.score-right {
    text-align: left;
    margin-left: 30px;
}

.score-contingent {
    font-size: 30px;
    text-align: center;
}

.serve-indicator {
    font-size: 50px;
    text-align: center;
}

.fa-indicator {
    font-size: 40px;
}

.match-clock {
    font-size: 50px;
}

.table-athlete thead tr th {
    font-weight: bold;
    background: #eaeaea;
    color: #333;
}

.btn-bigbutton {
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.sw-tab-big {
    font-size: 30px;
    font-weight: bold;
}

.btn-card.Y {
    background: yellow !important;
    background-color: yellow !important;
    color: black !important;
}

.btn-card.R {
    background: red !important;
    background-color: red !important;
}

.fa-yellow {
    color: #ebb800;
}

.fa-red {
    color: red;
}

.fa-ico-card {
    margin-right: 3px;
}

.selector-box {
    height: 270px !important;
    padding: 5px;
}

    .selector-box option {
        padding: 8px 5px;
    }

.table-border td {
    border: 1px solid #333;
    padding: 10px;
}

.tb-score td {
    padding: 10px;
}

.sb-round-rect {
    width: 80% !important;
}

.lbl-timeout {
    color: #db1e00;
}

.tb-football-stats {
    font-weight: bold;
    font-size: 50px;
}

.score-attribute-cell {
    width: 150px;
    font-size: 52px;
}

.sb-table-attr .attr-contingent {
    font-size: 40px;
    font-weight: bold;
}

.board-wrapper .big-flag span.flag-icon {
    font-size: 200px !important;
}

.board-wrapper .big-flag .contingent-name {
    font-size: 200px !important;
    color: white;
}

.footballball {
    width: 100px;
    margin-top: -56px;
}
