@charset "UTF-8";

.hidden-section {
	display: none;
}

.login-box-content {
	display: none;
	width: 100%;
	padding-bottom: 10px;
}

.login-tab-link,
.map-tab-link {
	font-size: 18px;
	font-weight: bold;
}

.login-tab-link {
	height: 40px;
}

.tooltip-hidden {
	visibility: hidden;
}

.tooltip-hidden-opacity {
	opacity: 0;
}

.map-rim-table {
	display: table;
}

.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}

.chevron-icon-bottom {
	vertical-align: text-bottom;
}

.map-info-line {
	line-height: 25px;
}

.map-info-line-no-bottom {
	line-height: 25px;
	margin-bottom: 0;
}

.full-width-table {
	width: 100%;
}

.update-message-box {
	margin-top: 20px;
	margin-bottom: 0;
	display: none;
}

.update-message-icon {
	font-size: 20px;
	color: #ff0000;
	margin-right: 3px;
}

.update-message-text {
	font-size: 20px;
	color: #ff0000;
	line-height: normal;
}

.more-cell {
	width: 55px;
}

.more-top-margin {
	margin-top: 20px;
	display: inline-block;
}

.unit-text {
	line-height: 25px;
	text-align: right;
	font-size: 16px;
}

.envr-year {
	font-size: 14px;
}

.embed-frame-wrap {
	height: 900px;
}

.embed-frame {
	border: 0;
}

.modal-body-scroll {
	max-height: 350px;
	overflow-y: auto;
}

.modal-width-300 {
	max-width: 300px;
}

.modal-title-large {
	font-size: 25px;
	color: #478fca;
	text-align: center;
}

.modal-top-margin {
	margin-top: 10px;
}

.modal-btn-font {
	font-family: Microsoft JhengHei;
}

.modal-btn-space {
	margin-right: 10px;
	font-family: Microsoft JhengHei;
}

.password-tip {
	font-size: 12px;
	color: #FF7878;
}

#map-tag > li.active > a,
#map-tag > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #41b6bd;
}

#login-tag > li.active > a,
#login-tag > li.active > a:hover {
	color: #fff;
	background-color: #41b6bd;
}

#tooltip_envr {
	position: absolute;
	text-align: center;
	padding: 2px;
	font: 20px sans-serif;
	background: lightsteelblue;
	border: 1px solid #000000;
	border-radius: 8px;
	pointer-events: none;
}

input::-ms-reveal {
	display: none;
}

#input-reveal-p .icon-eye:active:before,
#input-reveal-v .icon-eye:active:before {
	color: rgba(0,0,0,.8);
}
