body, html {
  height: 100%;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 1);
}
/* 
div {
  background-color: transparent !important;
} */

.modal {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg {
  /* The image used */
  background-image: url("/assets/leaves-center.svg");

  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;    
}


form {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: auto;
 
}

.progress-bar {
  background-color: #c2c9a4 !important;
}

.navbar{
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.navbar a{
  font-family: Great Vibes,cursive !important;
}

#spinner{
  display: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

form > * {
  margin: 5px 0;
  box-sizing: border-box;
}

h1{
  font-size: 30px !important;
  font-family: Great Vibes, cursive;
  margin-bottom: 20px;
  margin-top: 10px !important;
  opacity: 90% !important;
  background-color:  rgba(255, 255, 255, 0.8) !important;
}

p{
  font-family: Great Vibes, cursive;
  font-size: 30px !important;
}

.list-group{
  min-height: 350px; 
   opacity: 90%;  
}


.list-group-item{
  font-family: Great Vibes,cursive !important;
  font-size: medium;  
  opacity: 90%;    
  overflow: scroll;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#MyHeaderControl{ 
  height: calc(100% - 90px);
  width: 100%;
  background-image:url("/assets/leaves-center.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto; 
    -webkit-background-size: auto;
    -moz-background-size:auto;
    -o-background-size:auto;
}

@media only screen and (max-width: 530px) {
  #MyHeaderControl{ 
    height: calc(100% - 90px);
    width: 100%;
    background-image:url("/assets/leaves-top-right.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto; 
      -webkit-background-size: auto;
      -moz-background-size:auto;
      -o-background-size:auto;
  }

  .list-group-item{
    font-family: Great Vibes,cursive !important;
    font-size: medium;  
    opacity: 90%;  
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px;
    height: 50px;
  }
}
