@charset "UTF-8";
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: black;
  color: #FFF;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
html {
  height: 100%;
  margin: 0;
}
.scrollable {
  overflow: scroll;
}
textarea {
  outline: none;
  overflow: auto;
}
input,
textarea {
  -webkit-border-radius: 0;
}
#caosStarCanvas {
  background-color: black;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
#optionsButtons {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
}
#middleInfos {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: -40px;
  cursor: pointer;
}
#bottomInfos {
  position: fixed;
  bottom: 0;
  right: 0;
}
#bottomInfosLeft {
  position: fixed;
  bottom: -10px;
  left: 0;
}
.buttons {
  margin-bottom: 10px;
}
#content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* margin: 0 auto -40px;*/
}
#footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#loader {
  display: none;
}
.loadButDoNotShow {
  position: absolute;
  top: 0;
  left: -5000px;
}
#commentFace,
#whyExplanation {
  display: none;
  width: 209px;
}
#whyExplanation {
  font-size: 13px;
  margin: 7px;
}
.simpleText {
  font-size: 10px;
  margin: 7px;
}
#whyExplanation a,
.simpleText a {
  color: white;
}
#whyExplanationNative {
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding: 5px;
  margin: 0;
}
#whyExplanationNative a {
  text-decoration: none;
}
#commentText {
  width: 100%;
}
#publishToWallButton {
  float: right;
}
.buttonStyle {
  border: 0px solid #000000;
  padding: 4px;
  background-color: #2b2b2b;
  color: white;
  cursor: pointer;
  outline: none;
  margin: 4px;
}
.ie .notIE {
  display: none;
}
/*sigilizer Specific*/
.sigilgeneratorTextarea {
  resize: none;
  width: 320px;
  font-size: 20px;
  background-color: black;
  border: none;
  color: white;
  outline: none;
  overflow: auto;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
.intentMedArea {
  font-size: 20px;
  background-color: black;
}
#doneSigilShow {
  font-size: 50px;
  background-color: #000000;
  display: none;
  width: 100%;
}
#sigilizeButtons {
  margin-bottom: 7px;
  font-size: 14px;
}
#contentSigil {
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#contentSocketCode {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -75px;
}
#contentMedExplanation {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
#sigilMed {
  text-align: center;
  width: 1000px;
}
#sigilMedControlled {
  text-align: center;
  width: 1440px;
}
#sigilForm {
  text-align: center;
}
.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
}
.sigilFormAbsoluteCenter {
  margin-left: -160px;
  margin-left: -500px;
  margin-top: -64px;
}
.sigilFormAbsoluteCenterControlled {
  margin-left: -160px;
  margin-left: -720px;
  margin-top: -64px;
}
#loading {
  font-size: 14px;
  margin-left: -28px;
}
#snapSigil {
  width: 100%;
  height: 100%;
}
#sendingOptions {
  margin-top: 34px;
  opacity: 0.5;
  display: none;
}
#explainMeditation {
  width: 500px;
  margin-left: 254px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: -89px;
}
#explainMeditationControlled {
  width: 500px;
  margin-left: 474px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: -89px;
}
.explainMeditationBT {
  margin-left: 214px;
}
#sigilExplanation {
  padding: 0px 14px 14px 14px;
  font-size: 13px;
  /* unvisited link */
  /* visited link */
  /* mouse over link */
  /* selected link */
}
#sigilExplanation a:link {
  color: #ffffff;
}
#sigilExplanation a:visited {
  color: #ffffff;
}
#sigilExplanation a:hover {
  color: #ffffff;
}
#sigilExplanation a:active {
  color: #ffffff;
}
#sigilExplanation h1 {
  font-size: 15px;
}
#sigilExplanation p {
  letter-spacing: 1px;
}
#sigilExplanation .strikeout {
  position: relative;
}
#sigilExplanation .strikeout::after {
  border-bottom: 5px solid black;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 41%;
}
.sigilExplanationModal {
  font-size: 10px !important;
  position: fixed;
  top: -3000px;
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
::-webkit-input-placeholder {
  text-align: center;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .hiddenOnMobile {
    display: none;
  }
  .buttons {
    margin: 7px 7px 7px 0px;
  }
  #doneSigilShow {
    font-size: 30px;
  }
}
.qrCode {
  position: relative !important;
  left: 0px !important;
  margin-top: 2px !important;
  width: 200px !important;
  height: 200px !important;
}
.sigilizeButtonMobile .buttonStyle {
  font-size: 19px;
  margin-top: 16px;
  margin-bottom: 16px;
}
p.canvas-no-support {
  width: 100%;
  text-align: center;
  background-color: red;
  color: white;
  margin: 50px;
}
