/* @import url(font-awesome.min.css); */
/*@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");*/
@import url(roboto-condensed.css);

html, body { 
	height: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #444444;
	background-position: right top;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px none;
	color: #e6e1cf;
}

.header-height {
	height: 70px;
}

/* These three are different from front_page.css */
.header-title {
	color: #3c3b3b;
	padding: 25px 20px 20px 25px;
	font-size: 15px;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 0.1em;
}
.header-logo {
	background-position: right center;
	background-image: url("/mico-tools/images/MGEL_logo_square_2015.png");
	background-repeat: no-repeat;
	/* background-size: 40px 40px; */
	background-size: 40px;
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 15px;
	/* width: 250px; */
	width: 40px;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	cursor: pointer;
}


.header-links {
	float: right;
	height: 40px;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 40px;
	margin-top: 15px;
}
.header-logo a, .header-links a {
	/*color: #dddddd;*/
	color: #646464;
	font-size:12px;
	text-decoration: none;
}
.header-links a {
	border-left: 1px solid rgba(160, 160, 160, 0.3);
	padding-left: 1em;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 0.1em;
}

.header-title {
	/* color: #EDC544; */
	color: #3c3b3b;
	text-decoration: none;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: bold;
}

#left-side-panel-USECGOM {
	/*background-color: #d9e3ec;
	border-right: 1px solid #99bce8;*/
	border-top: 5px solid #d9e3ec;
	border-left: 5px solid #d9e3ec;
	border-right: 5px solid #d9e3ec;
	float: left;
	height:100%; 
	overflow:auto;
	/*width: 23em;*/
	/*width: 21em;*/
	width: 20em;	/* Adjusted after GE button was added to toolbar */
}


/*#left-side-panel .left-side-panel-content {*/
.left-side-panel-content {
	margin: 5px; 
	padding: 5px 5px; 
	background-color:#ffffff;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 0.1em;
	/*height:98%;*/
}

#west-toggle-btn {
	background-color: #ffffff;
	padding: 0 3px;
	position: fixed;
	bottom: -1px;
	height: 20px;
	left: -1px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #81a4d0
}

#diagrams-west-toggle-btn, #diagrams-maximize-btn {
	background-color: #ffffff;
	padding: 0 3px;
	position: fixed;
	cursor: pointer;
	border-radius: 4px;
	/*border: 1px solid #81a4d0;
	height: 20px;
	left: -1px;
	bottom: 1px;*/
	border: 1px solid #aaaaaa;
	height: 18px;
	left: 28px;
	bottom: 5px;
	font-size:small;
	color: #555555;
	position: absolute;
}
.panel-header {
	border-bottom: 2px solid #99bbe8;
	padding: 5px 5px 2px;
	font-weight: bold;
	color: #3764a0;
	font-size: 1.2em;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;	
}


#layerList div {
	height: auto;
	/*background-color: #DFE8F6;*/
	background-color: #fafafa;
	border: 1px solid #dddddd;
	color: #43536B;
	cursor: pointer;
	margin-bottom: 2px;
	margin-top: 3px;
	padding: 3px 5px;
}

#layerList table {
	width: 100%;
}
#layerList .layer-name {
	margin-left:10px;
}
#layerList img {
	display:none;
	margin-left:auto;
	width: 20px;
}
#layerList div.scientific-name {
	margin-left: 15px;
	border: 1px solid #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
}
#layerList .period {
	margin-left:5px;
}

/* New version */
.map-info-panel {
	padding-bottom: 15px;
}
#overviewWindow-body {
	width: 100% !important;
	height: 100% !important;
}
.map-info-panel div {
	height: auto;
	/*background-color: #DFE8F6;*/
	/*color: #43536B;*/
	color: #3c3b3b;
	/*cursor: pointer;*/
	/*
	margin-bottom: 2px;
	margin-top: 3px;
	padding: 3px 5px;
	*/
	padding: 0 3px;
}

