﻿body, html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
body
{
    background-image: url('/BootStrapStyle/img/bg/bg-CompanyNoImg.png');
    background-repeat: repeat;
}
/*包裹图片div样式*/
#allDiv
{
    font-family: "微软雅黑";
    font: 14px/1.8 arial;
}
/*图片样式*/
.demoImg
{
    background-color: Gray;
    border: none;
    margin-bottom: 50px;
}
/*浮动div样式*/
.imgTip
{
    width: 90px;
    border: 2px solid #ddd;
    padding: 8px;
    background: #f1f1f1;
    color: #666;
}
/*--------锚点样式-------*/
/*隐患点样式*/
.pointHiddenDanger
{
    cursor: pointer;
    background-image: url('/BootStrapStyle/img/companyimg/hiddendangerPoint.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*危险源点样式*/
.pointMajorHazards
{
    cursor: pointer;
    background-image: url('/BootStrapStyle/img/companyimg/majorhazardsPoint.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*摄像头点样式*/
.pointCamera
{
    cursor: pointer;
    background-image: url('/BootStrapStyle/img/companyimg/cameraPoint.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*危险作业点样式*/
.pointDangerOperation
{
    cursor: pointer;
    background-image: url('/BootStrapStyle/img/companyimg/dangerOperation.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*风险点样式*/
.pointRiskPoint
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pointRiskPoint1
{
    background-image: url('/BootStrapStyle/img/companyimg/risk1.gif');
}
.pointRiskPoint2
{
    background-image: url('/BootStrapStyle/img/companyimg/risk2.gif');
}
.pointRiskPoint3
{
    background-image: url('/BootStrapStyle/img/companyimg/risk3.gif');
}
.pointRiskPoint4
{
    background-image: url('/BootStrapStyle/img/companyimg/risk4.gif');
}
/*三库四防点样式*/
.pointRoom
{
    cursor: pointer;
    background-image: url('/BootStrapStyle/img/companyimg/3k4f.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*监测点样式*/
.pointMonitoringPoint
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.pointMonitoringPoint-Green
{
    background-image: url('/BootStrapStyle/img/companyimg/monitoringPointGreen.gif');
}
.pointMonitoringPoint-Yellow
{
    background-image: url('/BootStrapStyle/img/companyimg/monitoringPointYellow.gif');
}
.pointMonitoringPoint-Red
{
    background-image: url('/BootStrapStyle/img/companyimg/monitoringPointRed.gif');
}
/*--------锚点样式-------*/
/*--------顶部工具栏样式-------*/
.tool-div-top
{
    width: 300px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    _position: absolute;
    position: fixed;
    top: 0px;
    left: 34%;
    z-index: 1;
}
.tool-div-top-table
{
    text-align: center;
    vertical-align: middle;
    border: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    color: White;
    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;*/
    -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-div-top-table td
{
    cursor: pointer;
}
.tool-div-top-table td:hover
{
    background-color: #92D8FA;
    -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-div-top-check
{
    width: 16px;
    height: 16px;
    background: #FFF url("/BootStrapStyle/img/bg/bgcheckbox.png") no-repeat scroll -1px 0px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
}
/*复选框选中样式*/
.tool-div-top-check-active
{
    background: #FFF url("/BootStrapStyle/img/bg/bgcheckbox.png") no-repeat scroll -24px -2px;
}
/*--------顶部工具栏样式-------*/
/*--------右侧工具栏样式-------*/
.tool-div-right
{
    _position: absolute;
    position: fixed;
    z-index: 2;
    right: 0px;
    top: 30%;
    display: none;
    width: 35px;
    height: 240px;
}
.tool-div-right-active
{
    display: block;
}
.tool-div-right-ul
{
    background-color: #666666;
    background: rgba(0,0,0,0.6);
    padding: 0px;
    margin: 0px;
    position: absolute;
}
.tool-div-right-ul li
{
    color: Red;
    list-style-type: none;
    height: 40px;
    width: 40px;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}
.tool-div-right-ul li:hover
{
    background-color: Red;
}
.tool-div-right-ul li img
{
    padding: 0px;
    margin: 0px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}
/*li选中样式*/
.tool-div-right-tabli-active
{
    /*background-color: Silver;*/
}
/*--------右侧工具栏样式-------*/
/*--------右侧工具栏对应div样式-------*/
/*右侧企业隐患排查*/
.tool-div-right-tabdiv
{
    _position: absolute;
    position: fixed;
    z-index: 2; /*right: 37px;     top: 30%;*/
    right: 111px;
    top: 20%;
    border: 1px solid #4B8DF8;
    background-color: #F0F0F0;
    display: none;
}
.tool-div-right-tabdiv-active
{
    display: block;
}
.tool-tabdiv-title
{
    border-bottom: 1px solid #EEE;
    color: #FFF !important;
    background-color: #4B8DF8;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: '微软雅黑';
}
.tool-tabdiv-title table
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0px;
}
.tool-tabdiv-content
{
    padding: 5px;
}
.tool-div-right-tabdiv1
{
    width: 520px;
    height: 350px;
}
.tool-div-right-tabdiv2
{
    width: 520px;
    height: 280px;
}
.tool-div-right-tabdiv3, .tool-div-right-tabdiv4
{
    width: 680px;
    height: 280px;
}
.tool-div-right-tabdiv4
{
    width: 450px;
}
.tool-div-right-tabdiv6, .tool-div-right-tabdiv7, .tool-div-right-tabdiv8
{
    width: 520px;
    height: 280px;
}
.tool-div-right-tabdiv8
{
    width: 600px;
}
.hiddenDangerInfo-num-div
{
    height: 92px;
    vertical-align: middle;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}
.hiddenDangerInfo-num-span
{
    font-size: 30px;
    margin-right: 3px;
}
/*------隐患级别背景颜色----*/
.hiddendangerlevel-1
{
    /*重大隐患*/
    background-color: #F54545 !important;
    color: White;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px !important;
}
.hiddendangerlevel-3
{
    /*一般隐患*/
    background-color: #FFAC38 !important;
    color: White;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px !important;
}
.hiddendangerlevel-span
{
    font-size: 14px;
    margin-right: 3px;
}
/*------隐患级别背景颜色----*/
/*------隐患级别字体颜色----*/
.color-hiddendangerlevel-1
{
    /*重大隐患*/
    color: #F54545 !important;
}
.color-hiddendangerlevel-3
{
    /*一般隐患*/
    color: #FFAC38 !important;
}
/*------隐患级别字体颜色----*/
/*--------右侧工具栏对应div样式-------*/
/*隐藏网页中的语音播报控件*/
.jspeechClass
{
    display: none;
}

/*--------------------重写标点类别类---------------------------------*/
.tool-div-top
{
    width: 430px;
    left: 31%;
}
/*==========图片切换工具栏=============*/
.ToolBar-btn
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 35px;
    text-align: left;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
.serch-btn-chevron-right
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 20px;
    color: White;
}
.ToolBar-div
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 300px;
    text-align: left;
    background: rgba(0,0,0,0.6);
    padding-left: 10px;
}
.serch-show
{
    margin-top: 5px;
    width: 100%;
    height: 30px;
}
.serch-company-ddl
{
    overflow: hidden;
    height: 100%;
    width: 200px;
    float: left;
}
.serch-ddl
{
    width: 200px !important;
    height: 30px;
    border-radius: 0px !important;
}
.serch-company-btn
{
    height: 100%;
    width: 50px;
    float: left;
}
.serch-company-btn-right
{
    height: 100%;
    width: 20px;
    float: right;
    margin-right: 5px;
}
.serch-btn
{
    width: 50px !important;
    height: 30px;
    border: 0px;
    color: White;
    font-size: 15px;
    font-family: '微软雅黑';
    padding: 0px;
}
.serch-btn-chevron-left
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    cursor: pointer;
    font-size: 20px;
    color: White;
}
/*隐藏控件*/
.div-hidden
{
    display: none;
}
/*隐藏控件*/
.div-show
{
    display: inline-block;
}
/*--重写select2下拉高度--*/
.select2-container--default .select2-results > .select2-results__options
{
    max-height: 450px;
}
/*==========图片切换工具栏=============*/

/*=============右侧文字菜单===================*/
.tdheader
{
    background-color: #4B8DF8;
    color: #fff;
}
.tdheader1:hover
{
    cursor: pointer;
    background-color: #4B8DFF;
}
.hasData:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.tool-word-right
{
    width: 100px;
    position: fixed;
    right: 10px;
    top: 20%;
}
.tool-title
{
    width: 100px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background-color: #ccc;
    text-align: center;
}
.tool-list
{
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    margin: 0;
    padding: 0;
    list-style: none;
}
.tool-list li
{
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.list-hover
{
    background-color: #4B8DF8;
}
.toolactive
{
    cursor: default !important;
}
.hid-menu
{
    width: 36px;
    height: 34px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    right: 10px;
    text-align: center;
    font-size: 20px;
    padding: 4px;
    cursor: pointer;
}
.scrollDiv
{
    border-top: 2px solid #DDDDDD;
    height: 190px;
    overflow: hidden;
}

.dragmove
{
    cursor: move;
}
