html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.dataList .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  margin: 0 auto;
}

.grid4 li, .grid4 div, .grid4 label, .grid4 select {
  width: 25%;
}

.grid3 li, .grid3 div, .grid3 label, .grid3 select {
  width: 33.33333%;
}

.grid2 li, .grid2 div, .grid2 label, .grid2 select {
  width: 50%;
}

.hideBox{
	display: none;
}


/*------------content--------------- */
body {
  font-family: "Arial", "Microsoft JhengHei";
  line-height: 1.8;
}

a {
  text-decoration: none;
}

header {
  position: absolute;
  z-index: 1;
  margin: 15px 48px 0 48px;
}

#map {
  height: 100vh;
  background: #cccccc;
  position: fixed;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

div#dialog {
   -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
/*----nav------- */
nav {
    position: fixed;
    z-index: 5;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.logo {
  float: left;
  position: relative;
}

.logo h1{
	font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 5px #6b6969b8;
    padding: 5px 15px 5px 75px;
    line-height: 55px;   
	background: #66c9e8;
	background: -moz-linear-gradient(top,  #04befe  0%, #4481eb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #04befe  0%,#4481eb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #04befe  0%,#4481eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04befe ', endColorstr='#4481eb',GradientType=0 ); /* IE6-9 */
    
}

.logo:before {
    content: "";
    width: 60px;
    height: 55px;
    position: absolute;
    background: url(../images/logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    left: 5px;
    top: 5px;
}

#showRadarEchoDataTime{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(94, 93, 92, 0.6);
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
    z-index: 3;
}

#showThunderDataTime{
    position: absolute;
    top: 40px;
    right: 10px;
    background: rgba(94, 93, 92, 0.6);
    color: #fff;
    padding: 0 10px;
    border-radius: 15px;
    z-index: 3;
}
@media only screen and (min-width: 770px) {
	.mainNav {
	  display: inline-block;
	}
	
	.mainNav > li {
	  float: left;
	  padding:12px 12px 0 12px;
	  position: relative;
	}
	.mainNav > li > a,.mainNav > li > .menuBox h3:before,.mainNav > li > .menuBox a:before{
	  background-image: url('../images/icon/nav_icon.png');
	  background-repeat: no-repeat;
	}
	
	
	.mainNav > li > a {
	  display: block;
	  width: 54px;
	  height: 54px;
	  white-space: nowrap;
	  text-indent: 100%;
	  overflow: hidden;
	  background-color: #1392FF;
	  border-radius: 50%;
	  box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.2),inset 0 0 1px rgba(255,255,255,.5);
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  background-position: bottom center;  
	}
	
	.mainNav > li > a.icon-navicon1 {
	  background-position-y: -14px;
	}
	
	.mainNav > li > a.icon-navicon2 {
	  background-position-y: -70px;
	}
	
	.mainNav > li > a.icon-navicon3 {
	  background-position-y: -124px;
	}
	
	.mainNav > li > a.icon-navicon4 {
	  background-position-y: -178px;
	}
	
	.mainNav > li > a.icon-navicon5 {
	  background-position-y: -232px;
	}
	
	.mainNav > li > a.icon-navicon6 {
	  background-position-y: -286px;
	}

	.mainNav > li > a.icon-navicon7 {
	  background-position-y: -340px;
	}

	.mainNav > li > a.icon-navicon8 {
	  background-position-y: -394px;
	}

	.mainNav > li > a.icon-navicon_last{
	 background-position-y: bottom;
	}
		
	.mainNav > li:hover > a {
	    background-color: #0B4DAF;
	    box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.4),inset 0 0 1px rgba(255,255,255,.6);
	}
	
	.mainNav > li > .menuBox {
	  display: none;
	  background: #fff;
	  position: absolute;
	  left: 50%;
	  margin-left: -85px;
	  bottom: 65px;
	  background: #fff;
	  padding: 0px 10px 10px 10px;
	  width: 180px;
	  border-radius: 5px;
	  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	  text-align: left;
	}
	.mainNav > li > .menuBox:before {
	  position: absolute;
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 6px 4px 0 4px;
	  border-color: #ffffff transparent transparent transparent;
	  bottom: -5px;
	  left: 50%;
	  margin-left: -8px;
	
	}
	.mainNav > li > .menuBox h3 {
	  color: #0ab3de;
	  font-size: 15px;
	  font-weight: bold;
	  border-bottom: 1px solid #d8d8d8;
	  position: relative;
	  padding-left: 18px;	 
	}
	
	.mainNav > li > .menuBox h3:before{ 
	  content: "";
	  position: absolute;
	  width: 16px;
	  height: 16px;
	  left: 0;
	  top: 6px;
	  background-position: top center;
	}
	
	.menuBox li {
	  padding: 2px 0;
	  text-align: left;
	}
	.menuBox li a,.menuBox li a:link,.menuBox li a:visited,.menuBox li a:active {
	  color: #505050;
	  font-size: 13px;
	  display: block;
	  text-indent: -14px;
	  padding-left: 14px
	}
	.menuBox li a:before {
	  content: "";  
	  width: 14px;
	  height: 14px;
	  display:inline-block;
	  padding-top: 2px;
	  background-position: top left;
	}
	.menuBox li a:hover {
	  background: #efefef;
	  text-decoration: none;
	  cursor: pointer;
	}
	.mainNav > li:hover > .menuBox{
	  display: block;
	}

	
	.mainNav > li.nav_login{
	  position: fixed;
	  right: 5px;
	  bottom: 5px;
	}

}
@media only screen and (max-width: 770px) {
.nav_login{
	background-color: #01676e;
	}
.mainNav > li > a.icon-navicon_last{
	background-position-y: bottom;
   }	
.nav_login{
	margin-bottom: 30px;
}
}
/*-------sibebar---------- */
#sidebarBox{
	position: fixed;
    display: inline-block;
    left: 50px;
    top: 90px;
    z-index: 3;
}