.map-info-panel .link {
	cursor: pointer;
}
.map-info-panel table {
	width: 100%;
}
.map-info-panel table td {
	padding-bottom: 3px;
}
.map-info-panel table td.x-field-label-cell {
	padding-bottom: 0;
}
.map-info-panel .x-form-layout-table td {
	padding-bottom: 0;
}

.map-info-panel div.selected, .summaryText tr.selected, .chartFrame.selected {
	background-color: #e5e4f0;
}

.map-info-panel .x-accordion-hd {
	font-size:0.9em;
	background: #f5f5f5 none repeat scroll 0 0!important;
	border-bottom: 1px solid #dddddd!important;
	border-top: 1px solid #dddddd!important;
	cursor: pointer;
}
.x-accordion-hd .x-panel-header-text {
	cursor: pointer;
}

.map-info-panel .common-name {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	cursor: pointer;
}
.map-info-panel .button {
	background-color: #eeeeee;	/* #fafafa => #F5F5F5 => #eeeeee */
	border: 1px solid #d0d0d0;
	text-align: center;
	margin: 8px 15px;
	padding: 3px 5px;
	border-radius: 4px;
	font-size: 1.1em;
}
.map-info-panel .region-title, .histogram-window .title {
	background-color: #F5F5F5;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	font-size: 1.0em;
	margin-top: 10px;
	padding: 3px 5px;
	/*border-radius: 6px;*/
}

.map-info-panel .icons td {
	text-align: center;
}
.map-info-panel .icons .seamap-flag-0, .map-info-panel .icons .seamap-flag-1 {
	position: relative;
	top: -0.6em;
	font-size: 70%;
	color: green;
}

.map-info-layer-dvide {
	border: medium none;
	height: 1.5px;
	background-color: rgb(153, 188, 232);	
}

.map-info-panel-tabular-view th {
	text-align: center;
}
.map-info-panel-tabular-view td {
	text-align: right;
}

.summary-tabular-cell {
	padding: 0 5px;
}

.active-legend {
	position: absolute;
	z-index: 1100;
	border-radius: 4px;
	left: 300px;
	top: auto;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 8px 10px 8px 10px;
	color: #333333;
	border: 1px solid rgb(153, 188, 232);
	max-width: 30vw;
	max-height: 60vh;
	overflow: auto;
	font-size: 0.9em;
}
.active-legend-fixed {
	bottom: 3px!important;
	left: 5px!important;
	top: auto;
}

#activeReferencesFrame0, #activeReferencesFrame1 {
	padding: 0px 6px 10px 6px;
	bottom: 3px;
	left: 3px;
	max-width: 400px!important;
}
#activeReferences0, #activeReferences1 {
	margin-bottom: 5px;
}

.references .citation {
	margin-top: 4px;
}
/*
.histogram-window .title {
	background-color:#f0f0f0;
	color:#3c3b3b; 
	padding:3px 20px 3px 15px;
}
*/
.map-info-panel img.icon {
	/*margin-left:auto;*/
	margin-left:1px;
	width: 20px;
	vertical-align:top;
	cursor: pointer;
}

.map-info-panel .period {
	margin-left:5px;
	margin-right:5px;
}

.link-to-seamap-popup {
	/*background-color: #fafafa;*/
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 4px;
	left: 0;
	padding: 5px 0;
	position; absolute;
	top: 0;
	width: 290px;
	z-index: 20000;
}
.link-to-seamap-popup .button {
	margin: 3px 10px 5px;
}

.right-side-icon {
	width: 25px; 
	text-align: right; 
	padding-right: 2px;
	white-space: nowrap;
}

