@charset "utf-8";
/* CSS Document */

.section_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
div.toc_header {
  position: relative;
  left: 40px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
div.toc_entry {
  display: block;
  margin: 1px;
}
div.toc_header>div,
div.toc_entry>div {
  display: inline-table;
}
ul.page_section {
  margin: 0 2vw;
  list-style: none;
  position: relative;
  display: inline-table;
}
ul.page_section:after {
  content: "";
  clear: both;
  display: block;
}
ul.page_section li {
  list-style: none;
}
div.hidden {
  display: none;
}
div.cmslabel {
  float: left;
  padding-right: 12px;
  min-width: 100px;
}
div.edit_block {
  margin-left: 20px;
}
ul.page_section div.toc_header li div, ul.page_section li div.toc_entry div.toc_div div {
  display: inline-table;
}
/*
div.edit_block img.image {
  height: 48px;
  float: right;
}
div.edit_block img.video {
  height: 48px;
  float: right;
}
div.edit_block img.audio {
  height: 48px;
  float: right;
}
div.edit_block img.document {
  height: 48px;
  float: right;
}
*/
div.edit_block div.filename {
  display: inline;
  padding-right: 12px;
}
li.ui-sortable-handle {
  cursor: move;
}
div.sortable {
  background-color: #e4f0f5;
}
div.edel {
  float: right;
}
form input, form textarea {
  margin-bottom: .5vw;
}
