.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%;
}

    .table-input-mini2{
        font-size: 25px;
        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;
}

tr.eliminated td {
    text-decoration: line-through;
}

.strike {
    text-decoration: line-through;
}

.weight-selector {
    margin-bottom: 20px;
}