html,body{
	height: 100%;
	overflow-y: auto;
}

div::-webkit-scrollbar{
	width: 8px;
}
div::-webkit-scrollbar-thumb{
	background: rgb(120, 120, 120);
	border-radius: 5px;
}
.sticky-bar{
	position: sticky;
    top: 0;
}

.hidden{
	display: none;
}

.login-container {
	position: abslute;
	z-index: 1000000;
	width: 100%;
	height: 100%;
}

.login-side {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 130px 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgba(40, 40, 40, 0.75);
}

.login-brand {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row nowrap;
    flex: 1;
}

.login-form-header {
	display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    flex: 1;
    min-height: 40px;
}
.login-form-header h1{
	color: #2196f3;
	text-align: center;
}

.login-form {
	flex: 2;
}

.login-footer {
	position: absolute;
    bottom: 5px;
    left: 10px;
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.init-hide {
	position: absolute;
	top: 0;
	left: -100000px;
}

#mapContainer{
	width: 100%;
	height: calc(100vh - 96px);
	overflow: hidden;
	position: relative;
	background: #444;
}

.topbar{
	padding-left: 8px;
	height: 32px;
	position: relative;
	z-index: 6;
	background-color: #000;
}

.on-map {
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.8);
}

.on-map-bcenter {
	left: 0;
	right: 0;
    bottom: 30px;
    margin: 0 auto;
}

.on-map-bright {
	right: 8px;
    bottom: 32px;
}

.compare-pnl {
	width: 60%;
	height: 60px;
}

.timeline-pnl{
	width: 85%;
}

.legend-pnl {
	padding: 5px 10px;
}

.legend-item {
	line-height: 20px;
}

.legend-item-color {
	display: inline-block;
	width: 30px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.legend-item-label {
	font-size: 13px;
	color: #eeeeee;
}

.custom-mouse-position{
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	background: rgba(0,60,136,.3);
	color: #eee;
	font-size: 10px;
    padding: 2px 4px;
    border-radius: 4px;
}

.drawer-right-open .custom-mouse-position {
	right: 110px;
}

.zoom-info {
	position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 10px;
    color: #eee;
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 10px;
}

.aoi-info {
	position: absolute;
    z-index: 1;
    bottom: 40px;
    right: 10px;
    color: #eee;
    background: rgba(0,60,136,.3);
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 10px;
}

.drawer-right-open .aoi-info {
	right: 110px;
}

#drawToolbar{
	top: 40px;
    right: 110px;
    height: 30px;
}



ul.feature-list-container {
	padding: 10px 0 10px 10px;
    overflow-x: hidden;
}

ul.feature-list-container > li {
	display: block;
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	width: 80px;
    height: 72px;
}

.feature-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.feature-overlay:hover{
	background: rgba(255, 255, 255, 0.5);
}

.feature-overlay > .feature-menu {
	height: 44px;
	padding-left: 2px;
	position: relative;
}

.feature-overlay .menu-btn {
	position: absolute;
	top: -6px;
	right: -600px;
}

.feature-overlay:hover .menu-btn {
	top: -6px;
	right: -6px;
}

.feature-overlay > .feature-date {
	text-align: center;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    color: #ffffff;
}

.feature-overlay > .colorindicator {
	height: 4px;
	background: url(../image/colorband-color.png) no-repeat;
}

.feature-overlay > .bwindicator {
	height: 4px;
	background: url(../image/colorband-bw.png) no-repeat;
}

li > .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

li > .thumbnail > img {
	border: 0;
	width: 75px;
	height: 68px;
}

.border-color-1 {
	border: solid 3px #9a29f6;
	background-color: rgba(154, 41, 246, 0.3);
}

.adv-main {
	display: flex;
	height: calc(100vh - 96px)
}

.adv-main-left {
	width: 420px;
	background: #fff;
	height: 100%;
}

.adv-result-container {
	height: calc(100vh - 296px);
	overflow-y: auto;
}

.adv-reslut-actionbar{
	padding: 10px;
}

.adv-main-right {
	flex: 1;
}

.filter-panel .cp-row {
	padding: 5px 10px;
}

.filter-panel .tag {
	color: #333;
	text-align: left;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}

.currmap-result-container {
	height: calc(100vh - 200px);
	overflow-y: auto;
}

/* openlayers */
.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
	font-size: 12px;
	cursor: default;
	user-select: none;
}

.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.ol-tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.ol-tooltip-measure:before, .ol-tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}

/* override vuetify */
.topbar .v-label {
	font-size: 13px;
}
.min-label .v-label {
	font-size: 13px;
}
.topbar .v-input {
	font-size: 13px;
}
.table-local-page {
	
}
.table-local-page .v-data-footer__select {
	visibility: hidden;
}
