.fg-places-panel-container {
  margin-bottom: 15px;

  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}

.fg-places-panel-heading {
  display: flex;
  justify-content: space-between;

  height: 50px;
  padding: 15px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  color: #555555;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
}

.fg-places-panel-heading-button {
  width: 20px;
  height: 20px;

  outline: none;
  border: none;
  margin: 0 0 1px 0;
  padding: 0;

  color: #5c68a4;

  background: none;

  font-size: 20px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-places-panel-heading-button:hover,
.fg-places-panel-heading-button--active {
  color: #08b58e;
}

.fg-places-panel-option {
  position: relative;

  display: flex;
  align-items: center;

  height: 50px;

  padding-left: 15px;

  cursor: pointer;
  color: #C1C1C1;
  background-color: #5B5D68;

  transition: all .4s ease;
}

.fg-places-panel-option:hover,
.fg-places-panel-option--active {
  color: #FFFFFF;
  background-color: #565863;
}

.fg-places-panel-option-checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: .7;

  padding: 0;

  color: #C1C1C1;
  cursor: pointer;

  font-size: 20px;
}

.fg-places-panel-option-checkmark--active {
  opacity: 1;

  color: #08b58e;
}

.fg-places-panel-option.ng-hide {
  height: 0 !important;
  transition: all .4s ease;
}

.fg-places-panel-option.ng-hide > .fg-places-panel-option-title,
.fg-places-panel-option.ng-hide > .fg-places-panel-option-checkmark {
  line-height: 0 !important;
  opacity: 0 !important;
}

.fg-places-panel-option-checkmark,
.fg-places-panel-option-title {
  transition: all .4s ease;
}

.fg-places-text-input-container {
  position: relative;

  display: flex;
  align-items: center;

  height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  padding: 0 15px;

  background-color: #FFFFFF;
}

.fg-places-text-input {
  display: block;

  width: 97%;
  min-height: 32px;
  resize: none;

  border: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;

  color: #000000;

  font-size: 15px;
  line-height: 19px;

  transition: height .4s ease;
}

.fg-places-text-input-clear-button {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1200;

  width: 12.5px;
  height: 12.5px;

  padding: 0;

  background: none;
  border: none;
  color: #777777;

  font-size: 12.5px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-places-text-input-clear-button:hover {
  color: #000000;
}

.fg-places-remove-button {
  position: fixed;
  bottom: 15px;
  right: 15px;

  background: none;
  border: none;
  color: #999999;

  font-size: 25px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-places-remove-button:hover {
  color: #000000;
}
