.ls-btn {
  background: none;
  width: auto;
  display: inline-block;
  padding: 10px;
  line-height: 1em;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
}

.ls-btn:disabled {
  color: black !important;
  text-decoration: none !important;
  cursor: not-allowed;
}

.ls-btn.ls-btn-primary {
  background-color: #4acef9;
  border: solid 1px #4acef9;
  color: #4d4d4d;
}

.ls-btn.ls-btn-secondary {
  background: none;
  border: 1px solid #00618b;
  color: #00618b;
}

.ls-btn.ls-btn-tertiary {
  text-decoration: underline;
  color: #00618B;
}

.ls-btn.ls-btn-search {
    width: 20%;
    padding: 13px;
    line-height: 1.1em;
}

.ls-btn-group {
}

.ls-btn-group::after {
  content: "";
  display: block;
  clear: both;
}

.ls-btn-group .ls-btn {
  float: left;
  border: solid 1px #007CAB;
  border-left-width: 0;
  color: #007CAB;
}

.ls-btn-group .ls-btn.selected {
  background: #007CAB;
  color: #fff;
  font-weight: normal;
}

.ls-btn-group .ls-btn:first-child {
  border-left-width: 1px;
}

.ls-select {
  font-weight: 100;
  background: url("https://static.livesafemobile.com/images/icons/gray/drop_down.svg") right 5px center no-repeat #eaeaea;
  background-size: 24px;
  padding: 5px 35px 5px 5px;
  font-size: 1em;
  border: 1px solid #ccc;
  color: #4d4d4d;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ls-dialing-code-select {
  width: 90px;
}

.gm-style-iw .ls-btn {
  margin-left: 10px;
}

.ls-input,
.ls-textarea {
  font-size: 14px;
  padding: 5px;
}

.ls-textarea-actionable {
  background: #eaeaea;
  border: 1px solid #ccc;
  position: relative;
  min-height: 119px;
}

.ls-textarea-actionable .ls-textarea {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 38px;
    border: none;
}

.textarea-action-btns {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ls-input {
  background: #eaeaea;
  border: 1px solid #ccc;
  font-weight: 100;
}

.ls-textarea {
  font-weight: 100;
  font-family: avenir;
  resize: none;
  background: #eaeaea;
  border: 1px solid #ccc;
  min-width: 100%;
  max-width: 100%;
}
