@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Spinnaker');

body,html{
	margin: 0;
	background-color: #AAA;
	overflow: hidden;
}

select{
	padding: 0.3em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #AAA;
}

input{
    padding: 0.3em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #AAA;
    box-sizing: border-box;
}

input[type="color"]{
	padding: 0em;
}

span,select,td,div,button{
	font-family: 'cwTeXHei', sans-serif;
}

.pg-head{
	box-sizing: border-box;
	pointer-events: none;
    position: fixed;
    padding: 0.5em;
    text-align: center;
    z-index: 100;
    width: 100%;
}
.pg-extend-button{
    position: absolute;
	z-index: 5;
	pointer-events: auto;
	display: inline-block;
	overflow: visible;
	box-sizing: border-box;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.7);
    top: 6px;
    left: 6px;
   	text-align: center;       
	box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(0, 105, 223, 0.8);
	transition: background-color 0.35s;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    color:#FFF;
}

.pg-extend-button:hover{
	background-color: rgb(0, 132, 255);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.pg-button-bar{
    background-color: rgba(0, 105, 223, 0.8);
	/*min-width: 25em;*/
	position: absolute;
	z-index: 13;
	pointer-events: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.7);
	overflow: visible;
	top: 65px;
	left: 6px;
}

.pg-button-bar .pg-button{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.4em;
    width: 3em;
    /* float: left; */
    transition: background-color 0.35s;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    color: white;
}


