.copyright {
  font-size: 12px;
  position: fixed;
  bottom: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}

#header {
  font-family: Lato;
  font-size: 40px;
  font-weight: bold;
}

.map_container{
  position: relative;
  width: 100%;
  min-height: calc(100vh - 72px);
  padding-bottom: 46%; /* 52% for 16:9 screen */
}

.map_container .map_canvas{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#navigation {
  padding-top: 0px;
}

#tbl {
  font-size: 12px;
}

.currency {
  text-align: right; /* POA's table */
}

tfoot tr th select {
  font-size: 12px;
}

tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  font-size: 14px;
}

.dt-buttons.btn-group { /* application table buttons */
  float: right;
}

.nowrap {
  white-space: nowrap;
}

img{
   padding: 5px; /* for pdf icons */
}
