/* line 2, /app/app/assets/stylesheets/pages/applications.scss */
#commentModal textarea,
#notesModal textarea {
  width: 100%;
}

/* line 6, /app/app/assets/stylesheets/pages/applications.scss */
.app-request-btn a {
  width: 45px !important;
}

/* line 9, /app/app/assets/stylesheets/pages/applications.scss */
#appList .table-hover > tbody > tr .show-details-modal:hover {
  background-color: #E67E22;
  color: #fff;
}

/* line 13, /app/app/assets/stylesheets/pages/applications.scss */
#appList table .btn-xs,
#appList table .btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 13px;
}

/* line 18, /app/app/assets/stylesheets/pages/applications.scss */
#appList table tbody tr td {
  vertical-align: middle;
}

/* line 21, /app/app/assets/stylesheets/pages/applications.scss */
#appList .contact-feedback-notice {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 6px;
  margin-left: auto;
  margin-bottom: 30px;
  color: #555555;
}

/* line 30, /app/app/assets/stylesheets/pages/applications.scss */
#appList .contact-feedback-notice:hover,
#appList .contact-feedback-notice:focus {
  color: #555555;
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 36, /app/app/assets/stylesheets/pages/applications.scss */
  #appList .contact-feedback-notice {
    margin-left: 0;
  }
}
/* line 40, /app/app/assets/stylesheets/pages/applications.scss */
#statusDetailsPanel .detailsContent .btn-app {
  text-align: left;
  min-width: 220px;
  margin-bottom: 10px;
}

/* line 45, /app/app/assets/stylesheets/pages/applications.scss */
#statusDetailsPanel #openStatusBroker {
  text-decoration: underline;
  color: #000;
}

/* line 49, /app/app/assets/stylesheets/pages/applications.scss */
#statusDetailsPanel hr {
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 53, /app/app/assets/stylesheets/pages/applications.scss */
#statusDetailsPanel .no-mb {
  margin-bottom: 0;
}
/* line 56, /app/app/assets/stylesheets/pages/applications.scss */
#statusDetailsPanel .no-mb > .row > [class*="col-"] {
  margin-bottom: 0;
}
