textarea {
  resize: vertical;
}

#save-form {
  opacity: 0;
}

#confirm-button.disabled,
#submit-button.disabled {
  pointer-events: auto;
}

.model-controls {
  display: none;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 8px;
}

.model-controls form {
  margin-right: 5px
}

@media only screen and (min-width: 768px) {
  .model-controls {
    top: 4px;
  }
}

.loader {
  background-image: url(/images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 160px;
  height: 32px;
  margin: auto;
  display: none;
}

.panel-footer div.form-group {
  margin-bottom: 0px;
}

.form-info-group {
  display: inline-flex;
  width: 100%;
}

.form-info-group .glyphicon-question-sign {
  display: none;
  margin: 10px;
  z-index: 100;
}

.form-info-group .glyphicon-question-sign:hover {
  cursor: pointer;
}

.textarea-group {
  display: inline-block;
  width: 100%;
}

.input-group-addon.textarea-addon:first-child {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border: 1px solid #ccc;
  border-bottom: none;
}

.input-group textarea.form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0px 0px 4px 4px;
}