
.events-page-button {
  float: right !important;
}
.demo-card-wide {
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.vvadar-login {
  text-align: center;
  margin: 0 auto;
}
.vvadar-login .signup {
  text-align: left;
}
.vvadar-login .forget-password {
  text-align: left;
}

.mdl-card {
  min-height: 0px !important;
}

.theme-button--nav {
  border-radius: 50%;
  font-size: 24px;
  height: 42px;
  margin: auto;
  min-width: 42px;
  width: 42px;
  padding: 0;
  overflow: hidden;
  background-color: white;
  position: relative;
  line-height: normal;
}
.sticky-navbar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

/** TEST **/
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}
.stars,
.twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.stars {
  background: #000 url(./images/stars.png) repeat top center;
  z-index: 0;
}
.twinkling {
  height: calc(100% - 52px);
  background: transparent url(./images/twinkling.png) repeat top center;
  z-index: 1;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}
.signup-title {
  color: white;
  position: relative;
  z-index: 100;
  text-align: center;
  padding-right: 6px;
  padding-left: 6px;
}
.signup-card {
  margin: 0 auto !important;
}

.swal2-popup .swal2-title {
  font-weight: 300 !important;
}

/**
 * Colors
 *
 */
/** Fonts **/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
body {
  background-color: #e1e1e1;
  margin: 0px;
}
/* MDL RIPPLE WORKAROUND

 */
.mdl-ripple {
  background: #000 !important;
  opacity: 0.001 !important;
}
.content {
  padding-top: 69px;
}
/**
h1 {
  font-size: 64px;
  font-family: 'Poppins', sans-serif;
}

.content {
  text-align: center;
  margin: 0 auto;
}
**/
/**
 * Buttons
 * @type {[type]}
 */
/**
.theme-button {
  background: 0 0;
      border: none;
      border-radius: 2px;
      color: @light-grey;
      position: relative;
      height: 36px;
      margin: 0;
      min-width: 64px;
      padding: 0 16px;
      display: inline-block;
      font-family: "Roboto","Helvetica","Arial",sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0;
      overflow: hidden;
      will-change: box-shadow;
      transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
      outline: none;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      line-height: 36px;
      vertical-align: middle;
}

.theme-button--raised {
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}

.theme-button--mainpage{
  width: 175px;
}

.theme-button.theme-button--colored {
    background-color: @primary;
}

.theme-button.theme-button--color_black {
    color: black;
}


.theme-button.theme-button--white {
    background-color: #fff !important;
}

.theme-button--nav{
    border-radius: 50%;
    font-size: 24px;
    height: 42px;
    margin: auto;
    min-width: 42px;
    width: 42px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
}

.theme-button--fab{
    border-radius: 50%;
    font-size: 24px;
    height: 220px;
    margin: auto;
    min-width: 56px;
    width: 220px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    position: relative;
    line-height: normal;
}
**/
/**
 * Titles
 * @type {[type]}
 */
.counter-title {
  font-size: 64px;
}
/*
Icon back padding
 */
.theme-button--nav img {
  padding-top: 5px;
}
