@charset "UTF-8";
/* -------------------------
BASIC CONTAINERS
------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: inherit; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 0px; }

.container-fluid {
  margin: 0;
  padding: 0; }

.header-wrap {
  background-image: url("/game/uploads/theme_images/background.png");
  background-size: cover;
  height: 200px;
  background-position: center; }

.title-wrap {
  height: 149px;
  color: #DDDEDF;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.25); }

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  background-color: #928173;
  color: #2C3E50; }

.body-wrap {
  padding: 0px 20px 0px 20px;
  background-color: #928173;
  margin: auto;
  max-width: 2500px; }

.body-container {
  padding: 10px; }

.centered {
  text-align: center; }

.thumbnail {
  max-width: 100px;
  max-height: 100px; }

.thumbnail-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.thumbnail-gallery-item {
  height: 150px;
  width: 150px; }

.code-editor {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

.markdown-editor {
  padding: 0px;
  margin-bottom: 5px;
  border: 0px; }

.markdown-preview {
  width: 98%;
  padding: 5px;
  margin: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #928173;
  color: #2C3E50;
  border: 1px solid #DDDEDF; }

.markdown-editor textarea {
  margin-top: 0px; }

.markdown-controls {
  margin-top: 3px;
  padding: 5px; }

.markdown-control-toggle {
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 10px 10px 10px;
  border-left: 1px solid #DDDEDF;
  border-right: 1px solid #DDDEDF; }

.markdown-control-toggle.active {
  background-color: #3D6685;
  color: #DDDEDF;
  border-bottom: 0px; }

.idle-status, .app-status, #console, #console pre, #sendMsg, #sendMsg2, #manageLog {
  white-space: pre-wrap;
  background-color: black;
  color: white;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px;
  padding: 10px; }

code {
  white-space: pre-wrap;
  color: #3D6685;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px; }

#console pre, #console p {
  padding: 0px;
  margin: 0px;
  border: none; }

.inline-block {
  display: inline-block; }

.ember-basic-dropdown-content {
  z-index: 3001; }

.modal-content {
  background-color: #928173; }

td > ul {
  padding-inline-start: 10px; }

p {
  margin: 0px;
  margin-bottom: 10px; }

.action-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.action-buttons .btn {
  margin-left: 5px; }

.action-buttons-spaced {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center; }

label {
  font-weight: bold; }

/* -------------------------
NAVIGATION
------------------------- */
a, .nav-link {
  color: #a7b9ca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #3D6685;
  text-decoration: none; }

.user-bar {
  padding-right: 10px; }

