body{
    height: 100vh;
    overflow: hidden;
}
.glow{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1rem 0.5rem;
}
.glow_green{
    background: #85ffa7;
    box-shadow: 0 0 10px rgba(133, 255, 167, .5);
}
.glow_red{
    background-color: #e72041;
    box-shadow: 0 0 10px rgba(231, 32, 65, .5);
}
.glow_gray{
    background-color: #4d4d4d;
}
/* left */
.inner_left{
    min-height: calc(100vh - 165px);
}
/* right */
.inner_right{
    position: absolute;
    right: 20px;
    top: 0;
    width: 300px;
}
.notification_warp{
    text-align: right;
    height: 100px;
    overflow-y: scroll;
    padding-right: 5px;
}

/* cctv btn */
.btn.cctv{
    width: 55px;
    height: 55px;
    background: 50% 50% url(../image/progress/CCTV.png);
    background-size: contain;
    border-radius: 50%;
}
.btn.cctv:hover{
    background: 50% 50% url(../image/progress/clicked_CCTV.png);
    background-size: contain;

}
.right_switch{
    position: absolute;
    right: 10px;
    bottom: 250px;
    
}
.switch_warp{
    width: 45px;
    height: 125px;
    background-color: #777;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.switch_card{
    position: absolute;
    top: 0;
    width: 45px;
    height: 62px;
    background: 0 10px url(../image/header_sideBar/clicked_MachineList.png) no-repeat;
    background-size: contain;
    z-index: 3;
    cursor: pointer;
}
.switch_list{
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 62px;
    background: 0 10px url(../image/header_sideBar/clicked_HamburgerMenu.png) no-repeat;
    background-size: contain;
    z-index: 3;
    cursor: pointer;
}
.switch_now{
    position: absolute;
    width: 45px;
    height: 62px;
    top: 0;
    background: linear-gradient(#424689 0%, #5c76b8 14.6444%, #474f91 69.4435%, #424689 99.7541%);
    z-index: 2;
    transition: all ease 0.2s;
}
/* bot list */
.bot_list_nav{
    padding: 0 0 10px 0;
}
.bot_list_nav .btn{
    width: 45px;
    height: 45px;
    border-radius: 18px;
    border: 1px solid transparent;
}
.bot_list_nav .btn:hover{
    border: 1px solid #ccc;
}
.bot_list_nav .select-options{
    right: 0;
}
.bot_list{
    /* border: 1px solid #ddd; */
    position: absolute;
    top: calc(100vh - 220px);
    right: 0;
    width: 100%;
    padding: 0 15px;
    transition: all ease 0.3s;
}
/* 展開 */
.bot_list.reveal{
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}
.bot_list.reveal .bot_list_container{
    height: calc(100vh - 60px);
}
.btn_reveal.reveal{
    transform: rotate(180deg);
}

.btn_reveal{
    background:  rgba(0, 0, 0, 0.5) 50% 50% url(../image/progress/Spreadup.png) no-repeat;
    background-size: contain;
}
.btn_reveal:hover{
    background:  rgba(0, 0, 0, 0.5) 50% 50% url(../image/progress/clicked_Spreadup.png) no-repeat;
    background-size: contain;
}
/* search */
.right_search{
    position: relative;
}
.right_search>input[type=text]{
    background-color: #000;
    border-radius: 18px;
    border: 1px solid #999;
    height: 35px;
    width: 0px;
    position: absolute;
    right: 60px;
    top: 0;
    display: none;
    transform: all ease 0.3s;
}
.right_search>input[type=text].show{
    width: 150px;
    display: block;
    height: 40px;
}
.btn_search{
    background:  rgba(0, 0, 0, 0.5) 50% 50% url(../image/Search.png) no-repeat;
    background-size: 55%;
}
.btn_search:hover{
    background:  rgba(0, 0, 0, 0.5) 50% 50% url(../image/Search.png) no-repeat;
    background-size: 55%;
}
/* 排序 */
.btn.dropdown-toggle{
    width: auto;
}
.bot_list .dropdown-menu{
    background: rgba(0, 0, 0, 0.5);
}
/* 下面資料 */
.percent{
    color: #4e9b76;
}
.bot_list_container{
    height: 170px;
    overflow-y: scroll;
}
.bar{
    height: 5px;
    display: flex;
}
.bar>.bar_color{
    height: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #4e9b76;
}
.bar>.bar_color.bar_done{
    background-color: #999;
}
.bar>.bar_gray{
    height: 5px;
    flex: 1 1 100%;
    background-color: #4d4d4d;
}
/* 卡片樣式 */
.list_cards .bot_list_data{
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: -5px;
}
.list_cards .bot_list_data>.data_detail{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}
.list_cards .bot_list_data .data_detail_card{
    background-color: #181319;
    border-radius: 18px;
    padding: 10px;
    margin-bottom: 20px;
}
.list_cards .data_detail:first-child{
    display: none;
}
.list_cards .row_1{
    display: flex;
    align-items: center;
}
.list_cards .glow{
    margin: 0 5px;
}
.list_cards .num{
    font-size: 20px;
    color: #ccc;
}
.list_cards .row_2,
.list_cards .row_3{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.list_cards .separate,
.list_cards .row_7,
.list_cards .row_8{
    display: none;
}
.list_cards .percent{
    font-size: 20px;
    margin-left: 10px;
}
.list_cards .info_text{
    color: #999;
}
.list_cards .total{
    font-size: 25px;
    margin-left: 10px;
}
.list_cards .row_4{
    display: flex;
    justify-content: space-between;
}
.list_cards .now{
    color: #4e9b76;
}
.list_cards .left{
    color: #999;
}
.list_cards .row_5>.bar{
    margin-bottom: 5px;
}
.data_rest{
    height: 155px;
    text-align: center;
    line-height: 155px;
    color: #999;
}
/* 條狀樣式 */
.bot_list.list_line{
    background: rgba(3, 3, 25, 0.6);
    color: #999;
    box-shadow: 0 0 20px rgba(40,20,40,0.8);
}
.bot_list.list_line.reveal{
    background: rgba(3, 3, 20, 0.9);
}
.list_line .data_detail_card{
    display: flex;
    margin-bottom: 10px;
    padding: 0 20px;
}
.list_line .row_1{
    display: flex;
    align-items: center;
    flex: 0 0 80px;
    order: 1;
}
.list_line .row_1 .glow{
    margin: 0 10px 0 0;
}
.list_line .row_2{
    flex: 0 0 250px;
    order: 2;
    display: flex;
}
.list_line .row_2>.name{
    margin-right: 15px;
    flex: 2 2 180px;
}
.list_line .row_2>.percent{
    flex: 1 1 60px;
}
.list_line .separate{
    margin: 0 5px;
}
.list_line .row_3{
    order: 4;
}
.list_line .row_3>.info_text{
    display: none;
}
.list_line .row_4{
    flex: 0 0 120px;
    order: 5;
}
.list_line .row_5{
    flex: 0 0 280px;
    order: 3;
    display: flex;
    align-items:center;
}
.list_line .bar{
    width: 250px;
}
.list_line .row_6{
    flex: 1 1 100px;
    order: 7;

}.list_line .row_6>.info_text{
    display: none;
}
.list_line .row_7{
    order: 6;
    flex: 1 1 120px;
}
.list_line .row_8{
    order: 8;
    flex: 1 1 150px;
}
.list_line .data_rest{
    display: none;
}