@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
}

.debuginfo {
	float: right; 
	font-size: 9px; 
	color: #ff9090;
	display: block;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'proxima_nova_rgregular', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
	font-size: 12px;
}
table.tbl1 {
	border-spacing: 0;
	border-collapse: collapse;
}
.tbl1 { text-align: center; padding:2px; background-color:#d0d0f0; border: white solid 2px; margin: 2px; font-size: 12px;}
th.tbl1 { text-align: center; font-size: 12px; padding:2px;}
td.tbl1 { text-align: center; padding:1px; background-color:#e9e9f9; border: white solid 1px; margin: 2px; font-size: 12px; white-space: nowrap;}
.scriptpar {display: block; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; }
td.tbl11 { text-align: center; padding:1px; background-color:#B4D6FF; border: white solid 1px; margin: 2px; font-size: 12px; white-space: nowrap;}

.map {
	width: 100%;
	height:100%;
}

.tools1 {
	float: left;
	width: 620px;
}

.tools2 {
	height: 46px;
display: inline-block;
}

.toolbtn1 {
  border-top: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #eee;
  background-color: #fff0c0;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  margin: 20px 1px 10px 10px;
}
.toolbtn2 {
  border-top: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #eee;
  background-color: #fff0c0;
  float: right;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  margin: 20px 4px 10px 1px;
}
.histbtn {
	float: right;
  border-top: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #eee;
  background-color: #c0c0c0;
  float: right;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
  margin: 1px 1px 1px 1px;
  font-family: 'proxima_nova_rgregular';
  font-size: 11px;
}
.disabled {
  background-color: #ffe0b0;
}
.clearbtn {
	float: right;
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #eee;
	background-color: #c0c0c0;
	float: right;
	outline: none;
	cursor: pointer;
	padding: 4px 6px;
	transition: 0.3s;
	margin: 1px 1px 1px 1px;
}
.spacer1 {
	margin-right:16px;
}	

.hidden {
    display: none;
}

.history {
	position: absolute;
	left: 230px;
	top: 90px;
	height: 30px;
	width: 360px;
	border: 0 none;
	margin-bottom: 6px;
}

#myposition {
	position: absolute;
	right: 4px;
	top: 26px;
	width: 200px;
	color: #606060;
	font-size: 9pt;
}

#txtSearch {
	background-image: url('searchicon.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
	width: 200px;
	font-size: 16px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #ddd;
}

.searchHeader {
	font-size: 16px;
	margin-bottom: 6px;
}
#searchResults
{
    padding-left: 5px;
    max-height: 10em;
    overflow-y: auto;
}
#searchResults li {
    list-style: none;
    padding: 10px 0;
    float: left;
    width:100%;
    border-bottom: 1px solid #e6e6e6;
}
#searchResults li:hover {
    background: #fafafa;
    cursor: pointer;
}
#searchResults li .mdi {
    margin-right: 10px;
    line-height: 16px;
}
#searchResults li .mdi:before{
    font-size: 18px;
    line-height: 18px;
}

.dlgbox {
	float: left;
	width: 600px;
	height: 100%;
}

.app {
	height: 100%;
	display: grid;
	grid-template-rows: 51px 1fr;
	grid-template-columns: 620px 1fr;
}
aside {
	margin: 5px;
	overflow-y: scroll;
}
header {
	grid-column: 1/-1;
	background-color: #80C0FF;
	padding: 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #B0B0B0;
}
.title {
	position: absolute;
	right: 4px;
	top: 2px;
	font-size: 24px;
	font-weight: bold;
	margin: 8px;
}
main {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #B0B0B0;
}

.layergroup {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;
}
.switchbox {
	display: none;
}
.legend-div {
	background-color: #D3D3D3;
}
.legend-item {
	margin-top: 1px;
	padding:2px 4px;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
}
.legend-flow {
	display: inline-block;
	border-right: 1px solid #f0f0f0;
}
h3.legend-item-hdr {
	padding: 0px;
	border: 0px none;
	margin: 0px;
	font-weight: bold;
}
.legend-class-cpt {
	margin-left: 2px;
	margin-right: 4px;
	
}
hr { 
	border-top: 1px solid #80c0ff;
}

.layer-checkx .layer-radio {
}
td.legend-table {
	border: 1px solid #ddd;
}