/**
 *
 * Messages.
 *
 */

body.desktop .kint {
  margin: 0;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  word-wrap: break-word;
}

body.desktop .kint dt.kint-parent + dd {
  background: none;
}

body.desktop .kint > dl dl {
  border-left: none;
  background: none;
}

body.desktop .kint-parent {
  border: none;
  background: #c0d4df;
  cursor: pointer;
}

body.desktop .kint footer {
  padding: 5px 15px;
  font-size: 100%;
}

body.desktop #debug {
  position: fixed;
  z-index: 16777271;
  left: 5%;
  bottom: 0;
  width: 90%;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #c0d4df;
  background-color: #efefef;
  -webkit-box-shadow: 0 -3px 10px #000000;
  -moz-box-shadow: 0 -3px 10px #000000;
  box-shadow: 0 -3px 10px #000000;
}

body.mobile #debug,
body.tablet #debug {
  display: none;
}

body.desktop #debug .block .content {
  max-height: 400px;
  overflow: auto;
}

body.desktop #debug .block h2 {
  padding: 5px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ff0000;
}

.messages {
  padding: 5px;
  line-height: 1.5;
  background-color: #8bc44a;
}

body.enquired div.messages {
  margin: 0;
  border: none;
}

.messages.error {
  color: #911000;
  background-color: #ffebeb;
}

.messages.status {
  color: #000000;
}

.messages ul {
  padding-left: 3%;
  list-style: square outside none;
}

.messages ul li {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 114.3%;
}

.messages ul li:last-child {
  margin-bottom: 0;
}
