  body {
      font: 400 15px Lato, sans-serif;
      
      color: #818181;
      color: white;

      background-color: #1C1C1C;


  }

  .jumbotron{
    background-color:#8A2BE2;
    
}

.indata {

    background-color:transparent;
    border: none;
    border-bottom-style: dotted;
    outline:none;
    border-radius: 0px;
    color: white;
    text-align: center;
    

}

  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      
  }
  h4 {
      font-size: 19px;
      color: white;
      font-weight: 400; 
  }  


#table_crypto {

  height: 150px;
  overflow: auto;
}

#table_pref {
  height: 150px;
  overflow: auto;
}

#table_rates {

  height: 400px;
  overflow: auto;
}

#table_wallet {

  height: 160px;
  overflow: auto;
}

#project {
    display:        block;
    font-weight:    normal;
    margin-bottom:  1em;
    color:          #white;
}

.loader {
    position: absolute;
    top: 40%;
    left: 46%;
    width: 7.5em;
    height: 7.5em;
}

#messAlarm {
    position: absolute;
    top: 60%;
}

#mess_cryptoWallet,
#mess_cryptoTop,
#mess_cryptoSel,
#mess_cryptoPref,
#mess_cryptoValue,
#mess_cryptoRates,
#mess_cryptoBuy {
    font-size :     1.3em;
    font-weight:    bold;
    color:          white;
    text-align:     center;
    width: 100%;
    background-color: black;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 7px;
  
}

.ui-autocomplete {
  position:           absolute;
  color:  white;
  background-color:   black;
  padding:            12px 16px;
  max-height:         200px;
  overflow-y:         auto;                   /* prevent horizontal scrollbar */
  overflow-x:         hidden;                 /* add padding to account for vertical scrollbar */
  z-index:            1000 !important;
}


.ui-autocomplete-loading {
    background-image: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif");
    background-color: transparente ;                          
    background-position: right 10px center;  
    background-repeat: no-repeat;        
    background-size: 15px 15px;
    
  }
