*.we-input, *.we-input *, *.we-input div, *.we-input span, *.we-input a,
textarea, input[type=text], input[type=password] {
  font-family: "Roboto Slab";
  font-weight: 300; }

*.we-thin-label, h1 {
  font-family: "Roboto Slab";
  font-weight: 100; }

*.we-label, *.we-label *, div, span, a {
  font-family: "Roboto";
  font-weight: 400; }

*.we-top-label, *.we-top-label * {
  font-family: "Roboto Condensed";
  font-weight: 700; }

.account-badge {
  margin-right: 1px;
  max-width: 15px;
  max-height: 15px; }

html {
  background: white;
  color: black; }
  html.wait, html.wait * {
    cursor: wait !important; }

.hidden, .hidden * {
  display: none !important;
  cursor: default !important; }

body {
  min-width: 1024px;
  background: white;
  color: black;
  /* inconsistent fonts on osx safari */
  -webkit-font-smoothing: subpixel-antialiased; }

#simple-header-background {
  width: 100%;
  min-width: 1250px;
  height: 71px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: black;
  z-index: 10000; }

#simple-header-wrapper {
  height: 71px;
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  position: relative;
  display: inline-block;
  text-align: left; }

#simple-header-content {
  width: 1024px;
  height: 71px;
  display: inline-block;
  position: relative;
  color: #afafaf;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.simple-header-rightside-span {
  font-size: 12px;
  padding: 0px;
  color: #118cc0;
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute;
  top: 12px;
  left: 1085px; }

#header-logo {
  outline: 0;
  width: 269px;
  height: 71px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
  background: url(../images/wordseye_logo_header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px; }
  #header-logo #beta {
    position: absolute;
    bottom: 7px;
    left: 69%;
    color: #afafaf;
    font-size: 14px; }

span.menu-activity-count {
  font-size: 8pt;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 40px;
  height: 17px;
  width: 22px;
  text-align: center;
  padding-top: 2px;
  color: #eca127;
  background-size: 22px;
  background-image: url(../images/sm_share_count_bubble-orange3.png); }

div.menu-chat-count {
  font-size: 8pt;
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 10px;
  height: 17px;
  width: 22px;
  text-align: center;
  padding-top: 2px;
  color: #eca127;
  background-size: 22px;
  background-image: url(../images/sm_share_count_bubble-orange3.png); }

#menu {
  width: 508px;
  height: 71px;
  display: inline-block;
  margin: 0px;
  margin-left: -3px;
  padding: 0px;
  font-size: 18pt;
  list-style: none;
  text-align: center;
  position: absolute; }
  #menu.signin {
    position: absolute;
    right: 0px;
    height: 50px;
    padding-top: 20px; }
  #menu li {
    display: table-cell;
    height: 71px;
    width: 120px;
    font-variant: small-caps;
    color: #afafaf;
    position: relative; }
    #menu li a {
      font-weight: bold;
      color: #afafaf;
      font-variant: small-caps;
      text-decoration: none;
      line-height: 71px;
      width: 120px;
      height: 71px;
      display: block; }
      #menu li a.menu-item.selected {
        height: 71px;
        width: 120px;
        color: #eca127;
        background-color: #414642; }
      #menu li a.menu-item-partial.selected {
        height: 71px;
        width: 120px;
        color: #afafaf;
        outline-style: solid;
        outline-color: #222;
        outline-width: 2px;
        outline-offset: -10px; }

#menu-right {
  width: 400px;
  height: 37px;
  margin: 0px;
  display: inline-block;
  padding: 0px;
  font-size: 11pt;
  list-style: none;
  position: absolute;
  top: 10px;
  left: -240px;
  padding-top: 8px; }
  #menu-right.forum {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 0px;
    left: -15px;
    padding: 0px; }
  #menu-right.help {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 16px;
    left: -15px;
    padding: 0px; }
  #menu-right.solo-help {
    color: #afafaf;
    position: absolute;
    font-size: 14px;
    top: 0px;
    left: -15px; }
  #menu-right li a {
    color: black;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 13px; }
    #menu-right li a.selected {
      color: #eca127;
      background-color: #414642;
      text-decoration: none;
      margin: 0px;
      padding: 0px;
      display: inline; }
  #menu-right li span {
    color: black;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: inline;
    font-size: 13px;
    cursor: auto; }
  #menu-right div > a {
    color: #118cc0;
    text-decoration: none;
    padding-left: 10px;
    position: relative; }
    #menu-right div > a#unread-chat {
      cursor: wait; }
      #menu-right div > a#unread-chat.active {
        color: #118cc0;
        cursor: pointer; }

#goto-mobile {
  position: absolute;
  top: 47px;
  left: 60px;
  color: #118cc0;
  text-decoration: none; }

#simple-header-interior {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  color: black;
  padding-top: 71px;
  background: white; }

#content-wrapper {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

#user-settings, #active-users {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  cursor: pointer; }
  #user-settings::after, #active-users::after {
    content: " \25bc";
    font-size: 11px; }

#menu-settings-hidden {
  position: absolute;
  right: -10px;
  top: 2px;
  background: white;
  padding: 5px;
  list-style: none;
  border: 1px solid black;
  margin-top: 20px;
  opacity: 0.95;
  visibility: hidden;
  color: black;
  display: inline-block; }
  #menu-settings-hidden::after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 1px;
    border-bottom: 4px solid white;
    position: absolute;
    top: -4px;
    right: 8px; }
  #menu-settings-hidden li {
    height: 21px; }
  #menu-settings-hidden a {
    font-size: 10pt;
    text-decoration: none;
    color: black;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    line-height: 11pt; }

#user-list-hidden {
  position: absolute;
  right: -10px;
  top: 2px;
  background: white;
  padding: 5px;
  list-style: none;
  border: 1px solid black;
  margin-top: 20px;
  opacity: 0.95;
  visibility: hidden;
  color: black;
  width: 100px; }
  #user-list-hidden::after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    width: 1px;
    border-bottom: 4px solid white;
    position: absolute;
    top: -4px;
    right: 8px; }
  #user-list-hidden ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto; }

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input.search {
  width: 220px;
  vertical-align: center;
  border: 1px solid #a0a0a0;
  background-color: white;
  background-image: url(../images/16px-Magnifying_glass_icon.svg.png);
  padding-right: 16px;
  padding-left: 5px;
  background-repeat: no-repeat;
  background-position: 220px;
  outline: 0pt;
  height: 20px; }
  input.search:focus {
    outline: 2px solid grey;
    border-radius: 2px; }

