html, 
body {
    height: 100%;
}


#content {
   margin-top: 1%;
}

.no-bullet {
   list-style-type:none;
}

.icon {
   height: 20px;
   width:  20px;
   vertical-align: center ;
   margin-bottom: 5px;

   
}


.map-container {
   margin-left: 1vw;

}
.panel {
   margin-top: 40px;
   display: flex;
   flex-wrap: wrap;

}
.panel .btn {
   width:140px;
   margin-bottom:10px;
   margin-left:  10px;
   padding: 7px;
}

.panel svg {
   height: 60px;
   width: 60px;
}

.flex-columns {
   display: flex;
   flex-wrap: wrap;
}

.flex-column {
   min-height: 20vh;
   min-width: 30vw;
}

.table-data-list td:first-child {
   font-weight: 550;
   padding-right: 10px;
}

#dsb-manual-form label {
   font-weight: 600;
} 

#enter-measurement-form label, #enter-measurement-form .group-label {
   font-weight: 600;
   vertical-align: middle;

} 

 
#enter-measurement-form label:first-child {
   width: 160px;
} 


#enter-measurement-form textarea {
  width: 300px;
  height: 80px;
}

#enter-measurement-form .newSessionHiddenInput {
   display: none;
}

#enter-measurement-form #location-input input{
   width: 100px;
}

#enter-measurement-form .field-wrapper {
   margin-bottom: 25px;
}

#enter-measurement-form .errorlist {
   margin-left: 160px;
}
 
form .help {
   color: grey;
}
.hidden {
   display: none;
}