.project-status-bar {
  padding: 5px 10px;
  background-color: #f9dcb5;
  color: #a56100;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 8px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  border: 1px solid #fcc57b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 25px;
}

.project-status-bar .buttons {
  position: relative;
}

.project-status-bar.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.project-status-bar .buttons {
  float: right;
}

.project-status-bar .buttons input.small {
  line-height: 0;
  padding: 8px 10px;
}

.project-status-bar.censored .buttons {
  padding-right: 38px;
  margin-top: -1px;
}

.project-status-bar.not-visible {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.admin-note {
  padding: 5px;
  display: block;
  margin-top: -12px;
  margin-bottom: 10px;
}

.showcase .box-content {
  background-color: #333;
  padding: 0;
}

.showcase .stage {
  float: left;
  display: inline;
  width: 510px;
  background: #000;
  height: 425px;
  position: relative;
}

#scratch {
  display: block;
}

#scratch .scratch_unsupported {
  display: none;
  margin: 10px;
}

#scratch-loader,
#scratch .scratch_loading {
  position: absolute;
  top: 0;
  background-image: url(../images/ajax_loader_blue_48.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.showcase .stage object.scratch_swf {
  margin-bottom: 0;
  display: block;
}

object.plugin {
  position: absolute;
  opacity: 0;
}

.showcase .info {
  float: left;
  display: inline;
  width: 426px;
  height: 424px;
  position: relative;
  border-left: 1px solid #111;
}

.showcase .info .dynamic {
  padding: 5px;
}

.showcase .info .fixed {
  color: #CCC;
  border-top: 1px solid #111;
  padding: 0 5px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  width: 419px;
}

.showcase .info .fixed .dates {
  width: 417px;
  margin-top: 3px;
}

.showcase .fixed .date-updated {
  float: right;
}

.showcase .fixed .copyright {
  background: url(../images/copy_left.png) no-repeat;
  background-size: 12px 12px;
  opacity: .5;
  width: 14px;
  height: 12px;
  display: inline-block;
}

.showcase .fixed .copyright a {
  color: #CCC;
}

.showcase .fixed #remix-history {
  display: block;
  border-bottom: 1px solid #111;
  margin: 0 -5px;
  position: relative;
}

.showcase .fixed #remix-history .viz-link {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
}

.showcase .fixed #remix-history ul {
  list-style-type: none;
  margin: 6px 5px 8px 5px;
}

.showcase .fixed #remix-history .text {
  display: inline-block;
  line-height: 1.2em;
}

.showcase .fixed #remix-history .attribute {
  display: block;
}

.showcase .fixed #remix-history img {
  width: 40px;
  height: 30px;
  border: 1px solid #111;
  vertical-align: top;
  margin-right: 5px;
}

.showcase .actions {
  background-color: #222;
  display: block;
  padding: 2px 12px 2px 22px;
  list-style-type: none;
  margin: 0;
  clear: both;
  border-top: 1px solid #111;
}

#stats .tooltip.top .hovertext {
  top: -35px;
}

#stats .tooltip .hovertext {
  right: -50%;
}

#stats #love-this.tooltip .hovertext {
  right: -15%;
}

#stats #share-to.tooltip .hovertext {
  right: -80%;
}

#stats #total-views.tooltip .hovertext {
  right: -15%;
}

#stats .tooltip.bottom .hovertext {
  bottom: -35px;
}

#stats .action .icon {
  opacity: .5;
}

#stats.active .action .icon {
  opacity: 1;
}

.favorite.on,
#stats.active .action:hover .favorite {
  background-position: 0 -28px !important;
}

.love.on,
#stats.active .action:hover .love {
  background-position: 0 -84px !important;
}

.action a.remix-tree {
  margin-left: 10px;
  display: inline-block;
  padding: 2px 15px 2px 5px !important;
  border-radius: 5px !important;
  border: 1px solid #111 !important;
  box-shadow: inset 0 1px rgba(51, 51, 51, 0.65), 0 0 0 rgba(34, 25, 25, 0.21);
}

