﻿
#tooltip {
z-index: 999;
width: 200px;
height: 50px;
left: 320px;
top: 100px;
position: absolute;
color: yellow;
}

#accountInfo {
width: 1000px;
left: 40%;
margin: -315px -370px;
}

#accountInfo .be_list_table td {
    line-height: 12px;
}

.be_tool {
cursor: pointer;
}

.be_toolbar_foot {
position: absolute;
z-index: 6;
bottom: 80px;
right: 50%;
}

#measure-point-detail0 {
width: 700px;
margin: 0 0;
top: 10%;
height: 760px;
}

#video-show {
width: 680px;
height: 400px;
top: 20%;
left: 50%;
margin: 0 -250px;
display: none;
}


#equipment-view0 {
height: 850px;
width: 900px;
top: 20%;
margin-top: -100px;
margin-left: -100px;
}

.be_list_table {
width: 100%;
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
float: left;
}

.be_list_table th {
    word-break: break-all;
    padding: 5px;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    color: #efb30d;
    border-bottom: 3px double rgba(255,255,255,0.1);
    text-align: center;
}

.be_list_table td {
    word-break: break-all;
    padding: 10px 5px;
    line-height: 5px;
    white-space: nowrap;
    text-align: center;
    color: rgba(255,255,255,0.85);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    text-overflow: ellipsis;
}

    .be_list_table td .glyphicon {
        width: 20px;
        height: 20px;
        float: left;
        line-height: 20px;
        color: rgba(255,255,255,0.25);
        text-align: left;
        cursor: inherit;
    }

        .be_list_table td .glyphicon.be_circle_btn {
            width: 24px;
            height: 24px;
            border-radius: 12px;
            border: 1px solid rgba(255,255,255,0.25);
            text-align: center;
            line-height: 22px;
            cursor: pointer;
            float: right;
            margin: -45px -5px;
            color: rgba(255,255,255,0.25);
        }

            .be_list_table td .glyphicon.be_circle_btn:hover {
                border-color: #19a6e4;
                color: #19a6e4;
            }



.be_table_header1 {
float: left;
width: 100%;
border: 1px solid #666;
border-top: 3px double #666;
overflow-x: hidden;
/*overflow-y: scroll;*/
height: 52px;
background-color: #666;
background-image: linear-gradient(to bottom,#666,#333);
}


.be_table_header2 {
float: left;
width: 100%;
border: 1px solid #666;
border-top: 3px double #666;
overflow-x: hidden;
/*overflow-y: scroll;*/
height: 52px;
background-color: #666;
background-image: linear-gradient(to bottom,#666,#333);
margin-top: 30px;
}

.be-dropbtn-option {
position: absolute;
right: 0;
bottom: 70px;
cursor: default;
background-color: rgba(7,73,115,0.8);
border-radius: 5px;
padding: 15px 0;
box-shadow: 0 0 3px rgba(14,163,160,0.5);
overflow: hidden;
}

.be-dropbtn-option .be-dropbtn-title {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    width: 100%;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
    overflow: hidden;
}

.area {
width: 100%;
height: auto;
float: left;
margin-top: 10px;
}

.area .area-line {
    float: left;
    width: 100%;
    padding: 8px 20px 8px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    line-height: 20px;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    border-radius: 4px;
}

.area .area-line:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    cursor: pointer !important;
}

.area .area-line.select:hover {
    background-color: #0768a7;
    color: #fff;
    cursor: pointer !important;
}

.area .area-line [class^="icomoon-"] {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 -30px;
    cursor: inherit;
    color: rgba(255,255,255,0.7);
    font-size: 16px;
}

.refresh-area {
font-size: 14px;
left: 110px;
cursor: pointer;
}

.refresh-area:hover b {
    color: #32acf3;
}

.refresh-area b {
    position: absolute;
    height: 18px;
    line-height: 18px;
    margin-left: 3px;
    font-size: 12px;
}

.refresh-area:hover {
    color: #32acf3;
}

.select {
background-color: #0768a7;
color: #fff;
}

.searchGroup {
margin: 0 10px 0 15px;
height: 30px;
}

