body {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

input, select, textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input[type="file"] {
        border: 0;
        padding: 0 0;
        height: auto;
    }

.form-group {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.topBarGroup {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #fff;
}

    .topBarGroup img {
        height: 80%;
    }

#HeadTitle {
    position: relative;
    padding-left: 10px;
    font-size: 1.6rem;
    color: #666;
}

    #HeadTitle::before {
        position: absolute;
        top: 3px;
        left: 0;
        margin-right: 0px;
        content: "";
        display: inline-block;
        width: 1px;
        height: 16px;
        margin-right: 10px;
        background: #666;
    }

    #HeadTitle span {
        font-size: inherit;
        color: #666;
    }








.mapBox {
    position: relative;
    height: 100%;
    margin-right: 0px;
    transition: all 0.3s;
}
/* .mapBox {
    background: #112;
    position: relative;
    height: 100%;
    margin-right: 300px;
    transition: all 0.3s;
} */

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.mapGroup {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

#sensorDiv {
    z-index: 1000;
    top: 100px;
    max-height: 500px;
    position: absolute;
    overflow: auto;
}

table .labelBox {
    width: 25px;
    height: 25px;
    padding-left: 0px;
    margin-right: 0px;
}

#sensorTable tr td:nth-child(3) {
    display: block;
    width: 100px;
}

.layerArea {
    z-index: 10001;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 100%;
    transition: all 0.3s;
    /*background: rgba(228, 228, 228, 0);*/
    background: #fff;
}

.layerArea {
    right: -300px;
}

.layerGroup {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.timeLineGroup {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    padding: 0 80px 0 10px;
    background: rgba(0, 0, 0, 0.5);
}

.layerTitle {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 6px;
    font-size: 2rem;
    background: #c0e5ec;
    color: #000;
}

.btn-black {
    display: inline-block;
    padding: 0px 12px;
    line-height: 20px;
    margin: 0 0 1px 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: #666;
    border-radius: 200px;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}

.btn-blue {
    display: inline-block;
    padding: 0px 10px;
    line-height: 20px;
    margin: 0 0 1px 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: #0276cf;
    border-radius: 200px;
    text-decoration: none;
    border: 0;
    vertical-align: top;
}

    .btn-blue:hover {
        background: #005fa8;
    }

.modal .btn-black {
    padding: 0px 20px;
    line-height: 34px;
    border-radius: 200px;
}

.btn-icon {
    float: right;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: #333333;
    text-decoration: none;
    vertical-align: middle;
}

    .btn-icon i {
        line-height: 20px;
    }







/*checkbox*/
.checkboxGroup {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 10px 10px;
}

.labelradioGroup {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 10px 10px;
}

.labelBox .labelItme {
    display: flex;
    font-size: 1.6rem;
}

.checkboxGroup label {
    flex: 0 0 100%;
    display: flex;
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
}

.labelradioGroup .labelBox > input,
.checkboxGroup .labelBox > input {
    display: none;
}

.checkboxGroup .labelBox a {
    line-height: 25px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin: 0 6px 0 0;
    padding: 0;
    border: 0;
}

.labelradioGroup label {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    font-weight: normal;
    font-size: 1.6rem;
}

label input[type="checkbox"],
label input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    margin-right: 4px;
}