.link-selection {
  font-size: 17px;
  color: black;
  display: inline;
  line-height: 40px; }
  .link-selection > span {
    display: inline;
    text-decoration: None;
    margin-left: 5px;
    margin-right: 5px; }
  .link-selection > .selected-link-small, .link-selection .selected-link {
    color: #ee9900;
    font-weight: bold; }
  .link-selection > .selected-link-small-arial {
    color: #ee9900;
    font-family: arial;
    font-size: 14px;
    font-weight: bold; }
  .link-selection > .deselected-link a {
    color: #333333;
    text-decoration: None; }
  .link-selection > .deselected-link-small a {
    color: #333333;
    text-decoration: None; }
  .link-selection > .deselected-link-small-arial a {
    color: #333333;
    font-size: 14px;
    font-family: arial;
    text-decoration: None; }
  .link-selection > .deselected-link-small a:hover {
    background-color: #c0c0c0; }
  .link-selection > .deselected-link a:hover {
    background-color: #c0c0c0; }

#hashtag-area {
  color: black;
  position: relative;
  border: 1px solid #a0a0a0;
  background: #f7f7f7;
  width: 130px;
  text-align: left;
  margin-left: 10px;
  padding: 5px 5px 10px 5px;
  font-size: 12px;
  text-align: center; }
  #hashtag-area div {
    color: black;
    text-align: right; }
  #hashtag-area h3 {
    color: black;
    font-size: 15px; }

#leaderboard-area {
  text-align: center;
  color: white;
  position: relative;
  background: #C0C0C0;
  width: 130px;
  margin-left: 10px;
  margin-top: 20px;
  padding: 5px 5px 10px 5px; }
  #leaderboard-area div {
    color: black;
    text-align: right; }
    #leaderboard-area div span {
      width: 120px;
      display: block; }
  #leaderboard-area h3 {
    font-size: 15px; }

#followee-area {
  text-align: center;
  font-size: 12px;
  border: 1px solid #a0a0a0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  background: #f7f7f7;
  width: 130px;
  padding: 5px 5px 10px 5px;
  margin-left: 10px;
  max-height: 254px; }
  #followee-area h3 {
    color: black;
    font-size: 15px; }