.pg-button-bar .pg-button:hover,.pg-button-bar .pg-active{
    background-color: rgb(0, 132, 255);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    z-index: 10;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.pg-button-bar .pg-active{
	z-index: 1;
}

.pg-button-bar>.pg-button>.pg-icon{
	font-size: 2em;
}
/*
.pg-button-bar>.pg-button>div{
	font-family: 'cwTeXHei', sans-serif;
	font-size: 0.8em;
}*/

.pg-panel{
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	width: 25em;
	background-color: rgba(139, 189, 255, 0.9);    
	top: 4em;
	left: 4em;
	pointer-events: auto;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

.pg-panel .pg-panel-body{
	display: table;
	width: 100%;
}

.pg-panel .pg-panel-tab{
	z-index: 2;
    padding-top: 1em;
    padding-bottom: 1em;
	display: table-cell;
	overflow: hidden;
	width: 35%;
	min-height: 10em;
	box-shadow: 0 0 4px black;
    background-color: rgb(0, 81, 173);
	vertical-align: top;
	position: relative;
    color: white;
}

.pg-panel .pg-panel-page{
	display: table-cell;
	width: 65%;
	height: 100%;
}

.pg-panel-tab .pg-tabs{
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'cwTeXHei', sans-serif;
	padding: 0.7em;
	border-bottom: 1px solid rgba(170, 170, 170, 0.15);
    box-shadow: inset 0px -13px 20px rgba(0, 0, 0, 0.1);
}

.pg-panel-tab .pg-tabs .material-icons{
    float: left;
    font-size: 1.2em;
}

.pg-panel-tab>.pg-tabs:first-child{
	border-top: 1px solid rgba(170, 170, 170, 0.15);
}

.pg-panel-tab .pg-tabs:hover{
    background-color: rgb(0, 119, 255);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.pg-panel-tab .pg-tabs.pg-active{
	background-color: rgb(0, 119, 255);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),inset 0px -13px 20px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.pg-pages{
	max-height: 30em;
	overflow-y: auto;
}

.pg-pages table{
	width: 100%;
    padding: 0.5em;
}

.pg-pages table select,.pg-pages table input{
	width: 100%;
	height: 100%;
}

.pg-pages table td{
    font-size: 0.9em;
    width: 50%;
    height: 2em;
}

.pg-pages table td:first-child{
	padding-right: 1em;
	text-align: right;
}

.pg-pages-button{
	border: 1px solid #999;
	width: 100%;
	box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.5);
	background-color: rgba(239, 239, 255, 1.0);
	height: 100%;
	outline: 0px;
}

.pg-pages-button:active{
	background-color: #DDD;
	box-shadow: inset 0 0 1px black;
	outline: 0px;
}

.pg-clear-button{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0.4em;
	width: 5em;
	background-color: rgba(232, 232, 255, 0.8);
	float: left;
	transition: background-color 0.35s;
	bottom: 50vh;
	left: 0.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.7);
}

.pg-clear-button:hover{
	background-color: rgba(255, 255, 255, 1.0);
}

.pg-clear-button i{
	font-size: 2em;
}

.pg-clear-button div{
	font-size: 0.8em;
}

.pg-layer,.pg-list-item{
    position: relative;
    box-shadow: inset 0px -13px 20px rgba(0, 0, 0, 0.05);
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: default;
	padding: .6em;
	border-bottom: 1px solid rgba(0, 46, 134, 0.24);
	transition: background-color 0.35s;
}

.pg-layer-title{
	margin-left: 1.2em;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pg-layer-provider{
	margin-left: 1.5em;
	font-size: small;
	font-family: 'cwTeXYen', sans-serif;
	font-weight: bold;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pg-layer .pg-type{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: small;
	font-family: 'Orbitron', sans-serif;
	color: rgba(0,0,0,0.0);
	font-weight: bold;
}


.pg-layer:hover,.pg-layer.pg-active,.pg-list-item:hover{
    color:#FFF;
    background-color: rgb(0, 119, 255);
}



.pg-group-title{
	background: #FFF;
	text-align: right;
	padding: 0.1em;
	position: relative;
	box-shadow: inset 0px -10px 20px rgba(0, 0, 0, 0.2);
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	cursor: default;
	border-bottom: 1px solid rgba(170, 170, 170, 0.7);
	font-weight: bold;
}

#pg-view{
	position: fixed;
	top: 0;
	left: 0;
    z-index: -1;
	height: 100%;
	width: 100%;
}

#pg-dialog-space{
	position: absolute;
	/*position: fixed;*/
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
    display: none;
	background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.pg-dialog-window{
	position: absolute;
    width: 300px;
    max-height: 400px;
    box-shadow: 0 0 5px rgba(0, 50, 182, 0.99);
    border-radius: 4px;
	overflow: hidden;	
    pointer-events: auto;
}

.pg-dialog-body{
    overflow: auto;
    background: rgba(139, 189, 255, 0.9);
    box-shadow: inset 0 0 80px #4e8dff;
    border: 1px solid #2966ff;
    border-top: 0px;    
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 349px;
    height: calc(100% - 51px);
}

.pg-dialog-title{
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgb(0, 81, 173);
    color: #FFF;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.15), 0 0 3px 0px rgb(0, 0, 0);
    position: relative;
}

.pg-tree-panel{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    background-color: rgba(139, 189, 255, 0.9);
	top: 4em;
	left: 4em;
    pointer-events: auto;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

.pg-tree-table{
    height: 26em;
	border-collapse: collapse;
	max-width: 100%;
    overflow-x: auto; 
}

.pg-tree-list{
	padding: 0;
	min-width: 17em;
    max-width: 17em;
    background-color: rgba(139, 189, 255, 0.9);
	box-shadow: 0 0 3px black;
	position: relative;
	vertical-align: top;
	z-index: 1;
	display: none;
}

.pg-tree-list:first-child{
    width: 8em;
	min-width: 8em;
    max-width: 8em;
    background-color: rgb(0, 81, 173);
    color:#FFF;
    display: table-cell;
}

.pg-tree-list:last-child{
	background-color: rgba(139, 189, 255, 0.9);
	z-index: 0;
	display: table-cell;
}

.pg-tree-list .pg-layer.pg-active, .pg-tree-list .pg-layer:hover {    
    box-shadow: inset 0px -13px 20px rgba(0, 0, 0, 0.1);
    color:#FFF;
    background-color: rgb(0, 119, 255);
}

.pg-tree-view{
	padding: 0;
	width: 17em;
	vertical-align: top;
}

.pg-tree-list .pg-tabs{
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'cwTeXHei', sans-serif;
	padding: 0.6em;
	border-bottom: 1px solid rgba(170, 170, 170, 0.15);
    box-shadow: inset 0px -13px 20px rgba(0, 0, 0, 0.1);
}

.pg-tree-list .pg-tabs:hover{
	background-color: rgb(0, 119, 255);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),inset 0px -13px 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.pg-tree-list .pg-tabs.pg-active{
	box-shadow: inset ;
	background-color: rgb(0, 119, 255);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),inset 0px -13px 20px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.pg-tree-list .pg-tabs .material-icons{
	float: left;
}

.pg-tree-block{
    max-height: 26em;
    overflow-y: auto;
}


.history-result-panel{
	display: table;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	width: 25em;
	background-color: rgba(139, 189, 255, 0.9);    
	top: 5em;
	left: 4em;
	pointer-events: auto;
	box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.history-result-panel .pg-panel-tab{
	z-index: 2;
	display: table-cell;
	overflow: hidden;
	width: 35%;
	min-height: 10em;
	box-shadow: 0 0 4px black;
	background-color: rgba(168, 205, 255, 0.9);
	vertical-align: top;
	position: relative;
}

.history-result-panel .pg-panel-page{
	display: table-cell;
	width: 65%;
	height: 100%;
}

.history-result-panel table{
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
    width: auto;    
    padding-right:unset
}
.history-result-panel td{
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
    width: auto;    
    padding-right:unset
}
.history-result-panel th{
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
    width: auto;    
    padding-right:unset
}
.history-result-panel .pg-pages table td:first-child{
    text-align: center;
}

.history-result-panel .pg-pages{
    height:13em;
}
.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 100px;
    background-color: rgba(10,10,10, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    bottom: 25%;
    left: 250%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(10,10,10, 0.5) transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.pg-tree-backward   {
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 1.5em;
    height: 0.8em;
    right: 0em;
    top: -0.82em;
    border-top: 0.5px solid black;
    border-left: 0.5px solid black;
    border-right: 0.5px solid black;
    pointer-events: auto;
    cursor: pointer;
    background-color: #F0F0F0;
}

.pg-tree-backward:hover   {
    background-color: #d0d0d0;
}

.pg-tree-backward:active   {
    background-color: #ADADAD;
}

#gisLogo{
    max-width: 7%; 
    min-width: 60px;
    height: auto;/*138px;*/
    position: absolute;
    left: 0em;
    bottom: 0em;
    z-index: 0;
}
#statusBar {
	position: fixed;
    bottom: 0em;
    width: 100%;
    left: 0;
    margin-left: 87px;
    padding: 0.5em;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.4);
    font-size: x-small;
    text-shadow: 0 0 2px black;
}
#mousePos{
	text-align: right;
    padding-right: 100px;
}
.pg-panel-header {
    position: relative;
    z-index: 3;
    height: 20px;
    left: 0em;
    pointer-events: auto;
    overflow: visible;
    width: 100%;
    background-color: rgb(0, 81, 173);
    padding: 2px;
    box-sizing: border-box;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.05),0 0 3px 0px rgba(0, 0, 0, 0.65);
}
.pg-panel-header-icon, .pg-history-header-icon{
    right: 0em;
    font-size: 1em;
    position: absolute;
    cursor: pointer;
    margin-right: 3px;
    color: white;
    text-shadow: 0 0 3px black;
}