.sidebar {  
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 450px;
  padding: 5px; 
  background: rgba(0, 0, 0, 0.6);
  overflow-x: hidden; 
  max-width: calc(100vw - 400px);
}

.sidebar.active{
	width: 450px;
}


.sidebar2 {
  position: fixed;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 5px;
  right: 10px;
  top: 64px;
  background: rgba(0, 0, 0, 0.6);
}

.tab-content{
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;  
	overflow-y: auto; 
	max-height: calc(100vh - 300px);
}

.sidebar2 .tab-content{
   max-height: calc(100vh - 400px); 
}

/*tab*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{
	background:#2196F3;
	color: #fff;
	border:none;
}
.nav-tabs > li > a{
	padding:5px 0;
	font-size: 13px;
	text-align: center;
	color:#ccc;
	border-radius:0;
}
.nav-tabs > li{
  width: 25%;
  margin-bottom: 0
}

.nav-tabs > li:nth-of-type(5),.nav-tabs > li:nth-of-type(9),.nav-tabs > li:nth-of-type(13) ,.nav-tabs > li:nth-of-type(17){
  clear: left;
}

.sidebar2 .nav-tabs > li{
	width: 50%;
	float: left;
}
.sidebar2 .nav-tabs > li:nth-of-type(5){
  clear: right;
}
.nav-tabs {
    border: 1px solid #fff;
    margin-bottom: 5px;
}
.nav-tabs > li > a:hover ,.nav-tabs > li > a:focus{
   background: rgba(0, 0, 0, 0.58);
   border:none;
}

.bootstrap-table {
    font-size: 13px;
	position: relative;
}

.table > thead:first-child > tr:first-child > th,
.bootstrap-table .table thead > tr > th{
	background: rgba(241, 241, 241, 0.1);
    color: #fff;    
}

.table-hover > tbody > tr{
	background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.table-hover > tbody > tr:hover {
   background: rgba(147, 147, 147, 0.5);
   cursor: pointer;
}
.fixed-table-pagination .pagination a{
	padding: 6px 10px;
	cursor: pointer;
}

.pull-left.pagination-detail {
   display:none;
}
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td{
	padding: 3px
}
.pagination > li > a,.pagination > .disabled > a{
	background-color: transparent;
	color:#ccc;
}
.pagination > li > a:hover{
	 background: rgba(0, 0, 0, 0.58);
	 color:#fff;
}
.pagination > .active > a,.pagination > .active > a:hover{
	background:#2196F3;
	color: #fff;
	border-color:#fff;
}
.pull-right.pagination {
    margin-right: 15px;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background: rgba(33, 150, 243, 0.5);
}

 .table-hover > tbody > tr.active:hover > td{
 	background: rgba(33, 150, 243, 0.3);
 }
 

 .chertimgbox{
 	width: 100%;
 }
.chertimg{
	margin: 0 auto;
}

/*手機版下拉設備*/
#eqTab,#closeEqtab{
	display: none;
}