input.signup {
  border-radius: 0px;
  vertical-align: top;
  border: 1px solid #a0a0a0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  font-size: 13px;
  outline: 0px;
  width: 225px;
  color: #6e6e6e; }

input.signupsmall {
  border-radius: 0px;
  vertical-align: top;
  border: 1px solid #a0a0a0;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  font-size: 12pt;
  outline: 0px;
  width: 150px;
  color: #6e6e6e; }

textarea.signup {
  width: 370px;
  border-radius: 0px;
  border: 1px solid white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12pt; }

.pager {
  font-size: 12pt;
  color: #333333; }

.mobile-pager {
  font-size: 50pt;
  color: #333333; }

.f3black {
  font-size: 13pt;
  color: black; }

td.header {
  font-weight: bold;
  text-align: right; }

td.field {
  min-width: 160px;
  text-align: left;
  border-radius: 5px;
  padding: 0px; }

.radio-form {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 10px; }
  .radio-form.disabled {
    color: #6e6e6e; }
  .radio-form label {
    margin-right: 15px;
    position: relative;
    top: -2px; }

.hover-opacity {
  opacity: .6; }
  .hover-opacity:hover {
    opacity: 0.7; }

.action-link {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: blue;
  cursor: pointer;
  padding-left: 3px;
  font-size: 10px; }

.command-link-toggle {
  font-size: 14px;
  padding: 2px;
  text-decoration: none;
  background-color: #070;
  border: 1px solid black;
  color: white; }
  .command-link-toggle:hover {
    background-color: #090;
    opacity: 0.85; }

.command-link {
  font-size: 14px;
  padding: 2px;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #aaa;
  color: #555; }
  .command-link:hover {
    background-color: #eee;
    opacity: 0.85; }

.command-link-small {
  font-size: 10px;
  padding: 2px;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #aaa;
  color: #555; }
  .command-link-small:hover {
    background-color: #eee;
    opacity: 0.85; }

.pencil-icon {
  padding-left: 4px;
  padding-top: 4px;
  padding-right: 4px;
  margin-right: 0px;
  border: 0px solid white;
  cursor: pointer;
  font-size: 20px;
  display: inline-block; }

#command-link-small {
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #aaa;
  outline: 0;
  border-radius: 0px;
  display: inline;
  background-color: #eee;
  color: #555;
  margins: 0px;
  padding: 6x;
  text-decoration: none;
  cursor: pointer; }
  #command-link-small:hover {
    background-color: #ddd; }

.command-link-big {
  font-size: 14px;
  text-decoration: none;
  padding: 4px;
  color: black;
  background-color: #eca127; }
  .command-link-big:hover {
    opacity: 0.85; }

/* used by background menu */
.big-link {
  font-size: 20px; }
  .big-link a, .big-link a:visited {
    font-size: 20px;
    text-decoration: none; }

.round-orange-nav-link {
  font-size: 15px;
  color: white;
  text-decoration: none;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #eca127;
  border: 1px solid black;
  border-radius: 4px; }
  .round-orange-nav-link a, .round-orange-nav-link a:visited {
    font-size: 16px;
    color: black;
    text-decoration: none; }

.big-regular-link {
  font-size: 16px;
  color: black; }
  .big-regular-link a, .big-regular-link a:visited {
    font-size: 16px;
    color: black;
    text-decoration: underline; }

.regular-link {
  font-size: 14px;
  color: black; }
  .regular-link a, .regular-link a:visited {
    font-size: 14px;
    color: black;
    text-decoration: underline; }

.small-link {
  font-size: 14px;
  color: black; }
  .small-link a, .small-link a:visited {
    font-size: 12px;
    color: black;
    text-decoration: underline; }

.big-plain-link {
  font-size: 20px;
  text-decoration: none;
  color: black; }

.plain-link {
  font-size: 14px;
  text-decoration: none; }
  .plain-link a, .plain-link a:visited {
    font-size: 14px;
    color: black;
    text-decoration: none; }

.underline-link {
  text-decoration: underline;
  color: black; }
  .underline-link a, .underline-link a:visited {
    font-size: 14px;
    color: black; }

.header-small-link-button {
  text-decoration: none;
  height: 20px;
  color: #afafaf;
  background-color: black;
  /* $logo_c */
  padding: 2px 8px 2px 8px;
  right: auto;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.button-normal-base, .button-normal, .button-large {
  text-decoration: none;
  height: 20px;
  border: 1px solid black;
  color: black;
  padding: 2px 8px 2px 8px;
  right: auto;
  font-size: 12px;
  position: relative;
  cursor: pointer; }
  .button-normal-base:hover, .button-normal:hover, .button-large:hover {
    opacity: 0.9; }

.button-large {
  height: 37px;
  border: 0px;
  font-weight: bold;
  background-color: #eca127; }

.button-normal {
  background-color: #eca127;
  /* $label_c */
  border: 0px; }

.button-small, .button-small-orange {
  text-decoration: none;
  height: 20px;
  color: black;
  padding: 2px 8px 4px 8px;
  outline: 0;
  border-radius: 0px;
  display: inline;
  background-color: #eee;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer; }

.button-small-orange {
  background-color: #eca127; }

.button-round-gray {
  font-weight: bold;
  font-size: 12px;
  padding: 5px 12px;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #ccc; }

.button-gray-very-large, .button-gray-large, .button-gray, .button-gray-square, .button-square {
  border: 0;
  outline: 0;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  box-shadow: 0px;
  cursor: pointer;
  text-align: center;
  padding: 0px 12px;
  font-weight: bold; }
  .button-gray-very-large a.plain, .button-gray-large a.plain, .button-gray a.plain, .button-gray-square a.plain, .button-square a.plain {
    color: black;
    font-decoration: none; }
  .button-gray-very-large.inline, .button-gray-large.inline, .button-gray.inline, .button-gray-square.inline, .button-square.inline {
    height: 30px;
    line-height: 30px; }

.button-gray, .button-gray-large, .button-gray-large, .button-gray-square {
  background-color: #eee; }
  .button-gray:hover, .button-gray-large:hover, .button-gray-large:hover, .button-gray-square:hover {
    opacity: 0.9; }

.button-square {
  background-color: #eca127; }
  .button-square:hover {
    opacity: 0.9; }

.view-picture-hd-old {
  z-index: 10;
  position: absolute;
  right: 40px;
  bottom: 23px;
  height: 16px;
  width: 30px;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  background: url("../images/icons/hd.png");
  background-size: contain;
  background-repeat: no-repeat; }

.view-picture-hd {
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: -5px;
  color: white;
  background-color: black;
  border-radius: 4px;
  border: 2px black solid;
  margin-left: -10px;
  padding: 2px;
  font-size: 13px;
  font-style: italic;
  cursor: pointer; }

#viewpage-title > div {
  position: relative; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px; }

::-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); }

span#unread {
  color: #eca127; }

#chat-parent {
  background-color: #90A1B7;
  z-index: 1001;
  height: 100%;
  padding-top: 0px;
  right: -240px;
  overflow: hidden;
  /* hidden by def */
  top: 0px;
  position: fixed;
  padding-left: 8px;
  border-left: 1px solid black;
  border-bottom: none;
  box-sizing: border-box; }
  #chat-parent.open {
    transition: right 0.1s ease-in-out;
    right: 0px; }
  #chat-parent.big {
    width: 315px; }
  #chat-parent.open-fast {
    right: 0px; }
  #chat-parent.closed {
    transition: none;
    right: -240px; }
  #chat-parent #toggle-mode-chat {
    position: absolute;
    top: 68px;
    right: 18px;
    color: black;
    text-decoration: none;
    font-size: 15px;
    z-index: 1;
    padding: 5px;
    background-color: #90A1B7; }
  #chat-parent.big #toggle-mode-chat:after {
    content: "\BB"; }
  #chat-parent #toggle-mode-chat:after {
    content: "\AB"; }
  #chat-parent #hint {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 35px;
    background-color: black;
    opacity: .37;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 2px black;
    font-size: 20px;
    text-align: center;
    visibility: hidden; }
  #chat-parent #close-chat {
    position: absolute;
    top: 69px;
    right: 5px;
    color: black;
    text-decoration: none;
    font-size: 15px;
    z-index: 1;
    padding: 5px;
    background-color: #90A1B7; }

.big #chat-wrapper {
  max-width: 315px; }
  .big #chat-wrapper #post-container form {
    width: 290px; }
  .big #chat-wrapper #message-container .time {
    width: 290px; }
  .big #chat-wrapper #message-container hr {
    width: 290px; }
  .big #chat-wrapper #message-container > div {
    width: 300px; }
    .big #chat-wrapper #message-container > div .message-pic-wrapper {
      width: 100%;
      height: 210px; }
    .big #chat-wrapper #message-container > div .message-pic {
      width: 290px;
      height: 210px; }

#chat-wrapper {
  height: 100%;
  overflow-y: scroll;
  max-width: 225px;
  color: black;
  font-size: 12px;
  padding-right: 5px;
  overflow-x: hidden; }
  #chat-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent; }
  #chat-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: grey; }
  #chat-wrapper #post-container {
    padding-top: 5px; }
    #chat-wrapper #post-container form {
      width: 200px;
      margin-bottom: 12px; }
    #chat-wrapper #post-container textarea {
      padding: 3px;
      width: 100%;
      height: 53px;
      resize: none;
      outline: none;
      border: 1px solid #a0a0a0;
      box-sizing: border-box; }
      #chat-wrapper #post-container textarea:hover, #chat-wrapper #post-container textarea:focus {
        outline: none; }
    #chat-wrapper #post-container #current-scene-link,
    #chat-wrapper #post-container #choose-scene-link.no-scene {
      border: none;
      color: #118cc0;
      text-shadow: none;
      display: inline-block;
      width: 160px;
      text-decoration: none;
      padding-top: 3px;
      padding-left: 5px;
      height: 12px; }
    #chat-wrapper #post-container #choose-scene-link {
      display: block;
      width: 193px;
      height: 145px;
      border: 1px solid #a0a0a0;
      padding-top: 3px;
      padding-left: 5px;
      color: white;
      text-shadow: 0px 0px 2px black;
      text-decoration: none;
      background-size: cover;
      background-position: 52% 50%;
      background-repeat: no-repeat;
      position: relative; }
      #chat-wrapper #post-container #choose-scene-link #note {
        position: absolute;
        bottom: 0px; }
    #chat-wrapper #post-container input[type=submit] {
      width: 70px;
      height: 30px;
      background-color: #eca127;
      border: 0;
      shadow: 0;
      cursor: pointer;
      display: inline-block;
      float: right;
      margin: 10px 0px; }
      #chat-wrapper #post-container input[type=submit]:hover, #chat-wrapper #post-container input[type=submit]:focus {
        shadow: 0; }
  #chat-wrapper #message-container {
    padding-top: 70px; }
    #chat-wrapper #message-container .time {
      text-align: center;
      width: 200px;
      display: block;
      margin-bottom: 10px;
      font-size: 10px; }
    #chat-wrapper #message-container hr {
      width: 200px; }
    #chat-wrapper #message-container > div {
      padding-bottom: 10px;
      position: relative;
      min-height: 35px;
      width: 200px; }
      #chat-wrapper #message-container > div .author-pic {
        width: 34px;
        height: 34px;
        margin: 0px 3px 0px 0px;
        float: left; }
      #chat-wrapper #message-container > div .author-name {
        vertical-align: top;
        color: #118cc0;
        text-decoration: none; }
      #chat-wrapper #message-container > div .message-text {
        vertical-align: top;
        word-wrap: break-word; }
        #chat-wrapper #message-container > div .message-text .breakable {
          word-break: break-all; }
      #chat-wrapper #message-container > div .message-pic-wrapper {
        width: 200px;
        height: 145px;
        margin-top: 5px;
        display: inline-block; }
      #chat-wrapper #message-container > div .message-pic {
        width: 200px;
        height: 145px; }