.swipe-info .handle {
	background-color: rgb(218, 218, 218);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid rgb(132, 132, 132);
	border-radius: 5px;
	height: 25px;	/* initial: 32px */
	left: 50%;
	width: 20px;	/* initial: 24px */
	z-index: 30;
	background-image: url(http://js.arcgis.com/3.13/esri/dijit/images/vDrag.png);
}

.swipe-info .title {
	text-align: center;
	border-top: 1px solid rgb(187, 187, 187);
	border-bottom: 1px solid rgb(187, 187, 187);
	background-color: rgb(240, 240, 240);
}
/* End of new version */

#map-and-toolbar {
	/* 
	height: 100%;
	position: absolute; 
	z-index: 10;
	left: 23em;
	*/ 
}

.panel-header table {
	width: 100%;
	*width: 95%;	/* IE7 hack: IE7 can't take care of scroll bar and the table would get wider than the div */
}

#mapDiv {
	/*width: 49.9%;
	height: 100%;
	float:left;*/
}
#mapDiv2 {
	/*width: 49.9%;
	height: 100%;
	float:right;*/
}
#navToolbar {
	overflow: auto;
	/* background-color: #d3e1f1; */
	background-color: #d9e3ec;
	color: #444444;
	font-size: small;
}

#layersContent {
	clear: both;
	padding: 0px 5px 10px;
	/*height: 200px;*/
	height: 44%;
	overflow: auto;
}

.div_legend_frame {
	float: left;
	padding: 5px;
	margin: 3px;
	border: 1px solid #99BBE8;
}
.div_legend_frame td {
	padding: 2px;
}

.histogram-window {
	color:#3c3b3b;
}

.summaryText {
	margin-top:3px;
	margin-left:5px;
}
.summaryText td {
	padding:0 3px 0 4px;
	text-align: center;
}
.summaryText td.number {
	text-align: right;
}

div.tooltip {   
	display: none;
	position: absolute;           
	text-align: center;           
	width: auto;
	height: auto;                 
	padding: 2px 5px;             
	border: 1px solid #cccccc;
	border-radius: 4px;  
	pointer-events: none;
	background-color: #f0f0f0;
	z-index: 20000;
}

div.show-hist-data {
	border:1px solid #ffffff;
	padding: 2px 0 3px;
	border-radius: 4px;
	background-color: #ffffff;
	cursor: pointer;
	margin: 2px 5px 0;
	float: right;
	height: 1.7em;
}

div.show-hist-data-on {
	border:1px solid #cccccc;
	background-color: #f0f0f0;
}

div.chart-move {
	float:left; 
	padding:3px 0px;
}

div.chart-end {
	background-color:#cccccc;
	cursor:default;
	color:#666666;
}
div.chart-end img {
	opacity:0.3;
}
.chart-and-data .layer-name {
	margin:5px 5px 5px 10px;
	/*float:left; This would be fine with FF and Chrome but not with IE11 where the table would be aligned next to the layer name */	
}

.histogram-data {
	margin: 10px 20px;
}
.histogram-data th {
	background-color:#f0f0f0;
	text-align: center;
	min-width: 40px;
	padding: 1px 3px;
}
.histogram-data-x {
	text-align: center;
	padding: 1px 3px;
}
.histogram-data-y {
	text-align: right;
	padding: 1px 3px;
}

.slider-increment {
	height:28px; 
	padding-right:5px; 
	text-align:center;
	clear:both;
}

.summary-text {
	margin:3px 5px 3px 5px;
	/*padding-left:7px;*/
	padding-left:0;
	padding-bottom:5px;
}
/*
#divHistogramText p {
	margin-bottom:8px;
}
*/

.histogram-navi {
	display: block;
	margin-right: 3px;
	position: absolute;
	right: 0;	
}

/* Animation control */
.animation-control {
	position: absolute;
	z-index: 500;
	padding: 2px 5px;
	background-color: #fafafa;
	opacity: 0.8;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
	font-size: 0.9em;
}
.icon-animation {
	width: 24px;
	margin-right: 3px;
	vertical-align: top;
}
.animation-control td {
	maring: 0;
	padding: 0;
}
#scale { 
	font-size: 0.7em
	}

