/* LEGACY FILE: Consider writring your classes in asset 
 * files instead of here */

body {
  padding: 0;
  margin: 0;
  font-family: Source Sans Pro !important;
}

html,
body,
#map {
  height: 100%;
  width: 100%;
}

/* #region LEGACY to be cleaned */

.totalTimeSpent h3,
.totalPointsEarned h3 {
  margin: 5px;
}

.totalTimeSpent span,
.totalPointsEarned span {
  font-size: 1.2em;
}

.map-buttons-container {
  position: fixed;
  margin-right: 20px;
  margin-bottom: 15px;
  z-index: 999;
  width: 40px;
  bottom: 0;
  right: 0;
}

.map-buttons-container a {
  display: block;
}

.map-buttons-container img {
  height: 40px;
  width: 40px;
}

.map-buttons-container a + a {
  margin-top: 10px;
  margin-bottom: 10px;
}

a#qr-code img {
  position: fixed;
  z-index: 999;
  right: 10px;
  width: 45px;
  bottom: 60px;
}

.modalDialog.screen .pointsWon {
  text-align: center;
}

.modalDialog.screen .pointsWon span {
  font-size: 1.2em;
}

.modalDialog input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.modalDialog input[type="file"] + label {
  cursor: pointer;
}

.modalDialog.screen .pointsWon {
  text-align: center;
}

.modalDialog.screen .pointsWon span {
  font-size: 1.2em;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

.bottomButtonApp .exitbuttonA,
.bottomButtonApp .exitbuttonB,
.bottomButtonApp .go-out-time-over,
.bottomButtonApp .go-out-time-finish {
  height: 40px;
  float: left;
  cursor: pointer;
}

#twitter-widget-0 {
  height: 29px !important;
  float: left;
}

.btn-facebook,
#fbshare {
  border: 0px;
  border-radius: 5px;
  color: #fff;
  background-color: #4c67a1;
  height: 28px;
  width: 88px;
  float: left;
  margin-right: 7px;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #405d9b;
}

.btn-facebook:focus {
  color: #fff;
}

i.fa-facebook {
  margin-right: 7px;
  font-size: 1.3em;
}

div.shareButtons {
  width: fit-content;
  overflow: hidden;
  margin: 0 auto 7px;
}
/* #endregion LEGACY to be cleaned */

/* Spinner */

#spinner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.sk-circle {
  margin: 50px auto;
  width: 60px;
  height: 60px;
  position: relative;
  top: 100px;
  background-color: transparent;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #c25d31;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