.user-bar a {
  color: #DDDEDF; }

.header-wrap nav {
  background-color: rgba(0, 0, 0, 0.45);
  border: none;
  padding-left: 10px;
  padding-right: 10px; }

.navbar-dark .navbar-nav .nav-link {
  color: #DDDEDF; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: #a7b9ca; }

.navbar {
  z-index: 2000; }

.navbar-nav > .nav-item {
  padding-right: 15px; }

.navbar-collapse.in {
  background-color: #000; }

.toc {
  padding: 10px;
  background-color: #DDDEDF;
  width: 300px;
  max-width: 100%;
  border: 1px solid white;
  box-shadow: 5px 5px 5px #a7b9ca;
  padding: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 8px; }

.toc li {
  list-style-type: square; }

/* -------------------------
GENERAL HTML ELEMENTS
------------------------- */
h1, a[name="glossary"] + h2, .h1,
h2, .h2,
h3,
.mail-message-inbox,
.scene-card .card-abilities:nth-of-type(2):after,
.scene-card .card-abilities:before, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1, a[name="glossary"] + h2 {
  background-color: #3D6685;
  padding: .1em 1.2em;
  color: #DDDEDF;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  -moz-border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px; }

.table th {
  padding: 5px;
  vertical-align: middle;
  color: #DDDEDF; }

td, .table td {
  padding: 5px;
  vertical-align: middle;
  color: #2C3E50; }

textarea.pre {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

pre {
  border: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: normal;
  word-break: normal;
  overflow-x: hidden;
  overflow-wrap: normal;
  background-color: inherit; }

.ace-editor {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

blockquote, blockquote > blockquote {
  margin: 0.4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #DDDEDF;
  border: 0px;
  border-left: 1px solid #a7b9ca;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #DDDEDF;
  border-radius: 5px;
  font-size: 1em;
  margin: 0.4em 0;
  width: 700px;
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

th {
  background-color: #3D6685;
  color: #DDDEDF;
  padding: 8px; }

td {
  border-bottom: 1px solid #DDDEDF;
  padding: 8px; }

textarea {
  width: 98%;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #928173;
  color: #2C3E50;
  border: 1px solid #DDDEDF; }

form {
  padding-bottom: 50px;
  background-color: #928173;
  color: #2C3E50; }

input,
textarea,
.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
.ember-text-field {
  background-color: #928173;
  color: #2C3E50;
  border: 1px solid #DDDEDF;
  border-radius: 3px;
  transition: border 0.3s linear;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 100%; }

input.color-select {
  height: 40px; }

.ember-basic-dropdown-trigger {
  min-width: 100px; }

li hr {
  margin: 2px;
  border-color: #a7b9ca;
  border-width: 4px; }

.emoji {
  font-size: 1.5em;
  vertical-align: middle; }

/* -------------------------
BOOTSTRAP OVERRIDES
------------------------- */
:root {
  --bs-body-bg: #928173;
  --bs-body-color: #2C3E50;
  --bs-border-color: #DDDEDF; }

.navbar {
  margin-bottom: 0px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 20rem; }

.badge-primary {
  background-color: #3D6685;
  color: #DDDEDF; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs > .nav-item {
  padding-right: 2px; }

.nav-tabs .nav-link {
  border: 1px solid #DDDEDF;
  border-bottom: none; }

.nav-tabs .nav-link,
.nav-tabs .nav-link > a:hover,
.nav-tabs .nav-link > a:focus {
  color: #a7b9ca; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #3D6685;
  color: white; }

.tab-content {
  border: 1px solid #DDDEDF;
  border-top: 2px solid #3D6685;
  padding: 10px;
  min-height: 50px; }

.card {
  background-color: #928173;
  border-color: #DDDEDF;
  margin-bottom: 20px;
  border-radius: 4px; }

.card-heading {
  padding: 10px 15px; }

.card-default > .card-heading {
  background-color: #DDDEDF;
  border-color: #DDDEDF; }

.card-primary > .card-heading {
  background-color: #a7b9ca;
  border-color: #a7b9ca; }

.card-primary, .card-default {
  border-top: none; }

.btn {
  font-size: 1em; }

.btn-primary a {
  color: #DDDEDF; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3D6685;
  border-color: #3D6685; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #928173;
  border-color: #DDDEDF;
  color: #2C3E50; }

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #a7b9ca;
  border-color: #a7b9ca; }

mark {
  padding: 0;
  background-color: orange;
  color: white; }

.float-right {
  padding: 10px; }

.modal {
  z-index: 3000; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.dropdown-item {
  font-size: 14px;
  padding: 3px 20px;
  color: #2C3E50;
  line-height: 1.4; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #3D6685;
  color: #DDDEDF; }

.form-group {
  margin-bottom: 1rem; }

.modal-dialog {
  max-width: 650px; }

/* -------------------------
GOOGLE SEARCH OVERRIDES
------------------------- */
form.gsc-search-box {
  padding: 0px; }

/* Fixes the search box icon */
/* !important needed because of google search */
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  height: 26px !important;
  margin-top: 0 !important;
  min-width: 13px !important;
  padding: 5px 26px !important;
  width: 68px !important; }

/* Placeholder text keeps getting chopped off, so just hide it.*/
input.gsc-input::placeholder {
  color: white; }

table.gsc-search-box td {
  vertical-align: top !important;
  border: none;
  padding: 3px; }

.gsst_b {
  padding: 0px; }

.gsc-search-box-tools .gsc-search-box .gsc-input, .gscb_a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em; }

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #3D6685;
  color: #DDDEDF; }

/* --------------------------
YOUTUBE MUSIC PLAYER
---------------------------*/
.musicplayer-button {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  display: block; }

.musicplayer-frame, .musicplayer-preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  display: inline; }

.musicplayer-wrap {
  border-bottom: 1px solid #DDDEDF;
  margin: 5px; }

.musicplayer-description {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px; }

/* -------------------------
HEADER
------------------------- */
.site-title {
  margin: 0px;
  font-size: 3em; }

.site-subtitle {
  font-size: 1.2em; }

.site-title a, .site-title a:hover, .site-title a:active {
  color: #DDDEDF;
  text-decoration: none; }

.user-bar {
  margin-top: 15px; }

.loginDisplay {
  text-align: right; }

.alts-switcher {
  width: 100%; }

/* -------------------------
FOOTER
------------------------- */
footer {
  font-size: 0.9em;
  color: #2C3E50aa;
  margin-top: 10px;
  padding: 20px; }

/* -------------------------
SIDEBAR
------------------------- */
.sidebar-box-left {
  border-right: 1px solid #DDDEDF;
  padding-right: 10px; }

.sidebar-box-right {
  border-left: 1px solid #DDDEDF;
  padding-left: 10px; }

.sidebar-box {
  border-top: 1px solid #DDDEDF;
  margin: 2px;
  font-size: .9em; }

.sidebar-heading {
  text-align: center;
  padding-bottom: 10px; }

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.5em;
  color: #2C3E50aa;
  font-variant: small-caps;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px; }

.search-bar {
  padding: 10px; }

.sidebar-list {
  word-wrap: break-word; }

.search-hint {
  color: #2C3E50aa;
  font-style: italic; }

.search-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #DDDEDF; }

.search-row label {
  font-weight: bold;
  flex-basis: 200px; }

/* -------------------------
GENERAL UTILITIES
------------------------- */
.clearfix {
  clear: both; }

.small-profile-icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.tiny-profile-icon {
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.icon-row img {
  margin-left: 20px; }

.faded {
  background-color: gray;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.inline-response {
  border: 1px solid #DDDEDF;
  margin: 20px;
  padding-left: 20px;
  margin-top: 30px; }

.inline-response form {
  padding-bottom: 20px; }

.hint {
  color: #2C3E50aa;
  font-style: italic;
  font-weight: bold;
  padding-left: 10px; }

.tinyhint {
  color: #2C3E50aa;
  font-style: italic;
  padding-left: 10px;
  font-size: .8em; }

img {
  max-width: 100%; }

.image-container {
  padding: 5px;
  max-width: 100%; }

.image-container img {
  max-width: 100%; }

.image-container.center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container.right img {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.icon-status-web-active {
  border: 3px double #176109;
  border-radius: 30px; }

.icon-status-game-active {
  border: 3px solid #176109;
  border-radius: 30px; }

.icon-status-web-inactive {
  border: 3px double #ccc;
  border-radius: 30px; }

.icon-status-game-inactive {
  border: 3px solid #ccc;
  border-radius: 30px; }

.folder-list {
  column-count: 4; }

.folder-item {
  width: 200px; }

/* -------------------------
HOME SCREEN
------------------------- */
.jumbotron {
  background-color: #928173;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px; }

.jumbotron-image {
  height: 250px;
  max-width: 100%;
  background: url("/game/uploads/theme_images/jumbotron.png");
  background-size: cover;
  background-position: center;
  margin: auto; }

.jumbotron img {
  max-width: 70%;
  width: 400px; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #DDDEDF; }

.jumbotron-tagline {
  font-size: 3em; }

.container .jumbotron {
  border-radius: 0px; }

.splash-box {
  border-top: 1px solid #DDDEDF;
  border-left: 1px solid #DDDEDF;
  min-height: 200px; }

.splash-heading {
  text-align: center;
  padding-bottom: 10px; }

.jumbotron .splash {
  padding-top: 20px;
  text-align: left;
  margin: auto;
  width: 80%; }

.jumbotron .splash p {
  font-size: 1.25em;
  font-weight: 200; }

/* -------------------------
PLAY SCREEN
------------------------- */
#console {
  height: calc(100vh - 325px);
  min-height: 400px;
  overflow-y: scroll; }

#sendMsg, #sendMsg2 {
  width: 100%;
  height: 100px;
  border: 2px solid #DDDEDF;
  margin: 0px;
  margin-top: 5px;
  border: 0px; }

/* -------------------------
CHARGEN SCREEN
------------------------- */
.cg-tip {
  color: #2C3E50aa;
  font-style: italic;
  font-size: 1em; }

.app-status {
  padding: 10px; }

.fs3-skillbutton {
  border: 1px solid #DDDEDF; }

.fs3-abilitybox {
  padding: 5px;
  border-bottom: 3px solid #DDDEDF; }

.chargen-section-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px 0; }

.fs3-rating-control {
  display: flex;
  justify-content: space-around; }

.fs3-rating-display {
  text-align: center; }

.fs3-skillscan-rating {
  width: 100px; }

.card-abilities {
  column-count: 2;
  padding-bottom: 10px;
  column-gap: 40px; }

.card-ability {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.card-specialties {
  color: #2C3E50aa;
  font-style: italic;
  padding-bottom: 10px; }

.card-ability-name {
  padding-right: 10px; }

/* -------------------------
SCENES SCREEN
------------------------- */
.scene-pose {
  padding: 10px;
  margin: 15px; }

.scene-pose-header {
  font-size: .8em;
  border-top: 1px dashed #DDDEDF;
  padding-top: 10px;
  color: #2C3E50aa;
  margin-bottom: 20px; }

.scene-system-pose {
  margin-left: 25px;
  color: #2C3E50aa;
  font-style: italic; }

.scene-set-pose {
  margin-left: 25px;
  border-left: 1px solid #a7b9ca;
  font-style: italic;
  padding: 0px 10px 10px 10px; }

.scene-ooc-pose {
  margin-left: 25px;
  background-color: #543d2b;
  color: #DDDEDF;
  padding: 0px 10px 10px 10px; }

.scene-command {
  margin-left: 25px;
  color: #2C3E50aa;
  font-style: italic; }

.scene-log {
  border: 1px solid #DDDEDF;
  margin: 2px;
  padding: 10px; }

#live-scene-log {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 2px 0px; }

.log-icon-container {
  width: 150px;
  height: 150px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #543d2b; }

.log-icon {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.log-icon-title-container {
  width: 150px;
  background-color: #543d2b;
  z-index: 98;
  position: relative;
  top: -19px;
  -moz-border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: middle; }

.log-icon-title {
  z-index: 99;
  text-align: center;
  font-weight: bold;
  color: #DDDEDF; }

/* !important needed because of bootstrap */
.bg-primary {
  background-color: #3D6685 !important; }

.bg-secondary {
  background-color: #a7b9ca !important; }

.bg-info {
  background-color: #a7b9ca !important; }

.scene-event {
  background-color: #337ab7; }

.scene-social {
  background-color: #408040; }

.scene-vignette {
  background-color: #b7337a; }

.scene-privacy-open {
  background-color: #408040; }

.scene-privacy-private {
  background-color: #337ab7; }

.scene-privacy-openstar {
  background-color: #5bc0de; }

.scene-pacing-traditional {
  background-color: #408040;
  color: white; }

.scene-pacing-asynchronous {
  background-color: #337ab7;
  color: white; }

.scene-pacing-distracted {
  background-color: #b7337a;
  color: white; }

.log-box {
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px; }

.log-wrap {
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #928173;
  margin: 5px;
  padding: 5px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png"); }

.log-participants-box {
  padding-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.badge-likes {
  background-color: red; }

.pose-divider {
  margin: 20px 25px 20px 25px;
  border: 1px solid #eee;
  align: center;
  height: 1px; }

.scene-pose-order {
  padding-left: 10px; }

.scene-pose-order .hint {
  padding-left: 0px; }

.your-pose-order {
  font-weight: bold;
  color: green; }

.scene-menu {
  display: inline-block; }

.scene-pose-select, .scene-char-select, .forum-char-select {
  width: 175px;
  padding-top: 10px; }

.scene-pose-box {
  margin: 10px 0px;
  width: 100%; }

.scene-controls-box {
  border: 1px solid #ccc;
  background: #F5F5F5;
  padding: 5px; }

.scene-controls {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons .btn {
  margin-left: 4px; }

.scene-controls-left {
  padding: 5px; }

.scene-controls-right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 5px; }

.scene-char-select .tiny-profile-icon {
  margin: 0 2px 3px 0; }

.live-scene-controls a, .chat-controls a, .unshared-scenes-controls a {
  padding-right: 15px;
  padding-bottom: 5px;
  display: inline-block; }

.live-scenes-controls a {
  padding-right: 10px; }

.unshared-scene-warnings {
  margin-bottom: 10px; }

.live-scenes-block, .unshared-scene-block {
  padding-bottom: 5px;
  margin-bottom: 10px; }

.live-scenes-heading, .unshared-scenes-heading {
  background-color: #DDDEDF;
  padding: 5px 0px 5px 0px;
  border-radius: 5px; }

.unshared-scenes-controls {
  padding: 10px 0px; }

.live-scenes-controls {
  padding: 0px;
  text-align: right; }

.scene-title {
  font-weight: bold; }

.scene-info-label {
  font-weight: bold; }

.live-scenes-block .scene-title-block {
  background-color: #DDDEDF;
  padding: 10px; }

.content-warning-label {
  margin: 0px 5px;
  background-color: #e69138; }

@media (max-width: 767px) {
  .scene-controls-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 10px;
    align-items: flex-end; }
  .scene-controls-left .scene-menu {
    margin-left: 4px; }
  .scene-controls-left .dropdown-menu {
    right: 0;
    left: auto; } }

/* -------------------------
CHARACTERS SCREEN
------------------------- */
.profile-gallery, .icon-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.icon-gallery .icon-gallery-item {
  width: 150px;
  margin: 5px 5px 0px 0px; }

.icon-gallery .icon-gallery-item img {
  width: 150px; }

.profile-gallery img {
  padding: 10px;
  width: 150px; }

.profile-gallery-input textarea {
  margin: 0px;
  width: 100%; }

.profile-gallery-input code {
  color: #2C3E50;
  background-color: #928173; }

.profile-box {
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px; }

.profile-box .row {
  border-bottom: 1px solid #DDDEDF;
  margin: 10px;
  padding: 3px; }

.profile-title {
  background-color: #3D6685;
  color: #DDDEDF;
  padding: 20px;
  margin: 0;
  font-size: 1.5em; }

.profile-divider {
  background-color: #3D6685;
  color: #DDDEDF;
  padding: 5px;
  margin: 0; }

.profile-wrap {
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #928173;
  margin-top: 5px;
  padding: 15px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png"); }

.achievement-levels {
  padding-top: 5px;
  color: #bbb; }

.char-achievements {
  column-count: 2; }

.char-achievement {
  padding-bottom: 5px; }

.char-achievement .achievement-message, .char-achievement .achievement-icon {
  vertical-align: middle; }

.char-achievement i {
  margin-right: 10px; }

table.char-ability-list {
  width: 100%; }

.char-ability-title {
  font-size: 1.5em;
  background-color: #3D6685;
  padding: .1em 1.2em;
  color: #DDDEDF;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.profile-image {
  width: 300px;
  margin: auto;
  display: block;
  border-radius: 4px;
  max-width: 100%; }

.relationship-icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.relationship-icon-container {
  width: 100px;
  height: 100px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #543d2b; }

.relationship-title-container {
  text-align: center; }

.relationship-row {
  margin: 10px;
  padding: 5px;
  border: 1px solid #DDDEDF; }

.status-message {
  color: white;
  background-color: #a7b9ca;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding: 2px; }

.tab-cover {
  font-size: 2em;
  font-variant: small-caps;
  text-align: center; }

.profile-tab {
  padding-top: 15px;
  padding-bottom: 15px; }

.char-scene-list {
  max-width: 50%; }
  .char-scene-list span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; }

.relaedScenesList, .participantsList {
  margin-top: 20px;
  margin-bottom: 20px; }

.file-image {
  max-width: 500px; }

.upload-preview {
  max-width: 100px;
  max-height: 100px; }

input[type='file'] {
  color: transparent; }

.combat-damage {
  color: red; }

.fs3-combat-hud h3, .fs3-combat-hud .mail-message-inbox, .fs3-combat-hud .scene-card .card-abilities:nth-of-type(2):after, .scene-card .fs3-combat-hud .card-abilities:nth-of-type(2):after, .fs3-combat-hud .scene-card .card-abilities:before, .scene-card .fs3-combat-hud .card-abilities:before {
  font-size: 1.2em; }

#combat-log {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 5px; }

.fs3-linked-attr {
  font-size: .7em;
  color: #2C3E50aa; }

.fs3-gear-row {
  border-bottom: 1px solid #DDDEDF;
  margin-bottom: 10px; }

.fs3-combat-command {
  padding-bottom: 10px; }

.roster-table {
  width: 100%; }

.roster-char-title {
  font-size: 1.5em;
  background-color: #3D6685;
  padding: .1em 1.2em;
  color: #DDDEDF;
  font-weight: normal;
  border: 3px solid transparent;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.roster-char-warnings {
  margin-bottom: 5px; }

/* -------------------------
CHAT SCREEN
------------------------- */
#chat-window {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #DDDEDF;
  margin: 2px;
  padding: 10px; }

.play-sidebar {
  max-height: 800px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 5px; }

.play-sidebar:hover {
  overflow-y: auto; }

.play-scene-title {
  font-size: 2em;
  color: #2C3E50aa; }

.play-scene-context-prompt {
  font-weight: bold;
  font-size: 1.5em;
  color: #2C3E50; }

.play-scene-context-wrap {
  margin-top: 10px; }

.play-hint {
  color: #2C3E50aa;
  margin-left: 5px;
  font-size: .8em; }

.chat-box {
  padding: 3px;
  margin: 0px; }

.chat-report {
  max-height: 200px;
  overflow-y: scroll; }

.timestamp-tip {
  color: #2C3E50aa;
  font-style: italic;
  font-size: .8em; }

.chat-button-active {
  color: #DDDEDF;
  background-color: #3D6685; }

.chat-button-active:focus {
  color: #DDDEDF;
  background-color: #3D6685; }

.chat-add-convo {
  display: inline-block; }

.chat-nav > li > a {
  padding: 0px; }

.chat-control-row {
  margin: 0px;
  padding: 0px 15px 0px 0px; }

.play-section-title {
  color: #2C3E50aa;
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 5px 5px 5px; }

.play-selector {
  width: 100%;
  padding: 5px; }

.play-selector-active {
  background-color: #eee; }

.navbar-nav > li > a.dropdown-toggle.chat-menu {
  padding: 10px 0px 0px 0px; }

/* -------------------------
JOBS SCREEN
------------------------- */
.job-filter {
  margin-left: 10px; }

.job-status {
  background-color: gray; }

.job-status-DONE {
  background-color: gray;
  color: white; }

.job-status-NEW {
  background-color: yellow;
  color: black; }

.job-status-OPEN {
  background-color: green;
  color: white; }

.job-status-HOLD {
  background-color: red;
  color: white; }

.job-category {
  background-color: gray; }

.job-category-general {
  background-color: white;
  border: 1px solid gray; }

.job-category-ALERT, .job-category-BUG {
  background-color: red;
  color: white; }

.job-category-BUILD, .job-category-CODE {
  background-color: orange;
  color: black; }

.job-category-APP {
  background-color: purple;
  color: white; }

.job-category-APP, .job-category-REQ {
  background-color: purple;
  color: white; }

.job-reply {
  padding: 5px;
  margin-top: 5px; }

.admin-only-reply-label {
  background-color: #977b62;
  font-size: 1em; }

.admin-only-reply, .admin-only-reply .markdown-editor {
  background-color: #f3e7dc;
  border-color: #f3e7dc;
  padding: 8px; }

.player-reply-label {
  background-color: #0F6466;
  font-size: 1em; }

.player-reply, .player-reply .markdown-editor {
  background-color: #cfe0e0;
  border-color: #cfe0e0;
  padding: 8px; }

.job-template-editor {
  margin: 0px; }

.preset-responses {
  margin: 5px 0px 15px 0px; }

.create-job-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #DDDEDF; }

.create-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.create-job-row .job-category {
  height: 1.5em; }

.edit-job-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #DDDEDF; }

.edit-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.display-job-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #DDDEDF; }

.display-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.display-job-row .display-job-selection {
  align-self: center;
  flex-basis: 400px;
  flex-grow: 2; }

.display-job-row .display-job-controls {
  flex-basis: 200px; }

/* -------------------------
MAIL
---------------------------- */
.mail-selected-tag {
  font-weight: bold;
  color: #3D6685; }

.mail-message-inbox {
  font-size: 2em;
  padding: 10px 0px 10px 0px; }

/* -------------------------
LOCATIONS SCREEN
------------------------- */
.area-directory {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em; }

.area-entry {
  height: 100%;
  border: 1px solid #DDDEDF;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch; }

.area-entry-summary {
  padding: 10px; }

.area-entry h2 {
  font-size: 1.25em;
  background-color: #3D6685;
  color: #DDDEDF;
  padding: 5px;
  margin: 0px; }

.area-entry h2 a {
  color: #DDDEDF; }

.area-entry h3, .area-entry .mail-message-inbox, .area-entry .scene-card .card-abilities:nth-of-type(2):after, .scene-card .area-entry .card-abilities:nth-of-type(2):after, .area-entry .scene-card .card-abilities:before, .scene-card .area-entry .card-abilities:before {
  font-size: 1em;
  margin: 0px; }

.area-buttons {
  align-self: center;
  margin: 10px; }

.area-quickjump {
  margin-left: 5px;
  margin-bottom: 10px; }

.location-directory {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px; }

.location-entry {
  width: 400px;
  border: 1px solid #DDDEDF;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.location-entry-summary {
  padding: 10px; }

.location-entry h2 {
  font-size: 1.25em;
  background-color: #3D6685;
  color: #DDDEDF;
  padding: 5px;
  margin: 0px; }

.location-entry h3, .location-entry .mail-message-inbox, .location-entry .scene-card .card-abilities:nth-of-type(2):after, .scene-card .location-entry .card-abilities:nth-of-type(2):after, .location-entry .scene-card .card-abilities:before, .scene-card .location-entry .card-abilities:before {
  font-size: 1em;
  margin: 0px; }

.location-buttons {
  align-self: center;
  margin: 10px; }

.location-quickjump {
  margin-left: 10px;
  margin-bottom: 10px; }

/* -------------------------
OTHER
------------------------- */
.small-who-icon {
  float: left;
  padding: 15px; }

.who-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDEDF;
  padding: 10px 0px 10px 0px; }

.icon-legend-heading {
  font-weight: bold;
  font-size: 1.25em;
  padding-top: 10px; }

.xp-progress {
  max-width: 100%;
  width: 200px;
  display: inline-block;
  margin-bottom: 5px;
  position: relative; }

.progress-value {
  width: 100%;
  text-align: center; }

.xp-ability {
  border-bottom: 1px solid #DDDEDF;
  padding: 5px;
  margin: 5px 0px;
  min-height: 50px; }

.xp-ability .col {
  padding-right: 5px;
  padding-left: 5px; }

.xp-ability-name {
  font-weight: bold; }

.xp-list {
  margin: 5px 0px; }

.xp-list h1, .xp-list a[name="glossary"] + h2 {
  font-size: 1em; }

.fs3-damage-list {
  margin-bottom: 20px; }

.fs3-damage-block {
  border-bottom: 1px solid #DDDEDF;
  padding: 5px;
  margin: 5px; }

.fs3-damage-title {
  font-weight: bold; }

.wiki-page-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.wiki-breadcrumbs {
  margin-bottom: 10px; }

.wiki-page-columns {
  column-count: 3; }

.help-heading {
  margin-top: 5px; }

.help-topic img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

ul.regular-help-list {
  list-style-type: square; }

ul.reference-help-list {
  padding-left: 25px; }

ul.reference-help-list li {
  display: inline; }

ul.reference-help-list > li:not(:last-child)::after {
  content: "\00b7";
  margin: 0 .25em; }

.reference-help-title {
  color: #2C3E50aa;
  font-style: italic;
  font-weight: bold;
  padding-left: 25px; }

.emoji-example {
  font-size: 24px; }

.forum-reply-panel {
  padding: 10px; }

.idle-status {
  white-space: normal; }

.server-migration {
  padding-right: 10px; }

.server-plugin {
  padding-right: 15px; }

.prefs-list-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #DDDEDF;
  padding: 10px; }

.prefs-list-description {
  padding-left: 20px; }

/*.char-scene-list li:before { content: "\2666  "; }*/
.event-signup-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.event-signup-item {
  margin: 10px; }

.event-signup-char {
  flex-basis: 30%; }

@media (max-width: 992px) {
  .site-title {
    font-size: 2em;
    max-height: 50px; }
  h1, a[name="glossary"] + h2, h2 {
    font-size: 1.5em; }
  h3, .mail-message-inbox, .scene-card .card-abilities:nth-of-type(2):after, .scene-card .card-abilities:before {
    font-size: 1.25em; }
  .char-ability-title {
    font-size: 1.25em; }
  .profile-wrap {
    padding: 5px; }
  .profile-box {
    padding: 5px;
    margin: 5px; }
  .log-wrap {
    padding: 5px; }
  .log-box {
    padding: 5px;
    margin: 5px; }
  .container {
    padding-left: 0px;
    padding-right: 0px; }
  .profile-image-wrap, .profile-demo-wrap {
    padding: 5px; }
  .xp-ability {
    min-height: 100px; }
  .wiki-page-columns {
    column-count: 1; }
  .char-achievements {
    column-count: 1; } }

@media (max-width: 768px) {
  .body-row {
    display: flex;
    flex-direction: column; }
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .left-body {
    order: 1; }
  .right-body {
    order: 1; } }

@font-face {
  font-family: "Condiment";
  src: url("/game/uploads/fonts/condiment.woff2") format("woff2"), url("/game/uploads/fonts/condiment.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* ---Official Variables--- */
/* ---End Official Variables--- */
/* Main Body Stuff */
:root {
  scroll-behavior: auto;
  --hasattribution: 1;
  color-scheme: light dark; }

body {
  background-color: #928173;
  color: light-dark(#2C3E50, #E9D7C9);
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 16px;
  line-height: 23.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(/game/uploads/theme_images/sandtile.jpg);
  background-blend-mode: soft-light;
  position: relative; }

div#ember-bootstrap-wormhole:before {
  display: block;
  background-image: url(/game/uploads/theme_images/background.png) !important;
  background-blend-mode: soft-light;
  position: sticky;
  height: 1365px;
  min-height: 1365px;
  max-height: 1365px;
  max-width: 100%;
  margin-bottom: calc(-100% - 1365px);
  top: calc(100% - 1365px);
  content: ""; }

@media screen and (min-width: 2048px) {
  div#ember-bootstrap-wormhole:before {
    background-size: cover;
    position: static;
    height: 100vh;
    max-height: unset; } }

body > .container-fluid {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, light-dark(transparent, #28435780) 300px, light-dark(transparent, #543d2bAA)); }

.body-wrap {
  padding: 0;
  background: transparent;
  color: #2C3E50;
  margin: 0 2em 1em; }

@media screen and (max-width: 992px) {
  .body-wrap {
    margin: 0 1.5em 0; } }

@media screen and (min-width: 2500px) {
  .body-wrap {
    margin: 0 auto 1em; } }

.body-row img {
  border-radius: 0px; }

.body-container {
  padding: 1em;
  margin: 2em 0 0;
  background: light-dark(rgba(204, 163, 129, 0.85), rgba(40, 67, 87, 0.85));
  box-shadow: 0 0 0.25em 0.25em light-dark(rgba(204, 163, 129, 0.85), rgba(40, 67, 87, 0.85)); }

.body-row {
  align-items: flex-start; }

@media screen and (max-width: 992px) {
  .left-body {
    margin: 1.5em 0 0; }
  .body-row {
    width: 100%; } }

@media screen and (max-width: 575px) {
  .body-container > .row {
    margin: 0 -15px; } }

p:empty {
  display: none; }

a,
.nav-tabs .nav-link {
  color: #653300;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

a:hover, a:focus {
  color: #eef3f7; }

code {
  color: #a7b9ca;
  font-size: .875em;
  padding: 3px 4px;
  background-color: #2C3E50;
  position: relative;
  top: -1.5px;
  border-radius: 0; }

pre {
  margin: 0;
  font-size: .875em;
  border-radius: 0; }

pre code {
  font-size: 1.077em !important;
  color: #a7b9ca;
  white-space: pre-wrap;
  background-color: #2C3E50;
  border-radius: 0;
  border: none;
  margin: .5em auto 0; }

.reference-help-title {
  color: #2C3E50; }

ul p {
  margin-bottom: 0; }

ul ul {
  margin-bottom: 10px; }

.fa, .fas {
  font-weight: 900;
  text-shadow: none; }

.emoji {
  font-size: 1.25em;
  line-height: 1em; }

a[name="quick"] ~ .row > .col {
  display: flex;
  align-items: center;
  margin: .5em 0;
  line-height: 32px; }

a[name="smileys"] ~ .row code {
  background-color: transparent;
  color: inherit;
  font-size: 16px; }

.col-3.emoji-example {
  width: 16.6666667%; }

.text-right {
  text-align: right; }

.hint {
  font-size: .875em;
  font-weight: normal;
  color: inherit;
  opacity: .875; }

.hint.float-end {
  float: right;
  padding-top: 0; }

.hint.float-end > p {
  margin-bottom: -.25em; }

.float-end {
  text-align: right; }

:focus {
  outline: none; }

footer {
  color: #362609;
  padding: .5em 2em .5em;
  height: 50px;
  position: relative; }

footer p {
  text-align: right; }

.container-fluid > hr {
  display: none; }

.badge {
  color: #DDDEDF;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

textarea {
  margin: 10px; }

.noindent {
  text-indent: -2.5em;
  display: inline-block; }

/* Header and Top Menu */
.header-wrap {
  height: 199px;
  background-image: none;
  position: relative;
  z-index: 50; }

.header-wrap nav {
  border-radius: 0px;
  z-index: 1;
  min-height: auto;
  border: none;
  padding: 0 10px;
  background-color: rgba(204, 163, 129, 0.85);
  box-shadow: 0 0 0.25em 0.25em rgba(204, 163, 129, 0.85);
  background: linear-gradient(to left, rgba(204, 163, 129, 0.85) 0%, rgba(204, 163, 129, 0.85) 25em, transparent 100%);
  min-height: 40px; }

.title-wrap {
  color: #eef3f7;
  height: 155px;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px; }

.title-wrap > .row, .navbar .container-fluid {
  max-width: 2500px;
  margin: 0 auto; }

@media screen and (max-width: 992px) {
  .header-wrap {
    height: 169px; }
  .title-wrap {
    height: 119px; } }

.row[role="”banner”"] > .col-md-6:first-of-type {
  max-width: 300px; }

.row[role="”banner”"] > .col-md-6:last-of-type {
  min-width: calc(100% - 300px); }

.site-title a, .site-title a:hover, .site-title a:active {
  font-family: "Condiment", sans-serif;
  text-shadow: 1px 1px 50px #362609;
  color: #eef3f7; }

.site-title {
  font-size: 96px;
  margin: 5.35rem 0 0;
  position: relative;
  z-index: 100; }

.site-subtitle, th {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.site-subtitle {
  position: relative;
  z-index: 99;
  font-size: 18px;
  margin-left: 6.125em;
  margin-top: .67em;
  white-space: nowrap;
  visibility: hidden;
  width: 175px;
  overflow: hidden; }

.site-subtitle:after {
  content: "keys.aresmush.com:4201";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible; }

@media screen and (max-width: 992px) {
  .row[role="”banner”"] > .col-md-6:first-of-type {
    padding: 0; }
  .site-title {
    margin: 3.125rem 0 0; }
  .site-subtitle {
    margin-top: .5em; } }

.jumbotron-tagline, .toc h4 {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.dropdown-menu {
  background-color: #a7b9ca;
  border: none;
  margin-top: -1px; }

.dropdown-menu > li > a {
  font-weight: normal;
  color: #362609;
  text-shadow: none;
  font-variant: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #DDDEDF;
  background-color: #3D6685;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.dropdown-menu .divider, .dropdown-menu .dropdown-divider {
  background-color: #3D6685; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #362609; }

#navbar .navbar {
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

#navbar .navbar-nav {
  display: flex;
  flex-flow: row; }

#navbar .navbar-nav > li {
  padding-right: 0; }

#navbar .navbar-nav > li:nth-of-type(7) {
  order: 1; }

#navbar .navbar-nav > li > a,
#navbar .navbar-nav > li > li > a {
  line-height: 1.65em;
  vertical-align: middle;
  padding: .5em .75em;
  color: #2C3E50; }

#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > li > a:hover,
#navbar .navbar-nav > li > a.show,
#navbar .navbar-nav > li > a.show:focus,
#navbar .navbar-nav > li > a.show:hover {
  color: #eef3f7; }

#navbar .navbar-nav > li > a.show, #navbar .navbar-nav > li > a.show:focus, #navbar .navbar-nav > li > a.show:hover {
  background-color: #a7b9ca; }

#navbar .nav li > a.show, #navbar .nav li > a.show:focus, #navbar .nav li > a.show:hover {
  background-color: #928173;
  border-color: transparent;
  color: #DDDEDF; }

.body-wrap #navbar .nav > li > a {
  padding: 0; }

#navbar .navbar-nav {
  margin-right: .5em; }

/*#navbar .navbar-nav> li:nth-of-type(7) .dropdown-toggle, 
#navbar .navbar-nav > li:first-of-type a {
    font-size: 0;
}

#navbar .navbar-nav > li:nth-of-type(7) .dropdown-toggle .caret {
    display: none;
}

#navbar .navbar-nav > li:nth-of-type(7) .dropdown-toggle:before, 
#navbar .navbar-nav > li:first-of-type a:before {
    font-size: 16px;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    line-height: 2.15em;
    padding: .25em 0 .25em .75em;
    top: -.05em;
    position: relative;
}

#navbar .navbar-nav > li:first-of-type a:before {
    content: "\f015";
    font-weight: bold;
    opacity: .825;
    padding: .25em .75em;
}*/
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-radius: 0; }

@media screen and (max-width: 992px) {
  #navbar {
    position: absolute;
    top: 43px;
    right: 1em;
    background-color: #cca381;
    box-shadow: 0 0 0.25em 0.25em rgba(204, 163, 129, 0.85);
    border-color: transparent;
    width: calc(100% - 2em);
    max-width: 350px; }
  #navbar .navbar-nav {
    flex-flow: column;
    margin-right: 0; }
  .navbar-expand-lg .navbar-toggler {
    display: block;
    margin: .5em 0 .55em;
    padding: 0 .25em;
    position: absolute;
    right: .75em; }
  .navbar-toggler:focus {
    background: #2C3E50;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0;
    visibility: hidden;
    width: max-content;
    z-index: 10000; }
  .navbar-collapse.collapse.show {
    border-color: transparent;
    display: block !important;
    height: auto !important;
    visibility: visible !important; }
  .navbar-collapse.collapse .navbar-nav {
    flex-flow: column; }
  .navbar-toggler .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    content: "";
    background-image: linear-gradient(0deg, transparent 20%, #ffffff 20%, #ffffff 30%, transparent 30%, transparent 45%, #ffffff 45%, #ffffff 55%, transparent 55%, transparent 70%, #ffffff 70%, #ffffff 80%, transparent 80%);
    background-repeat: no-repeat;
    background-size: .75em .8em;
    margin-bottom: .05em; }
  .navbar-nav .dropdown-menu.show {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    right: auto;
    left: auto; }
  .navbar-nav .dropdown-menu.show > li > a {
    color: #362609; }
  .navbar-nav .dropdown-menu.show > li > a.dropdown-item.active {
    color: #DDDEDF; } }

.nav-item.d-md-none {
  display: list-item !important; }

.rounded-pill {
  font-size: .65em;
  display: inline-flex;
  min-width: 2.5em;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  position: relative;
  top: -1px; }

.fa-bell {
  padding-left: 2px; }

.notification-bell.active {
  background-color: #692a23 !important; }

.user-bar {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 992px) {
  .user-bar {
    display: none !important; } }

.user-bar .rounded-pill {
  height: 1.67em;
  padding-top: 4px; }

.user-bar p, .user-bar a {
  color: #eef3f7; }

#notificationBadge {
  font-size: 1.225em;
  margin-left: .125em; }

@media screen and (max-width: 992px) {
  #notificationBadge.rounded-pill {
    font-size: .7em;
    font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    padding: .1em .7em .2em;
    position: relative;
    top: -.125em; }
    #notificationBadge.rounded-pill > .fa {
      font-size: .875em; } }

.bg-primary {
  background-color: #3D6685 !important;
  color: #DDDEDF;
  text-shadow: none; }

.bg-warning {
  background-color: #692a23 !important;
  color: #DDDEDF; }

.bg-info {
  background-color: #a7b9ca !important;
  margin-left: .5em; }

.content-warning-label {
  display: inline-block;
  margin-left: .25em;
  padding-bottom: .3em;
  padding-left: .675em;
  padding-right: .7em;
  padding-top: .375em;
  background-color: #692a23; }

.label-info, .scene-privacy-private, .scene-privacy-openstar, .scene-privacy-open {
  position: relative;
  top: -1px; }

.scene-privacy-openstar {
  background-color: #42797f; }

.scene-privacy-open, .scene-privacy-private, .scene-social, .scene-vignette, .scene-nsfw, .scene-event, .scene-journey, .scene-slow, .scene-document, .scene-text, .scene-Social, .scene-Vignette, .scene-Nsfw, .scene-Event, .scene-Journey, .scene-Slow, .scene-Document, .scene-Text, .scene-pacing-traditional, .scene-pacing-distracted, .scene-pacing-asynchronous {
  color: #eef3f7; }

/* Headers and What-Not */
.left-body > div:first-child + .row > .col > h1, .left-body > div:first-child + .row > .col > a[name="glossary"] + h2 {
  margin-top: 0; }

h1, a[name="glossary"] + h2 {
  background-color: transparent;
  padding: 0px;
  color: #2C3E50;
  font-weight: normal;
  border: none;
  letter-spacing: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: "Condiment", sans-serif;
  margin-bottom: 0;
  margin-bottom: .125em; }

h2, h3, .mail-message-inbox, .scene-card .card-abilities:nth-of-type(2):after, .scene-card .card-abilities:before, h4, h5, h6 {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }

.h1, h1, a[name="glossary"] + h2 {
  font-size: 3em;
  position: relative;
  z-index: 5;
  line-height: 1;
  margin-top: .825rem; }

h1:before, a[name="glossary"] + h2:before {
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: .7em; }

.h2, h2 {
  font-size: 1.625em;
  line-height: 1.545; }

.h3, h3, .mail-message-inbox, .scene-card .card-abilities:nth-of-type(2):after, .scene-card .card-abilities:before {
  font-size: 1.35em;
  line-height: 1.577; }

.h4, h4 {
  font-size: 1.125em;
  line-height: 1.65; }

.h5, h5 {
  font-size: 1em;
  line-height: 1.688; }

.h6, h6 {
  font-size: 0.813em;
  line-height: 1.692; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 1em; }

h2 {
  padding-top: .25em;
  padding-bottom: 0; }

legend, pre {
  color: #2C3E50; }

blockquote, blockquote > blockquote {
  background-color: #d5bdaa;
  box-shadow: 0 0 0.25em 0.25em rgba(213, 189, 170, 0.85);
  color: #2C3E50;
  border: 0px;
  border-radius: 0px;
  margin: 1em auto;
  padding: 1em 2em;
  display: table;
  width: auto;
  max-width: 80%; }

.left-body blockquote p {
  margin-left: 0; }

blockquote a {
  text-shadow: none; }

blockquote a:hover {
  text-shadow: none; }

.quote {
  padding: 0 2em;
  position: relative;
  text-align: justify; }

.quote:before, .quote:after {
  content: "\f10d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  font-size: 1.75em;
  position: absolute;
  left: -.125em; }

.quote:after {
  left: auto;
  right: -.125em;
  bottom: .25em;
  content: "\f10e"; }

.toc {
  border: 0px;
  border-radius: 0px;
  background-color: #d5bdaa;
  box-shadow: 0 0 0.25em 0.25em rgba(213, 189, 170, 0.85);
  padding: 1em 1.5em;
  margin: 1em auto;
  width: 100%; }

.toc ul {
  padding-inline-start: 1.5em; }

.toc li {
  list-style-type: square; }

@media screen and (min-width: 768px) {
  .toc {
    float: right;
    max-width: 40%;
    margin: 0 .25em 1em 1em;
    width: fit-content; } }

.toc a {
  color: #2C3E50; }

.toc h4 {
  font-size: 1.625em;
  margin-top: 0;
  margin-bottom: .25em;
  border-bottom: 3px solid #cca381;
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

/* Sidebars */
.right-sidebar {
  font-size: inherit;
  padding: 2em 0 0 1.5em;
  border-left: none;
  border-bottom: none;
  font-weight: 400;
  line-height: 1.5; }

@media screen and (max-width: 992px) {
  .right-sidebar {
    padding: 1.5em 0 0; }
  .right-sidebar, .left-body {
    flex: 0 0 100%;
    min-width: 100%; } }

.sidebar-box {
  border-top: none;
  margin: 2px;
  font-size: .875em; }

.sidebar-box-right {
  border-left: none;
  padding-left: 10px;
  color: #2C3E50;
  margin: 0 0 1.5em;
  padding: .667em;
  background: rgba(204, 163, 129, 0.85);
  box-shadow: 0 0 0.25em 0.25em rgba(204, 163, 129, 0.85); }

.sidebar-box a {
  text-shadow: none;
  font-weight: normal; }

.sidebar-box > br {
  display: none; }

.sidebar-box > p:last-child {
  text-align: right;
  margin-bottom: 0; }

.sidebar-box:first-of-type span {
  color: inherit; }

.sidebar-box:nth-of-type(3) > p > span > p {
  display: contents; }

.sidebar-heading {
  text-align: center;
  padding-bottom: .25em; }

.sidebar-heading + .alert {
  margin-top: 0; }

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.375em;
  padding: 0 0 .25em;
  margin-top: 0;
  margin-bottom: .25em;
  text-shadow: none;
  font-variant: normal;
  color: #2C3E50;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

.sidebar-heading .fa {
  display: none; }

/* Front Page */
.container .jumbotron,
.container-fluid .jumbotron {
  background-color: transparent;
  padding: 1.5em 0 0;
  margin-bottom: 0; }

.jumbotron p {
  line-height: 1.5em;
  font-size: 1em;
  text-align: left; }

.jumbotron p > em {
  font-size: 1.1675em; }

.jumbotron .headerlike {
  font-family: "Condiment", sans-serif;
  font-size: 2.063em;
  line-height: 1.675em; }

.jumbotron p:first-of-type, .jumbotron p:nth-of-type(6), .jumbotron .splash p:nth-of-type(2) {
  text-align: center; }

.jumbotron p:nth-of-type(6) {
  margin-top: 1.5em; }

.jumbotron img {
  border-radius: 4px;
  max-width: 100%;
  width: 500px;
  margin-bottom: 1.5em;
  opacity: .9; }

.jumbotron > img {
  display: none; }

.jumbotron span p:nth-of-type(2) {
  text-align: center;
  margin: 0; }

.jumbotron .splash {
  text-align: left;
  margin: auto;
  padding: 0;
  width: auto; }

.jumbotron .splash p {
  font-size: 1em; }

/*
.splash-box {
    border-top: 0px solid $text-bright;
    border-left: 0px solid $text-bright;
}

.splash-box p {
    text-align: center;
}
*/
.jumbotron hr {
  border-top-color: transparent;
  border-bottom: 3px solid rgba(64, 107, 140, 0.6);
  border-image: linear-gradient(to right, #406b8c, transparent) 27/0 0 3px 0;
  opacity: 1;
  background-color: transparent; }

/* Scene-Only Styling */
.live-scene-controls + .alert-warning {
  position: relative;
  top: 1.75em; }

.live-scene-controls + .alert-warning + div .play-scene-context-prompt {
  position: relative;
  top: -1.25em; }

/* Play Styling */
.play-sidebar {
  background-color: #d5bdaa;
  color: #2C3E50aa;
  overflow-y: auto;
  padding: .5em;
  margin-bottom: 1em;
  /* Likely addition to make room for dropdowns:
    max-height: calc(100vh - 100px);
    margin-bottom: 100px;
*/ }

.play-sidebar:hover {
  overflow-y: auto; }

.play-sidebar > .btn {
  margin: 0;
  position: absolute;
  right: 1.5em; }

p.play-section-title {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.125em;
  margin: .75em 0 .25em;
  color: #2C3E50;
  font-weight: normal;
  font-variant: normal;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr 1.25rem 1.25rem 1.25rem 1rem;
  align-items: center; }

p.play-section-title:first-of-type {
  margin-top: 0; }

.play-section-title .hint--right::after {
  bottom: calc(100% + 11px);
  transform: translateX(-90%);
  z-index: 1000000;
  background-color: #362609;
  text-transform: none;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.play-section-title .hint--right:before {
  border-right-color: transparent;
  border-top-color: #362609;
  bottom: 100%;
  margin-left: -14px; }

.play-section-title .hint--right:before, .play-section-title .hint--right::after {
  left: 50%;
  margin-bottom: -11px; }

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  transition: .3s visibility, opacity, transform ease; }

[class*=hint--]:after, [class*=hint--]:before {
  transition: .3s visibility, opacity, transform ease;
  text-transform: none; }

.play-section-title + a .play-selector {
  padding-top: 0; }

.play-section-title .fa,
.play-section-title .fas {
  font-size: .675em; }

.play-title + .row > .col.col-12 {
  position: relative; }

/*.play-section-title a {
    position: absolute;
    right: 1em;
    line-height: .875em;
}

.play-section-title a:nth-of-type(2) {
   right: 2em;
}

.play-section-title a:nth-of-type(3) {
    right: 3em;
}

.play-section-title a:nth-of-type(4) {
    right: 4.15em;
}*/
.play-section-title i {
  font-size: .75rem;
  padding-bottom: 0.275rem; }

.play-selector {
  line-height: 1; }

.play-selector span.badge.rounded-pill.bg-primary {
  position: absolute;
  top: 0;
  left: .375rem;
  width: 1rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: .25rem;
  font-size: .875rem; }

.play-section-title > a {
  text-align: center; }

.play-section-title:not(:first-child) > a:nth-last-child(2) {
  grid-column: 4/5; }

.play-section-title:not(:first-child) > a:last-child {
  grid-column: 5/6; }

.play-section-title .hint--right:before,
.play-section-title .hint--right::after {
  left: 50%;
  margin-bottom: -16px; }

.play-scene-title {
  font-size: 1.625em;
  font-family: "Condiment", sans-serif;
  color: #653300; }

.play-scene-context-prompt {
  font-size: 1.25em;
  font-weight: normal;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase; }

.play-scene-context-prompt .fa-caret-square-down {
  font-size: .675em;
  color: #362609;
  margin-left: .5em; }

.play-scene-context-wrap {
  margin-top: 0; }

.live-scene-controls a,
.chat-controls a {
  padding: 0 .5em 0 0; }

.chat-controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  column-gap: .5em; }

.chat-controls > a:first-child {
  justify-self: flex-start;
  flex: 1 1 auto; }

.chat-controls > a {
  flex: 0 0 auto; }

@media (max-width: 992px) {
  .play-section-title a {
    right: 1.25em; }
  .play-section-title a:nth-of-type(2) {
    right: 2.25em; }
  .play-section-title a:nth-of-type(3) {
    right: 3.25em; }
  .play-section-title a:nth-of-type(4) {
    right: 4.4em; }
  #sceneMenuCollapse {
    margin-top: 2em; } }

.live-scene-controls > a {
  visibility: hidden;
  font-size: 0; }

.live-scene-controls > a > .fas {
  visibility: visible;
  font-size: 16px;
  margin-left: .5em; }

.play-scene-title + div,
.scene-live .left-body > div:nth-child(3) > div:first-child > div:first-child {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline; }

.play-scene-title + div > .scene-alerts,
.scene-live .left-body > div:nth-child(3) > div:first-child > div:first-child > .scene-alerts {
  order: 1 !important; }

.play-scene-title + div > *,
.scene-live .left-body > div:nth-child(3) > div:first-child > div:first-child > * {
  order: 1;
  width: 100%; }

.live-scene-controls + div,
.live-scene-controls + .alert + div {
  flex: 1 0 calc(100% - 5em);
  justify-self: left;
  order: 0 !important; }

.play-scene-title + div #scene-context,
.scene-live .left-body > div:nth-child(3) > div:first-child > div:first-child #scene-context {
  width: calc(100% + 5em); }

.live-scene-controls + .scene-alerts {
  width: 100%;
  float: left; }

.live-scene-controls {
  flex: 1 0 5em;
  justify-self: right;
  max-height: 1.25em;
  float: none;
  position: static; }

.live-scene-controls + .alert-warning,
.live-scene-controls + .alert-warning + div .play-scene-context-prompt {
  position: static; }

.play-hint {
  color: #2C3E50aa;
  margin-left: 5px;
  font-size: .875em; }

.play-selector {
  padding: 5px 0 0 5px; }

.play-selector .rounded-pill {
  position: relative;
  top: -2px; }

.play-selector-active {
  background-color: transparent;
  font-weight: bold; }

/* Who Styling */
.who-list {
  border-top: 1.5px solid #543d2b;
  margin-bottom: 0; }

.who-list + br {
  display: none; }

.who-list td:nth-of-type(2) {
  vertical-align: middle;
  text-align: right; }

/* Chat Styling */
#chat-window {
  border: none;
  background-color: #E9D7C9;
  margin: 2px 0 5px;
  height: calc(100vh - 275px);
  min-height: 400px;
  max-height: unset;
  padding: .25em 1em .5em 1.25em; }

#chat-window .hint.float-end {
  margin: 3px 7px;
  padding: 0; }

#chat-window .hint.float-end:first-child {
  margin-top: 1em; }

#chat-window .timestamp-tip {
  padding-top: .25em; }

#chat-window .scene-pose-header {
  margin-top: 1em; }

.navbar-nav > li > a.dropdown-toggle.chat-menu {
  padding: 0;
  margin: 0 3px; }

.chat-box {
  padding: 3px 0 0;
  margin: 0 0 5px; }

.chat-box + .nav + .float-end {
  padding: 1px 4px; }

.who-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  grid-template-rows: 44px;
  column-gap: .5em;
  row-gap: .5em; }

.channel-who {
  display: inline-grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: 20px; }

.channel-who > * {
  padding-left: .25em;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.channel-who > :first-child {
  margin: 0;
  padding: 0;
  grid-area: 1 / 1 / 3 / 1; }

.channel-who > .charname:last-child {
  grid-area: 1 / 2 / 3 / 3; }

.channel-who .fa-microphone-slash {
  margin-left: .25em;
  opacity: .875; }

/* Custom Wiki Styles */
.row.wiki-breadcrumbs {
  margin: 0 -15px 1em !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .row.wiki-breadcrumbs > div {
    width: fit-content;
    flex: 1; }
    .row.wiki-breadcrumbs > div:last-child {
      text-align: right; }

.wiki-breadcrumbs + span > p {
  text-indent: 2.5em; }

@media screen and (min-width: 576px) {
  .wiki-breadcrumbs ~ hr + .action-buttons {
    width: fit-content;
    float: right; }
  .wiki-breadcrumbs ~ hr + .action-buttons *,
  .wiki-breadcrumbs ~ hr + .action-buttons ~ .action-buttons {
    padding: 0; }
  .wiki-breadcrumbs ~ .action-buttons {
    clear: both; } }

.pagebox {
  height: 12em;
  float: left;
  border: none;
  border-radius: 0px;
  padding: .75em 1em;
  margin: .5em;
  background: #a7b9ca;
  overflow-y: auto;
  width: 31.5% !important;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 260px; }

.pagebox h3, .pagebox .mail-message-inbox, .pagebox .scene-card .card-abilities:nth-of-type(2):after, .scene-card .pagebox .card-abilities:nth-of-type(2):after, .pagebox .scene-card .card-abilities:before, .scene-card .pagebox .card-abilities:before {
  border-bottom: 2px solid #E9D7C9;
  padding-bottom: .375em;
  margin-left: 0px;
  margin-top: 0px;
  padding-right: 1em;
  position: relative;
  line-height: 1.125; }

.pageboxh .fas {
  position: absolute;
  right: 1.125em;
  top: 1.125em; }

.pagebox p {
  margin: 0; }

.pageboxs {
  font-style: italic;
  font-size: 0.95em;
  padding-top: .25em; }

.businessbox {
  width: 340px;
  float: right;
  padding: .5em;
  margin: 0 0 1em 1em;
  background: #d5bdaa;
  padding-bottom: .75em; }

.demo .businessbox {
  float: none;
  margin: 0 auto .75em; }

.businessbox p {
  margin: 0; }

.businessbox + a + h2 {
  margin-top: 0;
  padding-top: 0; }

/* .businessbox + p + p, .businessbox + p + p + p, .businessbox + p + p + p + p, .businessbox + p + p + p + p + p, .businessbox + a + h2 + p, .businessbox + a + h2 + p + p, .businessbox + a + h2 + p + p + p, .businessbox + a + h2 + p + p + p + p, .businessbox ~ h5 + p, */
.businessbox ~ p,
.businessbox.reality ~ p {
  text-indent: 2.5em; }
  .businessbox ~ p > iframe,
  .businessbox.reality ~ p > iframe {
    margin-left: -2.5em; }

.buslogo {
  display: none;
  width: 300px;
  height: auto;
  margin: .75em; }

.buslogo.yes {
  display: block;
  text-align: center; }

.bustext {
  display: table;
  margin: 0 auto; }

.busrow, .busrow.npc.yes {
  padding: .25em;
  display: none; }

.busrow.yes, .busrow.npc:not(.yes) {
  display: block; }

.bustitle,
.businfo {
  display: table-cell; }

.bustitle {
  width: 4.25em;
  text-align: right;
  white-space: nowrap;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.125em;
  text-transform: uppercase; }

.reality .bustitle {
  width: 7em; }

.group .bustitle {
  width: 5.25em; }

.businfo {
  padding-left: .5em; }

.busgallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 1em; }

.busgallery + p {
  margin-top: 1em; }

.galmain {
  width: 100%;
  order: 0;
  display: none;
  margin-bottom: 0;
  text-align: center; }

.galmain .image-container {
  max-width: 600px;
  padding: 0; }

.galmain img {
  border: unset !important;
  background: unset !important;
  box-shadow: unset !important;
  margin: 0 !important;
  max-width: 100%;
  max-height: 50vh; }

.galmain div {
  width: fit-content;
  margin: 0 auto;
  padding: .5em .5em 0;
  max-width: 600px;
  max-width: fit-content; }

.galmain .caption {
  display: none; }

.galmain .caption.yes {
  display: block; }

.galthumb {
  height: 100px;
  order: 2;
  margin-right: .5em;
  margin-top: .5em; }

.galthumb:nth-last-of-type(2) {
  margin-right: 0; }

.galthumb:last-of-type {
  order: 1; }

.galthumb:only-of-type {
  display: none; }

.galthumb img {
  height: 100px;
  width: auto;
  border-width: 6px !important; }

.busgallery > :target ~ .galmain:last-child,
.busgallery > .galmain {
  display: none; }

.busgallery > :last-child,
.busgallery > .galmain:target {
  display: block; }

.staff {
  clear: both; }

.staff ~ br {
  display: none; }

.people {
  clear: both;
  width: 100%; }

.people.group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  column-gap: .5em;
  justify-content: center; }

.people.group::after {
  content: '';
  flex: 2 1 calc(500px + .5em); }

.people > br {
  display: none; }

.person {
  background-color: #E9D7C9;
  margin-bottom: .5em;
  padding: 0;
  border-width: 2px 0;
  border-color: #543d2b;
  border-style: solid;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.person .name {
  background-color: #d5bdaa;
  border-bottom: 1px dotted #3D6685;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: .5em .75em .6em;
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.person .name > span {
  display: inline-block; }

.person .name .position {
  margin-left: .5em; }

.person .name .status {
  justify-self: flex-end;
  flex: 1 1 auto;
  text-align: right; }

.person .image {
  flex: 0 0 175px;
  min-width: 175px;
  padding: 1em .5em 1em 1em; }

.person .info {
  flex: 1 1 calc(100% - 175px);
  padding: .75em .5em; }

.person .name .npc.no {
  color: #3D6685; }

.person img {
  filter: sepia(1) hue-rotate(180deg) saturate(0.875);
  width: 150px;
  height: 150px;
  border: 8px solid #eef3f7;
  padding: 0;
  background: #eef3f7;
  box-shadow: rgba(54, 38, 9, 0.5) 2px 2px 5px;
  object-fit: cover;
  object-position: center 10%; }

.person .npc.yes, .person .pc:not(.yes) {
  display: none; }

.person.member.yes {
  flex: 0 0 100%; }

.person.member.no {
  display: inline-block;
  flex: 1 0 250px; }

.person.member.no .image {
  text-align: center; }

.person.member.no .info {
  display: none; }

@media screen and (max-width: 575px) {
  .person .name > .pc.yes,
  .person .name > .npc.no,
  .person .image,
  .person .info {
    flex-basis: 100%; }
  .person span.colon {
    display: none; }
  .person .name .position {
    border-right: 1px solid #96B6CF;
    margin-left: 0; }
  .person .image {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .businessbox {
    max-width: 100%;
    margin: 0 auto 1em;
    float: none; }
  .buslogo {
    width: calc(100% - 1.5em); }
  .hours {
    display: none; }
  .h1, h1, a[name="glossary"] + h2 {
    font-size: 2.5em; }
  .row.wiki-breadcrumbs > div {
    width: 100%; }
  .row.wiki-breadcrumbs {
    display: flex;
    flex-flow: column; }
  .wiki-breadcrumbs ~ hr + .row ~ .row .float-end .btn {
    margin: .25em 0; } }

.pagejumper {
  float: right;
  margin-top: 40px; }

.pagejumper-bottom {
  margin-top: -15px; }

.thumbnail-gallery {
  justify-content: center;
  align-items: center; }

.thumbnail {
  max-width: unset;
  max-height: 150px; }

.thumbnail-gallery-item {
  height: unset;
  width: unset; }

.list-group-item, .thumbnail {
  background-color: #543d2b;
  border: none; }

.wikifoo h2:not(.staff) {
  font-family: "Condiment", sans-serif;
  text-transform: none;
  font-size: 2.5em;
  position: relative;
  z-index: 2;
  display: flex; }

.wikifoo h2:after {
  border-bottom: 3px solid rgba(64, 107, 140, 0.6);
  border-image: linear-gradient(to right, #406b8c, transparent) 27/0 0 3px 0;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.25em;
  z-index: -1; }

.wikifoo h2 + a + h3, .wikifoo h2 + a + .mail-message-inbox, .wikifoo .scene-card h2 + a + .card-abilities:nth-of-type(2):after, .scene-card .wikifoo h2 + a + .card-abilities:nth-of-type(2):after, .wikifoo .scene-card h2 + a + .card-abilities:before, .scene-card .wikifoo h2 + a + .card-abilities:before {
  margin-top: 0; }

.wikifoo h3, .wikifoo .mail-message-inbox, .wikifoo .scene-card .card-abilities:nth-of-type(2):after, .scene-card .wikifoo .card-abilities:nth-of-type(2):after, .wikifoo .scene-card .card-abilities:before, .scene-card .wikifoo .card-abilities:before {
  font-size: 1.625em;
  line-height: 1.545; }

.glossary td:first-child {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top; }

a[name="glossary"] + h2 {
  margin-bottom: -.25em;
  text-transform: none; }

a[name="glossary"] + h2:before {
  border-bottom: 3px solid rgba(64, 107, 140, 0.6);
  border-image: linear-gradient(to right, #406b8c, transparent) 27/0 0 3px 0;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1; }

a[href="#is-this-game-lgbtqia-friendly"] {
  font-size: 0; }

a[href="#is-this-game-lgbtqia-friendly"]:before {
  content: "Is This Game LGBTQIA+ Friendly?";
  font-size: initial; }

.form-group + div + .action-buttons {
  margin-top: .5em; }

/* Profile */
@media (min-width: 992px) {
  .col-lg-4.profile-image-wrap {
    flex: 0 0 41.6666666666%;
    max-width: 41.6666666666%; }
  .col-lg-8.profile-demo-wrap {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; } }

@media (max-width: 992px) {
  .col-lg-4.profile-image-wrap,
  .col-lg-8.profile-demo-wrap {
    flex: 0 0 100%;
    max-width: 100%; } }

.profile-wrap {
  border-radius: 0px;
  border: 0px;
  padding: 30px 0px;
  background-color: #d5bdaa;
  background-image: linear-gradient(135deg, rgba(95, 99, 107, 0.75) 10%, rgba(32, 34, 37, 0.025) 100%), url("/game/uploads/theme_images/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: soft-light;
  margin: -1.125em 0 5px !important;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

.image-border, .moodpic, .calendar-page, .calendar-entry, .relationship-icon-container, .profile-image, .image-container img, .galmain .image-container, .galthumb img {
  border: 10px solid #eef3f7;
  padding: 0;
  background: #eef3f7;
  box-shadow: 2px 2px 5px rgba(54, 38, 9, 0.5); }

.profile-image {
  margin: 0 auto 1.5em;
  width: 400px; }

@media screen and (max-width: 992px) {
  .profile-image {
    margin: 0 auto 1.5em; } }

.profile-box .row:first-child {
  padding: .375em .75em;
  line-height: 1.25em;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.75em;
  border-radius: 0px;
  color: #eef3f7;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  margin-top: 0; }

.profile-box .row:first-child div:first-child {
  display: none; }

.profile-box .row:first-child div:last-child {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%; }

.profile-box {
  background-color: rgba(146, 129, 115, 0.5);
  border-radius: 0px;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  display: flex;
  flex-flow: column;
  margin: 0; }
  .profile-box .row {
    margin: .5em 0 0;
    border-bottom: none; }
    .profile-box .row div:first-child {
      white-space: nowrap; }
    .profile-box .row:nth-of-type(2) {
      margin-top: 1em; }

.profile-divider {
  background: #3D6685;
  margin: 1em 0 .5em; }

.profile-box .row:first-child, .profile-divider, .roster-char-title {
  background: linear-gradient(to right, #3D6685, #3D6685 33%, transparent); }

.profile-tab {
  padding: 1em 0; }

.profile-tab p:last-child,
.profile-tab ul:last-child {
  margin-bottom: 0; }

.profile-wrap + .profile-tab {
  padding-top: 2.25em; }

.profile-tab + div:not(.profile-tab) {
  margin: 1em 0 1.5em; }

.profile-tab + hr {
  display: none; }

.profile-tab > .nav-tabs li.nav-item:first-of-type a {
  font-weight: bold;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

.profile-tab a[href="#css"] {
  display: none; }

.nav.nav-tabs > li.nav-item > a {
  padding: .55em 1em .625em;
  background-color: #92b0cb33;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase; }

.nav-tabs > li.nav-item > a:hover {
  border-color: #d5bdaa; }

.profile-tab ~ .row > .col,
.profile-tab ~ .row > .col > .float-end {
  padding: 0;
  margin-top: -.5em; }

.profile-tab ~ .action-buttons {
  padding: 0;
  width: fit-content;
  float: right; }

.profile-tab ~ .action-buttons + .card {
  clear: both;
  margin-top: 1.25em; }

.profile-tab ~ .row > .col > .float-end > .btn {
  margin-top: .5em; }

.profile-tab ~ b, .profile-tab ~ a {
  position: relative; }

@media screen and (min-width: 768px) {
  .profile-tab ~ .row {
    margin-top: -2.5em; }
    .profile-tab ~ .row > .col,
    .profile-tab ~ .row > .col > .float-end {
      margin-top: -.25em; }
  .profile-tab ~ b, .profile-tab ~ a {
    left: .25em; } }

.profile-tab .profile-gallery,
.icon-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 1em 1em 0.5em 1em;
  gap: 0.5em; }

.profile-tab .profile-gallery::before {
  content: "Gallery";
  font-family: "Condiment", sans-serif;
  font-size: 2.063em;
  text-align: center;
  background-color: #d5bdaa;
  height: 1.75em;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: .175em;
  width: 100%; }

.profile-gallery img {
  padding: 0; }

.profile-tab .profile-gallery img,
.thumbnail-gallery .thumbnail {
  display: inline-block;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  max-height: 150px;
  width: auto;
  max-width: 100%;
  border: 5px solid #eef3f7;
  padding: 0;
  background: #eef3f7;
  box-shadow: rgba(54, 38, 9, 0.5) 2px 2px 5px; }

.profile-tab .profile-gallery img:hover,
.thumbnail-gallery img:hover {
  transform: scale(2) rotate(0deg);
  z-index: 100;
  position: relative; }

.profile-gallery:not(:first-child) {
  display: inline-block;
  margin-right: .5em; }

.tab-cover {
  font-family: "Condiment", sans-serif;
  font-variant: normal;
  color: #2C3E50;
  font-size: 2.063em;
  padding-top: .1em;
  line-height: 1.5em;
  margin-top: .25em; }

.relationship-row {
  border: 1px solid #E9D7C9;
  background: #E9D7C9; }
  .relationship-row .col.col-xs-12.col-sm-8.ansi {
    width: calc(100% - 188px);
    max-width: calc(100% - 188px);
    min-width: calc(100% - 188px);
    padding: 15px; }
  .relationship-row .col.col-xs-12.col-sm-3 {
    width: 188px;
    flex: 0 0 188px;
    padding: 15px; }
  .relationship-row .col.col-xs-12.col-sm-8 > b:first-child {
    font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: normal;
    color: #3D6685; }
  .relationship-row .col.col-xs-12.col-sm-8 p:last-child {
    margin-bottom: 0; }
  .relationship-row button {
    background: #3D6685;
    color: #DDDEDF; }

@media screen and (max-width: 767px) {
  .relationship-row .col.col-xs-12.col-sm-3 {
    width: 100%; }
  .relationship-icon-container {
    margin: 0 auto; }
  .relationship-row .col.col-xs-12.col-sm-8.ansi {
    width: 100%;
    max-width: 100%; } }

.relationship-icon-container {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 166px;
  height: 166px;
  border-width: 8px; }

.relationship-icon {
  width: 150px;
  height: 150px; }

.musicplayer-wrap {
  padding: .25em;
  border: none;
  background-color: #a7b9ca; }

.musicplayer-wrap .row {
  display: flex;
  align-items: center;
  padding-left: .5em; }

.musicplayer-wrap img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.musicplayer-wrap .col.col-xs-3.col-sm-1 {
  width: 60px; }

.musicplayer-description {
  font-style: italic;
  margin-bottom: 0; }

.diff ul {
  background: #E9D7C9;
  padding: 0 1em .6em; }

#systembg p, #systemdesc p {
  text-indent: 2.5em; }

/* Scenes and Logs */
.alert.scene-alerts,
.alert.chat-alerts {
  margin: 0;
  padding: 0px 0px 2px; }

#chat-window + .alert.chat-alerts {
  margin-top: -3px; }

.scene-ooc-pose {
  background-color: #a7b9ca;
  color: #2C3E50;
  padding: .25em;
  margin: -3px 0 1em; }

.scene-ooc-pose .badge {
  border-radius: 2px !important;
  float: left;
  font-style: normal;
  font-weight: bold;
  margin: .375em  .5em 0 .35em; }

.scene-ooc-pose p {
  margin-left: .25em;
  margin-right: .25em; }

.scene-set-pose {
  margin: -3px 0 1em;
  font-style: normal;
  padding: 10px 10px 5px 10px;
  border-radius: 0px;
  border: none;
  background: rgba(204, 163, 129, 0.675); }

.scene-pose-header + .scene-set-pose {
  border-top-width: 0; }

.scene-set-pose p:only-child {
  margin-bottom: .325em; }

.scene-system-pose {
  padding-bottom: .5em;
  margin: 0 2em 1em;
  border-bottom: 1px dotted #a7b9ca;
  color: #2C3E50aa; }

.log-icon-container {
  padding: 10px;
  box-sizing: content-box;
  width: 151px;
  height: 151px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  background: transparent;
  border: none; }

.log-icon-container:after {
  background-image: url(/game/uploads/theme_images/polaroidfrontsm.png);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-size: cover;
  display: block;
  width: 174px;
  height: 206px;
  overflow: visible;
  box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
  pointer-events: none; }

.log-icon {
  width: 155px !important;
  height: 155px !important;
  border: 2px solid white;
  box-sizing: content-box; }

.log-icon-title-container {
  position: relative;
  top: .375em;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
  width: 150px;
  height: 25px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: auto; }

.log-icon-title {
  font-weight: normal;
  font-family: "Condiment", sans-serif;
  line-height: 1em;
  font-size: 1.375em;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #2C3E50;
  z-index: auto; }

.log-wrap {
  border: none;
  background-color: light-dark(#E9D7C9, #3D6685);
  background-image: linear-gradient(135deg, rgba(95, 99, 107, 0.75) 10%, rgba(32, 34, 37, 0.025) 100%), url("/game/uploads/theme_images/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-blend-mode: soft-light;
  border-radius: 0px;
  margin: 0 0 5px 0 !important;
  padding: 2em 2em .75em; }

.log-box {
  background-color: rgba(204, 163, 129, 0.75);
  margin: 0 0 .5em 0; }

.log-box p p {
  margin-left: 0; }

.log-box .alert {
  margin: 1em 10px; }

.log-participants-box, .log-participants-box .icon-gallery {
  padding: .5em 0 0; }

.small-profile-icon {
  width: 40px;
  height: 40px;
  object-fit: cover; }

.tiny-profile-icon {
  margin: 2px;
  border-radius: 0; }

.scene-ooc-pose p:last-child {
  margin-bottom: 0; }

.scene-privacy-open {
  background-color: #497963; }

.scene-social, .scene-Social {
  background-color: #2a542a; }

.scene-slow, .scene-Slow, .scene-pacing-traditional {
  background-color: #373790; }

.scene-text, .scene-Text, .scene-pacing-asynchronous {
  background-color: #5b3f94; }

.scene-journey, .scene-Journey {
  background-color: #3D6685; }

.scene-vignette, .scene-Vignette {
  background-color: #976C30; }

.scene-nsfw, .scene-Nsfw {
  background-color: #692a23;
  text-transform: uppercase; }

.scene-event, .scene-Event, .scene-pacing-distracted {
  background-color: #461946; }

.scene-document, .scene-Document {
  background-color: #666666; }

.scene-log {
  border: none;
  border-radius: none;
  background: light-dark(#E9D7C9, #3D6685);
  padding: 1em .875em .5em 1em; }

.scene-log h3, .scene-log .mail-message-inbox, .scene-log .scene-card .card-abilities:nth-of-type(2):after, .scene-card .scene-log .card-abilities:nth-of-type(2):after, .scene-log .scene-card .card-abilities:before, .scene-card .scene-log .card-abilities:before {
  text-indent: 0; }

.scene-controls-box {
  border: none;
  background: inherit;
  padding: 0; }

.scene-pose {
  padding: 5px 0;
  margin: 5px 0; }

.scene-pose,
.scene-set-pose,
.scene-log > span > p {
  text-indent: 2.5em; }

.block {
  text-indent: 0;
  display: block;
  padding-left: 2.5em; }

.scene-log > span > p > span[class^='ansi-']:first-of-type {
  /* unindent texts */
  text-indent: -2.5em;
  display: inline-block; }

.scene-log + a[name="bottom"] + br {
  display: none; }

.scene-log + a[name="bottom"] + br + p {
  margin-top: .5em;
  width: fit-content;
  float: right; }

.scene-log + a[name="bottom"] + br + p + p {
  margin-top: .5em; }

.scene-log + a[name="bottom"] + br + p + p + p {
  clear: both;
  float: right; }

.scene-pose blockquote,
.scene-set-pose blockquote,
.scene-log > span > p blockquote,
.scene-log > span > blockquote,
.scene-system-pose ~ blockquote,
blockquote > .scene-system-pose ~ blockquote,
.pose-divider ~ blockquote,
blockquote > .pose-divider ~ blockquote,
#live-scene-log + .scene-controls-box blockquote {
  text-indent: 0;
  font-size: 1em;
  max-width: 100%;
  display: block;
  width: fit-content;
  padding: 0;
  background-color: transparent;
  margin: 1em auto 1em 2.5em;
  font-style: italic;
  box-shadow: none; }

blockquote > .pose-divider, blockquote > blockquote > .pose-divider {
  margin: 1.25em -1.25em 1em; }

.scene-log span.ansi-bright-white-fg {
  display: inline-block;
  text-indent: .25em;
  color: #362609;
  font-weight: bold; }

.scene-pose-header {
  border-top: none;
  margin-bottom: 3px;
  padding: 3px 10px 3px 3px;
  background-color: #d5bdaa; }

.scene-pose-header a {
  font-size: 1.25em; }

#live-scene-log {
  margin: 0px 0px 1px;
  height: calc(100vh - 290px);
  max-height: initial; }

.scene-char-select .tiny-profile-icon {
  margin: 1px 2px 2px -8px; }

.ember-power-select-option .tiny-profile-icon {
  margin: 2px 2px 1px -6px; }

.scene-dropdowns .dropdown-menu[data-popper-placement="bottom-start"] {
  transform: translate(0px, 32px) !important; }

.scene-dropdowns .dropdown-menu[data-popper-placement="top-start"] {
  transform: translate(0px, -33px) !important; }

@media (min-width: 992px) {
  h1 ~ .row > .col.col-12.col-md-3:first-child, a[name="glossary"] + h2 ~ .row > .col.col-12.col-md-3:first-child {
    margin-top: 3.35em;
    padding-right: 0;
    position: sticky;
    top: 1em;
    z-index: 1000; }
  h1 + .row > .col.col-12.col-md-9 > h3, h1 + .row > .col.col-12.col-md-9 > .mail-message-inbox, .scene-card h1 + .row > .col.col-12.col-md-9 > .card-abilities:nth-of-type(2):after, .scene-card h1 + .row > .col.col-12.col-md-9 > .card-abilities:before, a[name="glossary"] + h2 + .row > .col.col-12.col-md-9 > h3, a[name="glossary"] + h2 + .row > .col.col-12.col-md-9 > .mail-message-inbox, .scene-card a[name="glossary"] + h2 + .row > .col.col-12.col-md-9 > .card-abilities:nth-of-type(2):after, .scene-card a[name="glossary"] + h2 + .row > .col.col-12.col-md-9 > .card-abilities:before {
    margin-top: -.5em;
    margin-bottom: .25em; } }

.scene-dropdowns .dropdown-menu {
  bottom: 105%;
  left: -1px;
  top: auto; }

.scene-log .hint.float-end {
  padding: 0 7px 0 0;
  text-align: right; }

.badge-likes {
  background-color: #692a23; }

.status-message {
  background-color: #3D6685;
  border-radius: 0px;
  margin: 0 -15px; }

.timestamp-tip {
  color: #2C3E50; }

.card {
  background-color: #d5bdaa;
  color: #2C3E50;
  border: transparent;
  border-radius: 0px;
  margin-bottom: unset; }

.card-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.card-heading .fas {
  font-size: .675em; }

.card-heading a[href="#reply"], .card-heading a[href="#forward"] {
  font-size: .875em;
  vertical-align: bottom; }

.card-default > .card-heading {
  background-color: #d5bdaa;
  border-color: transparent;
  color: #2C3E50;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.35em;
  text-transform: uppercase; }

.card-heading + .card-body {
  padding-top: 0; }

.card-heading .btn {
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 14px; }

.card-body {
  padding: 1em; }

.card-body.status-message {
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

#fs3abilities > .tab-content {
  padding-top: 0; }

#misc > .chargen-section-title:first-child, .cg-tip + .chargen-section-title {
  padding-top: .5em; }

#icon .card-heading {
  padding-top: 1em; }

#fs3abilities input, #demographics input, #demographics .ember-power-select-trigger {
  width: 100%;
  height: 34px;
  padding: 0 .5em;
  font-weight: normal; }

#fs3abilities > .nav.nav-tabs > li.nav-item:last-child {
  display: none; }

#demographics .ember-power-select-selected-item {
  margin-left: 0; }

.markdown-editor {
  box-shadow: none !important;
  border-radius: 0px; }

.markdown-control-toggle {
  border: none;
  padding: 0; }

.markdown-control-toggle:first-of-type {
  margin-left: 5px; }

.markdown-control-toggle.active {
  background-color: transparent;
  color: inherit;
  font-weight: bold; }

.markdown-controls {
  margin: 0 5px; }

.markdown-controls > a:not(.markdown-control-toggle) {
  float: right;
  margin-left: -.25em;
  margin-right: .25em;
  width: 1.25em;
  text-align: right; }

.markdown-preview {
  background-color: #E9D7C9;
  border: none;
  color: #2C3E50;
  width: calc(100% - 1.25em);
  margin-bottom: 1em; }

.card-body.markdown-editor {
  padding: 0 5px;
  margin-bottom: 0; }

.card-body.markdown-editor textarea {
  width: calc(100% - 20px); }

.scene-pose-box {
  margin: 0 0 5px; }

.scene-pose-order {
  padding-left: 0; }

.scene-pose-order label {
  margin-bottom: 0;
  margin-right: .75em; }

.scene-pose-order .hint {
  opacity: 1;
  margin-right: .75em; }

.your-pose-order {
  color: #3D6685;
  font-weight: bold; }

.scene-controls-left {
  padding-left: 0;
  padding-top: 2px; }

.scene-controls-right {
  padding-right: 0;
  padding-top: 2px; }

.scene-dropdowns .scene-menu {
  margin-right: 4px; }

.pose-buttons .btn {
  margin-left: 6px; }

.scene-controls .btn {
  margin-bottom: .125em;
  height: 2.25em;
  display: inline-flex;
  align-items: center; }

.scene-controls .caret {
  margin-left: .5em; }

.scene-pose-select,
.scene-char-select,
.forum-char-select {
  padding-top: 5px; }

#scene-context span > span.badge {
  margin-right: .25em;
  margin-left: 0;
  top: 0; }

/* Character Card */
.scene-card .char-icon-container {
  width: 174px;
  min-width: 174px;
  padding: 0;
  position: relative;
  top: .25em; }

.scene-card > .nav {
  margin-top: 1em; }

.scene-card .col-4 > a {
  display: block;
  text-align: center;
  margin: 1.625em 0 .325em;
  width: 174px; }

.scene-card .col-8 > .row > .col:first-child {
  white-space: nowrap;
  flex-basis: 6.5em;
  padding-left: 1em; }

.scene-card .col-8 > .row > .col:last-child {
  flex-basis: calc(100% - 6.5em);
  padding-right: 0; }

.scene-card p {
  text-indent: 2.5em; }

.scene-card .tab-pane p:last-child {
  margin-bottom: 0; }

.scene-card .alert.alert-info {
  height: calc(100% - .25em);
  width: 100%;
  justify-content: center;
  margin: .25em .0em 1em .375em;
  align-items: center;
  display: flex;
  background: inherit;
  color: inherit; }

.scene-card .card-abilities {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  column-count: unset;
  column-gap: unset; }

.scene-card .card-specialties {
  display: none; }

.scene-card .card-ability {
  flex: 1 0 47.5%;
  max-width: 47.5%; }

.scene-card .card-ability-name {
  white-space: nowrap;
  overflow: hidden;
  max-width: 210px;
  text-overflow: ellipsis; }

.scene-card .card-ability-name:hover {
  overflow: visible;
  background-color: #d5bdaa;
  z-index: 100;
  position: relative;
  padding-right: 1em;
  max-width: fit-content; }

.scene-card .card-ability-name + span {
  white-space: nowrap;
  background-color: #d5bdaa;
  display: inline-block;
  position: relative; }

.scene-card .card-abilities:before {
  content: "Attributes";
  flex: 0 0 100%;
  margin-top: 0; }

.scene-card .card-abilities:nth-of-type(2):before {
  content: "Action Skills"; }

.scene-card .card-abilities:nth-of-type(4):before {
  content: "Background Skills"; }

.scene-card .card-abilities:nth-of-type(5):before {
  content: "Languages"; }

.scene-card .card-abilities:nth-of-type(6):before {
  content: "Advantages"; }

.scene-card .card-abilities:nth-of-type(2):after {
  content: "Magic Skills";
  position: relative;
  order: 1;
  display: block;
  width: 100%;
  margin-top: .465em; }

.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(3),
.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(5),
.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(7),
.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(8),
.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(10),
.scene-card .card-abilities:nth-of-type(2) .card-ability:nth-child(16) {
  order: 2; }

@media (min-width: 767px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto; } }

@media (max-width: 767px) {
  .scene-card > .row > .col {
    width: 100%; }
  .scene-card > .row > .col,
  .scene-card > .row > .col > .row,
  .scene-card > .row > .col > .row > .col {
    padding: 0; }
  .scene-card .char-icon-container {
    margin: 0 auto; }
  .scene-card .col-4 > a {
    width: 100%;
    margin: 1em 0; }
  .scene-card .card-ability {
    flex: 1 0 100%;
    max-width: 100%; } }

/* end card */
@media (max-width: 767px) {
  .scene-controls-left {
    padding-right: 0; }
  .scene-controls-left .scene-menu {
    margin-right: 0; } }

.tab-content {
  margin-bottom: 1em;
  background: #d5bdaa;
  color: #2C3E50;
  border: none;
  padding: 1em; }

.tab-content:last-child,
.tab-content > div > p:last-child {
  margin-bottom: 0; }

.tab-content .nav-tabs {
  border-bottom: 0px; }

.nav-tabs > li.nav-item > a.active,
.nav-tabs > li.nav-item > a.active:hover,
.nav-tabs > li.nav-item > a.active:focus {
  background-color: #d5bdaa;
  border: 1px solid #d5bdaa; }

.nav-tabs > li.nav-item > a {
  border: 1px solid #d5bdaa;
  border-radius: 0px;
  padding: 7.5px 13.75px; }

.nav-tabs > li.nav-item > a:hover {
  color: #3D6685; }

.nav-tabs {
  display: flex;
  border-bottom: none;
  flex-flow: row; }

.nav-tabs > li.nav-item {
  white-space: nowrap; }

.nav-tabs:not(.--jsfied) {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.nav-tabs::-webkit-scrollbar {
  height: 6px; }

.nav-tabs::-webkit-scrollbar-track {
  background: #d5bdaa; }

.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #928173;
  border-radius: 15px 15px 10px 10px; }

.nav > li.nav-item > a:focus, .nav > li.nav-item > a:hover {
  background-color: rgba(213, 189, 170, 0.5);
  color: #DDDEDF;
  color: #3D6685; }

.nav-tabs .nav-link > a:hover,
.nav-tabs .nav-link > a:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: inherit;
  border-color: #d5bdaa; }

.tab-pane .nav-tabs > li.nav-item > a.active, .tab-pane .nav-tabs > li.nav-item > a.active:hover, .tab-pane .nav-tabs > li.nav-item > a.active:focus, .tab-pane .nav-tabs > li.nav-item > a, .tab-pane .nav-tabs > li.nav-item > a:hover, .tab-pane .nav-tabs > li.nav-item > a:focus, .tab-pane .tab-content, .tab-pane .card, .tab-pane .card-heading {
  background-color: #E9D7C9;
  border: 1px solid #E9D7C9; }

.tab-pane .nav-tabs > li.nav-item > a {
  background-color: #DABDA466; }

.pose-divider {
  border: 1px dotted transparent;
  border-top-color: #a7b9ca;
  height: 1px;
  margin: 1.25em 2em 1em; }

.ansi-palette-166-bg, .ansi-green-bg, .ansi-red-bg, .ansi-cyan-bg, .ansi-magenta-bg {
  color: #ffffff; }

.ansi-red-fg {
  color: #692a23; }

.ansi-bright-red-fg {
  color: #a72626; }

.ansi-blue-fg {
  color: #406b8c; }

.ansi-green-fg {
  color: #026d3c; }

.ansi-bright-green-fg {
  color: #009e56; }

.ansi-green-bg {
  background-color: #026d3c; }

.ansi-red-bg {
  color: #692a23; }

.ansi-green-bg, .ansi-red-bg {
  padding: 0 .125em 0 .1875em;
  margin: 0 .125em; }

.ansi-bright-green-bg {
  background-color: #009e56;
  padding: 0 .25em; }

.ansi-bright-yellow-fg {
  color: #976C30; }

.ansi-palette-179-fg {
  color: #805704; }

/* Buttons and Text Areas */
input, textarea, .ember-power-select-trigger, .ember-basic-dropdown-trigger, .ember-power-select-search-input, .ember-text-field, .form-control {
  border: none;
  border-radius: 0px;
  color: #2C3E50;
  background-color: #E9D7C9; }

input[type='file'] {
  padding-left: .25em; }

button, .btn {
  display: inline-block;
  background: #3D6685;
  border: none !important;
  color: #eef3f7;
  border-radius: .25em;
  padding: 0.25rem 0.75rem;
  vertical-align: middle;
  font-size: 14px;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.125rem 0.5rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.375;
  border-radius: 0.2rem;
  top: -2px;
  position: relative; }

.alert .btn {
  display: inline-block !important;
  margin-top: .5em; }

.alert .btn:not(:first-of-type) {
  margin-left: .5em; }

.btn-secondary {
  background: #2C3E50; }

.btn-warning {
  background: #692a23 !important; }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #999999; }

.btn-primary {
  background: #3D6685; }

.btn-primary:hover {
  background-color: #c4d7e8;
  color: #cca381; }

.btn-success {
  background-color: #497963; }

.alert-success .btn-success {
  background-color: #284357; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
  background-color: #284357;
  color: #DDDEDF; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none; }

.btn-collapse {
  margin-bottom: 0; }

.ember-power-select-trigger {
  border-top: 1px solid #E9D7C9;
  border-bottom: 1px solid #E9D7C9;
  border-right: 1px solid #E9D7C9;
  border-left: 1px solid #E9D7C9;
  background-color: #E9D7C9;
  color: #2C3E50;
  border-radius: 0px !important;
  height: 34px;
  padding: 0 4px; }

.ember-power-select-trigger--active, .ember-power-select-trigger:focus {
  border-color: #a7b9ca;
  box-shadow: none; }

.ember-power-select-multiple-option {
  line-height: 1.5em;
  padding: 1px 5px; }

.ember-basic-dropdown-content {
  background-color: #E9D7C9; }

.ember-power-select-dropdown, .ember-power-select-dropdown.ember-basic-dropdown-content--above, .ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border: 3px solid #a7b9ca;
  border-radius: 0; }

.ember-power-select-option[aria-current=true] {
  background-color: #a7b9ca;
  color: #2C3E50; }

.ember-power-select-option[aria-current=false] {
  background-color: inherit; }

.ember-power-select-search-input:focus {
  box-shadow: none; }

.search-hint {
  color: #eef3f7; }

hr {
  border-top: 1px solid #928173; }

.dropdown-divider {
  border-top: #3D6685 2px solid;
  margin: .25em 0;
  opacity: 1; }

.modal-content, .modal-footer {
  background-color: #a7b9ca; }

.modal-body {
  background-color: #E9D7C9; }

.modal-body, .modal-title, .modal-dialog .close {
  color: #2C3E50;
  text-shadow: none; }

.modal-dialog .close {
  background-color: inherit;
  font-size: 1.75em;
  padding: 0;
  opacity: .75; }

.modal-dialog .close:hover, .modal-dialog .close:focus, .modal-dialog .close:active {
  opacity: 1; }

.modal-title {
  font-size: 1.35em;
  margin-top: 0; }

.modal-footer {
  border-top: 1px solid #3D6685; }

.modal-header {
  border-bottom: 1px solid #3D6685; }

.modal-dialog table.table {
  background: #E9D7C9; }

.modal-body input, .modal-body select, .modal-body .ember-basic-dropdown-trigger {
  background-color: #eef3f7;
  border: none;
  height: 2em; }

.modal-body .ember-basic-dropdown-trigger {
  margin-bottom: .75em; }

.modal-body input#rollString, .modal-body input#newPlace {
  width: calc(100% - 154px); }

.modal-body input#pcRollName, .modal-body input#pcSpellName, .modal-body input#pcTarget, .modal-body input#vsName1, .modal-body input#vsName2, .modal-body .castlabel + select {
  width: calc(50% - 73px);
  margin-right: .5em; }

.modal-body input#pcRollSkill, .modal-body input#pcCastSpell, .modal-body input#npcRating, .modal-body input#vsRoll1, .modal-body input#vsRoll2 {
  width: calc(50% - 72px); }

.modal-body .castlabel {
  width: 75px;
  display: inline-block; }

.modal-body .castsublabel {
  width: 50px;
  display: inline-block; }

.modal-body input#spellString, .modal-body input#spellOpposed {
  width: calc(50% - 18px); }

.modal-body input#newLocation {
  width: calc(100% - 131px); }

.modal-body select {
  width: 150px; }

.modal-body input#luckReason {
  width: calc(100% - 63px); }

.modal-body input:first-child {
  width: calc(100% - 128px); }

.modal-body .chat-report input:first-child {
  width: auto; }

.modal-body .chat-report td {
  vertical-align: middle; }

.modal-body .chat-report td p:last-child {
  margin-bottom: 0; }

.modal-body textarea {
  border: 1px solid #3D6685;
  width: calc(100% - 1.25em); }

.opposed {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.opposed input {
  display: none; }

.nodraw {
  margin-right: 1.25em; }

.nodraw::before {
  content: "\f0c8";
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #eef3f7;
  position: absolute;
  right: 0; }

.opposed input[type="checkbox"]:checked + .nodraw:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Duotone";
  position: absolute;
  right: 0; }

.opposed input[type="checkbox"]:checked + .nodraw::after {
  content: "\10f14a";
  font-family: "Font Awesome 5 Duotone";
  position: absolute;
  right: 0;
  top: 0; }

option {
  color: #543d2b; }

.inline-response {
  border: 1px solid #543d2b;
  border-radius: 0px;
  margin: 0 0 1em 0; }

.inline-response + a[name="bottom"] + p + .row > .col {
  padding: 0; }

a[name="bottom"] + p {
  text-align: right; }

#limit, #title, #icdate, #tags, #content_warning, #time, #warning {
  padding: 6px 12px;
  width: 100%; }

#location {
  padding: .3485em .6em;
  width: 100%; }

p:nth-of-type(2) > #location {
  width: calc(100% - .5em);
  margin-left: .5em; }

.form-group:nth-of-type(6) > .col-sm-9 > p {
  width: 50%;
  float: left;
  min-width: 200px; }

.event-create .form-group:nth-of-type(6) > .col-sm-9 > p {
  width: unset;
  float: none;
  min-width: unset; }

.form-group *:not(.markdown-preview) > *:not(span) > p {
  margin: 0; }

.form-group .hint {
  padding: 0; }

#searchFields p {
  margin-left: 0; }

#searchFields .nav,
#searchFields a.dropdown-toggle,
#searchFields a.dropdown-toggle .btn {
  display: inline-block;
  margin-bottom: .2em; }

#searchFields a.dropdown-toggle .btn,
#searchFields .dropdown-menu {
  margin-left: .5em;
  margin-top: 0; }

#settings .card-body .card-heading,
#settings .card-body .card-body {
  padding-left: 0em; }

/* Tables */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: inherit;
  --bs-table-striped-bg: $background-midlight;
  --bs-table-active-color: inherit;
  --bs-table-active-bg: inherit;
  --bs-table-hover-color: inherit;
  --bs-table-hover-bg: inherit;
  color: #2C3E50; }

.table-striped,
.who-list {
  background: #E9D7C9;
  border-bottom: 1.5px solid #543d2b; }

.table-striped tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd),
.who-list tr:nth-of-type(even) {
  background-color: #d5bdaa; }

#skillscan .table-striped {
  background-color: transparent;
  border-bottom: 1px solid #a7b9ca; }

#skillscan .table-striped tr:nth-child(odd) {
  background-color: #E9D7C9; }

.fs3-skillscan-spell {
  width: 175px; }

td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  border-top: 1px solid #a7b9ca;
  border-bottom: 1px solid #a7b9ca;
  vertical-align: top; }

.census {
  margin-bottom: 0; }

.census > tbody > tr > td,
.census-birthday > tbody > tr > td {
  vertical-align: middle; }

.census th:first-child,
.census td:nth-child(2) {
  display: none; }

th,
.table thead th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
  background-color: #a7b9ca;
  color: #2C3E50;
  font-size: 1.125em;
  font-weight: normal;
  border-bottom: 1px solid #543d2b;
  border-top: 2px solid #543d2b;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase; }

/*.table > tbody > tr > th, 
.people th {
    border-top: 2px solid $background-middark;
}*/
/* Just a quick cheat-style to make some wiki pages have full-width tables */
.tablehundred table {
  width: 100%; }

.tablehundred th {
  width: 25%; }

/* ---Plots--- */
.plots-list {
  margin-top: .5em;
  background-color: transparent;
  border: none;
  margin-bottom: 0; }

.plots-list tr {
  margin-bottom: .5em;
  border-bottom: 2px solid #543d2b;
  border-top: 2px solid #543d2b; }

.plots-list tr:last-child {
  margin-bottom: 0; }

.plots-list thead {
  display: none; }

.plots-list tr {
  display: flex;
  width: 100%;
  flex-flow: row wrap; }

.plots-list td {
  border-bottom: none !important;
  flex: 1 1 225px;
  background-color: #E9D7C9; }

.plots-list td:first-child {
  text-transform: uppercase;
  flex-basis: 100%;
  font-size: 1.125em;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  background-color: #d5bdaa; }

.plots-list td:first-child a:after {
  content: "\f101";
  display: inline-block;
  float: right;
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold; }

.plots-list td:nth-of-type(2):before {
  content: "STs:"; }

.plots-list th:nth-of-type(3),
.plots-list td:nth-of-type(3) {
  flex: 0 0 225px;
  text-align: right;
  line-height: 29px; }

.plots-list td:last-child {
  flex-basis: 100%; }

.plots-list td:last-child img {
  margin: 0 1em 0 0; }

.plots-list td:last-child span:first-child p:last-child {
  display: inline; }

.plots-list .content-warning-label [class*=hint--]::after {
  position: relative;
  background: transparent;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  padding-right: 0;
  padding-left: .675em;
  z-index: 10000002; }

.plots-list .content-warning-label {
  width: 2.275em;
  overflow: hidden;
  vertical-align: middle; }

.plots-list .content-warning-label:hover,
.plots-list .content-warning-label *:hover {
  width: fit-content; }

@media screen and (max-width: 576px) {
  .plots-list td {
    flex-basis: 100% !important; } }

/* ---End Plots--- */
/* This is for the achievements page */
.achievement-table tr {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: .5em;
  border-width: 2px 0;
  border-color: #543d2b; }

.achievement-table tr:last-child {
  margin-bottom: 0; }

.achievement-table td[class^=col-xs-] {
  display: block;
  border: none; }

.achievement-table td.col-xs-9 {
  padding: 1em;
  border-top: 1px dotted #3D6685;
  width: 100%;
  background-color: #E9D7C9; }

.achievement-char {
  display: inline-block;
  flex: 0 0 10em;
  margin-right: .5em; }

.achievement-chars {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

.achievement-table .col-xs-1, .achievement-table .col-xs-2 {
  align-self: stretch;
  background-color: #d5bdaa;
  align-items: center;
  display: flex !important; }

.achievement-table .col-xs-1 {
  flex: 0 1 70px;
  width: 70px;
  padding: .5em;
  text-align: center;
  justify-content: center; }

.achievement-table .col-xs-2 {
  flex: 1;
  justify-self: flex-start;
  padding-left: 0;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em; }

p.achievement-levels {
  text-align: right;
  padding: 10px 0 0;
  margin: 0;
  column-span: all;
  color: rgba(54, 38, 9, 0.675); }

.fa-users,
.fa-user-edit,
.fa-user-plus,
.fa-link,
.fa-book,
.fa-dice,
.fa-clouds-sun,
.fa-glasses,
.fa-typewriter,
.fa-comment-alt-exclamation,
.fa-comments-alt,
.fa-calendar-star,
.fa-calendar-check,
.fa-globe,
.fa-swords,
.fa-sword,
.fa-bow-arrow,
.fa-bomb,
.fa-skull-crossbones,
.fa-luchador,
.fa-battery-bolt,
.fa-hand-sparkles,
.fa-certificate,
.fa-comment-medical,
.fa-hand-holding-medical,
.fa-hospital-user,
.fa-scroll-old,
.fa-calendar-exclamation,
.fa-portal-enter,
.fa-glass-whiskey-rocks,
.fa-comment-alt-dots,
.fa-portrait,
.fa-pencil-alt,
.fa-map-signs,
.fa-globe-snow,
.fa-book-spells,
.fa-hand-holding-magic,
.fa-calendar-alt,
.fa-angry,
.fa-leaf-heart,
.fa-birthday-cake,
.fa-user-slash,
.fa-dumpster-fire,
.fa-jack-o-lantern,
.fa-turkey,
.fa-glass-cheers,
.fa-gifts,
.fa-wand-magic,
.fa-seedling,
.fa-theater-masks,
.fa-trophy-alt {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900; }

.fa-users:before,
.fa-user-edit:before,
.fa-user-plus:before,
.fa-link:before,
.fa-book:before,
.fa-dice:before,
.fa-clouds-sun:before,
.fa-glasses:before,
.fa-laptop-code:before,
.fa-typewriter:before,
.fa-comment-alt-exclamation:before,
.fa-comments-alt:before,
.fa-calendar-star:before,
.fa-calendar-check:before,
.fa-globe:before,
.fa-swords:before,
.fa-sword:before,
.fa-bow-arrow:before,
.fa-bomb:before,
.fa-skull-crossbones:before,
.fa-luchador:before,
.fa-battery-bolt:before,
.fa-hand-sparkles:before,
.fa-certificate:before,
.fa-comment-medical:before,
.fa-hand-holding-medical:before,
.fa-hospital-user:before,
.fa-scroll-old:before,
.fa-calendar-exclamation:before,
.fa-portal-enter:before,
.fa-glass-whiskey-rocks:before,
.fa-comment-alt-dots:before,
.fa-portrait:before,
.fa-pencil-alt:before,
.fa-map-signs:before,
.fa-globe-snow:before,
.fa-book-spells:before,
.fa-hand-holding-magic:before,
.fa-calendar-alt:before,
.fa-angry:before,
.fa-leaf-heart:before,
.fa-birthday-cake:before,
.fa-user-slash:before,
.fa-dumpster-fire:before,
.fa-jack-o-lantern:before,
.fa-turkey:before,
.fa-glass-cheers:before,
.fa-gifts:before,
.fa-wand-magic:before,
.fa-seedling:before,
.fa-theater-masks:before,
.fa-trophy-alt:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

a .fa-calendar-check:before {
  color: #2C3E50; }

.fa-users:after,
.fa-user-edit:after,
.fa-user-plus:after,
.fa-link:after,
.fa-book:after,
.fa-dice:after,
.fa-clouds-sun:after,
.fa-typewriter:after,
.fa-comment-alt-exclamation:after,
.fa-comments-alt:after,
.fa-calendar-star:after,
.fa-calendar-check:after,
.fa-globe:after,
.fa-swords:after,
.fa-sword:after,
.fa-bow-arrow:after,
.fa-bomb:after,
.fa-skull-crossbones:after,
.fa-luchador:after,
.fa-battery-bolt:after,
.fa-hand-sparkles:after,
.fa-certificate:after,
.fa-comment-medical:after,
.fa-hand-holding-medical:after,
.fa-hospital-user:after,
.fa-scroll-old:after,
.fa-calendar-exclamation:after,
.fa-portal-enter:after,
.fa-glass-whiskey-rocks:after,
.fa-comment-alt-dots:after,
.fa-portrait:after,
.fa-pencil-alt:after,
.fa-map-signs:after,
.fa-globe-snow:after,
.fa-book-spells:after,
.fa-hand-holding-magic:after,
.fa-calendar-alt:after,
.fa-angry:after,
.fa-leaf-heart:after,
.fa-birthday-cake:after,
.fa-user-slash:after,
.fa-dumpster-fire:after,
.fa-jack-o-lantern:after,
.fa-turkey:after,
.fa-glass-cheers:after,
.fa-gifts:after,
.fa-wand-magic:after,
.fa-seedling:after,
.fa-theater-masks:after,
.fa-trophy-alt:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
  color: var(--fa-secondary-color, inherit);
  color: #653300; }

.fa-users:after {
  content: "\10f0c0";
  opacity: .5;
  opacity: var(--fa-secondary-opacity, 0.5); }

.fa-user-edit:after {
  content: "\10f4ff";
  opacity: .5;
  opacity: var(--fa-secondary-opacity, 0.5); }

.fa-user-plus:after {
  content: "\10f234";
  opacity: .5;
  opacity: var(--fa-secondary-opacity, 0.5); }

.fa-link:after {
  content: "\10f0c1"; }

.fa-book:after {
  content: "\10f02d"; }

.fa-dice:after {
  content: "\10f522";
  opacity: .33;
  opacity: var(--fa-secondary-opacity, 0.33); }

.fa-clouds-sun:before {
  content: "\f746";
  opacity: var(--fa-primary-opacity, 0.5); }

.fa-clouds-sun:after {
  content: "\10f746";
  opacity: var(--fa-secondary-opacity, 0.5); }

.fa-glasses:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa-glasses:after {
  font-family: "Font Awesome 5 Duotone";
  content: "\10f530";
  opacity: .25;
  opacity: var(--fa-secondary-opacity, 0.25);
  color: #653300; }

.fa-laptop-code {
  position: relative; }

.fa-laptop-code:after {
  content: "\f5fc";
  font-family: "Font Awesome 5 Duotone";
  opacity: .25;
  opacity: var(--fa-secondary-opacity, 0.25);
  color: #653300; }

.fa-laptop-code:before,
.fa-globe:before {
  font-family: 'Font Awesome 5 Pro';
  z-index: 1; }

.fa-globe:before {
  font-weight: 300; }

.fa-typewriter:after {
  content: "\10f8e7"; }

.fa-comment-alt-exclamation:before,
.fa-comment-alt-dots:before {
  opacity: .5;
  opacity: var(--fa-primary-opacity, 0.5);
  color: #653300; }

.fa-comment-alt-exclamation:after,
.fa-comment-alt-dots:after {
  content: "\10f4a5";
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
  color: inherit; }

.fa-comments-alt:after {
  content: "\10f4b6"; }

.fa-calendar-star:after {
  content: "\10f736"; }

.fa-calendar-check:after {
  content: "\10f274"; }

.fa-globe:after {
  content: "\f111";
  font-family: 'Font Awesome 5 Pro';
  opacity: .25;
  opacity: var(--fa-secondary-opacity, 0.25); }

.fa-pencil-alt:after {
  content: "\10f303"; }

.fa-swords:after {
  content: "\10f71d"; }

.fa-sword:after {
  content: "\10f71c"; }

.fa-bow-arrow:after {
  content: "\10f6b9"; }

.fa-bomb:after {
  content: "\10f1e2";
  opacity: 1; }

.fa-skull-crossbones:after {
  content: "\10f714"; }

.fa-luchador:after {
  content: "\10f455"; }

.fa-battery-bolt:after {
  content: "\10f376"; }

.fa-hand-sparkles:after {
  content: "\10f95d"; }

.fa-certificate:after {
  content: "\10f0a3"; }

.fa-comment-medical:after {
  content: "\10f7f5"; }

.fa-hand-holding-medical:after {
  content: "\10f95c"; }

.fa-hospital-user:after {
  content: "\10f80d"; }

.fa-scroll-old:after {
  content: "\10f70f"; }

.fa-calendar-exclamation:after {
  content: "\10f334"; }

.fa-portal-enter:after {
  content: "\10f922"; }

.fa-glass-whiskey-rocks:after {
  content: "\10f7a1"; }

.fa-comment-alt-dots:after {
  content: "\10f4a3"; }

.fa-portrait:after {
  content: "\10f3e0"; }

.fa-map-signs:after {
  content: "\10f277"; }

.fa-globe-snow:after {
  content: "\10f7a3";
  opacity: .25; }

.fa-book-spells:after {
  content: "\10f6b8"; }

.fa-hand-holding-magic:after {
  content: "\10f6e5"; }

.fa-calendar-alt:after {
  content: "\10f073"; }

.fa-angry:before {
  content: "\f556";
  left: -1px;
  top: 3px; }

.fa-angry:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f3a4"; }

.fa-leaf-heart:after {
  content: "\10f4cb"; }

.fa-birthday-cake:after {
  content: "\10f1fd"; }

.fa-user-slash:after {
  content: "\10f506"; }

.fa-dumpster-fire:before {
  opacity: .5;
  opacity: var(--fa-primary-opacity, 0.5);
  color: #653300; }

.fa-dumpster-fire:after {
  content: "\10f794";
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
  color: inherit; }

.fa-jack-o-lantern:after {
  content: "\10f30e"; }

.fa-turkey:before {
  opacity: .65;
  opacity: var(--fa-secondary-opacity, 0.65);
  color: #653300; }

.fa-turkey:after {
  content: "\10f725"; }

.fa-glass-cheers:after {
  content: "\10f79f"; }

.fa-gifts:after {
  content: "\10f79c"; }

.fa-wand-magic:after {
  content: "\10f72b"; }

.fa-seedling:after {
  content: "\10f4d8"; }

.fa-theater-masks:after {
  content: "\10f630"; }

.fa-trophy-alt:after {
  content: "\10f2eb"; }

/* Spell Roll 'Tables' */
.spellrolls {
  margin: 1.5em 0;
  display: flex;
  flex-flow: row wrap;
  clear: both; }

.spellrolls p {
  margin: 0;
  padding: .5em .75em; }

.spellrolls > p, spellstyle > p {
  display: none; }

.spellrolls div {
  display: inline-block;
  background: #E9D7C9;
  border-bottom: 1px solid #a7b9ca; }

.spellrolls div:nth-of-type(4n), .spellrolls div:nth-of-type(4n-1) {
  background: #d5bdaa; }

.spellrolls .result {
  width: 175px;
  vertical-align: top; }

.spellrolls .outcome {
  width: calc(100% - 175px); }

.spellrolls div:nth-of-type(n+1):nth-of-type(-n+2)::before {
  content: "Roll";
  display: block;
  background: #a7b9ca;
  padding: .5em .75em;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  border-top: 2px solid #543d2b;
  border-bottom: 1px solid #543d2b; }

.spellrolls div:nth-of-type(2)::before {
  content: "Result" !important; }

/* Spellstyle Box */
.spellstyle {
  float: right;
  padding: 1em;
  margin: 0 .25em 1em 1em;
  background-color: #d5bdaa;
  box-shadow: 0 0 0.25em 0.25em rgba(213, 189, 170, 0.85);
  width: fit-content;
  max-width: 325px; }

.spellstyle div {
  display: inline-block;
  vertical-align: top; }

.spellstyle p {
  margin: 0; }

.spellstyle .aspect {
  width: 100%;
  text-align: center;
  margin-bottom: .5em; }

.spellstyle .aspect img:not(:only-of-type) {
  width: 125px;
  height: auto;
  display: inline-block; }

.spellstyle .aspect img:last-of-type:not(:only-of-type) {
  margin-right: .5em; }

.spellstyle .checks {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.1225em;
  width: 4em;
  display: inline-block; }

.spellstyle .dice {
  width: calc(100% - 4.75em);
  vertical-align: text-top;
  display: inline-block; }

.spellstyle .dice > span:first-of-type:not(:only-of-type)::after {
  content: ","; }

.spellstyle ~ .image-container.center img,
.magic .image-container.center img {
  width: 450px; }

.spellstyle + span > p,
.magic > span > p {
  text-indent: 2.5em; }

/* Magic Page Header Icons */
a[name="the-skills"] ~ h3:before, a[name="the-skills"] ~ .mail-message-inbox:before,
.spell-list h3:before,
.spell-list .mail-message-inbox:before,
#skillscan #spell h3:before,
#skillscan #spell .mail-message-inbox:before {
  content: "";
  width: 1.25em;
  height: 1em;
  background-image: url(/game/uploads/wiki/chaos.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: -4px 1px; }

a[name="elemental"] + h3:before, a[name="elemental"] + .mail-message-inbox:before,
.spell-list .spellheader-Elemental:before,
#skillscan #spell h3.Elemental:before,
#skillscan #spell .Elemental.mail-message-inbox:before {
  background-image: url(/game/uploads/wiki/elemental.png); }

a[name="heart"] + h3:before, a[name="heart"] + .mail-message-inbox:before,
.spell-list .spellheader-Heart:before,
#skillscan #spell h3.Heart:before,
#skillscan #spell .Heart.mail-message-inbox:before {
  background-image: url(/game/uploads/wiki/heart.png); }

a[name="law"] + h3:before, a[name="law"] + .mail-message-inbox:before,
.spell-list .spellheader-Law:before,
#skillscan #spell h3.Law:before,
#skillscan #spell .Law.mail-message-inbox:before {
  background-image: url(/game/uploads/wiki/law.png);
  background-position: 0px 1px; }

a[name="life"] + h3:before, a[name="life"] + .mail-message-inbox:before,
.spell-list .spellheader-Life:before,
#skillscan #spell h3.Life:before,
#skillscan #spell .Life.mail-message-inbox:before {
  background-image: url(/game/uploads/wiki/life.png); }

a[name="sight"] + h3:before, a[name="sight"] + .mail-message-inbox:before,
.spell-list .spellheader-Sight:before,
#skillscan #spell h3.Sight:before,
#skillscan #spell .Sight.mail-message-inbox:before {
  background-image: url(/game/uploads/wiki/sight.png);
  background-position: -2px 1px; }

.spell-list > ul:last-child {
  margin-bottom: 0; }

/* Spells Lists */
.spell-known {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: .25em 0;
  border-top: 1px solid rgba(84, 61, 43, 0.2); }

.spell-known > a {
  display: inline-block;
  width: 155px; }

.spell-data {
  width: calc(100% - 160px);
  display: flex;
  flex-flow: row wrap;
  column-gap: 2em; }

.spell-data .spell-roll {
  flex: 1 1 50%; }

.spell-data .spell-fs3 {
  flex: 0 0 calc(50% - 2em); }

.spell-data .spell-vs,
.spell-data .spell-special,
.spell-data .spell-note {
  flex-basis: 100%; }

.spell-special > span {
  display: inline-block; }

.spell-data span:before {
  font-style: normal;
  font-weight: bold;
  width: 45px;
  display: inline-block; }

.spell-roll:before {
  content: "Roll: "; }

.spell-fs3:before {
  content: "FS3: "; }

.spell-vs:before {
  content: "VS: "; }

.spell-data .spell-special:before {
  content: "Info:"; }

.spell-data .spell-note:before {
  content: "Note:"; }

.spell-note > div {
  display: inline; }

.spell-note .fa-edit,
#systemfs3sheet .fa-share-square {
  cursor: pointer; }

.spell-note .fa-edit:before,
#systemfs3sheet .fa-share-square:before {
  color: #653300 !important;
  opacity: .5 !important; }

#newNote {
  width: calc(100% - 79px); }

#systemfs3sheet .fa-share-square {
  font-size: .875em; }

h3 + .spell-known, .mail-message-inbox + .spell-known, .scene-card .card-abilities:before + .spell-known, .scene-card .card-abilities:nth-of-type(2):after + .spell-known {
  border-top: none; }

#systemspells h3:first-of-type, #systemspells .mail-message-inbox:first-of-type, #systemspells .scene-card .card-abilities:first-of-type:before, .scene-card #systemspells .card-abilities:first-of-type:before, #systemspells .scene-card .card-abilities:first-of-type:nth-of-type(2):after, .scene-card #systemspells .card-abilities:first-of-type:nth-of-type(2):after {
  margin-top: 0; }

#systemspells .spell-known > a {
  min-width: 155px;
  width: 25%; }

#systemspells .spell-data {
  width: 75%;
  max-width: calc(100% - 155px); }

@media screen and (max-width: 767px) {
  .spell-data span {
    flex-basis: 100%; } }

@media screen and (max-width: 575px) {
  #systemspells .spell-known > a {
    width: 100%;
    font-weight: bold; }
  #systemspells .spell-data {
    max-width: 100%;
    width: 100%; } }

/* Spell Learning */
.spell-learn {
  margin-top: 3em; }

.spell-learn.no-spells {
  margin-top: 0; }

.spell-learn h2,
.dotcount h2 {
  padding-top: 0;
  margin-top: 0; }

.spell-learning {
  display: flex;
  flex-flow: row wrap; }

#currentAspect,
#currentSpell {
  flex: 1 1 150px;
  min-width: 150px;
  margin-right: 0.5em; }

/* Notifications Page */
.notifications-list {
  margin-bottom: 0;
  border-top: 2px solid #543d2b; }

.notifications-list p {
  margin: 0; }

.left-body > div + h1 + .row .col.float-end {
  text-align: right;
  padding-right: 15px; }

.left-body > div + h1 + .row .col.float-end .btn:only-child {
  margin-right: 0;
  margin-top: -15px; }

.notification-nav {
  width: fit-content; }

.notification-nav,
.notification-nav + .tab-content {
  top: 1em;
  position: relative; }

@media screen and (min-width: 575px) {
  .notification-nav,
  .notification-nav + .tab-content {
    top: -1.75em; } }

.notification-nav .rounded-pill {
  top: -.25em; }

.notifications-list tr td:first-child {
  padding: 0;
  vertical-align: middle; }

.notifications-list tr td:first-child .rounded-pill {
  margin: 5px 0 5px .5em;
  display: inline-block; }

.notifications-list tr td:nth-of-type(2) {
  white-space: nowrap; }

.notifications-list tr td:last-child {
  width: 3.5em;
  padding-right: .5em;
  text-align: right; }

@media screen and (max-width: 767px) {
  .notifications-list tr {
    display: flex;
    flex-flow: row wrap; }
  .notifications-list > tbody > tr > td {
    flex: 0 auto;
    border-bottom: none;
    border-width: 0; }
  .notifications-list tr td:first-child {
    flex-basis: 100%;
    padding: 0;
    text-align: center; }
  .notifications-list .rounded-pill.bg-primary {
    margin: .5em;
    display: inline-block; }
  .notifications-list tr td:nth-of-type(2) {
    width: calc(100% - 3.5em);
    padding-right: 0; }
  .notifications-list tr td:nth-child(3) {
    order: 1;
    border-top-width: 1px;
    border-bottom-width: 2px;
    flex-basis: 100%; }
  .notifications-list > tbody > tr:last-child > td:nth-child(3) {
    border-bottom-width: 0; } }

/* Mailbox */
.mail-nav + .tab-content {
  padding-top: 0.125em; }

@media screen and (max-width: 576px) {
  .mail-list {
    display: flex;
    margin-top: .5em;
    background-color: transparent;
    border: none;
    margin-bottom: 0; }
  .mail-list tr {
    margin-bottom: .5em;
    border-bottom: 2px solid #543d2b;
    border-top: 2px solid #543d2b; }
  .mail-list tr:last-child {
    margin-bottom: 0; }
  .mail-list thead {
    display: none; }
  .mail-list tr {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    position: relative; }
  .mail-list td {
    border-bottom: none !important;
    flex: 1 1 100%;
    background-color: #E9D7C9; }
  .mail-list td:first-child {
    text-transform: uppercase;
    flex-basis: min-content;
    font-size: 1.125em;
    font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    background-color: rgba(204, 163, 129, 0.5); }
  .mail-list td:first-child .badge {
    vertical-align: middle; }
  .mail-list td:nth-child(2):before {
    content: "From: ";
    color: #3D6685; }
  .mail-list td:nth-child(3):before {
    content: "Sent: ";
    color: #3D6685; } }

/* Forum */
.forum-reply-panel > p:first-child {
  margin-left: 1em; }

.forum-reply-panel .action-buttons {
  margin-right: 1em;
  margin-bottom: 1em; }

@media screen and (max-width: 576px) {
  body.forum table,
  body.forum-category table {
    display: flex;
    margin-top: .5em;
    background-color: transparent;
    border: none;
    margin-bottom: 0; }
  body.forum table tr,
  body.forum-category table tr {
    margin-bottom: .5em;
    border-bottom: 2px solid #543d2b;
    border-top: 2px solid #543d2b; }
  body.forum table tr:last-child,
  body.forum-category table tr:last-child {
    margin-bottom: 0; }
  body.forum table thead,
  body.forum-category table thead {
    display: none; }
  body.forum table tr,
  body.forum-category table tr {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    position: relative; }
  body.forum table td,
  body.forum-category table td {
    border-bottom: none !important;
    flex: 1 1 100%;
    background-color: #E9D7C9; }
  body.forum table td:first-child,
  body.forum-category table td:first-child {
    flex: 0 0 min-content;
    background-color: #d5bdaa;
    padding: 5px 0; }
  body.forum table td:first-child > span,
  body.forum-category table td:first-child > span {
    margin-left: 5px; }
  body.forum table td:nth-child(2),
  body.forum-category table td:nth-child(2) {
    text-transform: uppercase;
    flex-basis: min-content;
    font-size: 1.125em;
    font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    background-color: #d5bdaa; }
  body.forum table td:nth-child(3) {
    display: block;
    padding: 0;
    border-collapse: collapse; }
  body.forum table td:nth-child(3) span {
    padding: 5px;
    display: block; }
  body.forum table td:nth-child(3) span:empty {
    display: none; }
  body.forum table td:nth-child(3) span > p:last-child {
    margin-bottom: 0; }
  body.forum table td:last-child {
    background-color: transparent;
    position: absolute;
    right: 5px; }
  body.forum-category table td:nth-of-type(3):before {
    content: "Posted by: ";
    color: #3D6685; }
  body.forum-category table td:nth-of-type(4):before {
    content: "Last: ";
    color: #3D6685; } }

/* Alerts */
.alert {
  margin: 1em 0px;
  border: none;
  border-radius: 0px; }

.alert a {
  color: #c4d7e8; }

.alert a:hover, .alert a:focus {
  color: #362609; }

.alert-warning,
.alert-danger {
  background-color: #692a23;
  color: #eef3f7; }

.alert-warning a,
.alert-danger a {
  color: #dd9090; }

.alert-info {
  background-color: #3D6685;
  color: #eef3f7; }

.alert-info a {
  text-shadow: none; }

.alert-success {
  background-color: #497963;
  color: #DDDEDF; }

/* Sheet Stuff */
.char-ability-title {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.625em;
  color: #2C3E50;
  background: inherit;
  font-weight: normal;
  border: none;
  margin: 20px 0px 10px 0px;
  padding: 0px;
  letter-spacing: normal; }

div:first-of-type .xp-list {
  margin: 0; }

div:first-of-type .xp-list .char-ability-title {
  margin-top: 0;
  padding-top: .5em !important; }

#systemfs3sheet > div > .row {
  display: flex;
  flex-flow: column; }

#systemfs3sheet > div > .row > .col {
  width: 100%;
  max-width: 100%; }

#systemfs3sheet > div > .row > .col table {
  display: flex;
  flex-flow: row wrap; }

#systemfs3sheet > div > .row > .col table tr {
  min-width: 50%;
  display: flex;
  flex-flow: row wrap; }

#systemfs3sheet > div > .row > .col table tr td {
  flex: 0 1 135px;
  white-space: nowrap;
  min-width: 135px;
  max-width: 135px;
  border: none; }

#systemfs3sheet > div > .row > .col table tr td:nth-of-type(2) {
  flex: 0 1 150px;
  overflow: visible;
  min-width: 150px;
  text-align: right; }

#systemfs3sheet > div > .row > .col table tr td:last-of-type {
  flex: 0 1 110px;
  min-width: 110px; }

/*#systemfs3sheet > div > .row:nth-child(2) > .col:first-child table tr td:first-child:hover {
    overflow: visible;
    min-width: fit-content;
    position: absolute;
    background-color: $accent-midlight;
    z-index: 100;
}

#systemfs3sheet > div > .row:nth-child(2) > .col:first-child table tr td:first-child:hover + td {
    margin-left: 135px;
}

#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr {
    order: 0;
}*/
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table:before {
  content: "Magic Skills";
  position: relative;
  order: 1;
  display: block;
  width: 100%;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: 20px 0px 10px 0px; }

@media screen and (max-width: 575px) {
  #systemfs3sheet > div > .row > .col table tr {
    justify-content: center;
    border-top: 2px solid #362609;
    width: 100%; }
  #systemfs3sheet > div > .row > .col table tr:last-child,
  #systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(16) {
    border-bottom: 2px solid #362609;
    margin-bottom: 1em; }
  #systemfs3sheet > div > .row > .col table tr td {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center !important;
    flex: 0 0 100% !important; }
  #systemfs3sheet > div > .row > .col table tr td:nth-of-type(2) {
    padding: 0 4px; } }

#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(3),
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(5),
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(7),
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(8),
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(10),
#systemfs3sheet > div > .row:first-child > .col:nth-child(2) table tr:nth-child(16) {
  order: 2; }

#systemfs3xp > div:first-child > p:first-child {
  margin: 0 .25em 1em; }

#systemfs3xp > div > div > p {
  font-family: "Condiment", sans-serif;
  font-size: 1.625em;
  margin: 1.5em .25em .25em; }
  #systemfs3xp > div > div > p b {
    font-weight: normal; }

#systemfs3xp hr {
  margin-top: 0; }

#systemfs3xp .char-ability-title {
  border-bottom: 1px dotted #3D6685;
  padding: .75em 0 .5em;
  margin-bottom: 0; }

#systemfs3xp .xp-progress {
  margin: .25em 0;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold; }

#systemfs3xp .progress {
  background-color: #E9D7C9;
  width: 100%;
  height: 2em;
  border-radius: 1em; }

#systemfs3xp .progress-bar {
  background-color: #3D6685 !important; }

#systemfs3xp .progress-value {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

#systemfs3xp .xp-ability {
  border-bottom: 1px dotted #3D6685;
  height: fit-content; }

#systemfs3xp > div > div:nth-child(3) > .xp-list {
  display: flex;
  flex-flow: column; }

#systemfs3xp .char-ability-title {
  padding-top: 1em !important; }

#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(6) {
  padding-bottom: .675em; }

#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(6)::before {
  content: "Magic Skills";
  position: relative;
  order: 0;
  display: block;
  width: calc(100% + 10px);
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.65em;
  margin: .75em -5px 10px;
  padding-bottom: .5em;
  border-bottom: 1px dotted #3D6685; }

#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(6),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(7),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(10),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(11),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(14),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(15),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(16),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(17),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(20),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(21),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(32),
#systemfs3xp > div > div:nth-child(3) > .xp-list > div:nth-child(33) {
  order: 1; }

@media screen and (max-width: 575px) {
  #systemfs3xp .xp-ability {
    width: 100%;
    margin: 0;
    min-height: unset; }
    #systemfs3xp .xp-ability .col-xs-12 {
      flex-basis: 100%; }
    #systemfs3xp .xp-ability .col:last-of-type {
      text-align: center; }
    #systemfs3xp .xp-ability .col:last-of-type .btn {
      width: 100%; }
    #systemfs3xp .xp-ability .col:first-of-type {
      width: 33.3333333%;
      overflow: visible;
      white-space: nowrap;
      flex: 0 0 0%; }
    #systemfs3xp .xp-ability .col.col-xs-8:last-of-type {
      text-align: right; }
  #systemfs3xp > div > p:last-of-type {
    margin: 0 10px; }
    #systemfs3xp > div > p:last-of-type > input {
      width: 100%;
      margin: .25em 0; }
    #systemfs3xp > div > p:last-of-type .btn {
      width: 100%; } }

@media screen and (min-width: 576px) {
  #systemfs3xp .xp-ability {
    margin: 0px;
    display: flex;
    align-items: center;
    min-height: 3em;
    padding-bottom: .375em; }
  #systemfs3xp .xp-ability-name,
  #systemfs3xp .xp-ability > .row,
  #systemfs3xp .xp-ability .col {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0; }
  #systemfs3xp .xp-ability .col:first-of-type,
  #systemfs3xp > div > p:last-of-type > b {
    width: 10em;
    min-width: 10em;
    flex: 0 0 10em;
    display: inline-block; }
  #systemfs3xp .xp-ability .col:nth-of-type(2) {
    max-width: 20em; }
  #systemfs3xp .xp-ability .col:nth-of-type(2):last-child {
    text-align: center;
    flex: 0 0 auto;
    width: 33.33333333%;
    font-weight: bold; }
  #systemfs3xp .xp-ability .col:nth-of-type(3) {
    padding-left: 1em;
    min-width: 21%;
    flex: 1 0 0%; }
  #systemfs3xp .xp-progress {
    margin: 0; }
  #systemfs3xp .xp-ability .row {
    display: flex;
    align-items: center;
    padding-bottom: .125em; }
  #systemfs3xp .xp-ability > .row > .col.col-xs-12.col-sm-6:last-child {
    position: relative;
    top: .075em; }
  #systemfs3xp .btn {
    padding: .25em .5em; }
  #systemfs3xp .col .btn {
    position: relative;
    top: .125em; }
  #systemfs3xp > div > p {
    padding: .5em; }
  #systemfs3xp p {
    padding: .5em .375em !important;
    margin: 0 !important; }
  #systemfs3xp > div > p > input {
    margin: 0 .425em 0 0;
    position: relative;
    top: 1px;
    width: 15em; }
  #systemfs3xp > div > p:last-of-type > b {
    padding-left: .25em; } }

#systemachievements > div {
  display: flex;
  flex-flow: row wrap; }

.char-achievements,
.char-achievements + hr {
  flex: 0 0 100%; }

.char-achievements ~ p {
  flex: 1 1 250px;
  text-align: center; }

.char-achievements ~ p:last-of-type {
  flex: 1 1 100%; }

.char-achievement {
  display: flex;
  align-items: center;
  padding-bottom: .5em; }

.char-achievement i {
  display: flex;
  flex: 0 0 2.5rem;
  align-items: center;
  justify-content: center; }

@media (min-width: 576px) {
  .char-achievements {
    column-count: 2; } }

@media (max-width: 767px) {
  .char-achievements {
    column-count: 1; } }

#systemfs3damage td p {
  margin: 0; }

.char-dot-empty, .char-dot-fill {
  color: #2C3E50; }

#systemfs3sheet .char-ability-list td .char-dot-fill:first-of-type,
#systemfs3sheet .row:first-of-type .col:last-of-type td .char-dot-fill:nth-of-type(n+1):nth-of-type(-n+2),
.card-abilities .char-dot-fill:first-of-type,
.card-abilities:nth-of-type(2) .char-dot-fill:nth-of-type(n+1):nth-of-type(-n+2),
.pref-dots .green {
  color: #497963cc; }

#systemfs3sheet .char-ability-list td .char-dot-fill:nth-of-type(2),
#systemfs3sheet .row:first-of-type .col:last-of-type td .char-dot-fill:nth-of-type(n+3):nth-of-type(-n+4),
.card-abilities .char-dot-fill:nth-of-type(2),
.card-abilities:nth-of-type(2) .char-dot-fill:nth-of-type(n+3):nth-of-type(-n+4),
.pref-dots .yellow {
  color: #d0a569cc; }

div#systemfs3sheet .char-ability-list td .char-dot-fill:nth-of-type(3),
#systemfs3sheet .row:first-of-type .col:last-of-type td .char-dot-fill:nth-of-type(n+5):nth-of-type(-n+6),
.card-abilities .char-dot-fill:nth-of-type(3),
.card-abilities:nth-of-type(2) .char-dot-fill:nth-of-type(n+5):nth-of-type(-n+6),
.pref-dots .red {
  color: #ab4e4ecc; }

#systemfs3sheet .char-ability-list td .char-dot-fill:nth-of-type(4),
#systemfs3sheet .row:first-of-type .col:last-of-type td .char-dot-fill:nth-of-type(n+7):nth-of-type(-n+8),
.card-abilities .char-dot-fill:nth-of-type(4),
.card-abilities:nth-of-type(2) .char-dot-fill:nth-of-type(n+7):nth-of-type(-n+8) {
  color: #4d87b7cc; }

.char-dot-fill {
  position: relative; }

.char-dot-fill:after {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 0;
  color: #2C3E50;
  font-weight: 400; }

.fs3-linked-attr {
  color: #2C3E50;
  opacity: .6; }

.char-ability-list td {
  border-bottom: none;
  padding: 4px; }

#fs3abilities .card-heading, .chargen-section-title {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.35em;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 1em; }

.fs3-skillbutton {
  width: 1.75em;
  border-radius: 2em;
  color: #DDDEDF !important;
  font-weight: bold;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  height: 1.75em; }

#fs3abilities .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }

.cg-tip, .cg-tip p {
  margin-left: 0;
  color: inherit; }

.cg-tip ~ div > .row > .col-sm-7,
.cg-tip ~ div > .row > .col-sm-6 {
  flex: 1 1 0;
  max-width: unset; }

.cg-tip ~ div > .row > .col-sm-3 {
  max-width: 10.75em;
  flex: 0 0 10.75em;
  text-align: center; }

.cg-tip ~ div > .row > .col-sm-2 {
  max-width: 7.5em;
  flex: 0 0 7.5em;
  text-align: center; }

.cg-tip ~ div > .row > .col-sm-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  flex: 0 0 1.5em; }

@media screen and (max-width: 767px) {
  .cg-tip ~ div > .row > .col-sm-7,
  .cg-tip ~ div > .row > .col-sm-6 {
    flex-basis: 100%;
    padding-bottom: .5em; } }

.fs3-divider,
.fs3-dividr {
  height: 0px;
  margin: 1em 0;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid #a7b9ca; }

.cg-tip ~ div:first-of-type > .row:first-child {
  border-top: 1px solid #a7b9ca;
  padding-top: 1em;
  margin-top: 1em; }

.cg-tip + br {
  display: none; }

#descs input {
  width: calc(100% - 2em);
  margin: 0 1em 1.25em; }

button[name="unsubmit"] {
  border: 1px solid white !important;
  margin-left: 1em;
  margin-top: 0 !important; }

.alert.alert-warning {
  display: flex;
  align-items: center; }

.wiki-breadcrumbs ~ .row > .col > .float-end + .alert.alert-warning {
  margin: 2.5em auto .25em;
  display: block; }

.alert.alert-warning p {
  margin: 0; }

.lang-Asl, .ability-Asl {
  text-transform: uppercase; }

/* Jobs */
.display-job-row {
  border-bottom: 1px solid #3D6685;
  padding: 0px 0px 10px 0px; }

.display-job-row .display-job-controls {
  text-align: right; }

.table-responsive > .table.table-striped > tbody > tr > td > p:only-child {
  margin: 0; }

.job-participant-edit-box {
  padding-left: 0; }

.dropdown-menu .job-category,
.dropdown-menu .job-status {
  margin-right: .25em;
  padding: .125em .125em 0;
  border-radius: 0; }

.job-status-NEW, .job-category-ALERT {
  background-color: #976C30; }

.job-status-OPEN {
  background-color: #497963; }

.job-status-HOLD {
  background-color: #2a542a; }

.job-status-DONE, .job-category-SYS {
  background-color: #284357; }

.job-status-ARCHIVED {
  background-color: #928173;
  color: #2C3E50aa; }

.job-category-BUG {
  background-color: #692a23; }

.job-category-PLOT {
  background-color: #461946; }

.job-category-RP {
  background-color: #337ab7; }

.job-category-BACK {
  background-color: #E9D7C9; }

.job-category-REQ {
  background-color: #3D6685; }

.job-category-APP, .job-category-STATS {
  background-color: #5b3f94; }

.job-category-BUILD, .job-category-CODE {
  background-color: #9e4d26; }

.job-category-MISC {
  background-color: #666666; }

.job-category-WIKI {
  background-color: #373790; }

.job-category-general {
  background-color: #2C3E50aa;
  border: none; }

.admin-only-reply {
  border-radius: 0px;
  padding: 5px;
  margin: 0; }

.admin-only-reply, .admin-only-reply .markdown-editor {
  background-color: #692a23; }

.admin-only-reply > p, .admin-only-reply > span {
  background-color: #d5bdaa;
  margin: 0;
  padding: 0 .5em .5em;
  color: #362609;
  display: block; }

.admin-only-reply > span > :last-child {
  margin-bottom: 0; }

.admin-only-reply-label {
  top: -.375em;
  position: relative;
  left: .125em;
  background-color: #976C30; }

.admin-only-reply-label + p {
  padding: .5em .5em .25em; }

.admin-only-reply .markdown-control-toggle.active {
  color: #ffffff; }

.admin-only-reply .markdown-control-toggle {
  color: #DDDEDF; }

.admin-only-reply.job-reply .hint.float-end {
  color: #E9D7C9;
  padding-top: 0;
  margin-right: .25em; }

.admin-only-reply.job-reply .hint.float-end p {
  top: -.175em;
  position: relative; }

.inline-response .preset-responses .ember-basic-dropdown-trigger {
  margin-right: 1.25em;
  margin-bottom: 1.35em; }

.preset-responses + .action-buttons {
  margin: 0 1.25em 1.25em; }

.job-reply ~ .inline-response > div:first-of-type {
  margin: 10px 20px 20px 0; }

.job-reply .hint.float-end p {
  margin-bottom: 0; }

.player-reply, .player-reply .markdown-editor {
  background-color: #d5bdaa;
  border-color: #d5bdaa; }

#jobMenuBottom {
  float: left; }

#jobMenuBottom + .action-buttons {
  float: right;
  width: fit-content; }

@media screen and (max-width: 576px) {
  .jobs-list {
    display: flex;
    flex-flow: row wrap; }
  .jobs-list thead {
    display: none; }
  .jobs-list tr {
    display: flex;
    flex-flow: row wrap; }
  .jobs-list td:first-child {
    flex: 1 1 100%; }
  .jobs-list td:nth-child(2),
  .jobs-list td:nth-child(3) {
    flex: 0 1 90px;
    text-align: right; }
  .jobs-list td:nth-child(4),
  .jobs-list td:nth-child(5) {
    flex: 1 1 calc(100% - 90px); }
  .jobs-list td:nth-child(2) {
    order: 2; }
  .jobs-list td:nth-child(3) {
    order: 4; }
  .jobs-list td:nth-child(4) {
    order: 1; }
  .jobs-list td:nth-child(5) {
    order: 3; }
  .jobs-list td:nth-child(4):before {
    content: "Submitter: ";
    color: #3D6685; }
  .jobs-list td:nth-child(5):before {
    content: "Handled By: ";
    color: #3D6685; } }

/* Scrollbar */
::-webkit-scrollbar {
  background-color: #543d2b; }

::-webkit-scrollbar-thumb {
  background-color: #3D6685; }

/* Character and Admin Directories */
h1 + p + h2 + div + .clearfix + h2:nth-of-type(2), a[name="glossary"] + h2 + p + h2 + div + .clearfix + h2:nth-of-type(2),
h1 + p + h2 + div + .clearfix + h2:nth-of-type(2) + div,
a[name="glossary"] + h2 + p + h2 + div + .clearfix + h2:nth-of-type(2) + div {
  display: none;
  /* hide the Staff group because it only contains Builder and looks weird. */ }

.char-icon-container {
  height: 206px;
  width: 174px;
  position: relative; }

.icon-gallery-item > p {
  margin: -1.875em 0;
  z-index: 99;
  position: relative;
  font-size: .75em;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  opacity: .75; }

.left-body > div + h1 + p + h2 + div .log-icon-title-container {
  top: .125em; }

.icon-gallery .icon-gallery-item {
  vertical-align: top;
  display: inline-block;
  border-radius: 0;
  margin: 0 .5em 1em;
  padding: 0;
  width: 174px;
  height: 206px; }

.icon-gallery .icon-gallery-item:hover,
.roster-char-title + .row .char-icon-container:hover,
.profile-gallery .char-icon-container:hover {
  transform: rotate(-1.5deg); }

.tab-pane > div > div > h3:first-of-type:empty, .scene-card .tab-pane > div > div > .card-abilities:first-of-type:empty:before, .scene-card .tab-pane > div > div > .card-abilities:first-of-type:empty:nth-of-type(2):after, .tab-pane > div > div > .mail-message-inbox:first-of-type:empty {
  display: none; }

.action-buttons + .nav-tabs + .tab-content #local > div > div:first-child,
.action-buttons + .nav-tabs + .tab-content #local ~ div > div > div:first-child {
  padding: 1em .5em 0; }

#roster, a[href="#roster"] {
  display: none !important; }

/* Roster */
h1 + p + .nav-tabs + .tab-content, a[name="glossary"] + h2 + p + .nav-tabs + .tab-content {
  padding: 1.5em 1.5em .25em; }

.roster-char-warnings {
  position: absolute;
  top: 0;
  right: 1em;
  top: -3.925em;
  margin-bottom: 0; }

.roster-char-title + .row {
  position: relative;
  min-height: calc(206px + 1.25em); }

.roster-char-warnings + div .btn[href^='/roster/claim'] {
  right: 0em; }

.roster-char-title + .row > .col:first-child {
  width: 180px;
  padding: 0;
  max-width: 180px; }

.roster-char-title + .row > .col:first-child .char-icon-container {
  position: relative; }

.roster-char-title + .row > .col:last-child {
  min-height: 206px;
  width: calc(100% - 180px);
  min-width: calc(100% - 180px);
  max-width: calc(100% - 180px);
  text-align: left;
  padding-right: 0; }

.roster-char-title {
  padding: .375em .75em;
  line-height: 1.25em;
  font-family: "Roboto", "Open Sans", "Lato", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.75em;
  border-radius: 0px;
  color: #eef3f7;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  border: none;
  letter-spacing: unset;
  margin: 0 0 .75em; }

.roster-char-warnings span {
  top: 0; }

.roster-char-warnings .bg-info,
h1 + p > .bg-info,
a[name="glossary"] + h2 + p > .bg-info {
  background-color: #976C30 !important;
  margin-left: 0; }

.roster-char-title + .row p {
  margin-left: 0; }

.roster-char-title + .row p:empty {
  display: none; }

.roster-char-title + .row .col:last-child > div:nth-of-type(3), .roster-char-title + .row .col:last-child > div:nth-of-type(4) {
  display: inline-block; }

.roster-char-title + .row .col:last-child > div > b, .roster-char-title + .row .col:last-child > p > b {
  width: 5em;
  display: inline-block; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4) > b {
  display: none; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4):before {
  content: "(";
  margin-left: .25em;
  margin-right: -.25em; }

.roster-char-title + .row .col:last-child > div:nth-of-type(4):after {
  content: ")"; }

@media screen and (max-width: 575px) {
  .roster-char-warnings {
    position: static;
    text-align: right;
    margin-bottom: .25em; }
  .roster-char-warnings + div {
    margin-bottom: 1.25em;
    text-align: right; }
  .roster-char-title + .row .col:last-child > div > b,
  .roster-char-title + .row .col:last-child > p > b {
    width: auto; }
  .roster-char-title + .row {
    min-height: 235px; }
  .roster-char-title + .row > .col:first-child {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 220px;
    display: flex;
    flex-flow: row;
    justify-content: center; }
  .roster-char-title + .row > .col:last-child {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: unset; }
  .btn[href^='/roster/claim'] {
    right: .125em; }
  .roster-char-warnings span {
    margin: 0; } }

/* ---Active Scenes--- */
.row > .col.float-end > .btn:last-child {
  margin-right: -10px; }

.live-scenes-block,
.unshared-scene-block {
  background-color: #E9D7C9;
  margin-bottom: .5em;
  padding: 0;
  border-width: 2px 0;
  border-color: #543d2b;
  border-style: solid; }

.live-scenes-heading,
.unshared-scenes-heading {
  background-color: #d5bdaa;
  border-bottom: 1px dotted #3D6685;
  border-radius: 0;
  padding: 0;
  align-items: center; }

.live-scenes-block > .row > .col,
.unshared-scene-block > .row > .col {
  padding: .75em; }

.live-scenes-block > .live-scenes-heading > .col,
.unshared-scene-block > .unshared-scenes-heading > .col {
  padding: .5em .75em .6em; }

.live-scenes-heading .col-sm-4 span,
.unshared-scenes-heading .col-xs-4 span {
  top: -.05em;
  position: relative; }

.live-scenes-heading .badge,
.unshared-scenes-heading .badge {
  margin-left: 0; }

.live-scenes-heading .col.col-xs-12.col-sm-6 {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  max-width: calc(100% - 16em);
  flex-basis: calc(100% - 16em); }

.live-scenes-heading .col.col-xs-12.col-sm-4 {
  max-width: 13em;
  flex-basis: calc(100% - 5em); }

.live-scenes-block .col.col-xs-12.col-sm-2 {
  max-width: 5em;
  flex-basis: 5em; }

.live-scenes-block .col.col-xs-12.col-sm-3 {
  width: 18em; }

.live-scenes-block .col.col-xs-12.col-sm-9 {
  max-width: calc(100% - 18em);
  flex-basis: calc(100% - 18em); }

.scene-title {
  font-weight: normal; }

.live-scenes-controls a {
  padding-right: .5em; }

.live-scenes-controls a:last-child {
  padding-right: 0; }

.action-buttons + .live-scenes-block {
  margin-top: .35em; }

.unshared-scenes-controls {
  padding: 0; }

.unshared-scenes-contents + div {
  margin-top: .5em; }

.unshared-scenes-contents + div p {
  margin: 0; }

.unshared-scenes-heading > .col:last-child {
  text-align: right; }

.col-xs-8 {
  flex-basis: 66.6667%; }

.col-xs-4 {
  flex-basis: 33.3333%; }

.live-scenes-participants > span,
.scene-participants > span,
.unshared-scenes-contents > span {
  margin-right: .5em;
  display: inline-block; }
  .live-scenes-participants > span > span > a,
  .scene-participants > span > span > a,
  .unshared-scenes-contents > span > span > a {
    display: block;
    text-align: center; }
    .live-scenes-participants > span > span > a img,
    .scene-participants > span > span > a img,
    .unshared-scenes-contents > span > span > a img {
      margin: 0 auto; }
  .live-scenes-participants > span:last-of-type,
  .scene-participants > span:last-of-type,
  .unshared-scenes-contents > span:last-of-type {
    margin-right: 0; }

.scene-summary > div p {
  margin: 0;
  padding: .5em 0 .25em; }
  .scene-summary > div p:first-child {
    padding-top: .25em; }

.participants + div:not(.scene-summary) {
  margin-top: .5em;
  font-style: italic; }

@media screen and (min-width: 768px) {
  .live-scenes-heading .col-sm-6 {
    width: 75%; }
  .live-scenes-heading .col-sm-4 {
    width: 16.66667%; }
  .live-scenes-heading .col-sm-2 {
    width: 8.33333%; }
  .scene-summary {
    overflow: visible;
    width: calc(100% + 18em); }
    .scene-summary > a:first-child {
      display: none; }
    .scene-summary > div {
      display: block;
      position: relative;
      height: auto !important; }
      .scene-summary > div p:last-child {
        padding-bottom: 0; }
  .live-scenes-block .col:last-child .scene-info-label {
    width: 3em;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .live-scenes-block .col.col-xs-12.col-sm-6 {
    padding-bottom: .25em; }
  .live-scenes-block .col.col-xs-12.col-sm-4,
  .live-scenes-block .col.col-xs-12.col-sm-2 {
    padding-top: 0; }
  .live-scenes-block > .row:last-child > div:first-child {
    padding-bottom: .25em; }
  .live-scenes-block > .row:last-child > div:last-child {
    padding-top: 0; }
    .live-scenes-block > .row:last-child > div:last-child > div {
      width: calc(50% - .13em);
      display: inline-block; }
      .live-scenes-block > .row:last-child > div:last-child > div:last-child {
        text-align: right; }
  .live-scenes-heading > .col:last-child {
    max-width: 5em;
    min-width: 5em; }
  .live-scenes-heading > .col:nth-last-child(2) {
    max-width: calc(100% - 5em);
    min-width: calc(100% - 5em); }
  .scene-summary {
    padding-top: .25em; }
    .scene-summary > div {
      padding: 0 .75em .25em 1em; }
  .unshared-scenes-heading .col-xs-4 {
    text-align: right; }
  .unshared-scene-block > .row:last-child > div:nth-child(2) {
    padding: 0 .75em; }
    .unshared-scene-block > .row:last-child > div:nth-child(2) > div {
      display: inline-block; }
    .unshared-scene-block > .row:last-child > div:nth-child(2) > div:first-child:after {
      content: ","; }
  .live-scenes-heading > .col,
  .live-scenes-block .col-xs-12,
  .unshared-scenes-heading > .col,
  .unshared-scene-block .col-xs-12 {
    flex-basis: 100%;
    min-width: 100%; } }

.live-scenes-block ~ .alert > p > a {
  font-weight: bold; }

.live-scenes-block ~ br, .live-scenes-block ~ hr {
  display: none; }

.icon-status-game-active, .icon-status-game-inactive, .icon-status-offline, .icon-status-web-active, .icon-status-web-inactive {
  border-width: 3px; }

.icon-status-game-active, .icon-status-game-inactive {
  border-color: #3D6685; }

.icon-status-web-active, .icon-status-web-inactive {
  border-color: #976C30; }

.icon-status-offline {
  border-color: #999; }

.icon-status-game-inactive, .icon-status-web-inactive {
  border-style: dotted; }

.icon-status-game-active, .icon-status-web-active, .icon-status-offline {
  border-style: solid; }

/* ---End Active Scenes--- */
/* ---Scenes List--- */
p + .alert + .row {
  display: none; }

h1 + p + .action-buttons + div span.badge.content-warning-label, a[name="glossary"] + h2 + p + .action-buttons + div span.badge.content-warning-label,
#scenelist > div span.badge.content-warning-label {
  display: inline-block;
  margin-left: .5em;
  vertical-align: text-bottom; }

h1 + p + .action-buttons + div > p, a[name="glossary"] + h2 + p + .action-buttons + div > p,
#scenelist > div > p {
  margin: 0 0 .5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  h1 + p + .action-buttons + div > p > b, a[name="glossary"] + h2 + p + .action-buttons + div > p > b,
  #scenelist > div > p > b {
    display: block;
    margin-left: 2px;
    flex: 100% 1 1; }
  h1 + p + .action-buttons + div > p > .ember-power-select-trigger, a[name="glossary"] + h2 + p + .action-buttons + div > p > .ember-power-select-trigger,
  #scenelist > div > p > .ember-power-select-trigger {
    width: calc(100% - 150px);
    display: inline-block; }
  h1 + p + .action-buttons + div > p > .btn, a[name="glossary"] + h2 + p + .action-buttons + div > p > .btn,
  #scenelist > div > p > .btn {
    display: inline-flex;
    width: 144px;
    padding: 5.5px 12px 5px;
    height: 34px;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly; }

h1 + p + .action-buttons + div + .table-striped:not(.plots-list) th:first-of-type:after, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) th:first-of-type:after,
h1 + p + .action-buttons + div .table-striped:not(.plots-list) th:first-of-type:after,
a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) th:first-of-type:after,
#scenelist > div + .table-striped:not(.plots-list) th:first-of-type:after,
#scenelist > div .table-striped:not(.plots-list) th:first-of-type:after {
  content: "Type";
  float: right;
  margin-right: .25em;
  width: 3em;
  text-align: center; }

h1 + p + .action-buttons + div + .table-striped:not(.plots-list) th:last-child, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) th:last-child,
h1 + p + .action-buttons + div .table-striped:not(.plots-list) th:last-child,
a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) th:last-child,
#scenelist > div + .table-striped:not(.plots-list) th:last-child,
#scenelist > div .table-striped:not(.plots-list) th:last-child {
  width: 200px; }

h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td,
h1 + p + .action-buttons + div .table-striped:not(.plots-list) td,
a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td,
#scenelist > div + .table-striped:not(.plots-list) td,
#scenelist > div .table-striped:not(.plots-list) td {
  padding: 8px 12px !important; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > a:first-child, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > a:first-child,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > a:first-child,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > a:first-child,
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > a:first-child,
  #scenelist > div .table-striped:not(.plots-list) td:first-child > a:first-child {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1.125em; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span > p:last-child, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span > p:last-child,
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span,
  a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span > p:last-child,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span > p:last-child,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span,
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > p > span > p:last-child,
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > p > span,
  #scenelist > div .table-striped:not(.plots-list) td:first-child > p > span > p:last-child,
  #scenelist > div .table-striped:not(.plots-list) td:first-child > p > span {
    display: inline;
    margin-left: 0px; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > span:last-of-type, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > span:last-of-type,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > span:last-of-type,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > span:last-of-type,
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > span:last-of-type,
  #scenelist > div .table-striped:not(.plots-list) td:first-child > span:last-of-type {
    float: right;
    width: 3.5em;
    text-align: center; }
    h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > span:last-of-type > span, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > span:last-of-type > span,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > span:last-of-type > span,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > span:last-of-type > span,
    #scenelist > div + .table-striped:not(.plots-list) td:first-child > span:last-of-type > span,
    #scenelist > div .table-striped:not(.plots-list) td:first-child > span:last-of-type > span {
      margin: 0; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p:nth-child(3), a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p:nth-child(3),
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p:nth-child(4),
  a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p:nth-child(4),
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p:nth-child(3),
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p:nth-child(3),
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p:nth-child(4),
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p:nth-child(4),
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > p:nth-child(3),
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > p:nth-child(4),
  #scenelist > div .table-striped:not(.plots-list) td:first-child > p:nth-child(3),
  #scenelist > div .table-striped:not(.plots-list) td:first-child > p:nth-child(4) {
    margin: .25em 20px .25em 0;
    position: relative;
    left: 10px; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span > p, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:first-child > p > span > p,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span > p,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p > span > p,
  #scenelist > div + .table-striped:not(.plots-list) td:first-child > p > span > p,
  #scenelist > div .table-striped:not(.plots-list) td:first-child > p > span > p {
    margin-left: 0 !important; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:after, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:after,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:after,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:after,
  #scenelist > div + .table-striped:not(.plots-list) td:last-child > a:after,
  #scenelist > div .table-striped:not(.plots-list) td:last-child > a:after {
    content: ",";
    pointer-events: none; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:last-child:after, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:last-child:after,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:last-child:after,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:last-child:after,
  #scenelist > div + .table-striped:not(.plots-list) td:last-child > a:last-child:after,
  #scenelist > div .table-striped:not(.plots-list) td:last-child > a:last-child:after {
    content: ""; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after,
  #scenelist > div + .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after,
  #scenelist > div .table-striped:not(.plots-list) td:last-child > a:nth-last-child(2):after {
    content: ", and"; }
  h1 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after, a[name="glossary"] + h2 + p + .action-buttons + div + .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after,
  #scenelist > div + .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after,
  #scenelist > div .table-striped:not(.plots-list) td:last-child > a:first-child:nth-last-child(2):after {
    content: " and"; }

.table.table-striped ~ button.btn {
  margin: 0 .125em .5em; }

@media screen and (max-width: 767px) {
  p + .alert + .row + div .table-striped,
  p + .alert + .row + div .table-striped:not(.plots-list),
  h1 + p + .action-buttons + div .table-striped,
  a[name="glossary"] + h2 + p + .action-buttons + div .table-striped,
  h1 + p + .action-buttons + div .table-striped:not(.plots-list),
  #scenelist > div .table-striped,
  #scenelist > div .table-striped:not(.plots-list) {
    border: none;
    /*             td:first-child > span:nth-child(2) {
                width: 3.75em;
                margin: .25em 0 .25em .25em;
               position: absolute;
                bottom: .35em;
                right: .6em; 
            }*/ }
    p + .alert + .row + div .table-striped *,
    p + .alert + .row + div .table-striped:not(.plots-list) *,
    h1 + p + .action-buttons + div .table-striped *,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped *,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) *,
    #scenelist > div .table-striped *,
    #scenelist > div .table-striped:not(.plots-list) * {
      display: block;
      width: 100%; }
    p + .alert + .row + div .table-striped tr,
    p + .alert + .row + div .table-striped:not(.plots-list) tr,
    h1 + p + .action-buttons + div .table-striped tr,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped tr,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) tr,
    #scenelist > div .table-striped tr,
    #scenelist > div .table-striped:not(.plots-list) tr {
      position: relative; }
    p + .alert + .row + div .table-striped th:last-child,
    p + .alert + .row + div .table-striped:not(.plots-list) th:last-child,
    h1 + p + .action-buttons + div .table-striped th:last-child,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped th:last-child,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) th:last-child,
    #scenelist > div .table-striped th:last-child,
    #scenelist > div .table-striped:not(.plots-list) th:last-child {
      width: 100% !important; }
    p + .alert + .row + div .table-striped td:first-child,
    p + .alert + .row + div .table-striped:not(.plots-list) td:first-child,
    h1 + p + .action-buttons + div .table-striped td:first-child,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped td:first-child,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child,
    #scenelist > div .table-striped td:first-child,
    #scenelist > div .table-striped:not(.plots-list) td:first-child {
      border: none;
      max-width: calc(100% - 4em) !important;
      position: relative; }
      p + .alert + .row + div .table-striped td:first-child > p,
      p + .alert + .row + div .table-striped:not(.plots-list) td:first-child > p,
      h1 + p + .action-buttons + div .table-striped td:first-child > p,
      a[name="glossary"] + h2 + p + .action-buttons + div .table-striped td:first-child > p,
      h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > p,
      #scenelist > div .table-striped td:first-child > p,
      #scenelist > div .table-striped:not(.plots-list) td:first-child > p {
        width: calc(100% + 3em); }
      p + .alert + .row + div .table-striped td:first-child > span:last-of-type,
      p + .alert + .row + div .table-striped:not(.plots-list) td:first-child > span:last-of-type,
      h1 + p + .action-buttons + div .table-striped td:first-child > span:last-of-type,
      a[name="glossary"] + h2 + p + .action-buttons + div .table-striped td:first-child > span:last-of-type,
      h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:first-child > span:last-of-type,
      #scenelist > div .table-striped td:first-child > span:last-of-type,
      #scenelist > div .table-striped:not(.plots-list) td:first-child > span:last-of-type {
        width: 3.75em;
        position: absolute;
        top: 0.5em;
        right: -3.25em;
        text-align: right; }
    p + .alert + .row + div .table-striped td:last-child,
    p + .alert + .row + div .table-striped:not(.plots-list) td:last-child,
    h1 + p + .action-buttons + div .table-striped td:last-child,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped td:last-child,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) td:last-child,
    #scenelist > div .table-striped td:last-child,
    #scenelist > div .table-striped:not(.plots-list) td:last-child {
      border-top: 1px solid rgba(44, 62, 80, 0.125); }
    p + .alert + .row + div .table-striped .content-warning-label,
    p + .alert + .row + div .table-striped:not(.plots-list) .content-warning-label,
    h1 + p + .action-buttons + div .table-striped .content-warning-label,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped .content-warning-label,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) .content-warning-label,
    #scenelist > div .table-striped .content-warning-label,
    #scenelist > div .table-striped:not(.plots-list) .content-warning-label {
      width: auto; }
    p + .alert + .row + div .table-striped a, p + .alert + .row + div .table-striped .emoji, p + .alert + .row + div .table-striped i, p + .alert + .row + div .table-striped b, p + .alert + .row + div .table-striped em, p + .alert + .row + div .table-striped strong, p + .alert + .row + div .table-striped span:first-of-type:not(:last-of-type),
    p + .alert + .row + div .table-striped:not(.plots-list) a,
    p + .alert + .row + div .table-striped:not(.plots-list) .emoji,
    p + .alert + .row + div .table-striped:not(.plots-list) i,
    p + .alert + .row + div .table-striped:not(.plots-list) b,
    p + .alert + .row + div .table-striped:not(.plots-list) em,
    p + .alert + .row + div .table-striped:not(.plots-list) strong,
    p + .alert + .row + div .table-striped:not(.plots-list) span:first-of-type:not(:last-of-type),
    h1 + p + .action-buttons + div .table-striped a,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped a,
    h1 + p + .action-buttons + div .table-striped .emoji,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped .emoji,
    h1 + p + .action-buttons + div .table-striped i,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped i,
    h1 + p + .action-buttons + div .table-striped b,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped b,
    h1 + p + .action-buttons + div .table-striped em,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped em,
    h1 + p + .action-buttons + div .table-striped strong,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped strong,
    h1 + p + .action-buttons + div .table-striped span:first-of-type:not(:last-of-type),
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped span:first-of-type:not(:last-of-type),
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) a,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) .emoji,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) i,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) b,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) em,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) strong,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) span:first-of-type:not(:last-of-type),
    #scenelist > div .table-striped a,
    #scenelist > div .table-striped .emoji,
    #scenelist > div .table-striped i,
    #scenelist > div .table-striped b,
    #scenelist > div .table-striped em,
    #scenelist > div .table-striped strong,
    #scenelist > div .table-striped span:first-of-type:not(:last-of-type),
    #scenelist > div .table-striped:not(.plots-list) a,
    #scenelist > div .table-striped:not(.plots-list) .emoji,
    #scenelist > div .table-striped:not(.plots-list) i,
    #scenelist > div .table-striped:not(.plots-list) b,
    #scenelist > div .table-striped:not(.plots-list) em,
    #scenelist > div .table-striped:not(.plots-list) strong,
    #scenelist > div .table-striped:not(.plots-list) span:first-of-type:not(:last-of-type) {
      display: inline; }
    p + .alert + .row + div .table-striped p,
    p + .alert + .row + div .table-striped:not(.plots-list) p,
    h1 + p + .action-buttons + div .table-striped p,
    a[name="glossary"] + h2 + p + .action-buttons + div .table-striped p,
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) p,
    #scenelist > div .table-striped p,
    #scenelist > div .table-striped:not(.plots-list) p {
      margin-left: 0 !important;
      left: 0 !important; }
  /*    h1 + p + .action-buttons + div .table-striped:not(.plots-list) td, 
    h1 + p + .action-buttons + div .table-striped:not(.plots-list) th {
        width: 100% !important;
        display: block;
        max-width: 100% !important;
    }*/ }

/* ---End Scenes List--- */
/* ---Combat Management Screen--- */
.fs3-combat-controls {
  display: flex;
  margin-bottom: .5em;
  flex-flow: row wrap;
  justify-content: space-between; }

.fs3-combat-controls + .card > .card-body > a:first-child {
  position: absolute;
  top: .875em;
  right: 1em; }

#combat-log {
  background-color: #E9D7C9;
  margin: 0;
  padding: 0 .5em; }

.fs3-combat-controls + .card {
  margin-bottom: 1em; }

.fs3-combat-hud .table {
  background-color: #E9D7C9; }

.fs3-combat-hud thead th {
  background-color: #543d2b;
  color: #E9D7C9;
  border-color: #E9D7C9; }

.fs3-combat-hud .table td[colspan="8"] h3, .fs3-combat-hud .table td[colspan="8"] .scene-card .card-abilities:before, .scene-card .fs3-combat-hud .table td[colspan="8"] .card-abilities:before, .fs3-combat-hud .table td[colspan="8"] .scene-card .card-abilities:nth-of-type(2):after, .scene-card .fs3-combat-hud .table td[colspan="8"] .card-abilities:nth-of-type(2):after, .fs3-combat-hud .table td[colspan="8"] .mail-message-inbox {
  background-color: #cca381;
  margin: -5px;
  padding: 0 5px; }

.fs3-combat-hud tr:nth-child(even) {
  background-color: #d5bdaa; }

/* ---Combat HUD--- */
.modal-body .fs3-combat-hud tr,
.modal-body .fs3-combat-hud thead {
  display: grid;
  width: 100%;
  grid-template-columns: 22.5% 25% 22.5% calc(30% - 2em) 2em; }

.modal-body .fs3-combat-hud thead th {
  background-color: #543d2b;
  color: #E9D7C9;
  border-color: #E9D7C9;
  border-top-width: 0; }

.modal-body .fs3-combat-hud tr td:first-child,
.modal-body .fs3-combat-hud thead th:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center; }

.modal-body .fs3-combat-hud tr td:nth-child(2),
.modal-body .fs3-combat-hud thead th:nth-child(2) {
  grid-column: 2 / 2;
  grid-row: 2 / 2; }

.modal-body .fs3-combat-hud tr td:nth-child(5),
.modal-body .fs3-combat-hud thead th:nth-child(5) {
  grid-column: 4 / span 2; }

.modal-body .fs3-combat-hud tr td[colspan="8"] {
  background-color: #cca381;
  grid-column: 1 / -1; }

.modal-body .fs3-combat-hud tr td[colspan="8"] h3, .modal-body .fs3-combat-hud tr td[colspan="8"] .scene-card .card-abilities:before, .scene-card .modal-body .fs3-combat-hud tr td[colspan="8"] .card-abilities:before, .modal-body .fs3-combat-hud tr td[colspan="8"] .scene-card .card-abilities:nth-of-type(2):after, .scene-card .modal-body .fs3-combat-hud tr td[colspan="8"] .card-abilities:nth-of-type(2):after, .modal-body .fs3-combat-hud tr td[colspan="8"] .mail-message-inbox {
  margin-top: 0; }

.combat-damage {
  color: #a91606; }

/* ---End Combat--- */
/* ---Combatant Edit--- */
.combat-specials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

.combat-action-args {
  margin-top: 1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  column-gap: .25em; }

input#actionArgs {
  width: 100%; }

.form-group .combat-targets {
  margin-top: .5em; }

input#vehicleName {
  width: 100%; }

/* ---End Combatant Edit--- */
/* ---Gear--- */
.fs3-gear-row {
  border-bottom: 1px solid #a7b9ca;
  background-color: #d5bdaa;
  margin-bottom: 0;
  padding-top: 10px; }

.fs3-gear-row:nth-of-type(odd) {
  background-color: #cca381; }

.fs3-gear-row:nth-of-type(2) {
  border-top: 2px solid #543d2b; }

.fs3-gear-row:last-of-type {
  border-bottom: 2px solid #543d2b; }

.fs3-gear-row .col:first-child {
  flex: 0 0 10em; }

.fs3-gear-row + h3, .scene-card .fs3-gear-row + .card-abilities:before, .scene-card .fs3-gear-row + .card-abilities:nth-of-type(2):after, .fs3-gear-row + .mail-message-inbox {
  background-color: #a7b9ca;
  padding: .5em;
  border-top: 2px solid #543d2b;
  border-bottom: 1px solid #543d2b;
  position: relative; }

.fs3-gear-row + h3:before {
  position: absolute;
  border-bottom: 2px solid #543d2b;
  content: "";
  top: calc(-1em - 2px);
  width: 100%;
  left: 0; }

/* ---End Gear--- */
/* ---Events--- */
.calendar-page ~ table td:nth-child(3) {
  white-space: nowrap; }

.calendar-page ~ .alert-info {
  word-break: break-word; }

.calendar-page ~ table {
  display: flex;
  margin-top: .5em;
  background-color: transparent;
  border: none;
  margin-bottom: 0; }

.calendar-page ~ table thead {
  display: none; }

.calendar-page ~ table tbody {
  width: 100%; }

.calendar-page ~ table tr {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: .5em;
  border-bottom: 2px solid #543d2b;
  border-top: 2px solid #543d2b; }

.calendar-page ~ table tr:last-child {
  margin-bottom: 0; }

.calendar-page ~ table td {
  border-bottom: none !important;
  flex: 1 1 100%;
  background-color: #E9D7C9; }

.calendar-page ~ table td:first-child {
  background-color: #d5bdaa;
  flex: 0 1 fit-content;
  padding: 0; }

.calendar-page ~ table td:nth-child(2) {
  text-transform: uppercase;
  flex: 1 1 90%;
  font-size: 1.125em;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  background-color: #d5bdaa; }

.calendar-page ~ table td:nth-child(3),
.calendar-page ~ table td:nth-child(4) {
  flex-basis: 50%; }

.calendar-page ~ table td:nth-child(3):before {
  content: "Organizer: ";
  color: #3D6685; }

.calendar-page ~ table .fa-calendar-check {
  margin: 5px 0 5px 5px;
  font-size: 1.25rem; }

.calendar-page ~ table td:empty {
  display: none; }

@media screen and (max-width: 576px) {
  .calendar-page ~ table td:nth-child(3),
  .calendar-page ~ table td:nth-child(4) {
    flex-basis: 100%; } }

.flatpickr-calendar.animate.inline {
  margin: .5em auto;
  border-radius: 0;
  background-color: #E9D7C9; }

input.ember-flatpickr-input.form-control.input {
  border-radius: 0;
  background-color: #E9D7C9; }

.flatpickr-month select {
  text-transform: uppercase; }

.flatpickr-month {
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }

input#warning {
  margin-top: .5em; }

.flatpickr-day.today {
  border-color: #543d2b; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #543d2b;
  background: #543d2b; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #3D6685;
  border-color: #3D6685; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: #c4d7e8;
  border-color: #c4d7e8; }

.form-control:focus {
  color: #2C3E50;
  background-color: #E9D7C9;
  border-color: transparent;
  outline: 0;
  box-shadow: none; }

/* ---End Events--- */
/* ---Quotes--- */
.profile-box .row:last-of-type .col-sm-8 {
  position: relative; }

.profile-box .row:last-of-type .col-sm-4:after {
  content: var(--label);
  font-weight: bold;
  margin-top: 1em;
  margin: 1em -1em 0;
  padding-left: 1em;
  display: block; }

.profile-box .row:last-of-type .col-sm-8:before {
  content: "— " var(--attribution);
  position: absolute;
  bottom: 0em;
  text-align: right;
  width: 100%;
  padding-right: 2em;
  font-style: italic;
  display: block; }

.profile-box .row:last-of-type .col-sm-8:after {
  content: var(--quote);
  margin: 1em -1em 0;
  padding: 0 1em calc(1.5em * var(--hasattribution,1));
  display: block;
  white-space: pre-wrap; }

@media screen and (max-width: 767px) {
  .profile-box .row:last-of-type .col-sm-4:after {
    margin-top: 2.5em;
    position: absolute;
    border-top: 0; }
  .profile-box .row:last-of-type .col-sm-8:after {
    margin-top: 1em;
    padding-top: 1.5em;
    white-space: normal; } }

/* ---End Quotes--- */
/* ---Moodboard--- */
.profile-gallery img[src$='moodboard.jpg'] {
  height: auto;
  max-width: 1000px;
  width: 100%;
  margin: .5em 0 1.5em;
  max-height: unset; }

.profile-gallery img[src$='moodboard.jpg']:hover {
  transform: scale(1) !important; }

/* ---End Moodboard--- */
/* ---Fancy Texts--- */
.texts {
  overflow: auto;
  border: 0px;
  margin-left: 0px; }

.texts .text {
  border: 1px solid #cca381;
  border-radius: .5em;
  width: 80%;
  color: #543d2b;
  margin: .5em 0 .5em .5em; }

.texts .text p {
  margin: 10px; }

.texts .person1 {
  background-color: #DDDEDF;
  float: left; }

.texts .person2 {
  background-color: #a7b9ca;
  color: #DDDEDF;
  float: right; }

.texts span:not(.emoji) {
  display: block;
  font-style: italic;
  width: 100%;
  border-radius: 4px 4px 0 0;
  margin-bottom: .25em;
  border-bottom: 1px dashed #2C3E50aa;
  color: #2C3E50aa; }

.texts span.emoji {
  border: 0;
  display: inline;
  font-style: normal;
  opacity: 1;
  margin: 0;
  width: auto; }

.texts > p:first-child,
.texts > p:last-child,
.image-container br:last-child {
  display: none; }

.texts > p {
  clear: both;
  padding-top: 10px; }

.text > p > img,
.text > p > iframe {
  margin: 0 auto 1.75em;
  display: block;
  box-shadow: none; }

.texts .time {
  width: 100%;
  clear: both;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  background-image: linear-gradient(transparent 54%, rgba(44, 62, 80, 0.4) 55%, transparent 56%);
  border-bottom: 1px dashed transparent; }

.texts .time > p {
  background: #543d2b;
  width: max-content;
  margin: 0 auto 10px;
  padding: 0 .33em; }

/* ---End Fancy Texts--- */
/* ---Sub-Vignettes--- */
.subvign .pose-divider {
  width: 50%;
  opacity: .75;
  margin: .75em auto .5em; }

.subvign .scene-system-pose {
  border-bottom: none; }

.subvign hr {
  border-color: transparent;
  border-bottom: 1px dotted #2b535a;
  width: calc(50% + 2em);
  padding: 0;
  margin-bottom: -1em;
  margin-top: 0; }

.subvign p:empty {
  display: none; }

/* ---End Sub-Vignettes--- */
/* ---Credits--- */
.credits {
  width: 100%;
  margin-top: 1em; }

.creditpic img {
  width: 100px; }

/* ---Key Gallery--- */
.keys {
  display: flex;
  flex-flow: row wrap;
  row-gap: 1em; }

.key-categories {
  flex: 0 0 155px; }

.key-categories button {
  width: calc(100% - 1em); }

.key-categories button + h3, .key-categories .scene-card button + .card-abilities:before, .scene-card .key-categories button + .card-abilities:before, .key-categories .scene-card button + .card-abilities:nth-of-type(2):after, .scene-card .key-categories button + .card-abilities:nth-of-type(2):after, .key-categories button + .mail-message-inbox {
  margin-top: .5em; }

.key-categories label {
  position: relative; }

.key-categories label > input[type="checkbox"] {
  display: none; }

.key-categories label > input[type="checkbox"] + span::before {
  content: "\f0c8";
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #d5bdaa; }

.key-categories label > input[type="checkbox"] + span::after {
  content: "\f0c8";
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  position: absolute; }

.key-categories label > input[type="checkbox"]:checked + span {
  font-weight: bold; }

.key-categories label > input[type="checkbox"]:checked + span::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Duotone";
  color: #E9D7C9; }

.key-categories label > input[type="checkbox"]:checked + span::after {
  content: "\10f14a";
  font-family: "Font Awesome 5 Duotone";
  position: absolute;
  left: 0;
  top: 0;
  color: #2C3E50; }

.key-gallery {
  padding: 0 0 1.75em 0;
  flex: 1 1 calc(100% - 155px);
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  display: grid;
  grid-template-columns: repeat(auto-fit, 135px);
  grid-gap: .75em;
  grid-template-rows: repeat(auto-fit, 177px); }

.key-gallery span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .825em;
  line-height: 1; }

.key-gallery a {
  display: block;
  border: 5px solid #eef3f7;
  padding: 0;
  background: #eef3f7;
  box-shadow: rgba(54, 38, 9, 0.5) 2px 2px 5px;
  width: fit-content;
  margin: 0 auto; }

.key-gallery:hover a,
.key-gallery a:focus,
.key-gallery a:hover,
.key-gallery a:active {
  color: #653300; }

.key-gallery .thumbnail-gallery-item:hover {
  transform: scale(2) rotate(0deg);
  z-index: 100;
  position: relative; }

.key-gallery .thumbnail-gallery-item:hover img.thumbnail {
  width: auto; }

.key-gallery img.thumbnail {
  margin: 0 0 .25em;
  border: none;
  padding: 0;
  background: inherit;
  box-shadow: none;
  height: 150px;
  width: 120px;
  object-fit: cover;
  object-position: center 25%; }

.key-gallery img.thumbnail:hover {
  transform: none;
  z-index: auto;
  position: static; }

.key-gallery .hidekey {
  display: none; }

/* ---Charity Calendar--- */
.calendar-entries {
  display: grid;
  grid-gap: .875em;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  justify-items: center; }

.calendar-entry {
  display: flex;
  flex-flow: column;
  column-gap: 1em;
  justify-items: center;
  max-width: 320px; }

.calendar-entry.no,
.calendar-entries > p,
.calendar-entries > br {
  display: none; }

.calendar-entry .entry-label {
  font-family: "Condiment", sans-serif;
  font-size: 1.5em;
  text-align: center;
  padding-top: .75em; }

.calendar-entry .entry-label a:hover,
.calendar-entry .entry-label a:focus,
.calendar-entry .entry-label a:active {
  color: #3D6685; }

.calendar {
  display: flex;
  gap: 1em;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  padding-top: 1em; }

.calendar-page {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: 2em;
  max-width: 320px;
  align-items: center; }

.calendar-page .month {
  font-family: 'Condiment', sans-serif;
  font-size: 3em;
  z-index: 100;
  position: absolute;
  top: -.5em;
  text-shadow: 0px 0px 1px #ffffffaa; }

.calendar-page .entry-label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  padding-top: .5em; }

.calendar-page a:hover {
  color: #2C3E50; }

p + .calendar-page {
  margin: 2.5em auto .6em; }

/* ---Moodpic--- */
.moodpic {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-top: 2em;
  width: fit-content;
  max-width: 400px;
  align-items: center; }

.moodpic .caption {
  font-family: "Condiment";
  font-size: 1.25em;
  text-align: center;
  padding-top: 0.75em; }

.moodpic br {
  display: none; }

.moodpic.left {
  float: left;
  margin-left: 0;
  margin-right: 1em; }

.moodpic.right {
  float: right;
  margin-left: 1em;
  margin-right: 0; }

.moodpic.center {
  float: none;
  margin-right: auto;
  margin-left: auto; }

/* ---Inspiration--- */
.inspiration {
  margin: 0 auto;
  display: block; }

.inspirationbox p > span > p {
  display: inline; }

.inspirationbox p:nth-of-type(3) span:first-of-type p:after {
  content: ".";
  display: inline-block;
  margin-left: -0.25em; }

/*--- Locations ---*/
.tab-pane > .area-buttons {
  text-align: center;
  margin: 0 auto 1.5em; }

.locations .tab-pane > h2 {
  margin-top: 0;
  padding-top: 0; }

.locations .image-container.center {
  margin-top: 0; }

.area-entry {
  min-height: 200px; }

.area-entry h2 {
  font-size: 1.2025em; }

.area-entry-summary h3, .area-entry-summary .scene-card .card-abilities:before, .scene-card .area-entry-summary .card-abilities:before, .area-entry-summary .scene-card .card-abilities:nth-of-type(2):after, .scene-card .area-entry-summary .card-abilities:nth-of-type(2):after, .area-entry-summary .mail-message-inbox,
.area-entry h3,
.area-entry .scene-card .card-abilities:before,
.scene-card .area-entry .card-abilities:before,
.area-entry .scene-card .card-abilities:nth-of-type(2):after,
.scene-card .area-entry .card-abilities:nth-of-type(2):after,
.area-entry .mail-message-inbox {
  font-size: 1.125em; }

@media screen and (max-width: 576px) {
  .locations .image-container.center {
    margin: 0.5em 0 0.75em;
    padding: 0; }
  .tab-pane > .area-entry-summary {
    padding: 0; }
  .area-directory {
    grid-template-columns: repeat(auto-fill, 100%); }
  .locations .leftcc3 .image-container {
    float: none;
    margin: 0 auto .75em; } }

/* ---Experimental--- */
.blockquote, .alert {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .blockquote *, .blockquote .fa-star:before, .alert *, .alert .fa-star:before {
    display: contents; }
  .blockquote input[type=checkbox],
  .blockquote input[type=radio], .alert input[type=checkbox],
  .alert input[type=radio] {
    margin: .375em .25em 0;
    display: inline-block; }
  .blockquote .hint, .alert .hint {
    width: 100%; }
  .blockquote .scene-alerts, .blockquote .chat-alerts, .alert .scene-alerts, .alert .chat-alerts {
    margin: 0px 5px 2px; }

h1 + p.alert, a[name="glossary"] + h2 + p.alert {
  margin-left: 0;
  margin-top: 0; }

.image-container {
  filter: sepia(0.25) contrast(1.125);
  margin: 1em; }

.tilt .image-container {
  max-width: 45%;
  min-width: 250px; }

.tilt.key .image-container {
  min-width: 200px; }

.leftcc3 .image-container {
  float: left;
  transform: rotate(-3deg);
  margin: 0 2.5em 1.125em .5em;
  shape-outside: polygon(-9% -9%, -5% 104%, 98% 96%, 94% -16%); }

.rightcw1p5 .image-container {
  float: right;
  transform: rotate(1.5deg); }

.image-container br {
  display: none; }

.image-container.left {
  float: left;
  margin-left: 0; }

.image-container.right {
  float: right;
  margin-right: 0; }

.areainfo {
  display: none; }

.tab-content .areainfo {
  display: block;
  clear: both; }

.tab-pane::after {
  clear: both;
  content: "";
  display: table; }

a[href="#unassigned"] {
  display: none; }

h1 + p + .row > .col.col-xs-12:only-child, a[name="glossary"] + h2 + p + .row > .col.col-xs-12:only-child {
  padding: 0; }

h1 + p + .row > .col.col-xs-12:only-child .float-end:only-child, a[name="glossary"] + h2 + p + .row > .col.col-xs-12:only-child .float-end:only-child {
  padding-right: 0; }

.action-buttons {
  margin: 0;
  flex-flow: row wrap;
  gap: 0.5em; }

.action-buttons .btn {
  margin-left: 0; }

.action-buttons-spaced {
  flex-flow: row wrap;
  gap: .5em; }

.action-buttons-spaced > div {
  display: flex;
  flex-flow: row wrap;
  gap: .5em;
  justify-content: right; }

img + .alert + .action-buttons {
  margin-bottom: 1em; }

.action-buttons > a[href="/setup"] + button {
  margin-right: .5em; }

.action-buttons + table,
.action-buttons + .table.table-striped,
.action-buttons + .clearfix + div > div.table-responsive {
  margin-top: .5em; }

.fa-chevron-circle-up:before {
  content: "\f102"; }

.handle {
  display: none; }

#chat-window.handles .handle {
  display: inline; }

td > ul:only-child, td > ul:last-child {
  margin-bottom: 0; }

/* Probably Temporary Adjustments of Things Bugging Ren */
#systemhooks h3:first-of-type, #systemhooks .scene-card .card-abilities:first-of-type:before, .scene-card #systemhooks .card-abilities:first-of-type:before, #systemhooks .scene-card .card-abilities:first-of-type:nth-of-type(2):after, .scene-card #systemhooks .card-abilities:first-of-type:nth-of-type(2):after, #systemhooks .mail-message-inbox:first-of-type,
#spells h3:first-of-type,
#spells .scene-card .card-abilities:first-of-type:before,
.scene-card #spells .card-abilities:first-of-type:before,
#spells .scene-card .card-abilities:first-of-type:nth-of-type(2):after,
.scene-card #spells .card-abilities:first-of-type:nth-of-type(2):after,
#spells .mail-message-inbox:first-of-type {
  margin-top: -.25em;
  padding-top: 0; }

.table-advantages td:first-child {
  white-space: nowrap; }

img[alt="Spencer's icon"] {
  object-position: center 40%; }

img[alt="Alistair's icon"],
img[alt="Barnaby's icon"],
img[alt="Izzie's icon"],
img[alt="Jace's icon"],
img[alt="Karawek's icon"] {
  object-position: center; }

#chat-window p img {
  display: none; }

.alertify-notifier.ajs-right {
  left: 10px; }

.alertify-notifier.ajs-right .ajs-message {
  left: -300px; }

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  left: 0; }

h1 i.fa.fa-thumbtack, a[name="glossary"] + h2 i.fa.fa-thumbtack {
  font-size: .675em; }

/* Prefs */
.prefs-list-title {
  align-self: stretch;
  background-color: #d5bdaa;
  flex: 1;
  font-family: "Oswald", "Roboto", "Lato", "Open Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 8px; }

.prefs-list-chars {
  padding: 1em;
  border-top: 1px dotted #3D6685;
  width: 100%;
  background-color: #E9D7C9; }

.prefs-list-pref {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: .5em;
  border-width: 2px 0;
  border-color: #543d2b;
  border-style: solid; }

.prefs-list-chars > div {
  display: flex;
  gap: 1rem; }

.prefs-list-colour {
  width: 5rem;
  flex: 0 0 5rem; }

.prefs-list-red {
  padding: 0 0 .75rem 0;
  border-bottom: 1px solid #692a23; }

.prefs-list-yellow {
  padding: .75rem 0;
  border-bottom: 1px solid #976C30; }

.prefs-list-green {
  padding: .75rem 0 0; }

.prefs-list-red > div:first-child {
  color: #692a23;
  font-weight: bold; }

.prefs-list-yellow > div:first-child {
  color: #976C30;
  font-weight: bold; }

.prefs-list-green > div:first-child {
  color: #2a542a;
  font-weight: bold; }

.pref-dots {
  white-space: nowrap;
  width: 4rem; }

#systemprefs table,
#rpprefs table {
  width: 100%; }

#systemprefs table:first-of-type tr:first-of-type h2 {
  padding-top: 0;
  margin-top: 0; }

#systemprefs table:first-of-type tr:first-of-type td:first-of-type {
  border-top: none; }

#prefs #systemprefs.fade:not(.show) {
  opacity: 1; }

span.reader-only {
  font-size: 0; }

.pref-dots label {
  position: relative; }

.pref-dots input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  font: inherit;
  width: 1rem;
  height: 1rem; }

.pref-dots input::after,
.pref-dots input:checked::before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.pref-dots input::after {
  color: #2C3E50; }

.pref-dots input:checked::before {
  font-weight: 900; }

.asw-widget .asw-menu-btn {
  width: 40px !important;
  height: 40px !important;
  outline: 5px solid #3D6685 !important;
  text-decoration: none !important;
  background: linear-gradient(96deg, #3D6685 0, #3D6685 100%) !important; }

.asw-widget .asw-menu-btn svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important; }

.asw-menu .asw-menu-header {
  background-color: #3D6685 !important; }

.asw-menu-header svg {
  fill: #3D6685 !important; }

.asw-menu .asw-footer {
  display: none !important; }

.asw-menu .asw-menu-content {
  padding-bottom: 0px !important;
  max-height: calc(100% - 40px) !important; }
