.panel-body .box-no-result {
  margin: -15px;
  border-radius: 0;
  max-width: initial;
}
.box-no-result {
  text-align: center;
  padding: 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  border-radius: 8px;
}
.box-no-result P {
  color: #999;
  font-family: embedded-roboto-condensed, embedded-roboto, Helvetica, Arial, sans-serif;
  line-height: 25px;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 8px;
}
.box-no-result P:last-child {
  margin-bottom: 0;
}
.box-no-result .no-result-icon {
  font-size: 48px;
  color: #CCC;
  margin-bottom: 10px;
}
.box-no-result IMG.no-result-icon {
  max-height: 128px;
}
.box-no-result .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/*# sourceMappingURL=jalios-portlet-no-result.css.map */
