#Body-Wrapper {
	height: 100vh;
}

#Loading {
	position: absolute;
	display: none;
	background: url('/img/loading.gif') center center;
	background-size: 45px 45px;
	top: 50%;
	left: 50%;
	margin: -22.5px 0px 0px -22.5px;
	width: 45px;
	height: 45px;
	z-index: 1000;
}

ul li i.btn {
	cursor: pointer;
}


/************* Tools ************/
#Tools-Background {
	position: fixed;
	background: #333;
	opacity: 0.5;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
}

#Tools-Background.hover {
	opacity: 0.8;
	background: #222;
}

ul#Tools {
	position: fixed;
	padding: 2px 10px;
	top: 0px;
	left: 0px;
	user-select: none;
	color: yellow;
	width: 1500px;
	height: 20px;
	z-index: 101;
}

ul#Tools.hover {
	background: transparent;
	color: #FFF;
}

ul#Tools li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul#Tools li .search {
	position: fixed;
	right: 10px;
}

div.select {
	display: inline-block;
	border: 1px solid #668;
	border-radius: 3px;
	background: #fff;
	padding: 1px 5px 2px 5px;
	color: #333;
	font-size: 13px;
	vrtical-align: top;
	min-width: 80px;
}

div.select #icon {
	float: right;
	margin-top: 5px;
	margin-left: 3px;
	font: 400 10px Arial;
}

ul#Tools ul.select {
	position: absolute;
	display: none;
	border: 1px solid #668;
	margin: 0;
	padding: 0;
}

ul#Tools ul.select li {
	display: block;
	background: #fff;
	padding: 0px 5px 2px 5px;
    color: #334;
}

ul#Tools ul.select li:hover, ul#Tools ul.select li.on {
	background: #508ef7;
	color: #fff;
}

/**************** Logo **************/
#Logo {
	position: absolute;
    margin-left: -30px;
    left: 50%;
    top: 10px;
    width: 120px;
    z-index: 100;
}

#Logo .icon {
	display: inline-block;
	background: url('/img/coangler_icon_64r.png') no-repeat center top;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
}

#Logo .app-name {
	display: inline-block;
	margin-top: 3px;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

#GooglePlayLogo {
	display: inline-block;
    position: fixed;
    right: 100px;
    top: -4px;
    background: url(/img/google-play-badge.png) no-repeat center center;
    background-size: 150px 58px;
    width: 150px;
    height: 58px;
    z-index: 101;
}


/**************** Search ************/
ul#Search {
	display: none;
	position: fixed;
	background: #fff;
	margin: 0px;
	padding: 2px 10px;
	top: 0px;
	left: 0px;
	list-style-type: none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	user-select: none;
	color: #555;
	width: 100%;
	height: 46px;
	z-index: 102;
}

ul#Search li {
	display: inline-block;
}

ul#Search li.keyword {
	width: calc(100vw - 50px);
}

ul#Search li.keyword input {
	background: transparent;
	border: none;
	margin-top: 10px;
	color: #8c7390;
	font-size: 16px;
	font-weight: bold;
    line-height: 22px;
    width: 100%;
}

ul#Search li.keyword input:focus {
    outline: 0px solid transparent;
}

ul#Search li .close {
	position: fixed;
	margin-top: -20px;
	right: 10px;
}

ul#Search li.result {
    display: none;
    position: absolute;
    background: #fff;
    overflow-y: auto;
    border: 1px solid #fff;
    border-top: 1px solid #dadce0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);    
    top: 50px;
    left: 0px;
	width: calc(100vw - 3px);
    min-height: 60px;
    max-height: calc(100vh - 78px);
}

ul#Search li.result ul {
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

ul#Search li.result ul:hover {
	background-color: #efefef;
}

ul#Search li.result li {
	display: block;
}

ul#Search li.result .name {
	font-weight: bold;
}

ul#Search li.result .desc {
	font-size: 12px;
}

ul#Search li.result .type {
	font-weight: 500;
}

ul#Search li.result .addr {
	
}

ul#Search li.result .no-result {
	color: #bd9090;
	font-weight: bold;
}


/************* Map Util *******/
#MapUtil {
	position: absolute;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 0px 0 rgba(0, 0, 0, .5);
	z-index: 100;
} 

#MapUtil i {
	display: block;
	background: #fff;
    margin: 5px;
	color: #9e9e9e;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
}

#MapUtil i:hover, #MapUtil i.on {
	color: #e91e63;
}


#MapUtil.location {
	position: absolute;
	top: 100px;
	left: 10px;
}

#MapUtil.nav {
	position: absolute;
	top: 150px;
	left: 10px;
}


/************* Map Control *******/
#MapControl {
	position: absolute;
	display: block;
	background: #fff;
	padding: 2px 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 0px 0 rgba(0, 0, 0, .5);
	top: 100px;
	right: 10px;
	z-index: 100;
} 

#MapControl i {
	display: block;
	background: #fff;
    margin: 3px 0px 1px 0px;
	color: #9e9e9e;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
}

#MapControl i:hover, #MapControl i.on {
	color: #e91e63;
}

#MapControl i span {
	display: block;
	margin: 0px 0px 2px 0px;
	background: #fff;
    color: #383737;
    font-size: 12px;
    text-align: center;
    width: 100%;
	height: 16px;
}

#MapControl i:last-child span {
    margin: 0px 0px 4px 0px;
}

#MapControl i:hover span, #MapControl i span.on {
	color: #e91e63;
}