.action a.remix-tree:hover {
  background-image: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.71), rgba(17, 17, 17, 0.67));
  cursor: pointer !important;
}

.showcase .action {
  display: inline-block;
  color: #FFF;
  border-radius: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 5px 15px;
  border-right: 1px solid #111;
  line-height: 30px;
  height: 30px;
}

.showcase .action.last {
  border-right: 0;
  padding: 0;
  height: auto;
}

.showcase .action.first {
  padding-left: 0;
}

.showcase .actions .stats {
  display: inline-block;
  float: right;
}

.showcase .actions .stats .action {
  cursor: default;
}

.showcase .player {
  width: 482px;
  margin: auto;
  height: 425px;
}

.showcase .actions .dropdown-menu {
  top: 38px;
}

.player-box-footer-module {
  padding: 15px;
  background-color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  display: none;
  height: 0;
}

.player-box-footer-module .embed.first {
  width: 350px;
}

.player-box-footer-module textarea {
  width: 88%;
  height: 50px;
  background-color: #f6f6f6;
  display: block;
  margin-bottom: 5px;
}

.player-box-footer-module h4 {
  margin-bottom: 10px;
}

#add-to-menu h4 {
  margin-bottom: 0;
}

.player-box-footer-module .control-group {
  margin-top: 10px;
}

.player-box-footer-module div.section {
  float: left;
  border-left: 1px solid #111;
  padding-left: 10px;
  height: 210px;
}

.player-box-footer-module div.section.first {
  border: 0;
}

.player-box-footer-module div.section.report {
  height: 100%;
  width: 95%;
}

.player-box-footer-module div.section.report form {
  width: 100%;
  padding: 15px 0;
}

.player-box-footer-module div.section.report textarea {
  width: 95%;
}

.player-box-footer-module div.section.report div.message,
.player-box-footer-module div.section.bugreport div.message {
  display: none;
}

.player-box-footer-module div.section.social {
  width: 325px;
}

.player-box-footer-module div.section.social textarea {
  width: 88%;
  height: auto;
  background-color: #f6f6f6;
  display: block;
  margin-bottom: 5px;
}

.player-box-footer-module div.section.download {
  width: 170px;
}

.player-box-footer-module div.section.embed input {
  display: block;
}

.player-box-footer-module div.section.embed .preview {
  border: 3px solid #111;
  background-color: #eee;
  display: block;
}

.player-box-footer-module div.section.embed .small.preview {
  width: 20px;
  height: 20px;
}

.player-box-footer-module div.section.embed .medium.preview {
  width: 40px;
  height: 40px;
}

.player-box-footer-module div.section.embed .large.preview {
  width: 60px;
  height: 60px;
}

.player-box-footer-module div.section.embed label.radio {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}

.player-box-footer-module div.section.download button {
  display: block;
  margin-bottom: 20px;
}

.player-box-footer-module .studio-list {
  overflow-y: scroll;
  width: 600px;
  height: 180px;
  border: 1px solid #111;
  padding: 5px;
  background-color: #333;
  margin-bottom: 10px;
  margin-top: 10px;
}

.player-box-footer-module .studio-list form {
  margin-bottom: 0;
}

.player-box-footer-module .studio-list ul {
  margin-left: 0;
  list-style-type: none;
}

.player-box-footer-module .studio-list ul li {
  margin: 0;
  padding: 5px;
  text-shadow: none;
}

.player-box-footer-module .studio-list li span.title {
  width: 500px;
  display: inline-block;
}

.player-box-footer-module .studio-list li span.title a {
  color: #CCC;
}

.player-box-footer-module .studio-list .checkmark,
.player-box-footer-module .studio-list .checkmark-checked {
  vertical-align: middle;
  margin-left: 10px;
}

.player-box-footer-module .studio-list .checkmark:hover {
  background-position: -15px -671px;
  cursor: pointer;
}

.player-box-footer-module .studio-list .checkmark-checked:hover {
  background-position: -15px -696px;
  cursor: pointer;
}

.player-box-footer-module .studio-list ul li:not(:last-child) {
  border-bottom: 1px solid #111;
}

