/*

  CareDental L&F. Default (fallback) L&F if no specific could be matched.

  Schmuckfarbe 1 (dunkelblau):    #00285B
  Schmuckfarbe 2 (hellblau):      #0C87C1  (hellere Variationen: #0D98D9, #0FA9F1, #CFEEFC, #E7F7FE)

  Kontrastfarbe 1 (hellorange):   #FAD088
  Kontrastfarbe 2 (dunkelorange): #F6B139
*/

body {
  background-color: white;
  font-size: 14px;
  color: #00285B;
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #00285B;
}

legend {
  color: #0786BD;
}


/* alternating row colours */

td.disabledUser{
    color: #AAAAAA;
}

.map {
  font-size:13px;
  border:none;
}


