/*数据总览模块*/
.totalDataPanel {
	background: rgba(0, 0, 0, .65);
	color: #fff;
	text-align: center;
	min-width: 450px;
}
.totalDataPanelHover{
	overflow: auto;
}

.totalDataPanel table {
	width: 100%;
}

.totalDataPanel table thead td {
	font-size: 14px;
	padding: 8px 3px; 
}

.totalDataPanel table tbody td {
	font-size: 30px;
}

/*报警事件模块*/
.eventListPanel {
	padding: 0 3px;
	background: #fff;
	height: 100%;
}

.eventListPanel .alarm-header {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.eventListPanel .alarm-header .alarm-title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #7a7a7a;
}

.eventListPanel .alarm-header .alarm-details {
	float: right;
	text-decoration: none;
	padding-right: 5px;
	font-size: 13px;
	color: #7a7a7a;
	cursor: pointer;
}

.eventListPanel .alarm-header .alarm-details:hover {
  color: #0c0c0c;
}

.eventListPanel .alarm-eventList {
	height: 100%;
	overflow-y: auto;
	border-width: 1px 0;
	border-color: #e1e1e1;
	border-style: solid;
}

.eventListPanel .alarm-eventList li {
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 3px;
	padding: 9px 6px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.eventListPanel .alarm-eventList .event-icon {
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0;
	top: 50%;
	text-align: center;
	margin-top: -11px;
}

.eventListPanel .alarm-eventList .event-details {
	padding-left: 23px;
}

.eventListPanel .alarm-eventList .moreEvents {
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #4db3ff;
	cursor: pointer;
}

/***报警事件统计模块***/
.eventStatisticsPanel {
	padding: 0 10px 8px;
	background: #fff;
}

/***滚动条的样式***/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    border: 1px #d3d3d3 solid;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
    background: #eee;
}
::-webkit-scrollbar-thumb {
    border: 1px #808080 solid;
    border-radius: 10px;
    background: #999;
}
::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}


.card-info {
  background: #fff;
  padding: 15px 10px 10px;
  width: 420px;
}

.station {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}

.stationName {
  float: left;
  width: 255px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.eventNum {
  float: right;
  margin-right: 15px;
}

.address {
  line-height: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

/***点击地图标记点弹出框的样式***/
.info-events {
  border-width: 1px 0;
  border-color: #b6b6b6;
  border-style: solid;
  margin: 8px 0;
  max-height: 110px;
  overflow-y: auto;
}

.info-events table {
  width: 100%;
}

.info-events table tr {
  height: 22px;
}

.info-events table td div {
  margin-right: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.eventClass {
  width: 13px;
  height: 13px;
}

.tangram-suggestion-main {
  z-index: 30000;
}