.player-box-footer-module .studio-list ul li:hover a {
  color: #0f8bc0;
}

.player-box-footer-module .studio-list ul input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}

.player-box-footer-module .studio-list .next-page {
  color: #0f8bc0;
  text-decoration: underline;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}

.showcase .info .alert {
  margin: 2px -15px;
  width: 379px;
  position: absolute;
}

.bugreport label[for='id_message'] {
  display: none;
}

@media screen and (min-width:960px) and (min-height:600px) {
  body.editor {
    overflow: hidden
  };
}

body.editor>#pagewrapper {
  height: 100%;
}

body.editor #content {
  padding: 0 !important;
}

body.editor #share-bar,
body.editor #topnav,
body.editor #content .box-head,
body.editor #content .info,
body.editor #content .stats,
body.editor #content .actions,
body.editor #content .related,
body.editor #explore-bar,
body.editor .player-box-footer-module,
body.editor #footer {
  display: none !important;
}

body.editor .stage {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body.editor .stage .player {
  margin: 0;
}

body.editor .stage object.scratch_swf,
body.editor #content {
  min-height: 600px;
  min-width: 960px;
  height: 100%;
}

body.editor #content,
body.editor .stage object.scratch_swf,
body.editor .player,
body.editor .showcase {
  width: 100% !important;
  height: 100% !important;
}

body.editor .box {
  border: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.editor .box-content {
  border: 0;
  height: 100%;
}

.showcase .box .header-text {
  margin-left: 0;
}

.box-head {
  padding-bottom: 2px !important;
}

.text-block {
  margin-bottom: 5px;
}

.text-block .divider {
  border-bottom: 1px solid #111;
  height: 2px;
  display: block;
  margin: 0 -5px;
}

#instructions,
#description {
  word-wrap: break-word;
  height: 86px;
  margin-bottom: 10px;
}

#instructions.read-only,
#description.read-only {
  margin-right: -8px;
  height: 110px;
  padding-right: 3px;
  overflow: hidden;
}

#instructions {
  margin-bottom: 10px;
}

#instructions textarea,
#description textarea {
  resize: none;
  height: 90%;
  width: 98%;
}

#instructions.editable-empty {
  width: 403px;
}

#description.editable,
#instructions.editable {
  padding: 0;
  margin: 0 -4px;
}

#description.editable-empty.write,
#instructions.editable-empty.write,
#description.editable,
#instructions.editable {
  margin: 0 -4px;
  padding: 10px 0;
  display: block;
  width: 421px;
}

#description.editable-empty.write textarea,
#instructions.editable-empty.write textarea,
#description.editable.write textarea,
#instructions.editable.write textarea,
#instructions.editable.read textarea,
#description.editable.read textarea {
  margin-top: -10px;
  height: 111%;
}

#description-tooltip {
  left: -330px;
  top: 40%;
  width: 300px;
}

#description-wrapper.force .tooltip-target {
  background-color: #2cb4da;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: #888 0 0 3px 3px;
}

#description textarea {
  border: none !important;
  box-shadow: none;
}

#credits {
  height: 385px;
}

#title {
  width: 474px;
  margin-bottom: -3px;
}

#title.editable {
  padding: 0;
  margin-left: -5px;
}

#title .loading-img {
  left: 0;
  top: 0;
}

#title form {
  margin-bottom: 0;
}

#title input {
  width: 470px;
}

.box-head .wip {
  position: absolute;
  left: 511px;
  bottom: 5px;
  text-transform: uppercase;
  text-shadow: none;
  padding: 0 5px 0 5px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #111;
  border: 1px solid #111;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
}

.box-head .wip.on {
  background-color: #daf1ff;
  color: #3a87ad;
  border: 1px solid #bce6ff;
}

.box-head .wip input {
  margin-right: 3px;
}

#project-tags {
  position: relative;
}

#project-tags .tag-box {
  overflow: hidden;
  margin-top: 3px;
  padding: 2px;
  width: 419px;
  height: 25px;
}

#project-tags .tag-box.editable-empty {
  height: 25px;
}

#project-tags [data-content="tag-list"] {
  display: inline-block;
  float: left;
}

