﻿* {
    margin: 0;
    padding: 0;
}

.vhc1 {
    height: 50px;
    border: 1px solid #808080;
}

.vhc2 {
    height: 100px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.vhc3 {
    height: 100px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.vhc4 {
    height: 100px;
    border: 1px solid #808080;
    width: 256px;
}

.dont-overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

.ve1 {
    margin-left: 30px;
    margin-top: 10px;
}

.ve4 {
    margin-left: 30px;
    margin-top: -15px;
}


.ge {
    margin-left: 2px;
    margin-top: 4px;
}


.gly {
    margin-left: 1px;
    margin-top: 4px;
}

ul.legend-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    text-align: center;
}

.NormalLine {
    width: 30px;
    margin: auto;
    background-color: black;
    height: 10px;
}

.IdleLine {
    width: 30px;
    margin: auto;
    background-color: blue;
    height: 10px;
}

.StopLine {
    width: 30px;
    margin: auto;
    background-color: green;
    height: 10px;
}

.OverSpeedLine {
    width: 30px;
    margin: auto;
    background-color: red;
    height: 10px;
}

.legend-title {
    margin: 20px 5px 5px;
    text-align: center;
    background-color: #c9dcff;
    font-weight: bold;
}

/*.switch {
    --uiSwitchSize: var(--switchSize, 12px);
    --uiSwitchBgColor: var(--switchBgColor, #f1f1f1);
    --uiSwitchBgColorActive: var(--switchBgColorActive, #4ed164);
    --uiSwitchBorderColorActive: var(--switchBorderColorActive, #fff);
    --uiSwitchBorderColorFocus: var(--switchBgColorFocus, #43b556);
    --uiSwitchButtonBgColor: var(--switchButtonBgColor, #fff);
    display: inline-block;
    position: absolute;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.switch__label {
    display: block;
    width: 100%;
    height: 100%;
}

.switch__toggle {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    .switch__toggle:focus ~ .switch__label {
        box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorFocus);
    }

    .switch__toggle:checked:focus ~ .switch__label {
        box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorActive);
    }

.switch__label:before, .switch__label:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.switch__label:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--uiSwitchBgColor);
}

.switch__label:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
}

/* type 1 */
