bring in qtip 3.0.3
[openemr.git] / public / assets / qtip2-3-0-3 / dist / jquery.qtip.css
blob9062f8a932c85af4e899457ecd0d4d30c870ccb7
1 /*
2 * qTip2 - Pretty powerful tooltips - v3.0.3
3 * http://qtip2.com
5 * Copyright (c) 2016
6 * Released under the MIT licenses
7 * http://jquery.org/license
9 * Date: Wed May 11 2016 10:31 GMT+0100+0100
10 * Plugins: tips modal viewport svg imagemap ie6
11 * Styles: core basic css3
13 .qtip{
14 position: absolute;
15 left: -28000px;
16 top: -28000px;
17 display: none;
19 max-width: 280px;
20 min-width: 50px;
22 font-size: 10.5px;
23 line-height: 12px;
25 direction: ltr;
27 box-shadow: none;
28 padding: 0;
31 .qtip-content{
32 position: relative;
33 padding: 5px 9px;
34 overflow: hidden;
36 text-align: left;
37 word-wrap: break-word;
40 .qtip-titlebar{
41 position: relative;
42 padding: 5px 35px 5px 10px;
43 overflow: hidden;
45 border-width: 0 0 1px;
46 font-weight: bold;
49 .qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }
51 /* Default close button class */
52 .qtip-close{
53 position: absolute;
54 right: -9px; top: -9px;
55 z-index: 11; /* Overlap .qtip-tip */
57 cursor: pointer;
58 outline: medium none;
60 border: 1px solid transparent;
63 .qtip-titlebar .qtip-close{
64 right: 4px; top: 50%;
65 margin-top: -9px;
68 * html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */
70 .qtip-titlebar .ui-icon,
71 .qtip-icon .ui-icon{
72 display: block;
73 text-indent: -1000em;
74 direction: ltr;
77 .qtip-icon, .qtip-icon .ui-icon{
78 -moz-border-radius: 3px;
79 -webkit-border-radius: 3px;
80 border-radius: 3px;
81 text-decoration: none;
84 .qtip-icon .ui-icon{
85 width: 18px;
86 height: 14px;
88 line-height: 14px;
89 text-align: center;
90 text-indent: 0;
91 font: normal bold 10px/13px Tahoma,sans-serif;
93 color: inherit;
94 background: transparent none no-repeat -100em -100em;
97 /* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
98 .qtip-focus{}
100 /* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
101 .qtip-hover{}
103 /* Default tooltip style */
104 .qtip-default{
105 border: 1px solid #F1D031;
107 background-color: #FFFFA3;
108 color: #555;
111 .qtip-default .qtip-titlebar{
112 background-color: #FFEF93;
115 .qtip-default .qtip-icon{
116 border-color: #CCC;
117 background: #F1F1F1;
118 color: #777;
121 .qtip-default .qtip-titlebar .qtip-close{
122 border-color: #AAA;
123 color: #111;
127 /*! Light tooltip style */
128 .qtip-light{
129 background-color: white;
130 border-color: #E2E2E2;
131 color: #454545;
134 .qtip-light .qtip-titlebar{
135 background-color: #f1f1f1;
139 /*! Dark tooltip style */
140 .qtip-dark{
141 background-color: #505050;
142 border-color: #303030;
143 color: #f3f3f3;
146 .qtip-dark .qtip-titlebar{
147 background-color: #404040;
150 .qtip-dark .qtip-icon{
151 border-color: #444;
154 .qtip-dark .qtip-titlebar .ui-state-hover{
155 border-color: #303030;
159 /*! Cream tooltip style */
160 .qtip-cream{
161 background-color: #FBF7AA;
162 border-color: #F9E98E;
163 color: #A27D35;
166 .qtip-cream .qtip-titlebar{
167 background-color: #F0DE7D;
170 .qtip-cream .qtip-close .qtip-icon{
171 background-position: -82px 0;
175 /*! Red tooltip style */
176 .qtip-red{
177 background-color: #F78B83;
178 border-color: #D95252;
179 color: #912323;
182 .qtip-red .qtip-titlebar{
183 background-color: #F06D65;
186 .qtip-red .qtip-close .qtip-icon{
187 background-position: -102px 0;
190 .qtip-red .qtip-icon{
191 border-color: #D95252;
194 .qtip-red .qtip-titlebar .ui-state-hover{
195 border-color: #D95252;
199 /*! Green tooltip style */
200 .qtip-green{
201 background-color: #CAED9E;
202 border-color: #90D93F;
203 color: #3F6219;
206 .qtip-green .qtip-titlebar{
207 background-color: #B0DE78;
210 .qtip-green .qtip-close .qtip-icon{
211 background-position: -42px 0;
215 /*! Blue tooltip style */
216 .qtip-blue{
217 background-color: #E5F6FE;
218 border-color: #ADD9ED;
219 color: #5E99BD;
222 .qtip-blue .qtip-titlebar{
223 background-color: #D0E9F5;
226 .qtip-blue .qtip-close .qtip-icon{
227 background-position: -2px 0;
231 .qtip-shadow{
232 -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
233 -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
234 box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
237 /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
238 .qtip-rounded,
239 .qtip-tipsy,
240 .qtip-bootstrap{
241 -moz-border-radius: 5px;
242 -webkit-border-radius: 5px;
243 border-radius: 5px;
246 .qtip-rounded .qtip-titlebar{
247 -moz-border-radius: 4px 4px 0 0;
248 -webkit-border-radius: 4px 4px 0 0;
249 border-radius: 4px 4px 0 0;
252 /* Youtube tooltip style */
253 .qtip-youtube{
254 -moz-border-radius: 2px;
255 -webkit-border-radius: 2px;
256 border-radius: 2px;
258 -webkit-box-shadow: 0 0 3px #333;
259 -moz-box-shadow: 0 0 3px #333;
260 box-shadow: 0 0 3px #333;
262 color: white;
263 border: 0 solid transparent;
265 background: #4A4A4A;
266 background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
267 background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
268 background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
269 background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
270 background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
273 .qtip-youtube .qtip-titlebar{
274 background-color: #4A4A4A;
275 background-color: rgba(0,0,0,0);
278 .qtip-youtube .qtip-content{
279 padding: .75em;
280 font: 12px arial,sans-serif;
282 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
283 -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
286 .qtip-youtube .qtip-icon{
287 border-color: #222;
290 .qtip-youtube .qtip-titlebar .ui-state-hover{
291 border-color: #303030;
295 /* jQuery TOOLS Tooltip style */
296 .qtip-jtools{
297 background: #232323;
298 background: rgba(0, 0, 0, 0.7);
299 background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
300 background-image: -moz-linear-gradient(top, #717171, #232323);
301 background-image: -webkit-linear-gradient(top, #717171, #232323);
302 background-image: -ms-linear-gradient(top, #717171, #232323);
303 background-image: -o-linear-gradient(top, #717171, #232323);
305 border: 2px solid #ddd;
306 border: 2px solid rgba(241,241,241,1);
308 -moz-border-radius: 2px;
309 -webkit-border-radius: 2px;
310 border-radius: 2px;
312 -webkit-box-shadow: 0 0 12px #333;
313 -moz-box-shadow: 0 0 12px #333;
314 box-shadow: 0 0 12px #333;
317 /* IE Specific */
318 .qtip-jtools .qtip-titlebar{
319 background-color: transparent;
320 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
321 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
323 .qtip-jtools .qtip-content{
324 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
325 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
328 .qtip-jtools .qtip-titlebar,
329 .qtip-jtools .qtip-content{
330 background: transparent;
331 color: white;
332 border: 0 dashed transparent;
335 .qtip-jtools .qtip-icon{
336 border-color: #555;
339 .qtip-jtools .qtip-titlebar .ui-state-hover{
340 border-color: #333;
344 /* Cluetip style */
345 .qtip-cluetip{
346 -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
347 -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
348 box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
350 background-color: #D9D9C2;
351 color: #111;
352 border: 0 dashed transparent;
355 .qtip-cluetip .qtip-titlebar{
356 background-color: #87876A;
357 color: white;
358 border: 0 dashed transparent;
361 .qtip-cluetip .qtip-icon{
362 border-color: #808064;
365 .qtip-cluetip .qtip-titlebar .ui-state-hover{
366 border-color: #696952;
367 color: #696952;
371 /* Tipsy style */
372 .qtip-tipsy{
373 background: black;
374 background: rgba(0, 0, 0, .87);
376 color: white;
377 border: 0 solid transparent;
379 font-size: 11px;
380 font-family: 'Lucida Grande', sans-serif;
381 font-weight: bold;
382 line-height: 16px;
383 text-shadow: 0 1px black;
386 .qtip-tipsy .qtip-titlebar{
387 padding: 6px 35px 0 10px;
388 background-color: transparent;
391 .qtip-tipsy .qtip-content{
392 padding: 6px 10px;
395 .qtip-tipsy .qtip-icon{
396 border-color: #222;
397 text-shadow: none;
400 .qtip-tipsy .qtip-titlebar .ui-state-hover{
401 border-color: #303030;
405 /* Tipped style */
406 .qtip-tipped{
407 border: 3px solid #959FA9;
409 -moz-border-radius: 3px;
410 -webkit-border-radius: 3px;
411 border-radius: 3px;
413 background-color: #F9F9F9;
414 color: #454545;
416 font-weight: normal;
417 font-family: serif;
420 .qtip-tipped .qtip-titlebar{
421 border-bottom-width: 0;
423 color: white;
424 background: #3A79B8;
425 background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
426 background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
427 background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
428 background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
429 background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
430 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
431 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
434 .qtip-tipped .qtip-icon{
435 border: 2px solid #285589;
436 background: #285589;
439 .qtip-tipped .qtip-icon .ui-icon{
440 background-color: #FBFBFB;
441 color: #555;
446 * Twitter Bootstrap style.
448 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
449 * Does not work with IE 7.
451 .qtip-bootstrap{
452 /** Taken from Bootstrap body */
453 font-size: 14px;
454 line-height: 20px;
455 color: #333333;
457 /** Taken from Bootstrap .popover */
458 padding: 1px;
459 background-color: #ffffff;
460 border: 1px solid #ccc;
461 border: 1px solid rgba(0, 0, 0, 0.2);
462 -webkit-border-radius: 6px;
463 -moz-border-radius: 6px;
464 border-radius: 6px;
465 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
466 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
467 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
468 -webkit-background-clip: padding-box;
469 -moz-background-clip: padding;
470 background-clip: padding-box;
473 .qtip-bootstrap .qtip-titlebar{
474 /** Taken from Bootstrap .popover-title */
475 padding: 8px 14px;
476 margin: 0;
477 font-size: 14px;
478 font-weight: normal;
479 line-height: 18px;
480 background-color: #f7f7f7;
481 border-bottom: 1px solid #ebebeb;
482 -webkit-border-radius: 5px 5px 0 0;
483 -moz-border-radius: 5px 5px 0 0;
484 border-radius: 5px 5px 0 0;
487 .qtip-bootstrap .qtip-titlebar .qtip-close{
489 * Overrides qTip2:
490 * .qtip-titlebar .qtip-close{
491 * [...]
492 * right: 4px;
493 * top: 50%;
494 * [...]
495 * border-style: solid;
498 right: 11px;
499 top: 45%;
500 border-style: none;
503 .qtip-bootstrap .qtip-content{
504 /** Taken from Bootstrap .popover-content */
505 padding: 9px 14px;
508 .qtip-bootstrap .qtip-icon{
510 * Overrides qTip2:
511 * .qtip-default .qtip-icon {
512 * border-color: #CCC;
513 * background: #F1F1F1;
514 * color: #777;
517 background: transparent;
520 .qtip-bootstrap .qtip-icon .ui-icon{
522 * Overrides qTip2:
523 * .qtip-icon .ui-icon{
524 * width: 18px;
525 * height: 14px;
528 width: auto;
529 height: auto;
531 /* Taken from Bootstrap .close */
532 float: right;
533 font-size: 20px;
534 font-weight: bold;
535 line-height: 18px;
536 color: #000000;
537 text-shadow: 0 1px 0 #ffffff;
538 opacity: 0.2;
539 filter: alpha(opacity=20);
542 .qtip-bootstrap .qtip-icon .ui-icon:hover{
543 /* Taken from Bootstrap .close:hover */
544 color: #000000;
545 text-decoration: none;
546 cursor: pointer;
547 opacity: 0.4;
548 filter: alpha(opacity=40);
552 /* IE9 fix - removes all filters */
553 .qtip:not(.ie9haxors) div.qtip-content,
554 .qtip:not(.ie9haxors) div.qtip-titlebar{
555 filter: none;
556 -ms-filter: none;
560 .qtip .qtip-tip{
561 margin: 0 auto;
562 overflow: hidden;
563 z-index: 10;
567 /* Opera bug #357 - Incorrect tip position
568 https://github.com/Craga89/qTip2/issues/367 */
569 x:-o-prefocus, .qtip .qtip-tip{
570 visibility: hidden;
573 .qtip .qtip-tip,
574 .qtip .qtip-tip .qtip-vml,
575 .qtip .qtip-tip canvas{
576 position: absolute;
578 color: #123456;
579 background: transparent;
580 border: 0 dashed transparent;
583 .qtip .qtip-tip canvas{ top: 0; left: 0; }
585 .qtip .qtip-tip .qtip-vml{
586 behavior: url(#default#VML);
587 display: inline-block;
588 visibility: visible;
592 #qtip-overlay{
593 position: fixed;
594 left: 0; top: 0;
595 width: 100%; height: 100%;
598 /* Applied to modals with show.modal.blur set to true */
599 #qtip-overlay.blurs{ cursor: pointer; }
601 /* Change opacity of overlay here */
602 #qtip-overlay div{
603 position: absolute;
604 left: 0; top: 0;
605 width: 100%; height: 100%;
607 background-color: black;
609 opacity: 0.7;
610 filter:alpha(opacity=70);
611 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
615 .qtipmodal-ie6fix{
616 position: absolute !important;