.pg-pipeline-filter-block{
	margin-bottom: 10px;
	padding: 5px;
}

.alertify table{
	width: 100%;
}

.alertify table td:first-child {
    background: #EEE;
    font-weight: bold;
    text-align: right;
    padding-right: .5em;
}

.alertify table td{
	text-align: left;
}

.EntityTooltip{
	background: #FFF;
    padding: 0.1em 0.4em 0.1em 0.4em;
    color: #000 !important;
    text-decoration: none !important;
    text-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 4px 0px black;
}

@media (max-width: 465px) and (orientation: portrait){
	.tooltiptext{
		display: none;
	}

	.pg-extend-button {
		top: 0;
		left: 0;
	}

	.pg-button-bar {
	    left: 55px;
    	top: 0;
	    width: calc(100% - 55px);
	}

	.pg-button-bar .pg-button {
		float: left;
	}

	.pg-tree-panel,.pg-panel{
		left: 0;
	    width: 100%;
	    top: 75px;
	}

	.pg-tree-view{
		min-width: calc(100% - 8em);
    	max-width: calc(100% - 8em);
    	height: 100%;
	    position: absolute;
	    left: 8em;
	}

	.pg-tree-list{
	    min-width: calc(100% - 8em);
    	max-width: calc(100% - 8em);
    	height: 100%;
	    position: absolute;
	    left: 8em;
	}

	.pg-tree-list:first-child{
	    left: 0;
        max-height: 26em;
	}

	.pg-layer{
		padding-right: 0;
	}

	.pg-layer .material-icons{
	    font-size: 1.5em !important;
	}
}

@media (max-height: 465px) and (orientation: landscape){
	.tooltiptext{
		display: none;
	}

	.pg-extend-button {
		top: 0;
		left: 0;
	}

	.pg-button-bar {
    	top: 55px;
    	left: 0;
	}

	.pg-tree-panel{
		top: 0em;
		height: 100%;
	}

	.pg-tree-block{
		max-height: 100%;
	}

	.pg-tree-table{
		height: 100%;
	}

	.pg-button-bar{
		max-height: calc(100% - 55px);
	}

	.pg-panel{
		top: 0em;
	}
}

.ui-dialog {
    padding: 0em;
    
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0em;
	top: 10px;
	width: 40px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 40px;
    background-color: rgba(0, 0, 0,0.0);
    background:rgba(0, 0, 0,0.0);
    border: 0;
    z-index: 10;
    display: none;
}

.ui-widget-header {
	border: 0px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(0, 81, 173)!important;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.05), 0 0 3px 0px rgba(0, 0, 0, 0.65);
    color: white;
}

.ui-widget.ui-widget-content {
    border: 0px;
    box-shadow: 0 0 2px black;
}