/*dropdown*/
#doropdownBox{
	max-height: calc(100vh - 90px);
	overflow-y: auto;
}
#dropdownMenu {
    top: 60px;
    position: absolute;
    left: 5px;
    z-index: 55;
    display: inline-block;
    min-width: 110px;    
    display: none;   
}
#dropdownBtn {
    position: absolute;
    top: 19px;
    left: 5px;
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	z-index: 3;
}

#dropdownBtn i{
	font-size: 0;
	postion: relative;
}
#dropdownBtn i:before{
	content: "";
	display: inline-block;
	height: 18px;
    width: 20px;
    border-top: 3px solid #898989;
    border-bottom: 3px solid #898989;
    position: absolute;
    left: 9px;
    top: 10px;
}
#dropdownBtn i:after{
	content: "";
	display: inline-block;
	height: 10.5px;
    width: 20px;
    border-bottom: 3px solid #898989;
    position: absolute;
    left: 9px;
    top: 10px;
}

#dropdownBtn.activeDrop{
	background: #dbdbdb;
}

#dropdownBtn.activeDrop i:before{
	height: 10.5px;
    border-top: none;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
    left: 8px;
   
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    top: 20px !important;
}

#dropdownBtn.activeDrop i:after{
	 -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	 left: 2px;
}

#dropdownBtn.activeDrop i:after,#dropdownBtn.activeDrop i:before{
	 border-bottom-color: #a7a5a5;
	 top: 12px;
    width: 28px;
}

div#bs-navbar-collapse-1 {
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    padding-left: 0;
}
.navbar-nav > li.dropdown{
	background: #ffffff;
	float: none;
}
.navbar-nav>li>a{
	color: #333;
}
.dropdown-menu>li>a:hover,
li.dropdown>a:hover{
	background-color: rgba(91, 209, 238, 0.89);
	border-color: #2196F3;
	background-image:unset;
}
.nav .open > .dropdown-toggle.active,
.dropdown-submenu a.dropdown-submenu-toggle.active,
.dropdown-submenu .dropdown-menu a.dropdown-list.active{
	background-color: #2196F3;
	border-color: #337ab7;
	background-image:unset;
}
.warn1{
	background-color: rgba(252, 118, 118, 0.65);
}
.warn2{
	background-color: rgba(250, 162, 55, 0.8);
}
.warn3{
	background-color: rgba(79, 192, 173, 0.8);
}
.dropdown-submenu{position: relative;}
.dropdown-menu>li>a {
	padding: 15px;
}
.dropdown-submenu .caret,.dropdown .caret{
	-webkit-transform: rotate(-90deg); transform: rotate(-90deg);
}
.dropdown-menu {top:0; left:100%; margin-top:-6px; margin-left:-1px;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
.dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 30px;}
@media screen and (min-width:992px){
    .dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 25px;}
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
}


/*-----	 Checkbox ---------------- */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  float: left;
}
.range {
	display: block;
	cursor: pointer;
	color: #dad6d6;
	font-weight: bold;
	float: left;
  }