.esriPopup {
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 13px; 
}

.esriPopup .listing {
	margin-bottom: 5px;
}

.esriPopup .titlePane { 
  background-color:  #07122A; 
  border: 4px solid #07122A; 
}
.attrib { color: #121222 } 
.popupTitle {
	color: #efefff;
	margin: 0 0 5px 0;
	font-size:14px;
}
.popupTitleMeta { 
  font-weight: 300;
  line-height: 1.0em;
	margin: 10px 0 5px;
}

.contentPane div.header {
	background-color: #e5e4f0;
	padding: 3px 5px;
}
.contentPane div.layer {
	padding-left: 8px;
}

/* Hide maximize button in the popup */
.esriPopup .titleButton.maximize {
     display: none;
}
.esriPopup .sizer {
	width: 300px;
}
/* Hide No legend title for legend */
.esriLegendMsg {
	display: none;
}

/* Copied from Bendy's static site and modified a little */
.model-provider img {
	/*max-width: 8em;*/
	max-width: 7em;	/* adjusted after google earth button was added */
    padding: 1em;
    vertical-align: middle;
}


/* Added by Ei */
div.button, img.button, span.button {
	cursor: pointer;
}

a.static {
	color: #00AEAF;
	text-decoration: none;
}

.offDisplay {
	display: none;	
}

table.listing {
	border-bottom:1px solid #8CACBB;
	border-collapse:collapse;
	/*border-left:1px solid #8CACBB;*/
	font-size:90%;
}
table.listing th {
	background:none repeat scroll 0 0 #2A436F;
	color: #ffffff;
	border: 1px solid #8CACBB;
	font-weight:normal;
	padding:0.25em 0.5em;
	text-transform:none;
}
table.listing td {
	border-left: 1px solid #8CACBB;
	border-right:1px solid #8CACBB;
	padding:0.25em 0.5em;
}
.even {
	background-color:transparent;
}
.odd {
	background-color:#EEF3F5;
}

.div-frame {
	border: solid 2px #CEDDD5;
	padding: 10px;
	background-color: #e4ece8;
}

#chartNode {
	border: solid 1px;
	padding: 5px;
}

.identify-seamap {
	margin-top:10px; 
	padding-top: 5px; 
	/*border-top:1px solid #666666;*/
}
.identify-seamap-table {
	margin-left: 8px;
}
.identify-seamap-table th {
	padding-right: 7px;
}

/* Toolbar icons */
/* Defaults (?) for ArcGIS Javascript API
.zoominIcon { background-image:url(images/nav_zoomin.png); width:16px; height:16px; }
.zoomoutIcon { background-image:url(images/nav_zoomout.png); width:16px; height:16px; }
.zoomfullextIcon { background-image:url(images/nav_fullextent.png); width:16px; height:16px; }
.zoomprevIcon { background-image:url(images/nav_previous.png); width:16px; height:16px; }
.zoomnextIcon { background-image:url(images/nav_next.png); width:16px; height:16px; }
.panIcon { background-image:url(images/nav_pan.png); width:16px; height:16px; }
.deactivateIcon { background-image:url(images/nav_decline.png); width:16px; height:16px; }
*/