#project-tags {
  margin: 0 -5px;
}

#project-tags .editable {
  display: table-cell;
  vertical-align: middle;
}

#project-tags.has-tags .editable-empty {
  text-align: left;
}

#project-tags.no-tags [data-content="tag-list"] {
  margin-top: -2px;
}

#project-tags .tag-choices {
  background-color: #000;
  border: 1px solid #111;
  border-top: 0;
  z-index: 10000;
  position: absolute;
  top: 34px;
  width: 426px;
  display: none;
}

#project-tags .tag-input {
  border: none !important;
  outline: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  height: 25px;
}

#project-tags .editable-empty [data-content="prompt"] {
  top: 20%;
}

#project-tags span.tag {
  margin: 2px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 8px;
  display: inline-block;
  color: #333;
}

#project-tags span.tag [data-control="remove"] {
  color: #777;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

#project-tags [data-content="add-tags"] {
  display: block;
  overflow: hidden;
}

#project-tags [data-content="add-tags"] input {
  width: 100%;
}

#project-tags [data-control="open-add-tags"] {
  margin-top: 10px;
  padding-left: 5px;
}

#project-tags form {
  margin-bottom: 0;
}

#project-tags input[type="text"] {
  margin-bottom: 0;
}

#project-tags span.small-text {
  display: block;
}

#project-tags span.button {
  margin-top: 5px;
}

#project-tags ul {
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
  list-style-type: none;
}

#project-tags ul li {
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px 8px;
  margin: 10px 0;
  cursor: pointer;
}

#project-tags ul.second-col {
  margin-left: 20px;
}

#project-tags.has-tags [data-content="prompt"] {
  display: none !important;
}

#remix-dialog {
  font-size: 20px;
  padding: 30px 0 140px 160px;
  background: url(../images/nano-happy.png) bottom left no-repeat;
}

body.white {
  background: #000;
}

body.black {
  background: #000;
}

body.white #pagewrapper {
  opacity: 1;
}

body.black #pagewrapper {
  opacity: 1;
}

#description .viewport,
#instructions .viewport {
  width: 400px;
}

.scrollbar.disable {
  display: none;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.sorry-unshared-img {
  position: relative;
}

.sorry-unshared-img img {
  position: absolute;
  top: 100px;
  left: 150px;
  display: block;
}

.box-head .buttons #editor-stats {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #111;
  border-radius: 5px;
  padding: 0 5px;
  background-color: #333;
}

.box-head .buttons #editor-stats .stat {
  line-height: 16px;
  font-size: 11px;
  color: #999;
  float: right;
  display: block;
  clear: right;
}

.box-head .buttons #editor-stats .stat .count {
  font-weight: bold;
  font-size: 9px;
  text-shadow: none;
  border-radius: 10px;
  line-height: 12px;
  display: inline-block;
  text-align: center;
}

.cols.related .box-head {
  padding-left: 15px;
}

.cols.related .box-head .icon-sm {
  opacity: .7;
}

.cols.related .box-head .icon-sm.comment {
  background-position: -15px -17px;
  padding-left: 28px;
}

.cols.related .box-head .icon-sm.studio {
  padding-left: 35px !important;
}

.carousel .carousel-inner .item {
  float: left;
  display: inline-block;
}

.carousel .carousel-inner ul {
  width: 3500px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 80px;
}

.carousel .carousel-inner ul li {
  float: left;
  padding-right: 30px;
}

.carousel .carousel-inner ul li.last {
  padding-right: 0;
}

.carousel .carousel-inner ul li.empty {
  float: none;
  padding: 0;
  width: 850px;
  text-align: center;
}

.carousel .carousel-inner ul li.empty h4 {
  color: #aaa;
  position: absolute;
  top: 30%;
}

.carousel {
  position: relative;
  line-height: 1;
  padding: 10px 43px 5px 43px;
}

.carousel .carousel-inner {
  overflow: scroll;
  overflow-y: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}