input[type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  content: "✓";
  color: transparent;
  padding: 0;
  border-radius: 3px;
  border: 2px solid #dddddd;
  background: #f0f0f0;
  margin: -2px 5px 0 0;
  transition: 0.1s;
  box-sizing: border-box;
}
input[type="checkbox"] + label:hover {
  color: #ffffff;
}
input[type="checkbox"] + label:hover::before {
  background-color: #ffffff;
}
input[type="checkbox"]:checked + label {
  color: #4dda00;
}
input[type="checkbox"]:checked + label::before {
  font-size: 15px;
  background: #4dda00 !important;
  border-color: #4dda00 !important;
  color: #ffffff !important;
}

/*------sidbarTip----------- */
ul.sidbarTip {
  clear: both;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
}
ul.sidbarTip li {
  float: left;
  font-size: 12px;
  color: #ffffff;
  box-sizing: border-box;
}
ul.sidbarTip li + li {
  padding-left: 10px;
}
/* ul.sidbarTip.grid2 li:nth-child(3),ul.sidbarTip.grid2 li:nth-child(5), ul.sidbarTip.grid2 li:last-of-type {
  padding-top: 5px;
} */
ul.sidbarTip.grid2 li:nth-child(3),ul.sidbarTip.grid2 li:nth-child(5),ul.sidbarTip.grid2 li:nth-child(7) {
  padding-left: 0;
}
ul.sidbarTip img {
  float: left;
  padding-right: 5px;
  width: 20px;
  padding-top: 2px;
}
ul.sidbarTip span,.inforBox span{
	float: right;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding: 1px 5px;
}

.inforBox{
	font-size: 12px;
	color: #fff;
	display: inline-block;
    width: 290px;
}
.inforBox h6{
	font-size: 13px;
	padding: 0 0 5px 25px;
	position: relative;
}
.inforBox h6:before{
	content: "";
	width: 20px; 
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	background: url(../images/index_info_bg.png) 0 0 no-repeat;
}

.inforBox li:nth-child(1) h6:before{
	background-position-x: -32px; 
}
.inforBox li:nth-child(2) h6:before{
	background-position-x: -121px; 
}
.inforBox li:nth-child(3) h6:before{
	background-position-x: -62px; 
}
.inforBox li:nth-child(4) h6:before{
	background-position-x: -90px; 
}
.inforList{
	width: 135px;
    float: left;
    margin: 5px;
}
.inforList li{
	padding: 3px 0;
}
.inforList ul{
	background: rgba(255, 255, 255, 0.3);
    padding: 5px;
}
.inforList a:link,.inforList a:active,.inforList a:visited{
	color: #ccc;
	position: relative;
	padding-left: 15px;
	float: right;
	padding-top: 2px;
}

.inforList a:before{
	content: "";
	width: 15px; 
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	display: inline-block;
	background: url(../images/index_info_bg.png) right -3px no-repeat;
}

.inforList li.winfor{
	padding-left: 15px;
	position: relative; 
}

.winfor:before{
	content: "";
	width: 10px; 
	height: 10px;
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	background: #ff0000;
	border-radius: 50%;
}

.winfor02:before{
	background: #ff9c00;
}

.winfor03:before{
	background: #00ff60;
}
/*------------someTabToggle------------------*/
.someTabToggleT{
	position: absolute;
    z-index: 3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);  
    background: rgba(0, 0, 0, 0.6);  
    text-decoration: none;
}
.someTabToggleT:before{
	content: "";
	display: block;
	
}
.someTabToggleT:hover,.someTabToggleT:active,.someTabToggleT:visited{
    background: #2196F3;
    text-decoration: none;
}
/*01*/

