body {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

nav.breadcrumb-nav {
  background-color: #e9ecef;
}

.navbar .navbar-brand {
    font-family: serif;
    color: rgba(0,0,0,0.4);
    letter-spacing: 0.15em;
    font-size: 0.9rem;
}

.summary {
  display: inline-block;
  width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul {
  margin-bottom: 0;
}

.list-group-item {
  padding-left: 0;
}

div.card {
    margin-bottom: 25px;
}

/* profile */
.profile-image {
  border-radius: 50%;
  overflow: hidden;
}

.icon-96 {
  width: 96px;
  height: 96px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

img.add-star {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.star-container {
  opacity: 0.7;
}
.star {
  width: 1.5rem;
  height: 1.5rem;
}
.comment .star {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: -3px;
}

/* home, members */
.now-playing {
  text-align: left;
}

.home ul {
  list-style-type: none;
  padding-left: 0;
}

.home .posts li {
  line-height: 2em;
}

.home li {
  padding-left: 0;
}

ul.members {
  list-style-type: none;
  padding-left: 0;
}

ul.members li {
  padding-left: 0;
  height: 3rem;
}

ul.members li .profile-image {
  margin-right: 6px;
}

ul.members a:hover {
  text-decoration: none;
}

.card-header a {
  color: #212529;
}
.card-header a:hover {
  color: #212529;
}

/* account */
.account pre {
  background-color: #eee;
  padding: 10px;
}

/* user */
.user-nav {
  border-bottom: none;
}

.user-nav .nav-item .active {
  color: #6c757d;
}

.user-profile .media-body h5 {
  margin-bottom: 0.5rem !important;
  margin-top: 16px !important;
}

.user-profile {
  margin: 16px 16px 16px 16px;
}

.user-profile h5 a {
  color: #212529;
}
.user-profile h5 a:hover {
  text-decoration: none;
}

.user-profile .form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.user-profile button {
  margin-top: 10px;
}

.user-profile .badge-info {
  color: #fff;
  padding-top: 0.3rem;
}

.edit-icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.3;
}

.edit-icon:hover {
  opacity: 0.7;
}

.protected-icon {
  opacity: 0.4;
}

/* ckeditor */
.ck-editor__editable_inline {
  min-height: 10rem;
  border-radius: 0.25rem !important;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  background-color: inherit;
  border: none;
  margin-top: -0.5rem;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar button {
  opacity: 0.7 !important;
}
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  margin-top: 2rem;
}

.ck-content blockquote {
  padding: 0 1.2rem 0.8rem 1.2rem !important;
  margin: 1rem 0 0.8rem 0 !important;
  font-style: normal !important;
}

.ck-content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ck-content .mention {
  background: #e0e9f5 !important;
  color: #212529 !important;
}
/* end ck */

.entry h5 .text-muted a {
  color: #6c757d !important;
}

.entry .entry-button {
  display: none;
}

.entry .entry-body {
  margin-top: 1rem;
}

.entry .card-body p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.entry .card-body figure img {
  max-width: 100%;
}

.entry .media-body h5 {
  margin-top: 13px !important;
  margin-bottom: 0.5rem;
}

.entry .comment .media-body h5 {
  margin-top: 5px !important;
  margin-bottom: 0.5rem;
}

.entry .form-group {
  margin-bottom: 0.5rem;
}

.entry .form-group textarea {
  max-height: 450px;
}

.entry .form-group .btn {
  margin-bottom: -1rem;
}
.entry .entry-button .btn {
  margin-bottom: 0;
}
/* #new-entry-profile {
  display: none;
} */
#new-entry-button {
  display: none;
}

.entry .body {
  white-space: pre-wrap;
}

.entry-footer {
  margin-top: 0.6rem;
  margin-left: -0.3rem;
  opacity: 0.7;
}

.entry-footer .btn {
  cursor: pointer;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
}

.entry-footer .comment-icon {
  width: 24px;
  height: 24px;
}

.entry .comment-form {
  display: none;
}

.entry .comment {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.entry .delete-entry {
  display: inline-block;
  float: right;
  margin-top: -2.5rem;
  margin-right: 0.5rem;
}
.entry .delete-entry-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.1;
  display: none;
}

.entry .delete-entry-icon:hover {
  opacity: 0.6;
}

/* document */
.document textarea {
  height: 28rem;
}

.document .ck-editor__editable_inline {
  min-height: 28rem;
}

.document h1 {
  margin-bottom: 3rem;
}

.document .edit-icon {
  top: 10px;
}

.document-logs {
  margin-top: 3rem;
  padding-left: 1.2rem;
  opacity: 0.8;
}

.document-logs ul {
  padding-left: 0;
}

.document-logs li {
  list-style-type: none;
  height: 2rem;
}

.document-logs .title {
  font-size: 120%;
}

.document-logs li .timestamp {
  margin-right: 0.8rem;
}

.document-logs li .profile-image {
  margin-right: 0;
  width: 24px;
  height: 24px;
  margin-bottom: 0.3rem;
}

.document-logs a:hover {
  text-decoration: none;
}

/* staff */
/* task */
.task .delete-icon, .task .delete-owner-icon {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.1;
}

.task .delete-icon:hover, .task .delete-owner-icon:hover {
  opacity: 0.6;
}

.task .buttons {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 1rem;
}

.task .execute-button {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 1rem;
}

.task .buttons button {
  background-color: #fff;
}

.task .buttons button:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.task .delete-icon, .task .add-item, .task .add-task, .task .add-owner, .task .delete-owner-icon {
  display: none;
  list-style-type: none;
}

.task .task-items {
  margin-bottom: 1rem;
}

.task .list-group-item {
  padding-left: 0.5rem;
}

.task .item-check {
  transform: scale(1.5);
}

.task label {
  margin-left: 1rem;
  width: 100%;
}

.task textarea {
  height: 5rem;
}

/* calendar */
.calendar .events .creator {
  margin-left: 0.5rem;
}

/* contract */
.apply th {
  vertical-align: middle;
}

.apply button {
  padding: 0.75rem;
  margin: 0.2rem 0;
}

.apply .form-check-input {
  transform: scale(1.5);
  margin-left: 0;
}

.apply .form-check-label {
  margin-left: 1.25rem;
}

.apply th {
  min-width: 8rem;
}

/* booking */
.booking ul {
  list-style-type: none;
  padding-left: 0;
}

.booking li {
  padding-left: 0.5rem;
}

.booking .badge-info {
  color: #fff;
  padding-top: 0.3rem;
}

.booking .profile-image {
  margin-right: 6px;
}

.checkin .check-input {
  padding-left: 2.5rem;
}

.checkin .item-check {
  transform: scale(1.5);
}

.checkin th.invoice {
  padding-left: 3rem;
}

/* job_report */
.job_report #new-entry-form {
  display: none;
}

.job_report .body label {
  color: #6c757d87;
  margin-bottom: 0;
  margin-top: 1.2rem;
}

/* music */
.music .entry-footer {
  margin-top: -1rem;
}