#tool-tip { position:absolute; width:300px; margin:-20px 0 0 20px; z-index: 9999}
#tool-tip #tool-tip-content { clear:both; padding:10px; background-color:#EFEFEF; border: 1px solid gray}
#tool-tip .tool-tip-etykieta { display:inline-block; width:100px; }
#tool-tip .tool-tip-wartosc { padding-left:10px; font-weight:bold; }

#block-wizualizacja { position:relative; border:1px solid #d4d4d4; padding:10px; }
#legenda { margin-bottom: 25px; }
#legenda > div { line-height: 30px; margin-bottom: 10px;}
#legenda .blok { width:30px; height:30px; border:2px solid black !important; margin:0 5px 2px 0; padding:0px; display:block; text-align:center; font-size:8px; float:left; }

/* miejsce wolne */
#wizualizacja .miejsce.w { fill:#ffffff; stroke-width:1; stroke:#000000; cursor:pointer; }
#wizualizacja .label.w { fill:#000000; cursor:pointer; }
#legenda .w { border:1px solid #000000; }

/* miejsce zarezerwowane (nowe) */
#wizualizacja .miejsce.n { fill:#962825 !important; stroke-width:1; stroke:#000000; cursor:pointer; }
#wizualizacja .label.n { fill:#000000 !important; cursor:pointer; }
#legenda .n { border:1px solid #000000; background-color:#962825; color:#000000; }

/* miejsce w koszyku */
#wizualizacja .miejsce.m { fill:#0499c2 !important; stroke-width:1; stroke:#000000; }
#wizualizacja .label.m { fill:#000000 !important; }
#legenda .m { border:1px solid #000000; background-color:#0499c2; color:#000000; }

/* miejsce zajęte */
#wizualizacja .miejsce.z { fill:#333333; stroke-width:1; stroke:#000000; }
#wizualizacja .label.z { fill:#ffffff; }
#legenda .z { border:1px solid #000000; background-color:#333333; color:#ffffff; }

/* miejsce wyłączone */
#wizualizacja .miejsce.x { fill:#333333; stroke-width:1; stroke:#000000; }
#wizualizacja .label.x { fill:#ffffff; }
#legenda .x { border:1px solid #000000; background-color:#333333; color:#ffffff; }

#wizualizacja .miejsce.ui-selecting { fill:#F39814 !important; }
#wizualizacja .miejsce.ui-selected { fill:#F39814 !important; }

.wizualizacja_niedostepna {fill:#E6E6E6 !important;}

svg a, svg a:hover  { text-decoration:none; }
