/*#region Uue sõna sisestusala
  Kujundus imiteeritud Bootstrap input elemendi järele
*/
#UusSona { 
  width: 30rem;
  height: 1.4rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-right: 1rem;
}
#UusSona:focus {
  border-color: LightGray;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.055) inset, 0 0 8px rgba(220, 180, 220, 0.6);
  outline: 0 none;
}
/* Nupud */
.ikoon { font-family: 'Material Icons';
  font-size: 48px;
}
.nupp { margin: 0 0.5rem;
  cursor: pointer;
  color: #757575;
}
.disabled { color: Gainsboro !important; cursor: auto; }
/*#endregion */

/*#region Teateala */
#Teateala {
  border-radius: 4px; 
  border: 1px solid #C5E1A5;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; 
}
.peidetud { 
  /* display: flex; ülekirjutamiseks */
  display: none !important;
}  
.sulgemisnupuke {
  /* Sulgemisnupuke */
  padding: 0 0.5rem 0.5rem 0.5rem;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: Gray;
}  
.OKteade {
  color: darkslategray;
  border: 1px solid Aqua;
  background-color: azure;
}
.NOKteade {
  color: coral;
  border: 1px solid coral;
  background-color: lavenderblush;
}
/*#endregion */

#sonaKirjed p {
  margin-bottom: 0.2rem;
}

