html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.vizShell:not(.fullScreen) {
  margin-left: 20px;
  outline: 1px solid #DDD;
}

body {
  height: 100%;
  width: 100%;
}
body .dg.ac {
  top: 20px;
  right: -8px;
  z-index: 10;
}
body .editBtn {
  font-size: 7px;
  font-weight: bold;
  padding: 0 4px;
  outline: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  text-align: center;
  display: none;
  line-height: 13px;
  letter-spacing: 1px;
}
body .editBtn:before {
  content: "EDIT";
}
body .mainContent {
  font-family: 'helvetica neue', helvetica, arial, 'sans-serif';
}

.edit .input-group .form-control {
  height: 30px;
}
.edit .input-group {
  margin-bottom: 10px;
}
.edit .log {
  margin-left: 20px;
}
.edit .log div {
  margin-right: 20px;
}
.edit .log div h5 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 15px;
}
.edit .log div ul {
  max-width: 280px;
  font-size: 12px;
}
.edit .mainContent {
  max-width: 1920px;
}
.edit .mainContent.horizontal .log div {
  float: left;
}
.edit .mainContent:not(.horizontal) .log, .edit .mainContent:not(.horizontal) canvas {
  float: left;
}

.preview .mainContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.preview .editBtn {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.embed-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* if portrait mode is detected, rotate the entire site -90 degrees to hint rotating to landscape */
.vizShell {
  font-family: 'helvetica neue', helvetica, arial, 'sans-serif';
  overflow: hidden;
  position: relative;
  min-width: 480px;
  min-height: 320px;
  background: #000;
}
.vizShell.fullScreen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vizShell .mainStage, .vizShell .overlayStage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.vizShell .mainStage .tooltip, .vizShell .overlayStage .tooltip {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
}
.vizShell .mainStage .tooltip .tooltipCopy, .vizShell .overlayStage .tooltip .tooltipCopy {
  padding: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}
.vizShell .queryTip {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #AAA;
  background: #000;
  font-size: 12px;
  color: #FFF;
  padding: 8px;
}
.vizShell .shareShell {
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.vizShell .shareShell .shareTip {
  display: none;
  opacity: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.65);
  padding: 28px;
  padding-right: 28px;
  border: 1px solid #AAA;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 432px;
  overflow: auto;
  color: #FFF;
  font-size: 12px;
  /* &::after {
  	position: absolute;
  	right: 15px;
  	bottom: -12px;
  	content: '';
  	border: 6px solid transparent;
  	border-top-color: $shareShellColor;
  	
  	&::after {
  		border: 7px solid transparent;
  		border-top-color: #FFF;
  		content: '';
  	}
  } */
}
.vizShell .shareShell .shareTip a, .vizShell .shareShell .shareTip a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px dotted #55acee;
}
.vizShell .shareShell .shareTip a:hover {
  border-color: #FFF;
}
.vizShell .shareShell .shareTip .share_column {
  display: block;
  float: left;
  width: 200px;
  overflow: auto;
}
.vizShell .shareShell .shareTip .share_column p:not(:first-child) {
  margin-top: 8px;
}
.vizShell .shareShell .shareTip .info {
  line-height: 16px;
}
.vizShell .shareShell .shareTip .share_column:not(:first-child) {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #444;
}
.vizShell .shareShell .shareTip .share_column:not(:first-child):after {
  clear: both;
}
.vizShell .shareShell .shareTip .close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 12px;
  background: url(../img/tweetSprite.png) 0px -56px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.7;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.vizShell .shareShell .shareTip .close:hover {
  opacity: 1;
}
.vizShell .shareShell label, .vizShell .shareShell input, .vizShell .shareShell .shareBtn {
  display: block;
}
.vizShell .shareShell input {
  width: 194px;
}
.vizShell .shareShell label {
  color: #FFF;
  font-size: 11px;
  margin-bottom: 6px;
}
.vizShell .shareShell label:not(:first-child) {
  margin-top: 18px;
}
.vizShell .shareShell .launchBtn {
  width: 100px;
  text-align: right;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.7;
  cursor: pointer;
  float: right;
}
.vizShell .shareShell .launchBtn:hover {
  opacity: 1;
}
.vizShell .shareShell .launchBtn .infoBtn {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  position: relative;
  top: -7px;
}
.vizShell .shareShell .launchBtn .shareBtn {
  line-height: 24px;
  display: inline-block;
  background: black url(../img/tweetSprite.png) -54px -56px;
  width: 24px;
  height: 24px;
  border: 0;
}
.vizShell .overlayStage {
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
}
.vizShell .overlayStage .tooltip .tooltipCopy {
  padding: 4px 10px;
  color: #000;
}
.vizShell .overlayStage .tooltip .tooltipCopy .tweeterMeta {
  font-size: 11px;
}
.vizShell .overlayStage .tooltip .tooltipCopy .tweeterMeta .userName {
  font-size: 16px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #CCC;
  padding-bottom: 2px;
}
.vizShell .overlayStage .tooltip .tooltipCopy .tweeterMeta .userName .emoji {
  height: 16px;
  width: 16px;
}
.vizShell .overlayStage .tooltip .tooltipCopy .tweeterMeta .screenName, .vizShell .overlayStage .tooltip .tooltipCopy .tweeterMeta .followers {
  color: #707070;
}
.vizShell .overlayStage .tooltip .tooltipCopy a {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #0084b4;
  text-decoration: none;
}
.vizShell .overlayStage .tooltip .tooltipCopy a .arrow {
  display: inline-block;
  border: solid 4px transparent;
  border-left-color: #0084b4;
  margin-right: -4px;
}
.vizShell .tweetDetail, .vizShell .tweetDetailContent, .vizShell .tweetDetailOverlay, .vizShell .tweetDetailBg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.vizShell .tweetDetailOverlay {
  right: auto;
}
.vizShell .tweetDetailContent {
  overflow: hidden;
  position: absolute;
  right: 100px;
  left: 100px;
  bottom: 10px;
  top: 10px;
  background: #000;
  border-radius: 8px;
}
.vizShell .tweetDetailContent img {
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.vizShell .tweetDetailBg {
  background: rgba(0, 0, 0, 0.7);
}
.vizShell .tweetDetailBg .close {
  position: absolute;
  right: 50px;
  top: 35px;
  width: 25px;
  height: 25px;
  background: url(../img/tweetSprite.png) -20px -56px;
}
@media screen and (max-width: 1000px) {
  .vizShell .tweetDetailContent {
    right: 56px;
    left: 56px;
  }
  .vizShell .tweetDetailBg .close {
    right: 28px;
    top: 24px;
    background-position: 0px -56px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 600px) {
  .vizShell .tooltip .tooltipCopy {
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .vizShell .tweetDetailContent {
    right: 43px;
    left: 10px;
  }
  .vizShell .tweetDetailBg .close {
    right: 15px;
    top: 24px;
  }
}
.vizShell .tweetDetailOverlay .overlayBg {
  opacity: 0.75;
  background: #4100A2;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vizShell .tweetDetailOverlay.draggable .handle {
  position: absolute;
  right: 0;
  height: 100%;
  width: 15px;
  background: #FFF;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.vizShell .tweetDetailOverlay.draggable .handle .lCircle, .vizShell .tweetDetailOverlay.draggable .handle .rCircle {
  position: absolute;
  border-radius: 100px;
  background: #FFF;
  height: 100px;
  width: 100px;
}
.vizShell .tweetDetailOverlay.draggable .handle .lCircleMask, .vizShell .tweetDetailOverlay.draggable .handle .rCircleMask {
  position: absolute;
  width: 20px;
  height: 100px;
  overflow: hidden;
}
.vizShell .tweetDetailOverlay.draggable .handle .lCircleMask {
  left: -20px;
}
.vizShell .tweetDetailOverlay.draggable .handle .rCircleMask {
  right: -24px;
  width: 24px;
}
.vizShell .tweetDetailOverlay.draggable .handle .rCircle {
  right: 0;
}
.vizShell .embeddedTweet {
  font-family: Helvetica, Arial;
  padding: 0 0 0 60px;
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.vizShell .embeddedTweet .emoji {
  width: 24px;
  height: 24px;
}
.vizShell .embeddedTweet .tweetShell {
  padding: 38px 30px 32px 30px;
  margin: 0 0 0 -60px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.vizShell .embeddedTweet .avatar {
  float: left;
  margin-right: 15px;
  display: block;
}
.vizShell .embeddedTweet .avatar img {
  border-radius: 3px;
  height: 78px;
  width: 78px;
}
.vizShell .embeddedTweet .tweetCol {
  overflow: hidden;
  position: relative;
}
.vizShell .embeddedTweet .tweetMeta {
  font-size: 18px;
}
.vizShell .embeddedTweet .tweetMeta a {
  text-decoration: none;
}
.vizShell .embeddedTweet .tweetMeta a:hover {
  text-decoration: underline;
}
.vizShell .embeddedTweet .tweetMeta .userName {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.vizShell .embeddedTweet .tweetMeta .screenName, .vizShell .embeddedTweet .tweetMeta .date {
  color: #707070;
}
.vizShell .embeddedTweet .tweetContent {
  margin-top: 4px;
  line-height: 36px;
}
.vizShell .embeddedTweet .tweetContent a {
  color: #0084b4;
  text-decoration: none;
}
.vizShell .embeddedTweet .tweetContent a:hover {
  text-decoration: underline;
}
.vizShell .embeddedTweet .tweetActions {
  margin-top: 10px;
  font-size: 20px;
  color: #707070;
}
.vizShell .embeddedTweet .tweetActions li {
  display: inline-block;
  margin-right: 55px;
  font-weight: 700;
}
.vizShell .embeddedTweet .tweetActions li a {
  position: relative;
  background: #707070 url(../img/tweetSprite.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.vizShell .embeddedTweet .tweetActions li a:hover {
  background-color: #0084b4;
}
.vizShell .embeddedTweet .tweetActions li a.reply {
  width: 18px;
  height: 16px;
  background-position: 0 -33px;
  margin-right: 0;
}
.vizShell .embeddedTweet .tweetActions li a.retweet {
  top: -1px;
  width: 22px;
  height: 16px;
  background-position: -30px -32px;
}
.vizShell .embeddedTweet .tweetActions li a.favorite {
  width: 16px;
  height: 16px;
  background-position: -60px -33px;
}
@media screen and (max-width: 1000px), screen and (max-height: 600px) {
  .vizShell .embeddedTweet {
    padding: 0 0 0 36px;
    font-size: 16px;
  }
  .vizShell .embeddedTweet .emoji {
    height: 16px;
    width: 16px;
  }
  .vizShell .embeddedTweet .tweetShell {
    padding: 24px 18px 18px 18px;
    margin: 0 0 0 -36px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .vizShell .embeddedTweet .avatar {
    margin-right: 10px;
  }
  .vizShell .embeddedTweet .avatar img {
    width: 48px;
    height: 48px;
  }
  .vizShell .embeddedTweet .tweetMeta {
    font-size: 11px;
  }
  .vizShell .embeddedTweet .tweetMeta .userName {
    font-size: 16px;
  }
  .vizShell .embeddedTweet .tweetContent {
    margin-top: 3px;
    line-height: 22px;
  }
  .vizShell .embeddedTweet .tweetActions {
    margin-top: 7px;
    font-size: 11px;
  }
  .vizShell .embeddedTweet .tweetActions li {
    margin-right: 20px;
  }
  .vizShell .embeddedTweet .tweetActions li a {
    margin-right: 6px;
  }
  .vizShell .embeddedTweet .tweetActions li a.reply {
    width: 18px;
    height: 11px;
    background-position: 0 -8px;
    margin-right: 0;
  }
  .vizShell .embeddedTweet .tweetActions li a.retweet {
    top: 0px;
    width: 16px;
    height: 11px;
    background-position: -20px -8px;
  }
  .vizShell .embeddedTweet .tweetActions li a.favorite {
    width: 10px;
    height: 11px;
    background-position: -40px -8px;
  }
}

.vizShell.rotate {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transform: rotate(90deg) translate(0%, -100%);
  -ms-transform: rotate(90deg) translate(0%, -100%);
  -webkit-transform: rotate(90deg) translate(0%, -100%);
  transform: rotate(90deg) translate(0%, -100%);
}
