/* Form */

.goodtables-ui-form {
  margin: 1em;
  padding: 1em;
}

.goodtables-ui-form .row-source {
  padding-bottom: 1em;
  border-bottom: solid 1px #eee;
  margin-bottom: 1em;
}

.goodtables-ui-form .row-schema {
  border-bottom: solid 1px #eee;
}

.goodtables-ui-form .row-message {
  margin-top: 1em;
  border-top: solid 1px #eee;
  padding-top: 1em;
}

.goodtables-ui-form .row-report {
  margin-top: 1em;
  border-top: solid 1px #eee;
  padding-top: 1em;
}

.goodtables-ui-form small {
  color: #777;
}

/* Report */

.goodtables-ui-report .alert {
  margin-top: 20px;
}

.goodtables-ui-report .alert-warning {
  background-color: #fdf3e4;
  border-color: #f0ad4e;
  color: #8a6d3b;
}

.goodtables-ui-report .alert-warning hr {
  border-top-color: #eea236;
}

.goodtables-ui-report .alert-success {
  background-color: #87fed2;
  border-color: #01cd81;
  color: #3c763d;
}

.goodtables-ui-report .alert-success hr {
  border-top-color: #01b471;
}

.goodtables-ui-report .alert .title {
  cursor: pointer;
}

.goodtables-ui-report .alert a.show-details {
  float: right;
  color: #2f3135;
}

.goodtables-ui-report .alert a.show-details:hover {
  text-decoration: underline;
  cursor: pointer;
}

.goodtables-ui-report .file-heading {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 50%;
  white-space: nowrap;
}

.goodtables-ui-report .file-heading span {
  display: table;
  width: 100%;
}

.goodtables-ui-report .file-heading span:last-child {
  text-align: right;
}

.goodtables-ui-report .file-heading .file-count,
.goodtables-ui-report .file-heading .file-name {
  display: table-cell;
  color: #2f3135;
  text-decoration: none;
  height: 64px;
  vertical-align: middle;
}

.goodtables-ui-report .file-count:hover,
.goodtables-ui-report .file-name:hover {
  color: inherit;
}

.goodtables-ui-report .file-count,
.goodtables-ui-report .file-name {
  display: table-cell;
  color: $text-color;
  text-decoration: none;
  height: 64px;
  vertical-align: middle;
}

.goodtables-ui-report .file-count:hover,
.goodtables-ui-report .file-name:hover {
  color: inherit;
}

.goodtables-ui-report .file-name {
  font-weight: 600;
  font-size: 15px;
}

.goodtables-ui-report .panel + .file-heading {
  margin-top: 30px;
  border-top: solid 1px #ccc;
  /* border-top: solid 1px rgba($gray-dark,0.3); */
}

.goodtables-ui-report .panel {
  overflow: hidden;
  box-shadow: none;
  border-width: 0;
}

.goodtables-ui-report .panel-danger {
  border-color: #f13c3f;
}

.goodtables-ui-report .panel-heading {
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 15px;
  border-bottom: 1px solid transparent;
}

.goodtables-ui-report .panel-danger>.panel-heading {
  color: #2f3135;
  background-color: #fde7e8;
  border-color: #f13c3f;
}

.goodtables-ui-report .label {
  float: left;
  margin-right: .5em;
  padding: .3em .6em;
}

.goodtables-ui-report .label-info {
  background-color: #1595bc;
}

.goodtables-ui-report .label-danger {
  background-color: #f13c3f;
}

.goodtables-ui-report .label.count {
  background-color: #fff;
  color: currentColor;
}

.goodtables-ui-report .panel-title {
  float: left;
  margin-right: .5em;
}

.goodtables-ui-report .panel-title a {
  color: #000;
  cursor: inherit;
  font-weight: 700;
}

.goodtables-ui-report .panel-title a:hover {
  cursor: pointer;
}

.goodtables-ui-report a.error-details-link {
  color: #2f3135;
}

.goodtables-ui-report a.error-details-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.goodtables-ui-report .error-details {
  text-align: left;
  color: #2f3135;
}

.goodtables-ui-report .panel-body {
  background-color: #fff;
  color: #2f3135;
}

.goodtables-ui-report .panel-danger>.panel-body {
  background-color: #fef6f6;
}

.goodtables-ui-report .table {
  font-size: 11px;
  background-color: #fff;
}

.goodtables-ui-report .table-container {
  overflow-y: auto;
}

.goodtables-ui-report .table-bordered {
  border: 1px solid #ddd;
}

.goodtables-ui-report .table .danger {
  background-color: #fde7e8;
}

.goodtables-ui-report .show-more {
  padding-top: 10px;
}

.goodtables-ui-report .show-more  a {
  color: #2f3135;
}

.goodtables-ui-report .show-more  a:hover {
  text-decoration: underline;
  cursor: pointer;
}
