#oraculum_logo {
  float: right;
  padding-top: 20px;
}

#oraculum_logo img {
  width: 200px;
}

#oraculum_logo .felis {
  color: #428bca;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #302720;
  margin-top: -25px;
  width: 168px;
  margin-left: 32px;
  text-align: right;
}

body {
  padding-top: 50px;
}

.navbar-brand>img {
    display: inline;
}

.navbar-brand {
  float: left;
  padding: 9px 9px;
  font-size: 22px;
  line-height: 20px;
}

.search-x {
  visibility: hidden;
  right: 44px;
  z-index: 2;
  height: 35px;
  margin-top: -29px;
  float: right;
  font-size: 22px;
  opacity: 0.2;
  cursor: pointer;
}

.secret {
  background: #eaeaea;
  padding: 5px 5px;
  border-radius: 4px;
  cursor: pointer;
}

.secret-show {
  border: 1px solid #eaeaea;
  padding: 5px 5px;
  border-radius: 4px;
  cursor: pointer;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }

  .nav-sidebar {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: transparent;
    margin-right: 0px;
    padding-right: 0px;
  }
}



/* Sidebar navigation */
.nav-sidebar {
  /*margin-right: -11px;  20px padding + 1px border */
  margin-bottom: 40px;
  margin-left: -6px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.sidebar_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  left: 0;
  padding-right: 5px;
  font-size: 1.0em;
}

.information {

}

.info-sections {
    margin-top: 10px;
}

.info-buttons {
  z-index: 1000;
}

.user-info {
    font-size: 18px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.user-info-label {
    font-weight: bold;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
    font-size: 16px;
}

.label {
    font-size: 14px;
}

.label-default {
  line-height: 2;
}

.label-secret {
  background-color: #a547a5;
  color: #C0C0C0;
}

.invisible_character {

}

#character_icon {
  float: left;
  margin-right: 10px;
  min-width: 100px;
}

#character_information {
  margin-bottom: 20px;
}

.sidebar_search {
  padding: 5px;
  position: static;
}

.nameListItem {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.nameListItem:hover {
  background: #101010;
  color: #ffffff;
  text-decoration: none;
}

.nameListItem a:hover {
  text-decoration: none;
}

a.nameListItemLink:hover {
  text-decoration: none;
}


.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.user-notes {
    font-size: 16px;
}

.bootstrap-tagsinput {
    width: 100%;
}

/* Drag and Drop CSS */
.white_well {
    height: 500px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    padding-left: 5px;
    padding-right: 5px;
    overflow: scroll;
    overflow-x: hidden;
}

.white_list {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    min-height: 150px;
}

ol.white_list li {
    display: block;
    margin: 5px;
    padding: 5px;
    color: #0088cc;
    background: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
    cursor: pointer;
}

.secret_white_list {
  color: #a547a5 !important;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.white_list li.placeholder {
  position: relative;
  /** More li styles **/
    margin: 0;
    padding: 0;
    border: none;
}
ol.white_list li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
  content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none;
}

.white_list_filter {
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 2px;
}

#sort_notes_table_wrapper {
  margin-top: -28px;
}

.panel-title > a:hover {
    text-decoration: none;
}

.wiki-section {
  border-top: 1px solid #333;
}

.wiki-header-input {
  width: 100% !important;
  font-size: 36px;
  line-height: 40px;
  height: 50px;
}

#toc {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #161616;
  border: 1px solid #222;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  float: right;
  margin: 20px;
}

#toc ol {
  text-decoration: none;
  padding-left: 20px;
}

#toc li {
  cursor: pointer;
}

#toc li:hover {
  color: #333;
}