/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
  background-color: transparent;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 6%; /* Set the fixed height of the footer here */
  /*line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#overlay {  
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:90%;
  z-index:-1;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

#info {
  text-align: center;
  font-size: 200%;
}

#commands {
  text-align: center;
  font-size: 20px;
  display: none;
}

#barStatus {
  width: 100%;
  font-size: 15px;
  display: none;
}

#bar {
  width: 0%;
  height: 30px;
  /*background-color: #4CAF50;*/
  text-align: center;
  line-height: 30px;
  color: white;
}

.box {
  background-color: #00000075;
  color: white;
}


#vote {
  position:absolute;
  top: 100%;
  display: none;
  right: 0;
  background-color: #00000075;
  color: #ffff;
  margin-top: 10px;
  margin-right: 10px;
}
#voteInfo {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 20px;
}

#donation {
  position:absolute;
  top: 100%;
  display: none;
  left: 0;
  background-color: #00000075;
  color: #ffff;
  margin-top: 10px;
  margin-left: 10px;
  z-index:2000;
}
#donationInfo {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 20px;
}

.goal {
  position:absolute;
  margin-top:-10px;
  z-index:1;
  height:40px;
  width:40px;
  border-radius:25px;
  
}
.one{
  left:25%;
}
.two{
  left:50%;
}
.three{
  left:75%;
}
.primary-color{
  background-color:#4989bd;
}
.success-color{
  background-color:#5cb85c;
}
.danger-color{
  background-color:#d9534f;
}
.warning-color{
  background-color:#f0ad4e;
}
.info-color{
  background-color:#5bc0de;
}
.no-color{
  background-color:inherit;
}
.progress{
  background-color: #d8d8d8;
  margin-bottom: 0px;
  height: 15px;
}
.embedded {
  height: 100%;
}