.carousel .item {
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -ms-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel .item>img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel .carousel-control {
  position: absolute;
  top: 40%;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  opacity: .5;
  filter: alpha(opacity=50);
  font-family: 'Book Antiqua', Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
}

.carousel .carousel-control.right {
  left: auto;
  right: 0;
}

.carousel .carousel-control:hover {
  text-decoration: none;
}

.carousel .carousel-control.off {
  color: #333;
  cursor: default;
}

.carousel .carousel-control.on:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.carousel .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel .carousel-caption h4,
.carousel .carousel-caption p {
  color: #fff;
}

.carousel .thumb span.title {
  font-size: .9230em;
  margin-bottom: 1px;
}

.carousel .thumb span.title a {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 800;
}

.carousel .thumb span.title,
.carousel .thumb span.owner,
.carousel .thumb span.stats {
  display: block;
  line-height: normal;
  word-wrap: break-word;
}

.carousel .thumb span.owner a {
  color: #CCC;
}

.carousel .thumb span.stats,
.carousel .thumb span.owner {
  color: #CCC;
  font-size: .8462em;
}

.carousel .thumb img {
  border: 1px solid #111;
}

.carousel .project.thumb a.image {
  display: block;
  margin-bottom: 3px;
}

.carousel .project.thumb {
  width: 146px;
}

.carousel .project.thumb img {
  width: 144px;
  height: 108px;
  margin-bottom: 2px;
}

.carousel .user.thumb {
  width: 67px;
}

.carousel .user.thumb img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.carousel .user.thumg a.image {
  display: block;
}

.carousel-container h4 {
  display: inline-block;
}

.carousel-container [data-control="view-all"] {
  float: right;
}

body #tip-bar {
  display: none;
}

#tip-bar {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 60px;
  width: 25px;
  height: 100%;
  z-index: 10000;
  text-shadow: none;
}

#tip-bar .tip-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #888;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #111;
  webkit-border-top-left-radius: 10px;
  padding: 4px 20px 3px 3px;
  position: relative;
  overflow: hidden;
  background: #111;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#111));
  background: -webkit-linear-gradient(#fff 0, #e6e8e8);
  background: -moz-linear-gradient(top, #fff, #e6e8e8);
  background: -o-linear-gradient(#fff, #e6e8e8);
  background: linear-gradient(#fff, #e6e8e8);
  background-repeat: no-repeat;
}

#tip-bar .iframeshim {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}

#tip-bar .tip-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #111;
  border-bottom: 1px solid #111;
  border-bottom-left-radius: 10px;
  webkit-border-bottom-left-radius: 10px;
  height: auto;
  background-color: #e6e8e8;
  filter: alpha(opacity=96);
  -khtml-opacity: .96;
  -moz-opacity: .96;
  opacity: .96;
  position: absolute;
  bottom: -29px;
  top: 29px;
  right: 0;
  left: 0;
}

#tip-bar .tip-header .tip-arrow {
  margin-left: 5px;
  font-size: 14px;
  height: 20px;
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: default;
}

#tip-bar .tip-header .tip-arrow:hover {
  color: #1aa0d8;
}

#tip-bar #tip-bar-inner {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 89px;
}

#tip-bar #tip-content-container {
  height: 100%;
  width: 320px;
  border: 0;
  background-color: #e6e8e8;
  border-bottom-left-radius: 10px;
  webkit-border-bottom-left-radius: 10px;
}

#tip-bar .tipsopen .opentip {
  display: none;
}

#tip-bar .tipsclosed #tip-content-container {
  display: none;
}

#tip-bar .tipsclosed .closetip {
  display: none;
}

#tip-bar .tipsclosed .tip-header h5 {
  display: none;
}

#tip-bar .toggle-control,
#tip-bar .tipsclosed {
  cursor: default;
}

#tip-bar .toggle-control:hover {
  border-color: #1aa0d8 !important;
  color: #1aa0d8;
}

#tip-bar .tip-content .tip-arrow-container {
  position: relative;
  top: 40%;
  right: 22px;
  font-size: 11px;
  color: #aaa;
}

#tip-bar .tipsclosed .tip-header .tip-icon {
  border: 2px solid #AAA;
  margin-left: 2px;
  text-shadow: none;
  padding: 0 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 11px;
  cursor: default;
}