#simple-header-content.logged-out {
  width: 1250px; }
  #simple-header-content.logged-out input {
    font-size: 12px;
    border: 0px;
    display: inline-block;
    height: 24px;
    box-sizing: border-box; }
  #simple-header-content.logged-out input[type=text], #simple-header-content.logged-out input[type=password] {
    width: 100px; }
  #simple-header-content.logged-out form {
    display: inline;
    float: right;
    margin-top: 25px;
    margin-right: 100px; }
  #simple-header-content.logged-out .button-square {
    height: 24px;
    line-height: 24px;
    vertical-align: top; }
  #simple-header-content.logged-out #preregister.button-square {
    margin-top: 25px;
    vertical-align: top; }
    #simple-header-content.logged-out #preregister.button-square a {
      color: black;
      text-decoration: none; }
  #simple-header-content.logged-out #fblogin.button-square {
    margin-top: 25px;
    vertical-align: top;
    background-image: url(../images/facebookf.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    background-color: #3B5998; }
    #simple-header-content.logged-out #fblogin.button-square a {
      color: white;
      text-decoration: none; }
  #simple-header-content.logged-out #retrieve-pw {
    color: white;
    font-size: 10px;
    position: relative;
    top: 18px;
    right: 60px;
    text-decoration: none; }

.scroll-list {
  border: 2px solid #ccc;
  width: 1200px;
  height: 400px;
  overflow-y: scroll; }

.fb-button-square {
  color: white;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0px;
  cursor: pointer;
  text-align: center;
  padding: 0px 12px;
  margin-top: 0px;
  vertical-align: top;
  background-image: url(../images/facebookf.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  background-color: #3B5998; }

#fblogin.fb-button-square a {
  color: white;
  text-decoration: none; }

#fileUpload {
  background-color: #eee; }

#fileupload-div {
  background-color: eee;
  width: 400px;
  font-size: 13px;
  padding: 10px; }

#fileupload-label {
  font-weight: bold;
  padding-bottom: 5px; }

#fileupload-submit {
  margin-left: 10px; }

.thumbnail-grid-narrow {
  padding: 4px;
  margin-bottom: 20px;
  border: 1px solid black;
  max-height: 400px;
  overflow-y: scroll; }

.thumbnail-grid {
  padding: 4px;
  margin-bottom: 20px;
  border: 1px solid black;
  max-height: 400px;
  max-width: 400px;
  overflow-y: scroll; }

.hover-link-selected:link {
  COLOR: red;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link-selected:visited {
  COLOR: red;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link-selected:active {
  COLOR: red;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link-selected:hover:hover {
  COLOR: orange;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link:link {
  COLOR: #ccc;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link:visited {
  COLOR: #ccc;
  TEXT-DECORATION: none;
  font-size: 22px; }

.hover-link:active {
  COLOR: #ccc;
  TEXT-DECORATION: none; }

.hover-link:hover {
  COLOR: orange;
  TEXT-DECORATION: none;
  font-size: 22px; }

.textinput {
  font-size: 14px;
  font-family: arial,helvetica; }

.textinput-small {
  font-size: 12px;
  font-family: arial,helvetica; }

.placeholder::-webkit-input-placeholder {
  color: #ccc; }
.placeholder:-moz-placeholder {
  color: #ccc; }
.placeholder::-moz-placeholder {
  color: #ccc; }
.placeholder:-ms-input-placeholder {
  color: #ccc; }

.placeholder-black::-webkit-input-placeholder {
  color: black; }
.placeholder-black:-moz-placeholder {
  color: black; }
.placeholder-black::-moz-placeholder {
  color: black; }
.placeholder-black:-ms-input-placeholder {
  color: black; }

body {
  overflow-x: hidden; }

#viewpage-wrapper > .col {
  position: absolute;
  width: 100%; }

.text_edit_prompt {
  color: red;
  font-size: 18px;
  margin-left: 200px;
  padding: 5px;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 4px; }

#left-col {
  top: 0;
  left: 0;
  width: 264px;
  height: 100%; }

#center-col {
  top: 0;
  left: 285;
  width: 622px;
  min-height: 100%;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0; }

#right-col {
  top: 0;
  left: 908;
  width: 332px;
  height: 100%; }

#viewpage-wrapper a {
  color: text_c; }
#viewpage-wrapper .button-normal {
  border-radius: 0;
  padding: 5px 10px;
  background-color: #eca127;
  box-shadow: none;
  border: 0;
  height: 37px;
  font-weight: bold; }
#viewpage-wrapper textarea {
  resize: none; }

#left-col .top {
  display: block;
  height: 62px;
  border-bottom: 1px solid #a0a0a0; }
#left-col #zazzle-link {
  float: right;
  padding-right: 16px; }

#center-col .top {
  display: block;
  height: 62px;
  border-bottom: 1px solid #a0a0a0;
  position: relative; }

#viewpage-notes {
  text-align: center; }

#viewpage-title {
  text-align: left;
  position: absolute;
  left: 5px;
  bottom: 7px;
  font-size: 18px;
  width: 100%; }
  #viewpage-title > div {
    width: 100%; }

.view-picture-hd {
  line-height: 16px;
  display: block;
  position: absolute;
  cursor: pointer;
  padding-left: 1px;
  color: white; }