#someTabToggle{	
    right: -25px;
    top: 9px;
    padding: 10px 10px 10px 5px;
    border-radius: 0 3px 3px 0;  
    display: inline-block;
}
#someTabToggle:before{	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 10px 6px 0;
	border-color: transparent #ffffff transparent transparent;
}
#someTabToggle.active:before{
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
}
#someTabToggle.active {
    background-color: rgb(0 60 136);
    border: 4px solid rgba(255,255,255,.8);
    padding: 8px 7px 8px 8px;
    left: 7px;
    padding: 8px 14px 8px 8px;
    top: 0;
    width: 30px;
    height: 36px;
    display: inline-block;
}
/*02*/
#someTabToggle2{	
    right: 310px;
    top: 68px; 
    padding: 10px 5px 10px 10px;
    border-radius:3px 0 0 3px; 
    display: inline-block;
    position: fixed;
}
#someTabToggle2:before{	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
}
#someTabToggle2.active:before{	
	border-width: 6px 10px 6px 0;
	border-color: transparent #ffffff transparent transparent;
}
#someTabToggle2.active{
	background-color: rgba(0,60,136,.5);
    border: 4px solid rgba(255,255,255,.8);
    padding: 8px 7px 8px 8px;
	right: 10px;
    padding: 8px 8px 8px 7px;
}

/*03*/
#someTabToggle3{	
   	right: -26px;
    top: 47px;
    padding: 10px 11px 10px 9px;
    border-radius: 0 3px 3px 0;
}
#someTabToggle3:before{	
	width: 6px;
	height: 15px;
	border: 2px solid #fff;	
}
#someTabToggle3.active:before{	
	width: 13px;	
}
#someTabToggle3.active{	
	padding: 10px 8px 10px 5px;
}

/*level*/
#someTabToggleLevel{	
    top: 5px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    left: -25px;
}
#someTabToggleLevel:before{	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
}
#someTabToggleLevel.active:before{	
	border-width: 6px 10px 6px 0;
	border-color: transparent #ffffff transparent transparent;
}
#someTabToggleLevel.active{
	background-color: rgba(0,60,136,.5);
    border: 4px solid rgba(255,255,255,.8);
    padding: 8px 7px 8px 8px;
	right: 15px;
    padding: 8px 8px 8px 7px;
    bottom: 165px;
    top: initial;
    width: 30px;
}
/*------------datalist------------------- */
.dataListTitle {
  margin-top: 10px;
}
.dataListTitle a {
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
  padding-left: 18px;
  position: relative;
}
.dataListTitle a:after {
  width: 15px;
  height: 15px;
  background-position: 0 -789px;
  left: 0;
  top: 0;
}

.dataList {
  background: #ffffff;
  font-size: 12px;
  display: none;
}
.dataList table td {
  text-align: center;
}
.dataList table.dataTable tbody td {
  padding: 0;
}
.dataList .dataTables_wrapper .dataTables_paginate {
  float: none;
}

th.col-4.sorting {
  padding: 5px;
}

/*div#dialog {
    overflow: hidden;
}*/

/*map*/
.map {
	margin: 0;
	background-color: #80AFC8;
	clear: both;
	position: relative;
	width: 100%;
		height: 100%;
}
	span.ui-button-text {
			padding: 0 !important;
		}
		#gmap {
			height: 100vh;
		}
		.ol-popup {
			position: absolute;
			background-color: white;
			-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
			filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
			padding: 15px;
			border-radius: 10px;
			border: 1px solid #cccccc;
			bottom: 12px;
			left: -50px;
			min-width: 280px;
			display: none;
		}
		.ol-overlay-container .ol-popup{
			display: block;
		}
		.ol-popup:after, .ol-popup:before {
			top: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}
		.ol-popup:after {
			border-top-color: white;
			border-width: 10px;
			left: 48px;
			margin-left: -10px;
		}
		.ol-popup:before {
			border-top-color: #cccccc;
			border-width: 11px;
			left: 48px;
			margin-left: -11px;
		}
		.ol-popup-closer {
			text-decoration: none;
			position: absolute;
			top: 2px;
			right: 8px;
		}
		.ol-popup-closer:after {
			content: "✖";
		}
