.edit_error_class {
  display: block;
  color: red;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.sidebar ul li {
  margin: 0;
  padding: 1px;
  list-style: none;
  border: 1px solid #ccc;
  border-bottom: none;
}

.sidebar ul li li {
  border-left: 5px solid #ddd;
}

.sidebar ul li a {
  display: block;
  padding: 3px;
  text-indent: 30px;
  text-decoration: none;
}

.sidebar ul li span {
  display: block;
  padding: 3px;
  text-indent: 30px;
  text-decoration: none;
}

.sidebar ul li a:hover {
  background-color: #eee;
}

.lift_error {
  color: red;
}

th[data-sort]{
  cursor:pointer;
}

@media print {
  .no-print {
    display: none;
  }

  tr.printed-separator td {
    border-top: 1pt #000 solid;
  }

  a[href]:after {
    content: "" !important;
  }
}

dd.content-image::after {
  content: '';
  display: table;
  width: 100%;
}

.content-image-remove {
  margin-top: 10px;
}

.news-content > div:nth-child(even) {
  background: #e5ecf9;
}

.news-content dl dd {
  margin-left: 0;
}

.news-published .status {
  font-weight: bold;
  color: green;
}

.news-preview-link {
  margin: 0 5px;
}

.news-publish-time {
  font-size: 0.9em;
}

.content-data {
  padding: 0.5em;
}

.content-data input[type=text],
.content-data textarea {
  width: 100%;
}

.content-preview-text textarea {
  height: 2em;
}