#caption {
  text-align: justify;
  padding: 5px 10px;
  color: #6e6e6e;
  font-size: 15px;
  overflow-wrap: break-word; }

#derived img {
  width: 100px; }

#report-abuse {
  width: 70px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 14px;
  left: 13px; }
  #report-abuse > a {
    text-decoration: none; }

#content-crosslink {
  padding-left: 80px;
  margin-top: 100px;
  padding-top: 140px; }
  #content-crosslink a:link {
    font-size: 12px;
    text-decoration: none;
    color: #6e6e6e; }
  #content-crosslink a:visited {
    font-size: 12px;
    text-decoration: none;
    color: #6e6e6e; }

#like {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 14px;
  left: 19px; }
  #like > a {
    text-decoration: none; }
    #like > a > div {
      background-image: url(../images/icons/LIKE_SEL_NEW_109x109.png);
      display: block;
      background-repeat: no-repeat;
      background-position: left;
      background-size: contain;
      height: 28px; }
      #like > a > div:hover {
        background-image: url(../images/icons/LIKE_SEL_FADED_NEW_109x109.png); }
      #like > a > div > div {
        color: #6e6e6e;
        margin-left: 22px;
        line-height: 38px;
        font-size: 13px;
        width: 34px;
        text-align: center; }
  #like div.like-button-inactive {
    opacity: 0.6; }

#image {
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
  position: relative;
  overflow: hidden; }
  #image a {
    width: 100%;
    display: block;
    outline: 0; }
  #image img {
    width: 100%; }

#descrip {
  font-style: italic;
  padding-bottom: 5px; }

#hashtags, #descrip {
  width: 98%;
  color: #6e6e6e;
  text-align: left;
  margin-left: 10px;
  margin-right: 30px;
  font-size: 12px;
  max-height: 60px;
  overflow-y: auto; }
  #hashtags span, #descrip span {
    word-break: break-all; }
  #hashtags::-webkit-scrollbar-thumb, #descrip::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25); }
  #hashtags:hover::-webkit-scrollbar-thumb, #descrip:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5); }
  #hashtags i, #descrip i {
    font-style: normal; }
  #hashtags b, #descrip b {
    font-weight: normal; }

#center-col hr {
  margin: 10px; }

#tag {
  color: #6e6e6e;
  text-align: left;
  font-size: 13px;
  padding: 0px 6px;
  padding-bottom: 10px; }
  #tag b {
    font-weight: normal; }
  #tag font {
    color: #6e6e6e; }

#center-col .right {
  width: 624px;
  margin-right: 15px;
  display: inline-block; }

#edit-buttons {
  float: right;
  margin-top: 10px;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative; }
  #edit-buttons > div {
    margin: 0 auto; }
  #edit-buttons #open-scene-button {
    display: inline-block;
    width: 40px;
    height: 25px;
    background-image: url(../images/icons/open_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0px; }
    #edit-buttons #open-scene-button:hover {
      background-image: url(../images/icons/open_icon_hover.png); }
    #edit-buttons #open-scene-button::after {
      content: "Load";
      margin-left: -16px;
      font-size: 9px;
      display: inline-block;
      padding-top: 28px;
      text-align: center;
      color: #8d8d8d; }
  #edit-buttons #load-backdrop-button {
    display: inline-block;
    height: 22px;
    width: 40px;
    background-image: url(../images/icons/bkg_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0px; }
    #edit-buttons #load-backdrop-button:hover {
      opacity: 1.0;
      background-image: url(../images/icons/bkg_icon.png); }
    #edit-buttons #load-backdrop-button::after {
      content: "Load BGD";
      font-size: 9px;
      margin-left: -12px;
      display: inline-block;
      padding-top: 26px;
      text-align: center;
      color: #8d8d8d; }
  #edit-buttons #manage-button {
    display: inline-block;
    width: 40px;
    height: 24px;
    background-image: url(../images/icons/new_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0px; }
    #edit-buttons #manage-button:hover {
      background-image: url(../images/icons/new_icon_hover.png); }
    #edit-buttons #manage-button::after {
      content: "Settings";
      font-size: 9px;
      margin-left: -14px;
      display: inline-block;
      padding-top: 28px;
      text-align: center;
      color: #8d8d8d; }
  #edit-buttons #edit-properties-button {
    position: absolute;
    padding-right: 1em;
    display: inline-block;
    right: -5px;
    bottom: 13px;
    text-decoration: none;
    font-size: 11px;
    color: black;
    width: 100px;
    text-align: center;
    padding: 3px 0px;
    background-color: #eca127; }

#hashtag-group {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  padding-left: 5px; }

#image-attribution {
  position: absolute;
  bottom: 3px;
  left: -42px; }

#right-col .top {
  display: block;
  height: 62px;
  border-bottom: 1px solid #a0a0a0;
  text-align: left;
  line-height: 93px;
  padding-left: 11px;
  font-size: 13px; }

#author-name a {
  color: black; }

#viewpage-author > a {
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 9px;
  padding-left: 2px; }
  #viewpage-author > a::after {
    content: ")";
    text-decoration: none; }
  #viewpage-author > a::before {
    content: "(";
    text-decoration: none; }

#sm {
  width: 55px;
  text-align: left;
  position: relative;
  margin-top: 33px;
  margin-left: 18px;
  font-size: 13px; }
  #sm a {
    color: #6e6e6e; }
  #sm #share {
    margin-left: -7px;
    font-size: 14px;
    color: black;
    margin-bottom: 6px; }
  #sm #icons {
    position: absolute;
    top: 23px;
    height: 178px;
    width: 34px;
    margin-left: 3px;
    z-index: 1; }
  #sm .sm-leftside-link {
    float: right;
    display: block;
    height: 30px;
    width: 30px;
    margin-bottom: 7px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat; }
  #sm .sm-link {
    display: block;
    height: 30px;
    width: 30px;
    margin-bottom: 7px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat; }
  #sm #fb-share-link {
    background-image: url(../images/smhd/facebook.png); }
  #sm #tumblr-share-link {
    background-image: url(../images/smhd/tumblr.png); }
  #sm #twitter-share-link {
    background-image: url(../images/smhd/twitter.png); }
  #sm #reddit-share-link {
    background-image: url(../images/smhd/reddit.png); }
  #sm #ecard-link, #sm #ecard-movie-link, #sm #ecard-story-link {
    background-image: url(../images/smhd/email.png); }
  #sm.inline-sm {
    display: inline-block;
    width: 100px;
    padding-right: 30px;
    vertical-align: top;
    margin-top: 20px; }
    #sm.inline-sm #icons {
      top: 39px; }
  #sm.inline-sm-horiz {
    display: inline-block;
    width: 800px;
    padding-right: 30px;
    vertical-align: top;
    margin-top: 20px; }
    #sm.inline-sm-horiz #icons {
      top: 39px; }