.zoominIcon { background-image:url(../images/icon_zoomin.png); width:20px; height:20px; }
.zoomoutIcon { background-image:url(../images/icon_zoomout.png); width:20px; height:20px; }
.zoomfullextIcon { background-image:url(../images/icon_recenter.png); width:20px; height:20px; }
.zoomprevIcon { background-image:url(../images/nav_previous.png); width:16px; height:16px; }
.zoomnextIcon { background-image:url(../images/nav_next.png); width:16px; height:16px; }
.identifyIcon { background-image:url(../images/icon_info.png); width:16px; height:16px; }
.panIcon { background-image:url(../images/nav_pan.png); width:16px; height:16px; }
.deactivateIcon { background-image:url(../images/nav_decline.png); width:16px; height:16px; }
.rectangleIcon { background-image:url(../images/icon_roi_regular.png); width:20px; height:20px; }
.drawPolygonIcon { background-image:url(../images/icon_roi_polygon.png); width:20px; height:20px; }
.uploadIcon { background-image:url(../images/icon_roi_upload.png); width:20px; height:20px; }
/*.saveIcon { background-image:url(../images/icon_save.png); width:20px; height:20px; }*/
/* override main.css */
.exportIcon {
	background-image: url(../icons/icon_download_blue_filled.png) !important;
	background-size: 18px;
	/*margin-left: 5px;*/
}
.saveRestoreIcon {
	background-image: url(../icons/icon_save_restore_blue_filled_48.png) !important;
	background-size: 18px;
	/*margin-left: 5px;*/
}
.deleteIcon { background-image:url(../icons/icon_delete.png); width:20px; height:20px; }
.histogramIcon { background-image:url(../icons/icon_histogram_v2_1_thick.png); width:20px; height:20px; }
.optionsIcon {
	background-image:url(../icons/icon_menu_three_dots_gray_w20_v3.png); 
	background-size: 20px;
	margin-top: -2px;
}
.googleEarthIcon { background-image:url(../icons/googleearth_18x18.png); width:20px; height:20px; }
.fullscreenIcon { 
	/*background-image:url(../images/icon_fullscreen_48x48.png);*/ 
	background-image:url(../icons/icon_fullscreen_v2.png); 
	background-size: 16px;
	margin-top: 1px;
	margin-left: 3px;
}
.fullscreenExitIcon { 
	/*background-image:url(../images/icon_fullscreen_exit_48x48.png);*/ 
	background-image:url(../icons/icon_fullscreen_exit_v2.png); 
	background-size: 16px;
	margin-top: 1px;
	margin-left: 3px;
}
.twoMapsIcon { 
	background-image:url(../icons/icon_model_compare.png);
	background-size: 16px 18px;
	width:16px; height:16px;
}
.networkDiagramIcon { 
	background-image:url(../icons/icon_connection2.png);
	background-size: 16px 18px;
	width:16px; height:16px;
}

.closeCurtainIcon { 
	background-image:url(../icons/icon_close.png); 
	background-size:16px;
	margin-top:1px;
	transform: rotate(90deg);
	margin-left: -8px;
}

/* Override .dijitButtonNode in claro.css */
.dijitButtonNode {
	border: 1px solid transparent; 	
}

.claro .dijitTreeRow {
	color: #444444;	
}

.dijitFolderOpened, .dijitFolderClosed {
	height: 0px;
	width: 0px;
}

/* Added */
.dijitButtonFocused {
	background-color: #bccfe5;
}

