/*  
  SOME OF THE !IMPORTANT DECLARATIONS IN THIS FILE ARE TO MAKE SURE NO ONE
  MESSES WITH THE DESIGN. NO ONE.
*/

/* outer_wrapper */

.bip_copernica_outer_wrapper {
  display: none;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000000;
  zoom: 1; /* needed for early IE versions */
}

.bip_copernica_outer_wrapper,
.bip_copernica_outer_wrapper *,
.bip_copernica_outer_wrapper *:before,
.bip_copernica_outer_wrapper *:after {
  background: transparent;
  border: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  font-family: inherit; 
  font-size: 100%; 
  font-style: inherit;
  font-weight: inherit; 
  font-size: 100%;
  margin: 0px;
  outline: none;
  padding: 0px;
  text-align: left;
  vertical-align: baseline;
  -webkit-text-size-adjust: none; /* keep webkit from blowing up the font */
  white-space: normal;
}

/* ENDOF outer_wrapper */



/* SIGNUP FORM */

.bip_copernica_signup_form_wrapper {  
  display: inline-block;
  position: relative;
  z-index: 1000001;
}


.bip_copernica_signup_form_intro {
  color: #333333;
  float: left;
  font-family: Verdana, sans-serif;
  line-height: 150%;
  padding: 0px 0px 20px 0px;
  position: relative;
  width: 100%;
  z-index: 1000002;
}

.bip_copernica_signup_form_intro p {
  line-height: 150%;
}

.bip_copernica_signup_form {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1000002;
}

.bip_copernica_signup_form input[type="text"] {
  margin: 0px 0px 20px 0px;
  font-family: Verdana, sans-serif;
  height: auto !important;  
}


.bip_copernica_signup_form input[type="submit"] {
  font-family: Verdana, sans-serif;
  clear: both;
  text-align: center;
  text-transform: none;
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
}


.bip_copernica_signup_form input[type="submit"]:hover {
  cursor: pointer;
}


.bip_copernica_signup_form_error {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  font-family: Georgia, serif;
  margin: -10px 0px 20px 0px;
}


.bip_copernica_close_signup_form {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 0px 20px 0px;
  font-family: Verdana, sans-serif;
}


.bip_copernica_signup_form_success {
  position: relative;
  float: left;
  width: 100%;
  display: none;
  font-family: Verdana, sans-serif;
  line-height: 150%;
}


.bip_copernica_signup_form_fail {
  position: relative;
  float: left;
  width: 100%;
  display: none;
  padding: 10px 0px 0px 0px;
  font-family: Verdana, sans-serif;
  line-height: 150%;
}


/* ENDOF SIGNUP FORM */



/* LOADING ANIMATION */

.loading_animation {
  display: none;
  float: left;
  position: relative;
}

#ballsWaveG {
  position: relative;
  width: 128px;
  height: 30px
}

.ballsWaveG {
  position: absolute;
  top: 0;
  background-color: #000000;
  width: 16px;
  height: 16px;
  -moz-animation-name: ballsWaveG;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-border-radius: 8px;
  -webkit-animation-name: ballsWaveG;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-border-radius: 8px;
  -ms-animation-name: ballsWaveG;
  -ms-animation-duration: 0.7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-border-radius: 8px;
  -o-animation-name: ballsWaveG;
  -o-animation-duration: 0.7s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-border-radius: 8px;
  animation-name: ballsWaveG;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 8px;
}

#ballsWaveG_1 {
  left: 0;
  -moz-animation-delay: 0.28s;
  -webkit-animation-delay: 0.28s;
  -ms-animation-delay: 0.28s;
  -o-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

#ballsWaveG_2 {
  left:16px;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

#ballsWaveG_3 {
  left: 32px;
  -moz-animation-delay: 0.42s;
  -webkit-animation-delay: 0.42s;
  -ms-animation-delay: 0.42s;
  -o-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

#ballsWaveG_4 {
  left: 48px;
  -moz-animation-delay: 0.49s;
  -webkit-animation-delay: 0.49s;
  -ms-animation-delay: 0.49s;
  -o-animation-delay: 0.49s;
  animation-delay: 0.49s;
}

#ballsWaveG_5 {
  left: 64px;
  -moz-animation-delay: 0.56s;
  -webkit-animation-delay: 0.56s;
  -ms-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

#ballsWaveG_6 {
  left: 80px;
  -moz-animation-delay: 0.63s;
  -webkit-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  -o-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

#ballsWaveG_7 {
  left: 96px;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#ballsWaveG_8 {
  left: 112px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}

@-moz-keyframes ballsWaveG {
  0% {
    background-color:#000000;
  }

  100% {
    background-color:#FFFFFF;
  }
}

@-webkit-keyframes ballsWaveG{
  0% {
    background-color:#000000;
  }

  100% {
    background-color:#FFFFFF;
  }
}

@-ms-keyframes ballsWaveG{
  0% {
    background-color:#000000;
  }

  100% {
    background-color:#FFFFFF;
  }
}

@-o-keyframes ballsWaveG{
  0% {
    background-color:#000000;
  }

  100% {
    background-color:#FFFFFF;
  }
}

@keyframes ballsWaveG{
  0% {
    background-color:#000000;
  }

  100% {
    background-color:#FFFFFF;
  }
}

/* ENDOF LOADING ANIMATION */