#center-col #story-forum {
  margin-left: 1px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a0a0a0; }

#center-col #forum {
  margin-left: 1px;
  border-top: 1px solid #a0a0a0;
  padding-bottom: 20px;
  border-bottom: 1px solid #a0a0a0; }

.viewpage-forum-entry {
  color: #6e6e6e;
  text-align: left;
  background: white;
  margin-top: 10px;
  width: 500px;
  min-height: 100px;
  overflow: hidden;
  border-bottom: 1px solid #a0a0a0;
  padding: 5px 10px;
  padding-left: 110px; }
  .viewpage-forum-entry a {
    color: #6e6e6e; }

.viewpage-forum-author-area {
  text-align: left;
  width: 90px;
  height: 90px;
  font-size: 12px;
  position: absolute;
  left: 12px; }
  .viewpage-forum-author-area img {
    float: left;
    width: 45px;
    height: 45px;
    margin: 0; }

.viewpage-forum-author-area-right {
  overflow: hidden;
  width: 90px;
  height: 45px;
  padding-top: 5px; }
  .viewpage-forum-author-area-right span {
    float: left;
    width: 90px; }

.viewpage-forum-author-area-date {
  font-size: 10px; }

.viewpage-forum-comment {
  overflow: hidden; }
  .viewpage-forum-comment:last-child {
    font-size: 13px; }

.viewpage-forum-banter-scene-area img {
  width: 490px;
  margin: 0; }

.viewpage-forum-banter-author {
  position: relative;
  color: white;
  font-size: 10px;
  background: black;
  -webkit-font-smoothing: antialiased;
  text-align: center; }

.viewpage-message-text {
  margin-bottom: 2px; }

.viewpage-forum-banter-title {
  width: 490px;
  background: black;
  text-align: center;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  -webkit-font-smoothing: antialiased; }
  .viewpage-forum-banter-title#viewpage-wrapper {
    color: white; }

.viewpage-forum-banter-caption {
  position: relative;
  font-size: 12px;
  padding: 6px 10px 4px 10px;
  margin-top: -12px;
  text-align: left;
  color: white;
  background: black;
  text-align: center;
  visibility: hidden; }

.viewpage-forum-banter-description {
  position: relative;
  font-size: 12px;
  text-align: left;
  overflow: hidden;
  color: #6e6e6e;
  margin: 5px 5px 5px 5px;
  text-align: justify;
  height: 30px;
  visibility: hidden; }

#forum tr:last-child {
  height: 84px;
  padding-top: 10px; }

#view-comment-text-input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 421px;
  resize: none;
  margin: 20px;
  font-size: 13px;
  padding-left: 5px; }

#viewpage-response-image {
  height: 100px;
  border: 1px solid black; }

#add-url {
  position: absolute;
  left: 20px;
  top: 105px;
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #eee; }

#add-url-help {
  position: absolute;
  left: 80px;
  top: 105px; }

#full-comment-area {
  height: 105px; }

#viewpage-submit-comment {
  padding: 4px;
  position: absolute;
  left: 390px;
  top: 105;
  background-color: #eca127;
  border-radius: 0px;
  border: 0px solid black; }

#viewpage-submit-edit {
  padding: 4px;
  position: absolute;
  left: 350px;
  top: 105;
  background-color: #eca127;
  border-radius: 0px;
  border: 0px solid black; }

#viewpage-cancel-edit {
  padding: 4px;
  position: absolute;
  left: 200px;
  top: 105;
  background-color: #eca127;
  border-radius: 0px;
  border: 0px solid black; }

#viewpage-response-area {
  margin: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 20px;
  width: 138px;
  height: 78px;
  overflow: hidden;
  border: 1px solid #a0a0a0; }
  #viewpage-response-area img {
    border: 0px solid transparent; }
  #viewpage-response-area #viewpage-add-response {
    font-size: 0px;
    text-decoration: none;
    color: #6e6e6e;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../images/Post_a_scene_icon.png);
    background-size: 50px;
    background-position: 50% 62%;
    background-repeat: no-repeat; }
    #viewpage-response-area #viewpage-add-response.scene {
      background-size: cover; }
    #viewpage-response-area #viewpage-add-response:hover {
      background-image: url(../images/Post_a_scene_icon_mouseover.png); }
    #viewpage-response-area #viewpage-add-response::after {
      content: "Post a reply";
      display: block;
      width: 100%;
      text-align: left;
      padding: 3px;
      padding-left: 5px;
      font-size: 13px;
      color: #6e6e6e; }
    #viewpage-response-area #viewpage-add-response.scene::after {
      content: "Remove Scene";
      display: block;
      width: 100%;
      text-align: left;
      padding: 3px;
      padding-left: 5px;
      font-size: 13px;
      color: white;
      text-shadow: 0px 0px 2px black; }

input.cmid {
  position: absolute;
  right: 181px;
  bottom: 20px;
  background-color: #6e6e6e;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  padding: 3px 10px; }

#viewpage-remove-response-scene {
  position: absolute;
  bottom: 22px;
  left: 511px;
  color: #6e6e6e;
  font-size: 0px; }
  #viewpage-remove-response-scene::after {
    content: "Remove scene";
    font-size: 13px; }

#zazzle-link {
  font-weight: bold;
  text-decoration: none;
  color: #eca127;
  padding-top: 20px;
  padding-left: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: normal; }

#merchandise-area {
  background-image: url(../images/zazzle_im.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin: 0 auto; }

#merchandise-caption {
  padding-bottom: 10px;
  color: #eca127; }

.inline-zazzle {
  display: inline-block;
  width: 130px;
  vertical-align: top; }

#ops, #effects {
  position: relative;
  left: 20px; }
  #ops *, #effects * {
    font-size: 13px; }
    #ops *.label, #effects *.label {
      font-size: 17px; }

#effects {
  position: relative;
  left: 10px; }

.label {
  padding-bottom: 7px;
  color: #eca127; }

#effects {
  position: relative;
  float: left;
  width: 255px;
  padding-top: 10px; }
  #effects #effect {
    width: 120px;
    height: 388px;
    display: inline-block; }
    #effects #effect:focus {
      outline-offset: 0px;
      outline: none; }
  #effects #test {
    position: absolute;
    width: 120px;
    overflow-x: hidden;
    height: 187px;
    overflow-y: auto;
    display: inline-block;
    vertical-align: top; }