.ui-dialog .ui-dialog-titlebar {
    height: 30px;
}

.alertify {
	z-index: 20;
}

.styled-body{
	text-align-last: center;
}

.styled-body h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.styled-select{
	text-align-last: center;
}

.styled-select select {
	width: 268px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
 }

.radio-button-group{
	text-align-last: center;
}

.radio-button-group input[type="radio"] {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.radio-button-group input[type="radio"] + label {
	display: inline-block;
	background-color: #ccc;	
	border-radius: .2rem;
	cursor: pointer;
	padding: 5px 10px;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 35px;
	margin-left: 10px;
    margin-right: 10px;
}
.radio-button-group input[type="radio"]:checked + label {
	background-color: #0000FF;
	color: #fff;
}

.MoIAPI-button{
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	background-color: #FFFFFF;
    border: 1px #000000;
	border-radius: .2rem;
	padding: .25rem .5rem;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
    margin-right: 10px;
}

.MoIAPI-button:hover{
	background-color: #00FF;
	color: #FFFFFF;

}

.row{
	display: grid;
    grid-template-columns: 150px 150px;
    line-height: 10px;
    margin-left: 45px;
}

.EarthCurve{
	grid-template-columns:auto auto;
	line-height: 45px;
}

.slider {
	-webkit-appearance: none;
	width: 350px;
	height: 15px;
	border-radius: 5px;  
	background: #ffffff;;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	box-shadow: 0 0 5px 1px #0000003b;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%; 
	background: #0059ff;
	cursor: pointer;
}
  
.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #0059ff;
	cursor: pointer;
}

hr {
	border: 0.5px solid rgb(0, 81, 173);
	border-radius: 10px;
}

#sideMenu{
	box-shadow: 5px 0px 10px hsla(240, 40%, 15%,.6);
	background: #F5F5F5;
	margin-left: 87px;
}

::-webkit-scrollbar {
	width: 15px;
}

#detailsList{
	overflow-y: scroll;
}
::-webkit-scrollbar {
	width: 0px;
}

.layerNameCSS{
	overflow-x: hidden;
}

.ts.labeled.icon.left.fixed.inverted.vertical.menu{
	box-shadow: none;
	z-index: 100000;
}

#closeIconColumn{
	text-align: center;
	align-self: center;
}
#closeIcon{
	font-size: 30px;
	cursor: pointer;
}
#sideMenuTitle{
	margin-left: 0px;
}
input[type="range"] {
    -webkit-appearance: none;
    height: 15px;
    width: 170px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.6);
} 

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width:20px;
    height: 20px;
	border-radius: 50%;
	background: gray;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.6);
}
#removeLayerIcon{
	text-align: left;
	font-size: 25px;
	cursor: pointer;
}
#gotoLayerIcon{
	text-align: right;
	font-size: 25px;
	cursor: pointer;
}
#searchClearButton{
	align-self: center;
    cursor: pointer;
}
#searchResult{
	text-align: left;
	overflow: hidden;
}
#googleBottom{
	text-align: center;
}
#loadingIcon{
	text-align: center;
	font-size: 40px;
}
#surveying{
	position: fixed;
	top: 3px;
    right: 10px;
    margin-top: 5px;
    width: 400px;
}
#surveyingRow{
	margin-left: 0px;
	align-items: center;
}
#surveyingStart{
	text-align: right;
}
#surveyingEnd{
	margin: 20px 10px;
}
#AnalysisContent{
	text-align: center;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}
#tag {
	color: #fff;	
    -webkit-animation: fade 1000ms 10;
    animation: fade 1000ms 10;
}
#ColorLegendbox{
	width: 400px;
    background: white;
    border-width: 1px 1px 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    text-align: center;
}
#ColorLegendTitle{
	font-size: 18px;
    background: rgb(204, 204, 204);
    padding: 3px;
    border-bottom: 1px;
}
#ColorLegendbody{
	height: 25px;
    border-bottom: 1px;
}
#ColorLegendbodyRed{
	background-color: rgb(255, 0, 0);
    width: 150px;
    height: 15px;
    float: left;
    margin: 4px 0px 0px 10px;
    border: 1px solid black;
}
#ColorLegendbodyYello{
	background-color: rgb(255, 255, 0);
    width: 150px;
    height: 15px;
    float: left;
    margin: 4px 0px 0px 10px;
    border: 1px solid black;
}
#ColorLegendbodyGreen{
	background-color: rgb(0, 128, 0);
    width: 150px;
    height: 15px;
    float: left;
    margin: 4px 0px 0px 10px;
    border: 1px solid black;
}
	
.ov-ui-button button{
	cursor: pointer;
	font-size: 20px;
}