/* park list */
/*#region*/

.track-result {
    padding: 40px 0 80px;
}

.track-result .section-head {
    position: relative;
    text-align: left;
}

.track-result .section-head h2:after {
    margin-left: 0;
}

.track-result .section-head span {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.track-result table {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
}

.track-result table th,
.track-result table td {
    border: 1px solid var(--the-other-blue);
    padding: 7px 12px;
    text-align: center;
}

.track-result table th {
    background: var(--another-blue);
    color: #fff;
}

.result-intro {
    margin: 20px 0;
}

.result-intro .tabs-hand label {
    margin-right: 20px;
    cursor: pointer;
}

.result-intro .tabs-items .item {
    display: none;
}

.result-intro .tabs-items .active {
    display: block;
}

.result-intro .tabs-items label {
    display: block;
}

.result-intro .tabs-items .form-control {
    max-width: 40%;
    display: inline-block;
}

.result-intro .tabs-items .btn {
    background-color: var(--another-blue);
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: 1px;
}

.result-head .paragraph {
    padding: 15px;
    margin: 0 0 20px 0;
    background-color: var(--the-other-blue);
    border: 1px solid #ccc;
}

.section-body .last_time {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.table-basic thead th {
    text-align: left;
}

.table-basic tbody td {
    text-align: left;
    vertical-align: top;
    font-weight: 200;
}

.table-basic tbody td strong {
    font-weight: normal;
}

.result-intro .note {
    margin-top: 10px;
}

.result-intro .note p {
    margin-bottom: 0;
    color: #333;
}

.result-alert {
    background: var(--the-other-blue);
    color: var(--main-blue);
    font-size: 17px;
}

@media (max-width: 767px) {
    .result-body table {
        min-width: 960px;
    }
}

/*#endregion*/

@media (min-width: 768px) {
    .scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media print {
    .root {
        padding-top: 0;
    }

    .track-result {
        padding: 10px 0 0;
    }

    .container {
        margin: 0;
        max-width: 100%;
    }

    .row {
        margin: 0;
    }

    [class^='col-'] {
        padding: 0;
    }

    .head-inner .logo img,
    .head-inner .search,
    .head-inner nav,
    .mo-toggle,
    .mo-nav,
    .section-head,
    .result-alert,
    footer {
        display: none !important;
    }

    .head-inner .logo span {
        display: block;
        margin-left: 0;
        padding: 0 15px;
        color: #000;
        font-size: 36px;
        border: 1px solid #000;
    }

    header {
        position: static;
        background: #fff;
    }

    .track-result table th,
    .track-result table td {
        border: 1px solid #d8d8d8;
        padding: 2px;
    }

    .track-result table th {
        background-color: #f3f2f1;
        font-size: 14px;
        color: #000;
    }

    .result-head .paragraph {
        display: none;
    }

    .result-body table {
        margin-bottom: 20px;
    }

    .result-body:after {
        content: '- END -';
    }
}