/*chechbox radiobutton 樣式*/
.labelBox {
    display: inline-block;
    position: relative;
    line-height: 20px;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
    /* Hide the browser's default checkbox */
    .labelBox .labelItme input {
        position: absolute;
        left: 0;
        opacity: 0;
        cursor: pointer;
        width: 0;
        height: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.labelBox:hover input ~ .checkmark,
.labelBox:hover input ~ .radiomark {
    background-color: #666;
}

/* When the checkbox is checked, add a blue background */
.labelBox input:checked ~ .checkmark,
.labelBox input:checked ~ .radiomark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.labelBox input:checked ~ .checkmark:after,
.labelBox input:checked ~ .radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.labelBox .checkmark:after,
.labelBox .radiomark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.layerTitle .labelBox {
    margin-bottom: 0;
    font-size: 2rem;
}




.checkImg {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    border: 1px solid #eee;
}

    .checkImg img {
        width: 25px;
        height: 25px;
    }

.moreInput {
    display: inline-flex;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 6px;
    font-size: 2rem;
    font-weight: bolder;
    color: #0071BC;
}

    .moreInput input {
        position: static;
        opacity: 1;
        width: 25px;
        height: 25px;
    }


label.labelBox .moreInput input[type="checkbox"] {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    border-radius: 0;
    margin-right: 4px;
}



/*查詢功能*/
.dateGroup {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
    align-items: center;
}

    .dateGroup input {
        flex: 1;
    }

    .dateGroup span {
        padding: 0 4px;
    }

.layerItem .group_open {
    display: block;
}

.layerItem .group_close {
    display: none;
}

.layerItem.active .group_close {
    display: block;
}

.layerItem.active .group_open {
    display: none;
}

.layerItem .checkboxGroup,
.layerItem .labelradioGroup {
    display: none;
}

.layerItem.active .checkboxGroup {
    display: block;
}

.switchLayer {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 300px;
    width: 30px;
}

.switchBtn {
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 1.6rem;
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.closeLayer {
    display: none;
}

@media (max-width:540px) {
    .layerArea {
        right: -300px;
    }

    .mapBox {
        margin-right: 0;
    }

    .openLayer {
        display: block;
    }

    .closeLayer {
        display: none;
    }

    .timeLineGroup {
        z-index: 1000;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100%;
        padding: 0 80px 0 10px;
        background: rgba(0, 0, 0, 0.5);
    }

    #HeadTitle {
        padding-left: 10px;
    }

        #HeadTitle::before {
            top: 0;
            left: 0;
            height: 46px;
            margin-right: 0px;
        }

        #HeadTitle span {
            display: block;
        }
}



