
html,
body {
  margin: 0;
  padding: 0;
}
#logoimage{
  width: 50px;
}
.img{
  height:15px;
  width: 15px;
}
.nav-link{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.instructions-link{
  text-align: center;
  padding-top:12.5px;
}
.header-item{
  width: 33%;
}
.changeLanguage{
  padding-left:5px;
}
.aboveInputBox div{
  display: inline-block;
}
.outputArea{
  padding-left:20px;
}

.parameters-wrapper{
  height: 100px;
  display: block;
  margin-left: auto;
}
.configSelect{
  display: flex;
  flex-direction: row;
  padding-left:20px;
  height:25px;
}

.row{
  display: flex;
  flex-direction: row !important;
}

#blockMap {
  top: 0;
  bottom: 0;
  width: 90vh;
  height: 70vh;
}
/* Generic stuff */
.hidden {
    display: none !important;
}

.lmi-card {
  font-size: 15px;
}
.form-container{
  display: block;
  margin-left:auto;
  margin-right:auto;
  width: 99%;
  align-items: center;
}
.convert-wrapper{
  width: 99%;
  display: flex;
}

#Source-UTM_Zone, #Target-UTM_Zone,#Source-GK_Central_Meridian, #Target-GK_Central_Meridian{
  width:150px;
}
.source-wrapper,.target-wrapper{
  flex:1;
}
.label{
  width: 150px;
}
.textAreaInput{
  width: 100%;
}
#nav-item-right{
  display:flex;
  flex-flow:row;
  float:right;
}
/* Material stuff */
.inputButton{
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.inputButton>button{
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.btn{
  border-color: white;
}
.heightFormat-label{
  padding-left:5px;
}
#convertBtn{
  background-color: #AC9F2C;
}
#convertBtn:hover{
  opacity: 0.9;
  border-color: white;
}
input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

/* Recommended icon sizes */


/* Rules for using icons as black on a light background. */
.dark {
  background: black;
  color: rgba(255, 255, 255, 1);
  font-variation-settings: 'GRAD' -25;
}
.dark-inactive {
  background: black;
  color: rgba(255, 255, 255, 0.3);
  font-variation-settings: 'GRAD' -25;
}

.aboveInputBox{
  
  padding-left:20px;
}

.card-title{
  text-align: center;
}
.card-epsg{
  text-align: center;
  font-size: 12px;
  font-weight: 500 !important;
}
.oldseparator{
  text-align: center;
}
select{
  width: 150px;
  position: relative;
  top:0px;
  height:23.64px;
}
.conversion-settings{
  display: flex;
  
  flex-flow:row;
}
.conversion-settings>div{
  width: 100%;
}
#heightFormat>div{
  height:50px;
  display:flex;
  flex-flow:row;
}

.hoverI{border-radius: 50%;
border:1px solid black;
width: 15px;
height:15px;
text-align:center;
font-size:10px;
}
.hoverI:hover{
  cursor: help;
}
#inputExample{
  position:absolute;
  padding-left: 10px;
}
