	
	html,
	body,
	#viewDiv {
	  padding: 0;
	  margin: 0;
	  height: 100vh;
	  width: 100vw;
	  overflow: hidden;
}


.esri-ui-top-right {
  top: 53px;
  right: -14px;
}

.esri-ui-top-left {
  top: 53px;
  left: -14px;
}

.buttons{
  position: absolute;
  top: 68px;
  left: 36px;  
}

.buttons button{
  font-size: 12px;
  height: 34px;
}

.esri-layer-list{
  display: none
}

.esri-ui-bottom-right{
  display: none;
}

span.of-unit{
  margin-left: 4px;
  color: #ffffff;
}


@media screen and (max-width: 400px) {
  .buttons{
    position: absolute;
    top: 136px;
    left: auto;  
    right: 0px;
  }
  .of-unit{
    display: none;
  }
}


.reset-section{
  padding: 10px 0px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.thumbnail {
	background-color: transparent;
	height: 60px;
	width: auto;
	padding-right: 2px;
}

.btn img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.btn.disabled img, .btn:disabled img {
	opacity: .4;
}

.cards-list {
	width: auto;
}

.block {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 0.75rem;
margin-right: 0.75rem;
min-width: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
}

.card-image-wrap {
width: 100%;
position: relative;
margin-bottom: 0;
-webkit-box-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

figure {
display: block;
margin: 0 0 0.55rem 0;
}

.card-image {
width: 100%;
display: block;
max-width: 100%;
height: auto;
}

.card-image-caption {
background: #eeeeee7a;
color: #4c4c4c;
font-style: normal;
margin: 0;
width: 100%;
box-sizing: border-box;
position: absolute;
bottom: 0;
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.35rem 1.25rem 0.35rem 1.25rem;
}

.card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
 -ms-flex-direction: column;
flex-direction: column;
position: relative;
background: #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(0, 0, 0, 0.05);
margin-bottom: 1.55rem;
}


@font-face {
	font-family: 'Lato';
	font-display: block;
	src: url('./extrasPortal22/fonts/Lato/Lato-Regular.eot'), /* IE9 Compat Modes */
	src: url('./extrasPortal22/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./extrasPortal22/fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
		 url('./extrasPortal22/fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Arial Black';
	src: url('./extrasPortal22/fonts/arial-black-regular/0-255.pbf') format('pbf');
}

.logo-mapoteca{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,1);
	padding: 10px 10px;
	border-radius: 0px 10px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

	
#itemDiv {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 10px;
    width: 110px;
    overflow-y: auto;
    }
	
 