/*
 * Spezielle Farben und Styles
 *
 * Diese Werte überschreiben die Angaben aus anmeldung.css
 *
 */

#loading { background-color: #d0e4fe; }

/*** Warnung für Überbuchung *******************/

tr[draggable=true]:nth-child(odd)        td.box.ueberbucht, tr.low        td.box.ueberbucht       {background-color: #FFD8BE;}
tr[draggable=true]:nth-child(odd):hover  td.box.ueberbucht, tr.low:hover  td.box.ueberbucht       {background-color: #F08080;}
tr[draggable=true]:nth-child(even)       td.box.ueberbucht, tr.high       td.box.ueberbucht       {background-color: #FFF0F0;}
tr[draggable=true]:nth-child(even):hover td.box.ueberbucht, tr.high:hover td.box.ueberbucht       {background-color: #F08080;}

tr[draggable=true]:nth-child(odd)        td.box.ausgebucht, tr.low        td.box.ausgebucht       {background-color: #FF9380;}
tr[draggable=true]:nth-child(odd):hover  td.box.ausgebucht, tr.low:hover  td.box.ausgebucht       {background-color: #AA9380;}
tr[draggable=true]:nth-child(even)       td.box.ausgebucht, tr.high       td.box.ausgebucht       {background-color: #FFB3A0;}
tr[draggable=true]:nth-child(even):hover td.box.ausgebucht, tr.high:hover td.box.ausgebucht       {background-color: #AA9380;}

td.box.zugewiesen {background-color: #9df88d;}

/***********************************/