#map .ol-zoom .ol-zoom-out {
        margin-top: 204px;
      }
      #map .ol-zoomslider {
        background-color: transparent;
        top: 6.3em;
      }

      #map .ol-touch .ol-zoom .ol-zoom-out {
        margin-top: 212px;
      }
      #map .ol-touch .ol-zoomslider {
        top: 2.75em;
      }

      #map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
      #map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
        top: 3px;
      }

      #map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
      #map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
        top: 232px;
      }
      .ol-zoom.ol-unselectable.ol-control {
	    top: 4.5em;
	}
/*cctv圖片置中*/
.cctv_media {
	width: 411px;
    /* height: 339px; */
	/* width: 100%; */
	aspect-ratio: 16/9;
    position: relative;
    border: 1px solid #fff;
    margin: 15px auto;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}
.cctv_media iframe{   
    width: 400px;
	aspect-ratio: 16/9;
    /* height: 338px; */
}

.water_img{
	width: 400px;
    height: 300px;
}

.cctv_media img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
}

/*map tip*/
#popup-content table{
	margin: 0 auto;
	width: 80%;
}
#popup-content td{
	padding: 5px;
    border: 1px solid #ddd;
    font-size: 0.95em;
    color: #7d7d7d;
}
#popup-content td:nth-child(odd){
	background: #f5f5f5;
	width: 6em;
}


.infoOpen{
  color: #fff;
}


/*----------map layer--------------*/
.mapLayer ul{
	padding: 5px 10px;
}

.mapLayer ul li{
	display: inline-block;
	width: 100%;
	line-height: 1;
}

.selectNavBox{
  overflow-y: auto;
  overflow-x: hidden;  
}
.selectNavTitle {
    background: #9bd1e4;
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 0;
    line-height: 1em;
    border-radius: 5px;
}
.selectNavTitle > i.glyphicon{
	font-size: 12px;
}

.selectNavTitle,.selectNavTitle:hover,.selectNavTitle:focus{
	color: #0072ce;
    text-decoration: none;
    text-shadow: 0 0 0 rgba(0,0,0,0.5);
}

.selectNavSubTitle,.selectNavSubTitle:hover,.selectNavSubTitle:focus{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
    width: 100%;
}

.selectNavSubTitle.active{
	color: #f0bc00;
}
.selectNavSubTitle.active i.glyphicon-plus-sign:before {
    content: "\e082";
}
.selectNavTitle+ul{
	padding-left: 1em;
}
.selectNavSubTitle+ul{
	display: none;
	padding-left: 1em;
}

.selectNavSubTitle+ul > li{
	width: 50%;
	float: left;
}


#confirmModal .modal-content{
	background: #2b343b;
	color: #fff;
}


.confire_alert{
	float: left;
    font-size: 15px;
    color: #858585;
    display: none;
}

#confirmModal .modal-body{
	position: relative;
	overflow-y: auto;
}

.confirm_detailed{
	margin-top: 10px;
}
.nodata{
	width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(43, 52, 59, 0.85);
    z-index: 1;
    top: 0;
    left: 0;
}

.nodata:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	border: 3px solid #00afc5;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	-webkit-animation: loading 1s infinite linear;
	-moz-animation: loading 1s infinite linear;
	-o-animation: loading 1s infinite linear;
	animation: loading 1s infinite linear;
}
.nodata:after{
	content: "計算中";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -13px;
}

.levelSidebarBox{
	display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 80px;
}

#levelSidebar{
	font-size: 13px;
    line-height: 1.6;
    color: #efefef;
    padding: 5px 10px;  
    background: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    display: inline-block;
}
#levelSidebar aside{
	float: left;
}
#levelSidebar aside+aside{
	padding-left: 25px;
	position: relative;
}
#levelSidebar aside+aside:before {
    content: "";
    height: 190px;
    display: inline-block;
    border-right: 1px dotted #ccc;
    width: 1px;
    position: absolute;
    left: 10px;
    top: 0;
}
.levelBox li{
	position: relative;
}

