﻿html, body, form, #allmap
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}
/*工具栏*/
.tool-div
{
    background-color: Gray;
    background: rgba(0,0,0,0.6); /*filter: alpha(opacity=50);             -moz-opacity: 0.5;             -khtml-opacity: 0.5;             opacity: 0.5;             background-color: #102021;             border: 0px border #fffffb;*/
    width: 440px;
    height: 50px;
    position: absolute;
    left: 5px;
    z-index: 1;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.chushi
{
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.chushi:hover
{
    background-color: #009ad6;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.centerTool-div-show
{
    width: auto;
    height: 50px;
    position: absolute;
    left: 448px;
    z-index: 1;
    text-align: left;
    display: inline-block;
    padding: 0px 5px;
}
.centerTool-div-hide
{
    display: none;
}
.centerTool-div-table
{
    display: inline-table;
    height: 100%;
    color: White;
    font-weight: bold;
    font-family: '微软雅黑';
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 5px;
    background-color: #1F74C8;
    background: rgba(31,116,200,0.7);
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.centerTool-div-table-monitortype
{
    width: auto;
    height: auto;
    max-height: 330px;
    overflow-y: auto;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 40px;
    display: block;
}
.centerTool-div-table-hide
{
    display: none;
}
.centerTool-lable
{
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}
/*右侧*/
.company-div-right-title
{
    background-color: #2EA9F8;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '微软雅黑';
}
/*右侧企业周边资源*/
.rightTool-div-show
{
    width: 180px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 100px;
    border: 1px solid #2EA9F8;
    background-color: #7bbfea;
    display: block;
}
.rightTool-div-hide
{
    display: none;
}
.rightTool-div-title
{
    background-color: #2EA9F8;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '微软雅黑';
}
.rightTool-content-div
{
    overflow: auto;
    height: 350px;
    width: 99.5%;
    padding: 10px;
    background-color: #ffffff;
}
.rightZiyuan-content-div
{
    overflow: auto;
    height: 360px;
    width: 99.5%;
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px;
}
.zy_tb
{
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    text-align: left;
}
.zy_tb tr
{
    line-height: 20px;
    font-family: '微软雅黑';
    color: #27342b;
    font-size: 13px;
}
/*右侧企业隐患排查*/
.company-div-right-show
{
    width: 500px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 100px;
    border: 1px solid #2EA9F8;
    background-color: #ccc;
    display: block;
}
.company-div-right-hide
{
    display: none;
}
/*右侧企业基础信息*/
.companydiv-right-hide
{
    display: none;
}
.companydiv-right-show
{
    width: 180px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 100px;
    border: 1px solid #2EA9F8;
    background-color: #ccc;
    display: block;
}
.companydiv-right-title
{
    background-color: #2EA9F8;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: '微软雅黑';
}
.companydiv-tb
{
    width: 100%;
    line-height: 25px;
    border-collapse: collapse;
    margin-top: 10px;
}
.companydiv-tb tr
{
    border: 1px solid silver;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    direction: ltr;
}
.companydiv-tb td
{
    text-align: center;
    font-family: '微软雅黑';
    font-size: 13px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-collapse: collapse;
    color: #000;
    box-sizing: border-box;
    direction: ltr;
    line-height: 1.4285;
    padding: 2px;
}
/*左侧 */
.yin
{
    display: none;
}
.xian
{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 400px; /*height: 500px;*/
    display: block;
    overflow: auto; /*z-index: 3;*/
}
.selectcompany
{
    font-size: 13px;
    font-family: '微软雅黑';
    text-align: left;
    border-radius: 0px !important; /* W3C syntax */
}
/*右侧黑色背景*/
.tool-right-div-show
{
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 0px;
    top: 100px;
    display: block;
    width: 45px;
    height: 180px;
}
.tool-right-div-hide
{
    display: none;
}
.tool-ul
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 50px;
    height: auto;
    background-color: Gray;
    background: rgba(0,0,0,0.6);
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.tool-ul li
{
    float: left;
    color: Red;
    list-style-type: none;
    height: 45px;
    width: 45px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}
.tool-ul li img
{
    padding: 2px;
    margin-top: 3px;
    height: 35px;
    cursor: pointer;
    width: 35px;
}
.tool-ul li:hover
{
    background-color: #009AD6;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.feeds
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.feeds li
{
    line-height: 30px;
    border-bottom: 1px solid #e9e9e9;
    color: #444;
    border-top: 1px solid #FFFFFF;
    word-break: break-all;
    font-family: '微软雅黑';
    font-size: 13px;
}
/*select2改变样式*/
.select2-results__options li
{
    font-size: 13px;
}
.selection span
{
    font-size: 13px;
}
/*定位检索*/
.btnSearchInfo
{
    background: #39B3D7;
    height: 30px;
    border: 0px;
    color: White;
    margin-left: 5px;
    font-family: '微软雅黑';
    cursor: pointer;
}
/*企业定位*/
.serchInfo-xian
{
    top: 55px;
    padding: 5px;
    position: absolute;
    width: 250px;
    height: 30px;
    left: 452px;
    display: block;
    background: rgba(0,0,0,0.6);
    z-index: 3;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.serchInfo-yin
{
    display: none;
}
/*事故定位*/
.serchEvent-xian
{
    top: 55px;
    padding: 5px;
    position: absolute;
    width: 250px;
    height: 30px;
    left: 715px;
    display: block;
    background: rgba(0,0,0,0.6);
    z-index: 3;
    -moz-border-radius: 6px 6px 6px 6px; /* Gecko browsers */
    -webkit-border-radius: 6px 6px 6px 6px; /* Webkit browsers */
    border-radius: 6px 6px 6px 6px; /* W3C syntax */
}
.serchEvent-yin
{
    display: none;
}
/*右侧预警*/
.yudiv-right-hide
{
    width: 180px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 100px;
    border: 1px solid #2EA9F8;
    background-color: #7bbfea;
    display: none;
}
.yudiv-right-show
{
    width: 180px;
    height: 402px;
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 45px;
    top: 100px;
    border: 1px solid #2EA9F8;
    background-color: #ccc;
    display: block;
}
.btn-daohang
{
    background-color: #39b3d7;
    color: White;
    height: 30px;
    padding: 5px 10px;
    border: 0px;
    font-family: '微软雅黑';
    cursor: pointer;
}
.searchRoutePoint
{
    background-color: #aec7f5;
    color: White;
    display:inline-block;
    width:25px;
    height: 20px;
    padding: 3px 5px;
    border: 0px;
    font-family: '微软雅黑';
    cursor: pointer;
    text-align:center;
}
.btn-rightclose
{
    float: right;
    color: White;
    cursor: pointer;
    padding: 7.5px;
    padding-right: 10px;
}
#fixedBottom
{
    z-index: 1;
    font-family: "微软雅黑";
    line-height: 1.5em;
    font-size: 14px;
    position: fixed;
    left: 5px;
    top: 55px;
    width: auto;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    color: white;
    padding: 10px 20px;
    white-space: nowrap;
    background-color: Gray;
    background: rgba(0,0,0,0.7); /*filter: alpha(opacity=50);             -moz-opacity: 0.5;             -khtml-opacity: 0.5;             opacity: 0.5;             background-color: #102021;             border: 0px border #fffffb;*/
    -moz-border-radius: 4px; /* Gecko browsers */
    -webkit-border-radius: 4px; /* Webkit browsers */
    border-radius: 4px; /* W3C syntax */
}
/*统计栏折叠按钮样式*/
.btn-count-left
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 248px;
    top: 60px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-left: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-count-left:hover
{
    opacity: 1;
}
.btn-count-right
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0px;
    top: 60px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-left: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-count-right:hover
{
    opacity: 1;
}
.hide
{
    display: none;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
/*底部列表栏样式*/
#divBottomTool .bottomDataList
{
    width: 100%;
    height: 35%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid White;
    z-index: 0;
    color: White;
    background-color: rgba(18,32,40,0.6);
    font-size: 14px;
}
#divBottomTool .table
{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    color: White;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}
#divBottomTool .table > thead > tr > th, .table > tfoot > tr > th
{
    background-color: rgba(18,32,40,0.3);
    color: White;
    font-weight: bold;
    padding: 8px;
    line-height: 1.428571429;
}
#divBottomTool .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#divBottomTool .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
    border: 1px solid #ddd;
}
#divBottomTool .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th
{
    background-color: rgba(18,32,40,0.5);
}
#divBottomTool .divhtml
{
    word-break: break-all;
    word-wrap: break-word;
    overflow-y: scroll;
    line-height: 1.8em;
}
#divBottomTool .divhtml tr
{
    cursor: pointer;
}
#divBottomTool .btnLook
{
    color: #4DD7FE;
    border: 1px solid #4DD7FE;
    padding: 2px 10px;
}
#divBottomTool .btnLook:hover
{
    color: White;
    border: 1px solid White;
}
#divBottomTool .bottom-btn-up
{
    width: 100px;
    height: 18px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    bottom: 0px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-bottom: 0px;
    margin-left: -50px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
#divBottomTool .bottom-btn-up:hover
{
    opacity: 1;
}
#divBottomTool .bottom-btn-down
{
    width: 100px;
    height: 18px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    bottom: 35%;
    opacity: 0.8;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-bottom: 0px;
    margin-left: -50px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
#divBottomTool .bottom-btn-down:hover
{
    opacity: 1;
}
/*监测点类型折叠按钮样式*/
.btn-monitortype-right
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 154px;
    top: 145px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-right: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-monitortype-right:hover
{
    opacity: 1;
}
.btn-monitortype-left
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 0px;
    top: 145px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-right: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-monitortype-left:hover
{
    opacity: 1;
}
/*路线导航栏折叠按钮样式*/
.btn-RouteResult-left
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 400px;
    top: 60px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-left: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-RouteResult-left:hover
{
    opacity: 1;
}
.btn-RouteResult-right
{
    width: 18px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0px;
    top: 60px;
    opacity: 0.8;
    display: none;
    background-color: #5D6065;
    text-align: center;
    cursor: pointer;
    border: 2px solid Silver;
    border-left: 0px;
    z-index: 2;
    color: White;
    font-size: 18px;
}
.btn-RouteResult-right:hover
{
    opacity: 1;
}