.effect-option-input * {
  max-width: 71px; }

#effects #effects-notification {
  display: block;
  clear: both; }
#effects #picture-properties-submit:focus, #effects #picture-properties-undo:focus {
  border: 0;
  box-shadow: none;
  outline: none; }
#effects #picture-properties-submit {
  background-color: #eca127;
  font-weight: bold;
  border: 0;
  position: absolute;
  left: 131px;
  top: 260px;
  width: 100px;
  height: 37px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0px; }
  #effects #picture-properties-submit:disabled {
    color: white;
    background-color: lightgrey;
    cursor: default; }
  #effects #picture-properties-submit:hover {
    opacity: 0.9; }
#effects #picture-properties-revert, #effects #picture-properties-undo {
  padding: 1px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  color: #6e6e6e;
  text-decoration: none;
  font-size: 11px;
  border: 0;
  overflow: hidden; }
#effects #picture-properties-undo {
  width: 35px;
  height: 50px;
  position: absolute;
  left: 135px;
  top: 200px;
  background-image: url(../images/icons/undo_icon.png);
  line-height: 80px; }
  #effects #picture-properties-undo:hover {
    background-image: url(../images/icons/undo_icon_hover.png); }
#effects #picture-properties-revert {
  height: 50px;
  position: absolute;
  left: 186;
  top: 200px;
  line-height: 80px;
  background-image: url(../images/icons/undo_icon.png); }
  #effects #picture-properties-revert:hover {
    background-image: url(../images/icons/revert_icon_hover.png); }

#picture-op-form {
  padding-top: 10px; }
  #picture-op-form > table {
    margin-top: -15px;
    margin-left: -2px; }
  #picture-op-form .button-normal {
    float: right;
    margin-top: 3px; }

#scene-description-header {
  color: black;
  font-style: normal;
  font-weight: bold; }

.permalink {
  font-size: 12px;
  padding-left: 10px;
  float: left;
  display: block;
  margin-bottom: 20px;
  color: #6e6e6e; }

#center-col > .container {
  text-align: center;
  position: relative; }

#ops-buttons {
  display: inline-block;
  margin: 10 auto;
  min-height: 30px; }
  #ops-buttons > div {
    display: inline-block; }
  #ops-buttons #open-scene {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    height: 24px;
    padding: 1px;
    margin-top: 5px;
    background-color: transparent;
    background-image: url(../images/icons/open_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0px;
    line-height: 65px;
    color: #6e6e6e; }
    #ops-buttons #open-scene:hover {
      background-image: url(../images/icons/open_icon_hover.png); }
    #ops-buttons #open-scene::after {
      content: "Load";
      font-size: 10px; }
  #ops-buttons #view-published-scene {
    height: 25px;
    padding-top: 6px;
    color: black; }
  #ops-buttons #hirez-render-button,
  #ops-buttons #remove-from-gallery-button,
  #ops-buttons #publish-to-gallery-button,
  #ops-buttons #make-permalink-button {
    height: 37px; }
  #ops-buttons #view-published-scene,
  #ops-buttons #hirez-render-button,
  #ops-buttons #remove-from-gallery-button,
  #ops-buttons #publish-to-gallery-button,
  #ops-buttons #make-permalink-button {
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    cursor: pointer; }
    #ops-buttons #view-published-scene:hover,
    #ops-buttons #hirez-render-button:hover,
    #ops-buttons #remove-from-gallery-button:hover,
    #ops-buttons #publish-to-gallery-button:hover,
    #ops-buttons #make-permalink-button:hover {
      opacity: 0.9; }
  #ops-buttons #view-published-scene,
  #ops-buttons #publish-to-gallery-button,
  #ops-buttons #make-permalink-button {
    background-color: #eca127;
    border: 0; }
  #ops-buttons #publish-to-gallery-button,
  #ops-buttons #make-permalink-button {
    top: 2px; }
  #ops-buttons #hirez-render-button {
    color: #111;
    background-color: #227cfe;
    border: 0;
    top: 2px; }
  #ops-buttons #remove-from-gallery-button {
    background-color: #eca127;
    color: black;
    border: 0;
    top: 2px; }

#trash-icon-img {
  margin-top: 10px;
  height: 22px;
  opacity: 50%; }

#trash-icon-edit-image {
  margin-top: 10px;
  height: 22px;
  text-decoration: none; }

#empty-trash {
  position: absolute;
  right: 140px;
  top: 2px;
  width: 25px;
  height: 24px;
  padding: 1px;
  margin-top: 5px;
  text-decoration: none;
  font-size: 0px;
  line-height: 65px;
  color: #6e6e6e; }

#load-background {
  position: absolute;
  right: 60px;
  top: 11px;
  height: 20px;
  margin-top: 5px;
  padding: 1px;
  background-color: transparent;
  background-image: url(../images/icons/bkg_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 0px;
  line-height: 64px;
  color: #6e6e6e; }
  #load-background:hover {
    background-image: url(../images/icons/bkg_icon.png); }
  #load-background::after {
    content: "Load BGD";
    font-size: 10px;
    margin-left: -10px; }

#load-background-edit-image {
  float: left;
  height: 20px;
  margin-left: 15px;
  padding-bottom: 10px;
  margin-top: 5px;
  padding: 1px;
  background-color: transparent;
  background-image: url(../images/icons/bkg_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 0px;
  line-height: 55px;
  color: #6e6e6e; }
  #load-background-edit-image:hover {
    background-image: url(../images/icons/bkg_icon.png); }
  #load-background-edit-image::after {
    content: "Backdrop";
    font-size: 10px; }

#viewpage-caption {
  background: black;
  color: white;
  font-size: 14px;
  width: 624px;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
  margin-top: -3px; }

#viewpage-description {
  color: #101010;
  text-align: justify;
  font-size: 13px;
  margin: 5px 10px 10px 5px;
  -webkit-font-smoothing: antialiased; }

#videoviewpage {
  padding-bottom: 0px;
  margin-top: 35px;
  width: 80px;
  margin-left: 40px; }
  #videoviewpage:hover {
    opacity: 0.9; }

#viewpage-cancel-edit {
  right: 350px; }

#forum > div > form > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  display: none; }

.effects-text-input {
  width: 230px; }

#picture-op-notify {
  position: absolute;
  margin-top: 0px;
  right: 0px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: blue;
  font-size: 18px; }