/************* Panorama ***************/
#Panorama {
	position: fixed !important;
    display: none;
    top: 100px;
    left: 0px;
    width: 10px;
    height: 10px;
    z-index: 101;
}

#Panorama #Action {
	position: absolute;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 0px 0 rgba(0, 0, 0, .5);
	top: 150px;
	left: 10px;
	width: 36px;
	min-height: 153px;
	z-index: 100;
}

/************* Map ***************/
#Map {
	position: fixed !important;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 50;
}

.marker {
	background: url('/img/marker.png') no-repeat center center;
	background-size: 40px auto;
	position: absolute;
	opacity: 1.0;
	width: 40px;
	height: 60px;
}


.marker-label {
	background: #fff;
	border: 1px solid purple;
	border-radius: 7px;
	padding: 3px 5px;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	white-space: nowrap !important;
}

/*
.label.focus, .label.tracking, .label:hover {
	background: yellow;
	opacity: 1.0;
	color: red;
	z-index: 100;
}

.label.tracking {
	display: block;
}
*/


/************* 시설정보 ***************/
.info-window div {
	text-align: left;
}

.info-window .name {
	font-size: 16px;
}

.info-window #btn-add {
	margin: -2px 0px 0px 10px;
  	color: orange;
  	vertical-align: top;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.info-window #btn-add:hover {
	color: red;
}

.info-window #btn-add.on:hover {
	color: red;
}

.info-window ul {
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.info-window .basic li {
	display: inline-block;
	list-style-type: none;
	text-align: left;
	vertical-align: top;
	width: 49.3%;
}

.info-window span.label {
	color: green;
	font-weight: bold;
}

.info-window div.tabs {
	margin-top: 10px;
	text-align: left;
}

.info-window div.tab {
  	display: inline;
	background-color: #777;
	border: 1px solid #777;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: -3px;
	padding: 0px 7px;
	color: #aeecae;
	font-weight: bold;
	width: 33%;
	cursor: pointer;
}

.info-window div.tab.on {
	background-color: green;
	border: 1px solid green;
	color: #fff;
}

.info-window div.tabs ul {
	display: none;
	overflow-y: auto;
	border: 1px solid green;
	padding: 5px;
	min-height: 182px;
	max-height: 182px;
}

.info-window div.tabs ul.on {
	display: block;
}

.info-window .water-level {
	font-size: 12px;
	padding-left: 15px;
}

.info-window .water-level li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.info-window .water-level div#list {
	overflow-y: auto;
	width: 90px;
	height: 175px;
}

.info-window .water-level div#list::-webkit-scrollbar {
    width: 10px;  
}

.info-window .water-level div#list::-webkit-scrollbar-thumb {
    background: rgba(220, 20, 60); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.info-window .water-level div#list::-webkit-scrollbar-track {
    background: rgba(220, 20, 60, .1);  /*스크롤바 뒷 배경 색상*/
}

.info-window .water-level div#list .date {
	font-size: 70%;
	color: green;
}	
	
.info-window .water-level div#list .rate {
	color: purple;
	font-weight: bold;
}

.info-window .water-level div#list .level {
	display: block;
    margin-top: -3px;
    margin-left: 30px;
    margin-bottom: 4px;
    font-size: 85%;
    color: #555;
}
	
.info-window .water-level div#chart-div {
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
	width: 170px;
	height: 170px;
}




.loading {
	background: url('/img/loading.gif') no-repeat center center;
	background-size: 20px 20px;
	text-align: center;
	width: 100%;
	height: 20px;
}

#Progress-Wrapper {
	display: none;
	position: fixed;
	top: 90px;
	left: 10px;
}

#List-Wrapper {
	overflow-y: auto;
	position: fixed;
	top: 90px;
	left: 500px;
	bottom: 5px;
}

#List {
	font-size: 14px;
	line-height: 22px;
	list-style-type: none;
}

#LatLng {
	display: none;
    position: absolute;
    background: #fff;
    left: 10px;
    bottom: 50px;
    line-height: 22px;
    width: 200px;
    height: 24px;
    z-index: 100;
}

/************ Map Guide *************/
#Guide {
	display: block;
    position: absolute;
    background: #FFFFFF;
    bottom: 60px;
    left: 50%;
    margin-left: -150px;
    padding: 10px;
    text-align: center;
    color: #333333;
    width: 300px;
    z-index: 100;
}

#Guide .icon {
	display: inline-block;
	position: absolute;
    background: url(/img/coangler_icon_64r.png) no-repeat center top;
    background-size: 18px 18px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

#Guide .app-name {
	display: inline-block;
    margin-left: 18px;
    margin-right: 4px;
    color: #b13fc5;
    font-size: 12px;
    font-weight: bold;
}

#Guide .divider {
	display: block;
	width: 10px;
	height: 8px;
}

#Guide .strong {
	color: purple;
	font-weight: 600;
}

/************* Footer ***********/
#Footer-Background {
	position: fixed;
	background: #333;
	opacity: 0.8;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
}

#Footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	user-select: none;
	color: yellow;
	width: 1500px;
	height: 50px;
	z-index: 101;
}

#Footer #Copyright {
	display: inline-block;
	position: fixed;
	left: 160px;
    bottom: 16px;
}

#Footer #Copyright .app-name {
	display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#Footer #Link {
	position: fixed;
    right: 50px;
    bottom: 1px;
}

#Footer #Link li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	font-size: 12px;
}

#Footer #Link li a {
	color: #FFFFFF;
	
}