


#form1 {

    display:none;
    
    }

#dateLabel {
    margin-left: 10px;
}

.logo-container {
    margin-top: 30px;
    text-align: center;
  }

  .ui-autocomplete
  {
      position:absolute;
      cursor:default;
      z-index:1001 !important
  }

  .loading {    
    background-color: #ffffff;
    background-image: url("./img/bg-login.jpg");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.loading {
    background: white url("./img/indicator.gif") right center no-repeat;
    background-size: 25px 25px;
}

.doneLoading {
    background: white ;
}