#properties-tab {
  margin-top: 0px;
  height: 600px;
  padding: 0px;
  font-size: 10px; }

#effects-tab {
  margin-top: 0px;
  height: 600px;
  padding: 0px; }

#vignette-tab {
  margin-top: 0px;
  height: 600px;
  padding: 0px; }

#mytabs > ul > li {
  width: 48%;
  box-sizing: border-box; }
  #mytabs > ul > li a {
    display: block;
    width: 100%;
    text-align: center; }

#mytabs .ui-state-default a {
  color: #eca127; }

#mytabs .ui-state-active a {
  color: white; }

#mytabs .ui-tabs-active {
  background: #eca127; }

#effects-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  margin-left: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

#properties-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

#image-effects-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  margin-left: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

#image-properties-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

#edit-seq-tab {
  margin-top: 0px;
  height: 600px;
  padding: 0px;
  font-size: 10px; }

#sequence-properties-tab {
  margin-top: 0px;
  height: 600px;
  padding: 0px; }

#seqtabs > ul > li {
  width: 130px;
  box-sizing: border-box; }
  #seqtabs > ul > li a {
    display: block;
    width: 100%;
    text-align: center; }

#seqtabs .ui-state-default a {
  color: #eca127; }

#seqtabs .ui-state-active a {
  color: white; }

#seqtabs .ui-tabs-active {
  background: #eca127; }

#seqtabs > ul > li {
  height: 24px;
  width: 130px;
  font-size: 16px;
  box-sizing: border-box; }
  #seqtabs > ul > li a {
    margins: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center; }

#edit-seq-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  margin-left: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

#sequence-properties-tab-tab {
  background: white;
  border: solid #eca127;
  border-width: 2px 1px 2px 2px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

#seqpanel-title-edit {
  display: table-cell;
  border: 1px solid #ccc;
  vertical-align: middle;
  height: 33px;
  font-family: arial,helvetica;
  font-size: 14pt;
  color: 0;
  cursor: pointer;
  padding-left: 3px;
  width: 584px; }

#seqpanel-title-display {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 33px;
  font-family: arial,helvetica;
  font-size: 13pt;
  color: 0;
  padding: 0px;
  width: 564px;
  cursor: pointer; }

#seqpanel-tutorial-title-display {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: 0;
  padding-left: 4px;
  width: 100%;
  cursor: pointer; }

#seqpanel-caption-edit {
  color: 0;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 0px;
  width: 564px;
  cursor: pointer;
  margin-bottom: 4px; }

#seqpanel-caption-display {
  color: 0;
  padding-bottom: 4px; }

#seqpanel-caption {
  margin-bottom: 6px;
  margin-top: 2px;
  max-height: 70px;
  font-size: 10pt;
  font-family: arial,helvetica;
  color: #ffffff; }

#seqpanel-notification {
  margin-left: 5px;
  margin-top: 10px;
  width: 520;
  background-color: #fff;
  font-size: 18;
  color: #00d; }

#no-links-notification {
  padding: 5px;
  background-color: #ccc;
  color: #555;
  width: 235px;
  margin-left: 10px;
  margin-bottom: 10px; }

#seq-edit-link-arrow {
  color: #750;
  font-size: 16px;
  display: inline-block; }

.nodelink-graph-arrow, .nodelink-graph-arrow-selected {
  font-size: 16px;
  padding: 2px;
  border: 0;
  outline: 0; }

.nodelink-graph-arrow-selected {
  color: #eca127;
  cursor: pointer; }
  .nodelink-graph-arrow-selected:hover {
    color: red;
    opacity: 0.85; }

.blurb-display-div {
  margin-top: 27px;
  padding-right: 12px;
  padding-top: 0px;
  padding-left: 12px;
  height: 280px;
  margin-bottom: 30px;
  padding-top: 8px;
  font-size: 16px;
  background-color: #f0f0f0;
  overflow-y: scroll;
  display: inline-block; }

.blurb-tutorial-display-div {
  margin-top: 10px;
  padding-right: 12px;
  padding-top: 0px;
  padding-left: 12px;
  height: 180px;
  margin-bottom: 10px;
  width: 270px;
  padding-top: 8px;
  font-size: 16px;
  background-color: #f0f0f0;
  overflow-y: scroll;
  display: inline-block; }

.blurb-play-div {
  height: 280px;
  padding: 10px;
  margin-top: 40px;
  font-size: 16px;
  overflow-y: scroll;
  display: inline-block; }

.blurb-edit-div {
  height: 180px;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-top: 28px;
  font-size: 16px;
  background-color: #f0f0f0;
  overflow-y: scroll;
  display: inline-block; }

.blurb-box {
  width: 240px;
  display: inline-block;
  font-size: 16px;
  font-weight: light; }

.blurb-tutorial-box {
  width: 200px;
  display: inline-block;
  font-size: 16px;
  font-weight: light; }

.blurb-link-div {
  padding: 2px;
  font-size: 14;
  background-color: #fff;
  width: 160px;
  height: 46px;
  border: 1px solid #aaa;
  display: inline-block; }

.password-link-div {
  padding: 2px;
  font-size: 14px;
  width: 160px;
  height: 46px;
  border: 1px solid #ccc;
  display: inline-block; }

.query-link-div {
  margin-left: 8px;
  margin-bottom: 10px;
  margin-top: 5px; }

.query-link-input {
  width: 180px; }

.story-aux-links-display {
  float: right;
  text-align: right;
  margin-bottom: 4px;
  margin-top: 10px;
  line-height: 20px;
  padding-top: 20px;
  width: 240px; }

.story-aux-links-edit {
  padding-left: 5px;
  padding-right: 5px; }

#tutorial-nav-links {
  margin-right: 8px;
  float: left;
  font-size: 14px; }

#story-nav-links-display {
  margin-right: 8px;
  float: left;
  font-size: 14px;
  position: absolute;
  bottom: -530px; }

#story-nav-links-edit {
  margin-top: 10px;
  width: 100%;
  font-size: 14px; }

#navigation-buttons-play {
  position: absolute;
  top: 40px;
  left: 610px;
  width: 290px;
  height: 458px;
  margin-top: 20px; }

#story-nav-links-play {
  margin-left: -6px;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  min-width: 120px;
  max-width: 270px; }

#exit-play-mode {
  position: absolute;
  bottom: -50px;
  margin-left: -605px; }
  #exit-play-mode a {
    padding: 4px; }

/*# sourceMappingURL=viewpage.css.map */
