.infoForUser{
	border: 1px solid gray !important;
	background-color: #F2F5F7;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 50px;
	margin: 8px;
}

.info-background{
	background-image: url(../../../../../../../../misc/message-24-info.png);
}

.error-background{
	background-image: url(../../../../../../../../misc/message-24-error.png);
	background-color: rgb(255, 219, 219) !important;
}

.warning-background{
	background-image: url(../../../../../../../../misc/message-24-warning.png);
}

.displayNone{
	display: none;
}

#map3d-viewer{
	width: 930px;
}

#map3d{
	width: 930px;
}

#map-viewer-external-container{
	border-top: 1px solid #e5e5e5;
}

#table-viewer-container{
	border-top: 1px solid #e5e5e5;
}

#earth-viewer-external-container{
	border-top: 1px solid #e5e5e5;
}

#chart-viewer-container{
	border-top: 1px solid #e5e5e5;
}

.dropdown-as-label{
	appearance: none; 
	moz-appearance: none; 
	-webkit-appearance: none; 
	border: 0px; 
	color: black; 
	background: white;
}

select.dropdown-as-label::-ms-expand {
    display: none;
}

select.dropdown-as-label[disabled='disabled']::-ms-value {
    color: black !important;
}

.detail-level-selection{
	margin-right: 20px;
}

.detail-level-selected{
	font-weight: bold;
}

.table-measure-selection{
	display:none;
	float:left;
}

#tableMeasures{
	margin-right: 20px;
	height: 22px;
	margin-top: 2px;
	max-width: 400px;
	vertical-align: middle;
}

.view-for-detail-level{
	font-weight:bold;
	margin-right:10px;
	font-size:11px;
}

.measureGridColumn{
	
}

.table-phone-container{
	background: url('../img/phone.png');
	background-size: 15px;
	padding-left: 30px;
	vertical-align: middle;
	background-repeat: no-repeat;
	height: 22px;
}