body {
    /* background: yellow; */
    /* font-size: 200% */
}

.inset-margins {
    margin-left: 20px;
    margin-right: 16px;
}

.alert-text {
    color: #E00000;
}
.msg-text {
    color: #C0C000;
}

.bold-text {
    font-weight: 700;
}

.doc-closed {
    color: rgb(140, 140, 140);
}
.doc-active {
}

#mapSearchInput {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
