@import './common.css';


/* Tooltip container */
.tooltip {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
   z-index: 50000000;
}
.parent {
  border: none;
  margin: 0.4rem;
  padding: 0rem 0rem;
  text-align: center;
}
.parentbottom {
  border: none;
  margin: 0.4rem;
  position:absolute;
  bottom: 0;
  left: 13rem;
  padding: 0rem 0rem;
  text-align: center;
}
.parentl{
  border: none;
  margin: 0.4rem;
  padding: 0rem 0rem;
  text-align: left;
}
.child {
  display: inline-block;
  border: none;
  padding: 0rem 0rem;
  vertical-align: middle;
  float: left;
}

.child2 {
  display: inline-block;
  border: none;
  padding: 0rem 0rem;
  vertical-align: middle;
  float:  none;
}

.childl {
  display: inline-block;
  border: none;
  padding: 0rem 0rem;
  vertical-align: middle;
  float: left;
}
.childr {
  display: inline-block;
  border: none;
  padding: 0rem 0rem;
  vertical-align: middle;
  float: right;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  /* Position the tooltip text - see examples below! */
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 50000000;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info:hover .tooltiptext {
  visibility: visible;
  
	z-index: 50000000;
	right: 0%;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 400;
  margin: 0.0;
}

#input_runfile
{
  position:fixed;
  top:-100em;

}
body {
   margin: 0px;
   padding: 0;
}
.content {
  margin: 0.0rem;
  border-top: 1px solid #000;
  padding-top: 0.5rem;
}

.header {
  font-size: 1.8rem;
  color: #7f7f7f;
  margin: 0.0;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.title {
  font-size: 1.1rem;
  color: #7f7f7f;
  font-weight: bold;
   padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

.bottom {
  margin-top: 5px;
  font-size: 0.8rem;
  color: #7f7f7f;
}

.float-container {
    
    padding: 0px;
}

.float-child {
    width: 50%;
    float: left;
}  

.welcomeinfo {
background: rgba(20, 20, 20, 0.85);
color: lightblue;
left: 15%;
padding: 15px;
position: absolute;
top: 0;
right: 15%;
z-index: 999999999999990000;
display: none;
visibility: hidden;
}
#info a {
color: lightblue;
}
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family: "PT Sans", Calibri, Tahoma, sans-serif;
}
p.main {
  text-align: left;
}

#progressb
{
	margin: 0px 0px 0px 0px;
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 12px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 12px;
  margin: 2px 4px 3px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 2px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 12px;
  background-color: rgba(255, 255, 255, 1);
}
.add_icon
{
	
	margin-bottom: 2px;

}
.area_icon
{
	margin-top: 2px;
	margin-bottom: 0px;
  margin-right: 2px;

}