/* Override EXTJS */
.x-body {
	font-size: 14px;
	color: #666666;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.x-panel-body, .x-grid-row .x-grid-cell, 
.x-btn-default-toolbar-medium .x-btn-inner, 
.x-btn-default-toolbar-small .x-btn-inner,
.x-btn-default-medium .x-btn-inner,
.x-btn-default-small .x-btn-inner,
.x-toolbar, .x-toolbar .x-toolbar-text,
.x-form-item, .x-form-item-label, .x-form-display-field,
.x-column-header, .x-form-field,
.x-window-header-default,
.x-window-header-text-default, .x-grid-group-title,
.x-menu-item-text,
.x-panel-header-text-default, .x-panel-header-default
 {
	font-size: 1.0em;	/* => 14px */
}

.x-window-header-text-default, .x-btn-default-toolbar-medium .x-btn-inner {
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.x-panel-header-text-container {
	color: #3c3b3b !important;
}

.x-border-layout-ct {
	background-color: #ffffff;
}
.thumb-wrap {
	color: #3c3b3b;
	float:left;
	/*margin: 3px;*/
	margin: 3px 3px 3px 10px;
	border: 1px solid #99bbe8;
	border-radius: 6px;
}


div.thumbnail {
	/*width: 200px;*/
	/* height: 140px;*/
	width: 100%;
	height: 100%;
}
.thumbnail img {
	display: block;
	max-height: 80px;
	max-width: 80px;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}
.thumbnail td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
	-moz-user-select: none;
}
.thumbnail img.overview {
	min-width: 107px;
}
.thumb-wrap > table td {
	padding: 2px 5px;
	text-align: center;
}

.x-window-header-default-top {
	/*background-color: #ffffff;*/
	/*background-color: #fafafa;*/
	background-color: #f0f0f0;
	border-width: 0;
}

.x-toolbar .x-toolbar-item {
	margin: 0 0 0 0;
}

/*#modelViewer .x-item-selected, #modelList .x-item-selected {*/
.model-viewer .x-item-selected, #modelList .x-item-selected {
	border: 1px solid #F08800;
}
/*#modelViewer .layer-item-over, #modelList .layer-item-over {*/
.model-viewer .layer-item-over, #modelList .layer-item-over {
	/*border: 1px solid #EDB061;*/
	border: 1px solid #F7C588;
}

/*#modelViewer h1 {*/
.model-viewer h1 {
	cursor: pointer;
	clear: both;
	padding-left: 10px;
}

.insetImage {
	border: 1px solid #999999;
}

.insetImageCaption {
	font-size:small;
	text-align:center;
	color: #3c3b3b;
	width: 100px;
}

/* D3 charts */
svg {
  /*font: 10px sans-serif;*/
	font-size: 11px;
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* Need to override mico.css */
.chartFrame text {	
	font-size:11px;
}

div.histogram-summary {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	margin-top: -5px;
}

.cumPop {
  fill: none;
  stroke: green;
  stroke-width: 1.5px;
}
.cumPopRev {
  fill: none;
  stroke: orange;
  stroke-width: 1.5px;
}

.bar rect {
  fill: steelblue;
  shape-rendering: crispEdges;
}

.bar text {
  fill: #fff;
}

.axis path, .axis line {
  fill: none;
  stroke: rgb(204, 204, 204);
  shape-rendering: crispEdges;
}

.mean {
	stroke: red;
	stroke-dasharray: 6,2;
	opacity: 0.8;
}

.mean-text {
	fill: red;
	opacity: 0.8;
}

.percentile {
	stroke: blue;
	stroke-dasharray: 6,2;
	opacity: 0.8;
}

.percentile-text {
	fill: blue;
	opacity: 0.8;
}

/* Slider tooltip */
.sliderTipTable th, .sliderTipTable td {
	padding: 1px 4px;
	text-align: center;
}

/* Save form */
#btnExportMap {
	display: flex;
	flex-direction: column;
	align-items: center;
}


#divSaveForm .btnExportMap {
	position: relative;
}
#divSaveForm .btnExportMapSide {
	position: absolute; 
	text-align: right; 
	width: 100%;
	padding-right:15px;
}
#btnExportMap0 td, #btnExportMap1 td {
	padding-right: 5px;
}

table.save-restore td {
	padding-right: 5px;
}
.message-box-cls, .message-box-cls .x-window-body {
	background-color: #ffffff !important;
}
.message-box-cls .x-form-display-field {
	color: #3c3b3b;
}
.message-box-cls .x-toolbar {
	height:50px;
}

.message-box-cls .x-btn {
	background-image: none;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-size: 1.1em;
	margin: 8px 15px;
	padding: 3px 5px;
	text-align: center;	
}

/* Legend for Image Service */
.td-symbology {
	width: 35px;
	height: 22px;
	text-align: center;
}
.td-symbology div {
	width: 20px;
	height: 20px;
	border: 1px solid #666666;
	display: inline-block;
}

table.option td {
	padding: 2px 2px 1px 5px;
}