.levelListTitle{
	text-align: center;
    padding-bottom: 3px;
}

.levelBox img {
    float: left;
    padding-right: 5px;
    width: 20px;
    padding-top: 2px;
}

.levelBox li.levelList:before{
	content: "";
    width: 10px;
    height: 10px;
    background: #79fffe;
    display: inline-block;
    margin-right: 2px;
}

.levelBox li.levelList02:before{
	 background: #22ff06;
}

.levelBox li.levelList03:before{
	 background: #ffff10;
}

.levelBox li.levelList04:before{
	 background: #fd8709;
}

.levelBox li.levelList05:before{
	 background: #a10002;
}


.levelBox li.levelRainList01:before{
	 background: #fff;
}

.levelBox li.levelRainList02:before{
	 background: #79c3f0;
}

.levelBox li.levelRainList03:before{
	 background: #599ce2;
}

.levelBox li.levelRainList04:before{
	 background: #327adc;
}

.levelBox li.levelRainList05:before{
	 background: #1b5acc;
}

.levelBox li.levelRainList06:before{
	 background: #1a34af;
}

.levelBox li.levelRainList07:before{
	 background: #131697;
}

.levelBox li.levelRainList08:before{
	 background: #0b0275;
}


.floodvolumeBox{
	color: #fff;
    font-size: 15px; 
    padding: 5px 10px;    
}
.floodvolumeBox span,.openingP span{
	background: rgba(23, 141, 96, 0.8);
    padding: 2px 5px;
    border-radius: 2px;
}
.calcFlowBox{
	font-size: 13px;
}
#calcFlow{
	padding-right: 10px;
	font-size: 18px;
}


.openingP {
	color: #fff;
    font-size: 15px;
}


.card-view {
    border-bottom: 1px solid #fff;
    padding: 2px 5px;
}
.card-view:hover{
	background: rgba(147, 147, 147, 0.5);
}
.card-view:last-of-type{
	border: none;
}
.card-view .value{
	margin-left: 15px;
	position: relative;
}

.card-view .value:after{
	content:"m";
	right: -20px;
	color: #fff;
	position:absolute;
}
.fixed-table-body .card-view .title{
	font-size: 14px;
	font-weight: normal;
	border-right: 1px solid #fff;
}

#table9.table-hover > tbody > tr:hover{
	background: rgba(255, 255, 255, 0.3);
}


.positionTable +.bootstrap-table > .fixed-table-toolbar {
    position: absolute ;
    right: 30px;
    top: -50px;
    width: 150px;
}

.positionTable{
 	border: 1px solid #fff;
 	width: 100%; 
 	font-size: 12px;
 	color: #fff;
 }
