/*
html {
  font-size: 14px;
}
*/

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Start of Application specific CSS (mdm) */

html {
    font-size: 10px;
}

/*
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.context-menu-list {
    z-index: 400;
}

h5 {
    font-weight: 700;
}

#search {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 100%;
    font-size: small;
    padding: 5px;
    background-color: lightblue;
    border-bottom: solid 1px black;
}
#main {
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 0;
    width: 100%;
}

#minput {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    padding: 6px;
    font-size: xx-small;
    border-right: solid 1px black;
    background-color: azure
}

#mapid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 210px;
    width: calc( 100% - 210px );
}

.checkbox-label {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}