.map-info-panel div.group-title {
	font-weight: bold;
	padding: 3px 0;
}

.esriBasemapGalleryNode {
	width: 53px;
	margin: 5px 3px;
}

.esriBasemapGalleryThumbnail {
	width: 50px;
	height: 33px;
}

#saveRestoreSetName label, #winCustomLayers label {
	font-family: "Roboto Condensed","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* Custom Services Panel */
div.serviceList {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	padding: 3px 5px 3px 8px;
	cursor: pointer;
	color: #3c3b3b;
	font-size: 1.0em;
}
div.serviceDescription, div.serviceActions, div.layerDescription {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 5px 5px 5px 10px;	
}
div.serviceDescription, div.serviceActions {
	margin: 5px 0 5px 15px;
}
div.layerDescription {
	margin: 5px;
}

#divCustomLayersMain td {
	padding-bottom: 0;
}

.model-viewer-hr {
	border-color: #cccccc;
	border-style: solid none;
	border-width: 1px 0;
	height: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.select-all-species {
	width: 350px;
	display: inline-block;
	border: 1px solid #99bbe8;
	border-radius: 6px;
	/*float: right;*/
	margin:0 3px;
	padding: 2px 0px!important;
	text-align: center;
	color: #3c3b3b;
}

@media screen and (max-width: 600px){
	.select-all-species {
		width: 318px;
	}		
}


/* MiCO specific */
.table-months td, .table-months th, .table-contours td, .table-contours th,
.table-pops td, .table-pops th, .table-sex td, .table-sex th,
.table-age td, .table-age th {
	font-size: 0.90em!important;
	text-align: center!important;
	padding: 0!important;
}
.table-months input {
	margin: 0;
}

.table-sex td.label, .table-contours td.label, 
.table-pops td.label, .table-age td.label {
	padding: 0 10px 0 3px !important;
}
.table-sex td.disabled {
	color: #999999;
}

.symbology-combo-dropdown {
	margin: 0;
	padding: 3px 0px;
	width: 154px;
}

ul.symbology-combo-dropdown li {
	list-style: none;
	padding: 0 0 0 4px !important;
	font-size: 0.9em;
	line-height: 16px;
}

ul.symbology-combo-dropdown img {
	vertical-align: text-top;
	width: 145px;
	height: 15px;
}

.form-symbology .x-form-item {
	margin-bottom: 0px;
}

.symbology-subpanel .x-panel-header {
	background-color: #F5F5F5;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-radius: 6px;
	margin-top: 0;
	padding: 3px 5px;
}

.symbology-subpanel {
	font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.symbology-subpanel .x-header-text {
	font-size: 1.1em;
}
.symbology-subpanel .x-header-text, .symbology-subpanel .x-form-item-label, .symbology-subpanel input {
	font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-top: unset;
}

.map-info-panel-tabular-view td {
	padding-bottom: 0 !important;
}
.map-info-panel-tabular-view td.cell-string {
	text-align: left;	
}
.map-info-panel-tabular-view td.population, .map-info-panel-tabular-view th.population {
	text-align: left;
	min-width: 6em;
}
.map-info-panel-tabular-view td.sex, .map-info-panel-tabular-view th.sex {
	width: 3.5em;
	text-align: left;
}
.map-info-panel-tabular-view td.disabled {
	color: #cccccc !important;
}
.map-info-panel-tabular-view img.disabled {
	visibility:hidden;
}
.map-info-panel-tabular-view td.hide {
	visibility:hidden;
}
.map-info-panel-tabular-view img {
	height: 15px !important;
	width: auto !important;
}

#divCustomLayersHeader div.x-form-trigger, #divSaveRestoreForm div.x-form-trigger {
	height: 22px;
}

.notransition { 
	-webkit-transition: none !important; 
	-moz-transition: none !important; 
	-o-transition: none !important; 
	-ms-transition: none !important; 
	transition: none !important; 
} 