.positionTable td{
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.positionTable td+td{
	border-left: 1px solid #fff;
}
.positionTable tr:last-of-type td{
	border-bottom: none;
}

.select_index{
	background: #494949;
	color: #fff;
	width: 200px;
}
.col2 .select_index{
	width: 60px;
	float: left;
	margin-left: 8px;
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes loading {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.chartImgIndex{
	width: 350px;
	height: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 769px) {
	header{
		margin: 0;
		width: 100%;
	}
	.logo{
		float: none;
	}
	.logo h1{
		font-size: 1em;
		padding: 5px 50px 5px 75px;
	}
	
	#sidebarBox{
		left: 0px;
		position: fixed;
		top: 65px;
	}
	.sidebar { 
	  min-width: auto;
	  max-width: none;
	}
	
	.sidebar.active{
		width:  calc(100vw  - 90px);
	}
	.ol-overlaycontainer-stopevent {
    	display: none;
	}
	
	#someTabToggle3{
		display: none !important;
	}
	.tab-content{
		max-height: calc(100vh - 380px);
	}
	
	/*Menu*/
	 nav {
	    top: 0;
	    right: 4px;
	    bottom: initial;
	 }
	  #func_item {
	    display: none;
	    background: #198cc3;
   		height: 100vh;   		
	    width: 100%;
	    padding: 20px 10px 90px 10px;
	    overflow-y: auto;
	    
	  }
	  #func_btn.active + #func_item {
	    display: inline-block;
	  }
	 
	  .menuBox h3{
	  	color: #fff;
	    font-weight: 700;
	    font-size: 1.25em;
	    text-align: left;
	    border-bottom: 4px double #8ddaff;
	  }
	  #func_item li {
	    padding: 10px 0;
	  }
	  #func_item li > a:link, #func_item li > a:visited {
	    color: #0a382c;
	    font-size: 1.125rem;
	    font-weight: bold;
	    display: inline-block;
	    padding-bottom: 5px;
	  }
	  #func_item li ul {
		background: #4eb3e2;
	  }
	  #func_item li ul li + li {
	    border-top: 1px dotted #ffffff;
	  }
	  #func_item li ul li a, #func_item li ul li a:link, #func_item li ul li a:visited {
	    color: #ffffff;
	    font-size: 0.938rem;
	    width: 100%;
	  }
	
	  #func_btn:link, #func_btn:visited {
	    position: absolute;
	    right: 5px;
	    top: 10px;	   
	    line-height: 20px;
	    width: 48px;
	    text-align: center;
	    height: 48px;
	    border-radius: 4px;
	    color: #fff;	    
	  }
	   #func_btn:before{	
	   	content: "";
	    width: 30px;
	    height: 23px;
	    display: inline-block;
	    position: absolute;
	    right: 8px;
	    top: 10px;
	    border-top: 3px solid #fff;
	    border-bottom: 3px solid #fff;
	   }
	   #func_btn:after{	
	   	content: "";
	   	width: 30px;
	   	height: 3px;
	   	display: inline-block;
	   	background: #fff;
	   	position: absolute;
	   	right: 8px;
	    top: 20px;	
	   }
	   
	   #func_btn.active:before{	   
	   	height: 3px;	   
	   	background: #fff; 
	    border: none;
	    transform: rotate(-45deg);	
	    top: 20px;
	   }
	   
	   #func_btn.active:after{	
	   	 transform: rotate(45deg);
	   }
	   #func_item li > a.icon-navicon_last:link, #func_item li > a.icon-navicon_last:visited
	  {
	   	color: #7cccf3;
	    padding: 0 30px;
	    border: 4px double #7cccf3;
	   }
	   
	  #func_btn:hover, #func_btn:focus, #func_btn:active, #func_btn.active {
	    text-decoration: none;
	  }
	  #func_btn.active {
	    background: #198cc3;
	  }
	  .cctv_media{
	  	 width:100%;
	  	 height: 339px;
	  }
	 .cctv_media iframe{ 
	   width:auto;
	   height:auto;
	   max-width:100%;
	   max-height:100%;
	}
	.chartImgIndex{
		width: 300px;
		height: 180px;
	}
	#someTabToggle.active{
		left: 50px;
	}
	#dropdownMenu{
	/*	max-height: calc(100vh - 200px);*/
   		top: 52px;
    	left: 20px;
	}
	div#bs-navbar-collapse-1{
		top: 47px;
		left: 0;		
	}
	/*集水區menu修改*/
	.navbar-nav .open .dropdown-menu{
		position: absolute;
		background-color: #fff;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu{
		position: static;
		width: calc(100vw - 120px);		 
	}

	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a{
		white-space: normal;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li + li{
		border-top: solid #f5f5f5 1px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li:last-of-type{
		border-bottom: solid #f5f5f5 3px;
	}
	
	#eqTab,#closeEqtab{
		display: inline-block;
	}
	.eqTabList{
		display: none;
	}
	.eqTabList.showList{
		position: fixed;
		background: #000000;
		z-index: 999;
		display: inline-block;
		right: 60px;
        left: 60px;
	}


	.nav-tabs > li{
		width: 100%;
	}
}

.emis{
	color: white;
}

.label{
	color: white;
}