#tip-bar .tipsopen .tip-header .tip-icon {
  display: none;
}

#tip-bar .tip-ctrl {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

#tip-bar .tip-home {
  background-image: url(../images/tipbar/nav-home.png);
  background-position: left 2px;
  width: 50px;
  text-align: left;
  vertical-align: top;
  cursor: default;
  margin-left: 235px;
  padding-left: 24px;
  cursor: pointer;
}

#tip-bar .active.tip-home:hover {
  background-image: url(../images/tipbar/nav-home-blue.png);
  color: #1aa0d8;
}

#tip-bar .tip-back {
  background-image: url(../images/tipbar/nav-left-arrow.png);
}

#tip-bar .active.tip-back:hover {
  background-image: url(../images/tipbar/nav-left-arrow-blue.png);
}

#tip-bar .close-circle-dark {
  color: #AAA;
  border-radius: 13px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 12px;
  height: 12px;
  vertical-align: top;
  text-align: center;
  line-height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  font-size: 11px;
  margin-top: 1px;
  cursor: pointer;
  border: 2px solid #AAA;
}

#tip-bar .close-circle-dark:hover {
  border: 2px solid #1aa0d8;
  color: #1aa0d8;
}

html,
body {
  min-height: 100%;
}

.humane,
.humane-jackedup {
  position: fixed;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 100000;
  filter: alpha(opacity=100);
}

.humane,
.humane-jackedup {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  top: 33px;
  left: 30%;
  opacity: 0;
  display: none;
  width: 40%;
  color: #333;
  padding: 10px;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg==);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0.2))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 100%) no-repeat;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.humane p,
.humane-jackedup p,
.humane ul,
.humane-jackedup ul {
  margin: 0;
  padding: 0;
}

.humane ul,
.humane-jackedup ul {
  list-style: none;
}

.humane.humane-jackedup-info,
.humane-jackedup.humane-jackedup-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(1, rgba(0, 0, 0, 0.85))) no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.85) 100%) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.85) 100%) no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.85) 100%) no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.85) 100%) no-repeat;
  background: linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.85) 100%) no-repeat;
  background-color: #fff;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
}

.humane.humane-jackedup-success,
.humane-jackedup.humane-jackedup-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAASElEQVQokc2SMQ4AIAgDD9/K/79QVzWaENTownAJbWnA5SqACkA/Aiy59hczrGVC30Q7y57EmNU5NL5zwln50IMsfZMel+UBKtFBQSLWM9wLAAAAAElFTkSuQmCC);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #57a957)) no-repeat;
  background: -moz-linear-gradient(top, #62c462 0, #57a957 100%) no-repeat;
  background: -webkit-linear-gradient(top, #62c462 0, #57a957 100%) no-repeat;
  background: -ms-linear-gradient(top, #62c462 0, #57a957 100%) no-repeat;
  background: -o-linear-gradient(top, #62c462 0, #57a957 100%) no-repeat;
  background: linear-gradient(top, #62c462 0, #57a957 100%) no-repeat;
  background-color: #64ff64;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
}

.humane.humane-jackedup-error,
.humane-jackedup.humane-jackedup-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg==);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35)) no-repeat;
  background: -moz-linear-gradient(top, #ee5f5b 0, #c43c35 100%) no-repeat;
  background: -webkit-linear-gradient(top, #ee5f5b 0, #c43c35 100%) no-repeat;
  background: -ms-linear-gradient(top, #ee5f5b 0, #c43c35 100%) no-repeat;
  background: -o-linear-gradient(top, #ee5f5b 0, #c43c35 100%) no-repeat;
  background: linear-gradient(top, #ee5f5b 0, #c43c35 100%) no-repeat;
  background-color: #ee5f5b;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
}

.humane-animate,
.humane-jackedup.humane-jackedup-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.humane-js-animate,
.humane-jackedup.humane-jackedup-js-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.humane-js-animate:hover,
.humane-jackedup.humane-jackedup-js-animate:hover {
  filter: alpha(opacity=70);
}