﻿body {
    font-family: Source Sans Pro, Helvetica Neue, Roboto, Noto Sans CJK TC, Heiti TC, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, 微軟正黑體, sans-serif;
    font-size: 14pt;
    text-align: left;
}

table th, td {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.btn_red {
    border-radius: 5px;
    color: white;
    background-color: red;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn_start {
    border-radius: 5px;
    color: white;
    background-color: #1eb01c;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn_driving {
    border-radius: 5px;
    color: white;
    background-color: #0000E3;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn_arrival {
    border-radius: 5px;
    color: white;
    background-color: #AE8F00;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.banner {
    /* position: fixed; */
    font-size: 2rem;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #1C4853;
    font-weight: 700;
}

.backBtn {
    width: 50px;
    position: absolute;
    right: 15px;
}

    .backBtn img {
        width: 100%;
    }

.BtnNew {
    min-width: 50px;
    position: absolute;
    left: 15px;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    background-color: #FDBA12;
    text-align: center;
    color: black;
    font-size: 1.3rem;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.BtnType {
    width: 150px;
    height: 100px;
    line-height: 90px;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    background-color: #FDBA12;
    text-align: center;
    color: black;
    font-size: 2rem;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

.color_green {
    color: green;
}

.mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.mask-bg {
    z-index: 9999;
    background-color: #000;
    opacity: .8;
}

.mask-content {
    z-index: 10000;
}