/*spectrumGroup 線段繪圖區*/
.layerList {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .layerList > div {
        display: flex;
    }

    .layerList .labelBox {
        width: auto;
        margin-bottom: 6px;
    }

    .layerList .listOtherInput {
        display: flex;
        font-size: 1.6rem;
        line-height: 20px;
    }

    .layerList .name {
        font-size: 1.6rem;
        line-height: 20px;
    }

    .layerList input {
        margin-top: 0;
    }

.spectrumGroup {
    position: relative;
    display: none;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 20px 10px 10px 10px;
    margin: 0px 0 20px 0;
    border-radius: 12px;
}

.listOtherInput a {
    flex: 1 0 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-right: 6px;
}

.spectrumGroup .name {
    font-size: 1.6rem;
}

.spectrumGroup .flexGroup > div:nth-child(1) {
    flex: inherit;
    padding: 0 4px 0 0px;
    border-right: 0px solid #eee;
}

.spectrumGroup .flexGroup {
    margin-bottom: 6px;
    align-items: center;
}

.spectrumGroup .sp-replacer {
    /* width: 80px; */
    height: 34px;
    padding: 6px 6px;
    font-size: 1.6rem;
    margin-right: 2px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #4F5463;
    width: 56px;
}

.spectrumGroup select {
    width: 56px;
}


.layerList > div.spectrumGroup {
    display: none;
    position: relative;
}

.btn-close-spectrum {
    position: absolute;
    top: 2px;
    right: 3px;
    color: #2a3043;
}

    .btn-close-spectrum:hover {
        color: #000;
    }

.wrapHotspot {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

    .wrapHotspot > div {
        flex: 1;
        padding: 0 2px 0 2px;
    }

.taiwanHotspot {
    position: relative;
    height: 100%;
    transition: all 0.3s;
}

.mapHotspotGroup {
    display: flex;
    flex-direction: column;
}

    .mapHotspotGroup > div {
        flex: 1;
    }

.hotspotGroup {
    position: relative;
}

.hotspot-title {
    z-index: 1000;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 4px 20px;
    border-radius: 30px;
    background: rgba(11, 122, 207, 0.808);
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 2px;
}

.colGroup {
    display: flex;
    flex-wrap: wrap;
}

    .colGroup > div {
        position: relative;
        flex: 1 0 49%;
        padding: 10px;
        margin: 1px;
        margin-bottom: 0;
        background: rgba(0,0,0, 0.4);
    }

        .colGroup > div:nth-child(even) {
            margin-left: 0;
        }

    .colGroup .hotspot-title {
        padding: 2px 10px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        top: 24px;
        background: rgba(0,0,0,0.6);
    }









/*儀錶板樣式*/
.dashboardGroup {
    z-index: 10000;
    position: absolute;
    /* top: 50%; */
    top: 56%;
    left: 10px;
    transform: translate( 0%,-50%);
    display: flex;
    flex-direction: column;
    width: 740px;
    height: 80%;
    transition: all 0.3s;
}

.mapdashboardGroup {
    top: 54%;
    width: 365px;
    height: 80%;
}

.buttonGroup {
    display: flex;
    height: 142px;
}

    .buttonGroup .item {
        flex: 0 1 25%;
        padding: 10px 10px;
        margin: 2px 2px;
        background: #fff;
        cursor: pointer;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .buttonGroup .item5 {
        flex: 0 0 50%;
        padding: 10px 20px;
    }

    .buttonGroup .title {
        line-height: 34px;
        margin-bottom: 6px;
        font-size: 3rem;
        color: #2a315a;
        font-weight: bold;
        text-align: center;
    }

        .buttonGroup .title.s_size {
            line-height: 1;
            font-size: 2.3rem;
        }

    .buttonGroup .icon {
        margin: 0 auto;
        width: 40px;
        height: 40px;
        background: #eeeeef;
        border-radius: 50%;
    }

.flexGroup {
    display: flex;
    justify-content: center;
}

    .flexGroup > label {
        margin: 4px 10px;
    }

    .flexGroup > div:nth-child(1) {
        flex: 1;
        padding: 0 4px 0 0px;
        border-right: 1px solid #eee;
    }

    .flexGroup > div:nth-child(2) {
        flex: 1;
        padding: 0 0px 0 4px;
    }

    .flexGroup .title {
        line-height: 34px;
        margin-bottom: 2px;
        font-size: 1.6rem;
        color: #2a315a;
        font-weight: bold;
        text-align: center;
    }

    .flexGroup .labelradioGroup {
        display: flex;
        padding: 0;
    }

        .flexGroup .labelradioGroup label {
            flex: 1;
            font-weight: normal;
            font-size: 1.6rem;
        }

        .flexGroup .labelradioGroup .labelBox {
            margin: 6px 0 10px 0;
        }


.mainInfoGroup {
    flex: 1;
    display: flex;
    height: inherit;
}

.mainInfoItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .mainInfoItem > div {
        padding: 20px 20px;
        margin: 2px 2px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .mainInfoItem .title {
        margin-bottom: 6px;
        font-size: 2.2rem;
    }

.alertStateGroup {
    height: 196px;
}

    .alertStateGroup .title {
        line-height: 34px;
        padding-bottom: 10px;
        margin-bottom: 6px;
        font-size: 2.8rem;
        color: #2a315a;
        border-bottom: 1px solid #2a315a;
        font-weight: bold;
        text-align: center;
    }

        .alertStateGroup .title span {
            padding: 0 2px;
            font-size: inherit;
            color: #036eb7;
        }

    .alertStateGroup .statusItem {
        display: flex;
        padding-top: 10px;
    }

.statusItem .item {
    flex: 1;
    text-align: center;
}

.statusItem .text {
    font-size: 1.6rem;
    font-weight: bold;
}

.statusItem .number {
    line-height: 70px;
    font-size: 7rem;
    font-weight: bold;
}

.alert_Red .number {
    color: #eb6260;
}

.alert_Yellow .number {
    color: #e9c71c;
}

.alert_Green .number {
    color: #00913a;
}

.leaderboard {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .leaderboard .title {
        line-height: 34px;
        padding-bottom: 10px;
        font-size: 2.6rem;
        color: #2a315a;
        border-bottom: 1px solid #2a315a;
        font-weight: bold;
        text-align: center;
    }

        .leaderboard .title > div {
            line-height: 20px;
            font-size: 2rem;
        }

            .leaderboard .title > div span {
                font-size: inherit;
            }

    .leaderboard .form-group {
        margin-bottom: 0;
    }

.btn-more {
    /* float: right; */
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    line-height: 30px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    color: #333333;
}

    .btn-more i {
        display: block;
        font-size: 1.6rem;
    }

    .btn-more:hover {
        background: rgb(197, 197, 197);
    }

.valueName {
    float: right;
    color: #036eb7;
    font-size: 1.0rem;
    font-weight: bold;
}

.leaderboard .title > div.valueName {
    font-size: 1.0rem;
}

.leaderboardItem {
    overflow-y: auto;
}

ul.boardList {
    padding: 10px 0;
    padding-left: 0;
    list-style: none;
}

    ul.boardList > li {
        display: flex;
        align-items: center;
        padding-bottom: 6px;
        border-bottom: 1px solid #4a579d;
    }

    ul.boardList .number {
        flex: 0 0 26px;
        width: 26px;
        height: 26px;
        margin-right: 4px;
        line-height: 26px;
        background: #1e2549;
        color: #fff;
        border-radius: 50%;
        font-weight: bold;
        text-align: center;
    }

    ul.boardList .text {
        flex: 1;
        padding-right: 10px;
        color: #2a315a;
        font-weight: bold;
        line-height: 1;
    }

        ul.boardList .text a {
            display: block;
            line-height: 18px;
        }

    ul.boardList .value {
        flex: 0 0 40px;
        line-height: 14px;
        text-align: left;
        color: #036eb7;
        font-size: 1.2rem;
        font-weight: bold;
    }

.font_Red .number {
    color: #eb6260;
}

.alert_Yellow .number {
    color: #e9c71c;
}

.alert_Green .number {
    color: #00913a;
}

.mainInfoItem .yellowBoard {
    border: 2px solid #e9c71c;
}

.mainInfoItem .redBoard {
    border: 2px solid #eb6260;
}

.yellowBoard ul.boardList > li {
    border-bottom: 1px solid #e9c71c;
}

.redBoard ul.boardList > li {
    border-bottom: 1px solid #eb6260;
}

.yellowBoard .title,
.redBoard .title {
    text-align: center;
}

.yellowBoard .title {
    color: #e9c71c;
    border-bottom: 1px solid #e9c71c;
}

.redBoard .title {
    color: #eb6260;
    border-bottom: 1px solid #eb6260;
}

.yellowBoard ul.boardList .number,
ul.boardList .alertYellow .number {
    background: #e9c71c;
    color: #231815;
}

.redBoard ul.boardList .number,
ul.boardList .alertRed .number {
    background: #eb6260;
    color: #fff;
}

.leaderBoardGroup,
.open-alertBoard {
    display: none;
}














/*原有對其樣式*/
/* .blockInfoGroup{
    z-index: 10002;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%,-50%);
    width: 300px;
    height: 80%;
    padding: 20px 20px;
    background: #fff;    
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
} */
/* 加上拖曳後對齊 */
.blockInfoGroup {
    z-index: 10002;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -150px;
    width: 330px;
    height: 80%;
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
}

    .blockInfoGroup .btnBox {
        padding-top: 10px;
    }

.dashboardGroup .btn-searchArea {
    top: -40px;
    right: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}


@media (max-width: 540px) {
    .dashboardGroup {
        top: 48.5%;
        right: 7%;
        left: 7%;
        width: 86%;
        height: 90%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mapdashboardGroup {
        top: 69.5%;
    }

    .buttonGroup {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .mainInfoGroup {
        flex-direction: column;
    }

    .buttonGroup .item {
        flex: 0 1 32.05%;
    }

    .buttonGroup .item5 {
        flex: 0 0 100%;
    }

    .dashboardGroup .btn-searchArea {
        top: 20px;
        right: 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .alertStateGroup .title,
    .leaderboard .title {
        font-size: 2.4rem;
    }

    .mainInfoItem > div {
        padding: 20px 10px;
    }

    .buttonGroup .title {
        line-height: 2.4rem;
        font-size: 2.4rem;
    }

    .leaderboard {
        overflow: visible;
    }

    .mainInfoGroup {
        height: auto;
    }

    .blockInfoGroup {
        top: 4%;
        margin-left: -165px;
        width: 330px;
        height: 90%;
        padding: 20px 10px;
    }

    .flexGroup .title {
        line-height: 34px;
        font-size: 1.6rem;
    }
}

















/*儀錶板轉跳細節*/
.mapBox_device {
    background: #112;
    position: relative;
    height: 100%;
    margin-right: 50%;
    transition: all 0.3s;
}

.legendGroup {
    z-index: 1000;
    position: absolute;
    right: 0px;
    bottom: 16px;
    display: flex;
    padding: 6px 10px;
    background: rgba(255,255,255,.8);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

    .legendGroup .item {
        display: flex;
        align-items: center;
        margin-right: 10px;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .legendGroup .text {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px rgba(0,0,0,1), -1px -1px rgba(0,0,0,1), 1px -1px rgba(0,0,0,1), -1px 1px rgba(0,0,0,1), 2px 1px rgba(0,0,0,.5), -2px -2px rgba(0,0,0,.5), 2px -1px rgba(0,0,0,.5), -2px 2px rgba(0,0,0,.5);
    }

.legendlight img {
    width: 21px;
    height: auto;
    margin-top: -1px;
}

.legendlight {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
}

    .legendlight::before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 24px;
        height: 24px;
        padding: 12px;
        border-radius: 50%;
        border: 1px solid #3e3a39;
    }

.normal .legendlight {
    background: #006934;
}

.alertRed .legendlight {
    background: #eb6260;
}

.alertYellow .legendlight {
    background: #e9c71c;
}

.alertDamage .legendlight {
    background: rgb(192, 192, 192);
}









.deviceStatusArea {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 10px 10px;
    overflow-y: auto;
    transition: all 0.3s;
    background: #fff;
    transition: all 0.3s;
}
/*儀器分布警戒處狀態*/
.landslideStatusGroup {
    display: flex;
}

.statusInfoBar {
    flex: 1;
    background: #f7f7f7;
}

.landslideStatusGroup .goBack {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background: #b4b4b5;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.goBack:hover {
    background: #555;
}

.statusGroup {
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    font-size: 1.6rem;
    color: #2a3043;
    background: #d9eaf6;
}

    .statusGroup.alert {
        background: #eb6260;
        color: #fff;
        border-radius: 0;
        margin-bottom: 0px;
    }

    .statusGroup > div {
        font-size: inherit;
    }

.statusInfoBar .titleGroup {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 3rem;
    color: #2a3043;
    font-weight: bold;
}

    .statusInfoBar .titleGroup .title {
        display: flex;
        align-items: center;
    }

.titleGroup .title div {
    font-size: inherit;
    padding-right: 10px;
}

.titleGroup .title .text-unit {
    font-size: 1.2rem;
}

.statusInfoBar .statusItem {
    display: flex;
}

    .statusInfoBar .statusItem .item {
        margin: 0 2px;
    }

.alertRed .lightStatus {
    background: #eb6260;
}

.alertYellow .lightStatus {
    background: #e9c71c;
}

.statusInfoBar .statusItem div {
    font-size: 1.8rem;
    color: #231815;
}

.statusItem .lightStatus {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.deviceInfoGroup {
    display: flex;
}

    .deviceInfoGroup > div {
        flex: 1;
        border: 1px solid #eee;
        padding: 10px 10px;
    }

        .deviceInfoGroup > div:first-child {
            margin-right: 4px;
        }

.deviceInfoItem img {
    width: 100%;
}

.deviceInfoItem .DoubleCol th {
    width: auto;
}

.landslideStatusGroup .close-deviceStatusArea {
    display: none;
}

@media (max-width: 768px) {
    .mapBox_device {
        background: #112;
        position: relative;
        height: 100%;
        margin-right: 0%;
        transition: all 0.3s;
    }

    .deviceStatusArea {
        z-index: 10000;
        width: 100%;
        left: 0;
    }

    .deviceInfoGroup {
        display: flex;
        flex-direction: column;
    }

        .deviceInfoGroup > div:first-child {
            margin-right: 0;
        }

    .landslideStatusGroup {
        flex-wrap: wrap;
    }

        .landslideStatusGroup .goBack {
            width: 100px;
            padding: 10px;
        }

        .landslideStatusGroup > .goBack:nth-child(2) {
            border-right: 1px solid #999;
        }

        .landslideStatusGroup .close-deviceStatusArea {
            display: flex;
        }

    .legendGroup .item {
        flex: 1;
        flex-direction: column;
        margin-right: 0px;
        font-size: 1.6rem;
    }

    .legendGroup {
        align-items: center;
        width: 100%;
        z-index: 1000;
        bottom: 34px;
        padding: 6px 6px;
    }
}

@media (max-width: 540px) {
    .landslideStatusGroup .goBack {
        width: 50%;
        padding: 10px;
    }
}


/*情資研判(成大)*/
.analysisMapBox {
    position: relative;
    height: 100%;
    display: flex;
    margin-right: 0px;
    transition: all 0.3s;
}

#map1, #map2 {
    width: 100%;
    height: 100%;
    margin: 1px;
    transition: all 0.3s;
}

.mapTitleGroup {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 60px;
    background: rgba(255,255,255,0.8);
}

.analysisBoardGroup .hrGroup {
    padding: 10px 20px;
    text-align: center;
}

    .analysisBoardGroup .hrGroup a {
        padding: 4px 20px;
        border-radius: 6px;
    }

.mapTitleGroup .unitTitle {
    padding: 0;
    margin-bottom: 0px;
    font-size: 3rem;
    font-weight: bold;
    color: #0f4262;
}

.mapTitleGroup .info {
    font-size: 1.9rem;
    font-weight: bold;
    color: #0f4262;
}

    .mapTitleGroup .info .bg {
        padding: 0 10px;
        background: #eee;
        font-size: inherit;
        color: #00913a;
    }

.analysisMapGroup {
    z-index: 10001;
    position: absolute;
    top: 56%;
    left: 10px;
    transform: translate( 0%,-50%);
    display: flex;
    flex-direction: column;
    min-width: 360px;
    width: auto;
    height: 80%;
    transition: all 0.3s;
}

.alertStateGroup .form-group {
    margin-bottom: 0px;
}

.alertStateGroup .flexGroup > div:nth-child(1) {
    flex: inherit;
    border-right: 0px solid #eee;
}

.alertStateGroup .flexGroup > div:nth-child(2) {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.alertStateGroup .flexGroup {
    margin-bottom: 6px;
}

    .alertStateGroup .flexGroup > div {
        padding: 0 10px;
    }

.analysisBoardGroup .alertStateGroup .btn-blue {
    line-height: 34px;
}

.analysisBoardGroup .alertStateGroup {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.analysisBoardGroup .name {
    line-height: 34px;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 0;
}

.analysisBoardGroup .title {
    line-height: 34px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    font-size: 2.8rem;
    color: #2a315a;
    border-bottom: 1px solid #2a315a;
    font-weight: bold;
    text-align: left;
}

.analysisTableItem {
    display: flex;
    overflow: hidden;
}

@media (max-width: 540px) {
    .analysisMapGroup {
        z-index: 10001;
        position: absolute;
        top: 60%;
        left: 10px;
        transform: translate( 0%,-50%);
        display: flex;
        flex-direction: column;
        min-width: 360px;
        width: 86%;
        height: 70%;
        transition: all 0.3s;
    }

    .analysisTableItem {
        display: flex;
        overflow: hidden;
        flex-direction: column;
    }
}

.analysisTable {
    position: relative;
    max-width: 330px;
    min-width: 316px;
    margin: 0 2px 4px 2px;
    padding: 10px 0px;
    overflow-y: auto;
    background: #eee;
}

    .analysisTable .labelBox {
        padding-left: 0;
    }

    .analysisTable .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        padding: 6px 10px;
        margin-bottom: 10px;
        background: rgba(255,255,255,0.7);
        text-align: center;
    }

.labelBox.red .radiomark {
    background-color: rgb(255, 170, 170);
}

.labelBox.red:hover input ~ .checkmark,
.labelBox.red:hover input ~ .radiomark {
    background-color: rgb(255, 60, 60);
}

.labelBox.red input:checked ~ .checkmark,
.labelBox.red input:checked ~ .radiomark {
    background-color: rgb(255, 60, 60);
}

.labelBox.yellow .radiomark {
    background-color: rgb(231, 219, 113);
}

.labelBox.yellow:hover input ~ .checkmark,
.labelBox.yellow:hover input ~ .radiomark {
    background-color: rgb(255, 235, 60);
}

.labelBox.yellow input:checked ~ .checkmark,
.labelBox.yellow input:checked ~ .radiomark {
    background-color: rgb(255, 230, 0);
}

.landslideGroup,
.deviceGroup {
    display: none;
}


/*地圖比對*/
.twentytwenty-wrapper.twentytwenty-horizontal {
    height: 100%;
}

.ItemMapBefore {
    /* position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%; */
}

.ItemMapAfter {
    /* position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%; */
}

#mapBefore {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f4262;
}

#mapAfter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* 開設頁面 */
.dasboard_Alert {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.2%;
    background: #34a0e210;
}

.iframe_dasboard_Alert {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 6px 6px;
    background: #34a0e210;
}

.floatGroup {
    display: flex;
    width: 780px;
    height: 100%;
}

.comprehensiveGroup {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 780px;
    width: calc(100% - 780px);
    height: 100%;
    overflow: hidden;
}

.floatGroup .col {
    padding: 6px 6px;
}

    .floatGroup .col > div:last-child {
        border-radius: 16px;
        overflow: hidden;
    }

.dasboard_Alert .dasboardInfo {
    flex: 0 0 330px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dasboardInfo .grayBoard {
    flex: 0 0 168px;
}

.dasboard_Alert .colsvgMapGroup {
    flex: 0 0 450px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dasboard_Alert .svgMapBox {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: #fff;
}

.comprehensiveGroup .coltableCharts {
    height: 50%;
    padding: 6px;
}

.comprehensiveGroup .doubleCol {
    height: 50%;
    padding: 0 6px;
}

.dasboard_Alert .tableCharts {
    background: #fff;
}

.dasboard_Alert .doubleCol {
    display: flex;
}

.doubleCol .iframeBlock {
    flex: 1;
}

.dasboard_Alert .leaderboardItem {
    padding: 10px 10px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
}

.dasboardTitle {
    line-height: 34px;
    padding: 10px 10px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 6px rgba(0, 0, 0, .175);
    box-shadow: 0 0 10px rgba(0, 0, 0, .175);
    border-radius: 16px 16px 0 0;
}

.yellowBoard .dasboardTitle {
    background: #e9c71c;
    color: #fff;
}

.redBoard .dasboardTitle {
    background: #eb6260;
    color: #fff;
}

.grayBoard .dasboardTitle {
    background: #888888;
    color: #fff;
}

.dasboard_Alert .statusItem {
    display: flex;
    padding: 10px 10px;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

    .dasboard_Alert .statusItem .item {
        flex: 1;
        text-align: center;
    }

    .dasboard_Alert .statusItem .number {
        font-size: 6rem;
    }

.dasboard_Alert .alert_Red .number {
    color: #eb6260;
}

.dasboard_Alert .alert_Green .number {
    color: #6ec08e;
}

.dasboard_Alert .coltableCharts {
    display: flex;
    flex-direction: column;
}

.dasboard_Alert .content {
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}

.comprehensiveGroup .content {
    border-radius: 0 0 16px 16px;
}

.iframe_dasboard_Alert .col {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.iframe_dasboard_Alert .content {
    flex: 1;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

.dasboard_Alert .content_infoGroup {
    flex: 1;
    padding: 0px 10px;
    overflow: auto;
}

.iframe_dasboard_Alert .content_infoGroup {
    flex: 1;
    padding: 0px 10px;
    overflow: hidden;
}

.col .imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dasboard_Alert .imgBox img {
    width: auto;
    height: 100%;
}

.iframe_dasboard_Alert .imgBox img {
    width: auto;
    height: 100%;
}

.dasboard_Alert .content_infoGroup > div {
    height: 100%;
    width: 100%;
    overflow: auto auto;
}

.iframe_dasboard_Alert .content_infoGroup > div {
    height: 100%;
    width: 100%;
    overflow: auto auto;
}

.dasboardTitle span {
    color: #fff;
    font-size: inherit;
}

.dasboardTitle a {
    color: #fff;
}

.dasboard_Alert .btn-query {
    display: block;
    float: right;
}

.dasboard_Alert .changeContent,
.iframe_dasboard_Alert .changeContent {
    z-index: -1;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    padding: 10px 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    background: rgba(255,255,255,0.95);
    opacity: 0;
    transition: all 0.3s;
}

    .dasboard_Alert .changeContent.xlItem {
        width: 370px;
    }

.changeContent.xlItem .tableBox {
    padding: 0;
}

.dasboard_Alert .changeContent.open {
    z-index: 1;
    display: block;
    top: 46px;
    opacity: 1;
    transition: all 0.3s;
}

.iframe_dasboard_Alert .changeContent.open {
    z-index: 1;
    display: block;
    top: auto;
    bottom: 0;
    opacity: 1;
    transition: all 0.3s;
}

.dasboard_Alert .comprehensiveGroup .col {
    position: relative;
}

.dasboard_Alert .labelBox {
    margin-bottom: 12px;
}

.dasboard_Alert .content .labelBox,
.iframe_dasboard_Alert .content .labelBox {
    flex: 1;
    margin-bottom: 0;
}

.dasboard_Alert .labelBox:last-child,
.iframe_dasboard_Alert .labelBox:last-child {
    margin-bottom: 0px;
}

.dasboard_Alert .form-group,
.iframe_dasboard_Alert .form-group {
    margin-bottom: 0px;
}

.dasboard_Alert hr,
.iframe_dasboard_Alert hr {
    margin-top: 4px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.changeContent .btn-close {
    float: right;
    color: #000;
}

.dasboard_Alert .labelradioGroup,
.dasboard_Aliframe_dasboard_Alertert .labelradioGroup {
    max-height: 230px;
    border-top: 1px solid #eee;
    overflow: hidden auto;
}

.dasboard_Alert .labelradioGroup,
.iframe_dasboard_Alert .labelradioGroup {
    padding: 6px 2px;
}

.labelradioGroup .queryGroup {
    display: none;
    width: 100%;
    padding: 4px 10px;
    background: rgba(0,0,0,0.05);
}

.col .content {
    display: none;
}

.searchItem {
    padding: 0;
}


.col .open {
    display: flex;
}

.col .close {
    display: none;
}


@media (max-width: 1440px) {
    .dasboard_Alert .labelradioGroup {
        max-height: 170px;
    }
}


@media (max-width: 1024px) {
    .dasboard_Alert {
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
    }

        .dasboard_Alert .dasboardInfo {
            flex: 0 0 50%;
            /* height: 70%; */
            height: 100%;
        }

        .dasboard_Alert .colsvgMapGroup {
            flex: 0 0 50%;
            /* height: 70%; */
            height: 100%;
        }

    .floatGroup {
        flex-direction: column;
        width: 340px;
        height: 100%;
        overflow-y: auto;
    }

    .comprehensiveGroup {
        margin-left: 340px;
        width: calc(100% - 340px);
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .dasboard_Alert {
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
    }

        .dasboard_Alert .dasboardInfo {
            flex: none;
            height: auto;
        }

        .dasboard_Alert .colsvgMapGroup {
            flex: 0 0 100%;
            height: 90%;
        }

        .dasboard_Alert .leaderboardItem {
            height: auto;
            overflow-y: auto;
        }

    .dasboardInfo .grayBoard {
    }

    .floatGroup .col {
        flex: none;
    }

    .dasboard_Alert .leaderboard {
        overflow: hidden;
    }

    .dasboard_Alert .coltableCharts {
        display: block;
    }

        .dasboard_Alert .coltableCharts .content {
            flex: none;
            /* display: flex; */
            flex-direction: column;
            overflow: hidden;
            background: #fff;
            border-radius: 0 0 16px 16px;
            height: 100%;
        }

    .dasboard_Alert .doubleCol {
        display: flex;
        flex-direction: column;
    }

    .dasboard_Alert .content_infoGroup {
        flex: none;
        height: 500px;
    }

    .floatGroup {
        width: 100%;
        height: auto;
        overflow-y: visible;
    }

    .comprehensiveGroup {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
        overflow-x: hidden;
        overflow: visible;
    }

        .comprehensiveGroup .coltableCharts {
            height: auto;
            padding: 6px;
        }

    .iframe_dasboard_Alert .changeContent .labelradioGroup {
        padding: 6px 2px;
        height: 150px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
