﻿html,
body {
    padding: 0;
    margin: 0;
}

/*黑色底圖地圖*/
.wrap-dashboard {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.map-section {
    position: absolute !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .map-section > div {
        transition: all 0.5s;
    }

.mapboxgl-map {
    flex-grow: 1;
}

.map-item {
    flex-grow: 0;
}

.double-Column .mapboxgl-map {
    flex-grow: 1;
}

.double-Column .map-item {
    flex-grow: 1;
}

.TCP-topBar {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background: #333333;
}

.topLogo {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 3rem;
    color: #ffffff;
}

/* 左邊主選單 */
.leftArea {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: #ffffff;
}

.range-slider-Area {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background: #00000090;
}

.range-slider {
    position: relative;
    padding: 0 30px 0 6px;
}

.extra-controls {
    position: relative;
    border-top: 3px solid #000;
    padding: 10px 0 0;
}

.mark {
    display: block;
    position: absolute;
    top: 45px;
    background: #f00;
    transform: rotate(-45deg);
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
    margin-left: -10px;
}

.iconSVG {
    margin-right: 10px;
}

.form-group select {
    margin-bottom: 10px;
}

.form-group .control-label {
    padding-right: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.TCP-topBar {
    height: 70px;
}

.TCP-dashboard {
    flex: 1;
    position: relative;
}

.functionBar {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    gap: 2px;
}

    .functionBar button {
        height: 100%;
        font-size: 1.6rem;
    }
