
html, body{
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}


.Coords {
	padding: 7px 15px 5px;
	bottom: 100px;
	right: 5px;
	background-color: #ff9900;
}

.infoCoord {
	padding:  7px 15px 5px;
	bottom: 20px;
	right: 5px;
	background-color: #ff9900;
}
			
.PrResultado {
  position: absolute;
  top: 10px;
  left: 50px;
  background-color: #ff9900;
  padding: 8px;
}


.grid-container 2 {
	display: grid;
	width: 600px;
	grid-template-columns: 10% 20% 20% 10% 20%;
}	

.printcard {
    background-color:lightgrey;
	min-height:20px;
	position: absolute;
	bottom: 54px;
	left: 10px;
	display: flex;
	justify-content: left;
	align-items: stretch;
	box-sizing: border-box;
	padding: 28px;
	width: 25%;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 5%;
  right: 1%;
  padding: 12px 12px;
  transform: translate(0%, -50%);
  background-color: #f7f7f7;
}

.graphic {
        position: relative;
        background-color: #ff9900;
        border: 5px solid #f90;
        width: 100px;
        z-index: 10;
        bottom: calc(50% - 150px);
        left: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 9px;
}

.graphic button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        border-color: #7a7a7a;
        margin-bottom: 5px;
        background-color: #f7f7f7;
}

.btn-coord{
	position: relative;
	background-color: #ff9900;
	border-color: #2f468a;
	justify-content: center;
	bottom: 4%;
	right: 5%;
}

.btn-primary{
	position: absolute;
	background-color: #ff9900;
	border-color: #2f468a;
	justify-content: center;
	bottom: 4%;
	right: 40%;
}

.form-group {
  margin-bottom: 15px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1em;
}


.logo-mapoteca {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  border-radius: 0px 10px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
          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;
}

.tools {
  position: absolute;
  top: 90px;
  left: 55px;
  padding: 10px;
  list-style: none;
  z-index: 500;
}
.tools > li > a {
  background-color: #ff9900;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 6px;
  font-size: 14px;
}

.tools ul {
  border: 2px solid #ff9900;
  padding: 3px;
  background-color: #ffffff;
  padding: 0px;
  list-style: none;
  display: none;
  margin-top: 8px;
}

.tools ul li a {
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 6px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #cccccc;
}

#info2, #header {
  display: none;
}

.menu {
  display: table;
  width: 100%;
  border: 1px solid black;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
}

.menu > div {
  display: table-row;
  background-color: white;
}

.menu > div > div {
  border-right: 1px solid black;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.float-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  gap: 8px;
  margin: 8px 0;
}

.float-child1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.float-child2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.tool-content-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tool-content-close i {
  cursor: pointer;
  color: #ff9900;
}

.tool-content {
  position: absolute;
  top: 180px;
  left: 10px;
  background-color: #ffffff;
  z-index: 400;
  display: none;
  overflow: hidden;
  border-right: 2px solid #ff9900;
  border-left: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  border-top: 2px solid #ff9900;
  max-width: 360px;
  padding: 10px;
}

.tool-content-1 {
  color: #6c6c6c;
  padding-bottom: 20px;
}
.tool-content-1 h2 {
  margin: 0px;
  color: #484848;
}
.tool-content-1 span {
  color: #484848;
}

.tool-content-2 {
  color: #484848;
   padding: 10px;
}

.tool-content-2 h2 {
  margin: 10px;
  color: #484848;
}


.esri-button, .esri-elevation-profile__header button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  min-height: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: normal;
  white-space: normal;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  -webkit-transition: background-color 125ms ease-in-out, border 125ms ease-in-out;
  transition: background-color 125ms ease-in-out, border 125ms ease-in-out;
  margin-top: 10px;
}
.esri-button button, .esri-elevation-profile__header button button {
  cursor: pointer;
}

.esri-button:hover, .esri-elevation-profile__header button:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
}

.scrollSection {
      overflow: scroll;
      width: inherit;
      height: 300px;
      overflow-x: hidden;
      padding: 0.3em;
    }
    #sketchVM-controls {
      width: 225%;
      height: 300px;
    }
    #headingBlock {
      padding-right: 2em;
    }

@media screen and (max-width: 400px) {
  .buttons {
    position: absolute;
    top: 136px;
    left: auto;
    right: 0px;
  }
  .of-unit {
    display: none;
  }
}
@media screen and (max-width: 240px) {
  .menu {
    display: block;
    float: left;
    width: auto;
    border: none;
  }
  .menu > div {
    display: block;
  }
  .menu > div > div {
    border: none;
    padding-right: 10px;
    display: block;
    text-align: left;
  }
}
