www-thermferm/jqwidgets/styles/jqx.bootstrap.css

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /*Rounded Corners*/
2 /*top-left rounded Corners*/
3 .jqx-rc-tl-bootstrap {
4 -moz-border-radius-topleft: 4px;
5 -webkit-border-top-left-radius: 4px;
6 border-top-left-radius: 4px;
7 }
8 /*top-right rounded Corners*/
9 .jqx-rc-tr-bootstrap {
10 -moz-border-radius-topright: 4px;
11 -webkit-border-top-right-radius: 4px;
12 border-top-right-radius: 4px;
13 }
14 /*bottom-left rounded Corners*/
15 .jqx-rc-bl-bootstrap {
16 -moz-border-radius-bottomleft: 4px;
17 -webkit-border-bottom-left-radius: 4px;
18 border-bottom-left-radius: 4px;
19 }
20 /*bottom-right rounded Corners*/
21 .jqx-rc-br-bootstrap {
22 -moz-border-radius-bottomright: 4px;
23 -webkit-border-bottom-right-radius: 4px;
24 border-bottom-right-radius: 4px;
25 }
26 /*top rounded Corners*/
27 .jqx-rc-t-bootstrap {
28 -moz-border-radius-topleft: 4px;
29 -webkit-border-top-left-radius: 4px;
30 border-top-left-radius: 4px;
31 -moz-border-radius-topright: 4px;
32 -webkit-border-top-right-radius: 4px;
33 border-top-right-radius: 4px;
34 }
35 /*bottom rounded Corners*/
36 .jqx-rc-b-bootstrap {
37 -moz-border-radius-bottomleft: 4px;
38 -webkit-border-bottom-left-radius: 4px;
39 border-bottom-left-radius: 4px;
40 -moz-border-radius-bottomright: 4px;
41 -webkit-border-bottom-right-radius: 4px;
42 border-bottom-right-radius: 4px;
43 }
44 /*right rounded Corners*/
45 .jqx-rc-r-bootstrap {
46 -moz-border-radius-topright: 4px;
47 -webkit-border-top-right-radius: 4px;
48 border-top-right-radius: 4px;
49 -moz-border-radius-bottomright: 4px;
50 -webkit-border-bottom-right-radius: 4px;
51 border-bottom-right-radius: 4px;
52 }
53 /*left rounded Corners*/
54 .jqx-rc-l-bootstrap {
55 -moz-border-radius-topleft: 4px;
56 -webkit-border-top-left-radius: 4px;
57 border-top-left-radius: 4px;
58 -moz-border-radius-bottomleft: 4px;
59 -webkit-border-bottom-left-radius: 4px;
60 border-bottom-left-radius: 4px;
61 }
62 /*all rounded Corners*/
63 .jqx-rc-all-bootstrap {
64 -moz-border-radius: 4px;
65 -webkit-border-radius: 4px;
66 border-radius: 4px;
67 }
68
69 .jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-fill-state-normal-bootstrap,
70 .jqx-widget-content-bootstrap, .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
71 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
72 -webkit-transition: box-shadow linear 0.2s;
73 -moz-transition: box-shadow linear 0.1s;
74 -o-transition: box-shadow linear 0.1s;
75 transition: box-shadow linear 0.1s;
76 }
77
78 .jqx-widget-content-bootstrap {
79 background-color: #ffffff;
80 border-color: #e6e6e6;
81 }
82
83 .jqx-widget-header-bootstrap {
84 background-color: #f5f5f5;
85 border-color: #cccccc;
86 }
87
88 .jqx-fill-state-normal-bootstrap {
89 color: #333333;
90 background-color: #ffffff;
91 border-color: #cccccc;
92 }
93
94 .jqx-button-bootstrap {
95 padding: 4px 12px;
96 -webkit-border-radius: 4px;
97 -moz-border-radius: 4px;
98 border-radius: 4px;
99 *zoom: 1;
100 color: #333333;
101 background-color: #ffffff;
102 border-color: #cccccc;
103 }
104
105 .jqx-combobox-multi-item-bootstrap {
106 padding: 1px 3px;
107 }
108
109 .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
110 color: #333333;
111 background-color: #ebebeb;
112 border-color: #adadad;
113 }
114
115 .jqx-fill-state-hover-bootstrap, .jqx-fill-state-focus-bootstrap {
116 color: #333333;
117 text-decoration: none;
118 }
119
120 .jqx-fill-state-pressed-bootstrap {
121 background-image: none;
122 outline: 0;
123 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
124 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
125 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
126 }
127
128 .jqx-grid-cell-bootstrap {
129 -webkit-box-shadow: none;
130 -moz-box-shadow: none;
131 box-shadow: none;
132 }
133
134 .jqx-grid-column-menubutton-bootstrap {
135 background-color: transparent;
136 }
137
138 .jqx-calendar-row-header-bootstrap, .jqx-calendar-top-left-header-bootstrap {
139 background-color: #f0f0f0;
140 border: 0px solid #f2f2f2;
141 }
142
143 .jqx-calendar-column-header-bootstrap {
144 background-color: #FFF;
145 border-top: 1px solid #FFF;
146 border-bottom: 1px solid #e9e9e9;
147 }
148
149 .jqx-expander-header-bootstrap {
150 background: #fff;
151 -webkit-box-shadow: none;
152 -moz-box-shadow: none;
153 box-shadow: none;
154 border-color: #e6e6e6;
155 }
156
157 .jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-widget-content-bootstrap {
158 -webkit-background-clip: padding-box;
159 -moz-background-clip: padding-box;
160 background-clip: padding-box;
161 }
162
163 .jqx-scrollbar-state-normal-bootstrap {
164 background-color: #f0f0f0;
165 border: 1px solid #f0f0f0;
166 }
167
168 .jqx-scrollbar-thumb-state-normal-bootstrap, .jqx-scrollbar-thumb-state-normal-horizontal-bootstrap {
169 background: #f5f5f5;
170 border-color: #b3b3b3;
171 }
172
173 .jqx-scrollbar-thumb-state-hover-bootstrap, .jqx-scrollbar-thumb-state-hover-horizontal-bootstrap {
174 background: #e6e6e6;
175 border-color: #b3b3b3;
176 }
177
178 .jqx-progressbar-bootstrap {
179 background: #f7f7f7 !important;
180 -webkit-box-shadow: none;
181 -moz-box-shadow: none;
182 box-shadow: none;
183 }
184
185 .jqx-progressbar-value-bootstrap, .jqx-splitter-collapse-button-horizontal-bootstrap {
186 background-color: #428bca;
187 }
188
189 .jqx-splitter-collapse-button-vertical-bootstrap, .jqx-progressbar-value-vertical-bootstrap {
190 background-color: #428bca;
191 }
192
193 .jqx-scrollbar-thumb-state-pressed-bootstrap, .jqx-splitter-splitbar-vertical-bootstrap, .jqx-splitter-splitbar-horizontal-bootstrap, .jqx-scrollbar-thumb-state-pressed-horizontal-bootstrap {
194 background: #d9d9d9;
195 border-color: #b3b3b3;
196 }
197
198 .jqx-grid-column-sortdescbutton-bootstrap, jqx-grid-column-filterbutton-bootstrap, .jqx-grid-column-sortascbutton-bootstrap {
199 background-color: transparent;
200 border-style: solid;
201 border-width: 0px 0px 0px 0px;
202 border-color: #cccccc;
203 }
204
205 .jqx-slider-rangebar-bootstrap {
206 background: #cccccc;
207 }
208
209 .jqx-menu-vertical-bootstrap {
210 background: #ffffff;
211 filter: none;
212 }
213
214 .jqx-checkbox-check-checked-bootstrap {
215 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
216 }
217
218 .jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
219 }
220
221 .jqx-combobox-content-bootstrap {
222 border-color: #cccccc;
223 }
224
225 .jqx-fill-state-focus-bootstrap, .jqx-combobox-content-focus-bootstrap, .jqx-numberinput-focus-bootstrap {
226 outline: none;
227 border-color: #b3b3b3;
228 }
229
230 .jqx-grid-bottomright-bootstrap, .jqx-panel-bottomright-bootstrap, .jqx-listbox-bottomright-bootstrap {
231 background-color: #efefef;
232 }
233
234 .jqx-tabs-title-bootstrap,
235 .jqx-tabs-title-bottom-bootstrap, .jqx-expander-header-bootstrap {
236 color: #0088cc !important;
237 }
238
239 .jqx-expander-header-bootstrap:hover:not(.jqx-fill-state-disabled-bootstrap) {
240 color: #005580 !important;
241 cursor: pointer;
242 }
243
244 .jqx-tabs-title-hover-top-bootstrap,
245 .jqx-tabs-title-hover-bottom-bootstrap {
246 color: #005580 !important;
247 background: #eee;
248 border-color: #eee;
249 -moz-border-radius: 0px;
250 -webkit-border-radius: 0px;
251 border-radius: 0px;
252 }
253
254 .jqx-tabs-title-selected-top-bootstrap, .jqx-tabs-selection-tracker-top-bootstrap {
255 border-color: #ddd;
256 border-bottom: 1px solid #fff;
257 filter: none;
258 color: #555555 !important;
259 background: #fff;
260 box-shadow: none;
261 }
262
263 .jqx-tabs-title-selected-bottom-bootstrap, .jqx-tabs-selection-tracker-bottom-bootstrap {
264 border-color: #ddd;
265 border-top: 1px solid #fff;
266 filter: none;
267 color: #555555 !important;
268 background: #fff;
269 box-shadow: none;
270 }
271
272 .jqx-tabs-header-bootstrap {
273 background: #fff;
274 border-color: #ddd;
275 -webkit-box-shadow: none;
276 box-shadow: none;
277 }
278
279 .jqx-tabs-bootstrap {
280 border-color: #ddd;
281 }
282
283 .jqx-window-bootstrap, .jqx-tooltip-bootstrap {
284 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
285 }
286
287 .jqx-docking-bootstrap .jqx-window-bootstrap {
288 box-shadow: none;
289 }
290
291 .jqx-docking-panel-bootstrap .jqx-window-bootstrap {
292 box-shadow: none;
293 }
294
295 .jqx-radiobutton-bootstrap {
296 background-repeat: no-repeat;
297 background: none;
298 }
299
300 .jqx-radiobutton-bootstrap-bootstrap, .jqx-radiobutton-hover-bootstrap {
301 -moz-border-radius: 100%;
302 -webkit-border-radius: 100%;
303 border-radius: 100%;
304 background-repeat: no-repeat;
305 }
306
307 .jqx-radiobutton-check-checked-bootstrap {
308 filter: none;
309 background: #666;
310 background-repeat: no-repeat;
311 -moz-border-radius: 100%;
312 -webkit-border-radius: 100%;
313 border-radius: 100%;
314 }
315
316 .jqx-radiobutton-check-indeterminate-bootstrap {
317 filter: none;
318 background: #999;
319 -moz-border-radius: 100%;
320 -webkit-border-radius: 100%;
321 border-radius: 100%;
322 }
323
324 .jqx-radiobutton-check-indeterminate-disabled-bootstrap {
325 filter: none;
326 background: #999;
327 -moz-border-radius: 100%;
328 -webkit-border-radius: 100%;
329 border-radius: 100%;
330 }
331
332 .jqx-slider-track-horizontal-bootstrap, .jqx-slider-track-vertical-bootstrap {
333 border-color: #cccccc;
334 background: #f0f0f0;
335 }
336
337 .jqx-slider-button-bootstrap {
338 -moz-border-radius: 100%;
339 -webkit-border-radius: 100%;
340 border-radius: 100%;
341 }
342
343 .jqx-fill-state-normal-bootstrap.jqx-primary {
344 color: #ffffff;
345 background-color: #428bca;
346 border-color: #357ebd;
347 }
348
349 .jqx-fill-state-hover-bootstrap.jqx-primary {
350 color: #ffffff;
351 background-color: #3276b1;
352 border-color: #285e8e;
353 }
354
355 .jqx-fill-state-pressed-bootstrap.jqx-primary {
356 color: #ffffff;
357 background-color: #3276b1;
358 border-color: #285e8e;
359 }
360
361 .jqx-fill-state-normal-bootstrap.jqx-warning {
362 color: #ffffff;
363 background-color: #f0ad4e;
364 border-color: #eea236;
365 }
366
367 .jqx-fill-state-hover-bootstrap.jqx-warning {
368 color: #ffffff;
369 background-color: #ed9c28;
370 border-color: #d58512;
371 }
372
373 .jqx-fill-state-pressed-bootstrap.jqx-warning {
374 color: #ffffff;
375 background-color: #ed9c28;
376 border-color: #d58512;
377 }
378
379 .jqx-fill-state-normal-bootstrap.jqx-danger {
380 color: #ffffff;
381 background-color: #d9534f;
382 border-color: #d43f3a;
383 }
384
385 .jqx-fill-state-hover-bootstrap.jqx-danger {
386 color: #ffffff;
387 background-color: #d2322d;
388 border-color: #ac2925;
389 }
390
391 .jqx-fill-state-pressed-bootstrap.jqx-danger {
392 color: #ffffff;
393 background-color: #d2322d;
394 border-color: #ac2925;
395 }
396
397 .jqx-fill-state-normal-bootstrap.jqx-success {
398 color: #ffffff;
399 background-color: #5cb85c;
400 border-color: #4cae4c;
401 }
402
403 .jqx-fill-state-hover-bootstrap.jqx-success {
404 color: #ffffff;
405 background-color: #47a447;
406 border-color: #398439;
407 }
408
409 .jqx-fill-state-pressed-bootstrap.jqx-success {
410 color: #ffffff;
411 background-color: #47a447;
412 border-color: #398439;
413 }
414
415 .jqx-fill-state-normal-bootstrap.jqx-info {
416 color: #ffffff;
417 background-color: #5bc0de;
418 border-color: #46b8da;
419 }
420
421 .jqx-fill-state-hover-bootstrap.jqx-info {
422 color: #ffffff;
423 background-color: #39b3d7;
424 border-color: #269abc;
425 }
426
427 .jqx-fill-state-pressed-bootstrap.jqx-info {
428 color: #ffffff;
429 background-color: #39b3d7;
430 border-color: #269abc;
431 }
432
433 .jqx-fill-state-normal-bootstrap.jqx-inverse {
434 color: #ffffff;
435 background-color: #222222;
436 border-color: #080808;
437 }
438
439 .jqx-fill-state-hover-bootstrap.jqx-inverse {
440 color: #ffffff;
441 background-color: #080808;
442 }
443
444 .jqx-fill-state-pressed-bootstrap.jqx-inverse {
445 color: #ffffff;
446 background-color: #080808;
447 }
448
449 /*applied to a list item when the item is selected.*/
450 .jqx-listitem-state-hover-bootstrap, .jqx-menu-item-hover-bootstrap, .jqx-tree-item-hover-bootstrap, .jqx-calendar-cell-hover-bootstrap, .jqx-grid-cell-hover-bootstrap,
451 .jqx-menu-vertical-bootstrap .jqx-menu-item-top-hover-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-hover-bootstrap,
452 .jqx-input-button-header-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-pressed-bootstrap,
453 .jqx-input-button-header-bootstrap {
454 color: #ffffff !important;
455 color: #333333 !important;
456 background-color: #ebebeb !important;
457 border-color: #ebebeb !important;
458 outline: 0;
459 }
460 .jqx-grid-cell-hover-bootstrap {
461 border-color: #ccc !important;
462 }
463 .jqx-listitem-state-selected-bootstrap, .jqx-menu-item-selected-bootstrap, .jqx-tree-item-selected-bootstrap, .jqx-calendar-cell-selected-bootstrap, .jqx-grid-cell-selected-bootstrap,
464 .jqx-menu-vertical-bootstrap .jqx-menu-item-top-selected-bootstrap, .jqx-grid-selectionarea-bootstrap {
465 color: #ffffff !important;
466 background-color: #428bca !important;
467 border-color: #357ebd !important;
468 }
469 /*top rounded Corners*/
470 .jqx-rc-t-expanded-bootstrap {
471 -moz-border-radius-topleft: 4px !important;
472 -webkit-border-top-left-radius: 4px !important;
473 border-top-left-radius: 4px !important;
474 -moz-border-radius-topright: 4px !important;
475 -webkit-border-top-right-radius: 4px !important;
476 border-top-right-radius: 4px !important;
477 }
478 /*bottom rounded Corners*/
479 .jqx-rc-b-expanded-bootstrap {
480 -moz-border-radius-bottomleft: 4px !important;
481 -webkit-border-bottom-left-radius: 4px !important;
482 border-bottom-left-radius: 4px !important;
483 -moz-border-radius-bottomright: 4px !important;
484 -webkit-border-bottom-right-radius: 4px !important;
485 border-bottom-right-radius: 4px !important;
486 }
487
488 .jqx-popup-bootstrap.jqx-listbox-bootstrap, .jqx-popup-bootstrap.jqx-calendar-bootstrap {
489 top: 2px !important;
490 position: relative;
491 }
492
493 .jqx-popup-up-bootstrap.jqx-listbox-bootstrap, .jqx-popup-up-bootstrap.jqx-calendar-bootstrap {
494 top: 23px !important;
495 position: relative;
496 }
497
498 .jqx-menu-popup-bootstrap > div:first-child {
499 padding-bottom: 15px !important;
500 padding-right: 15px !important;
501 }
502
503 .jqx-menu-dropdown-bootstrap, .jqx-popup-bootstrap.jqx-dropdownbutton-popup-bootstrap {
504 margin-top: 2px !important;
505 }
506
507 .jqx-popup-bootstrap {
508 border: 1px solid #ccc;
509 *border-right-width: 2px;
510 *border-bottom-width: 2px;
511 -webkit-border-radius: 4px !important;
512 -moz-border-radius: 4px !important;
513 border-radius: 4px !important;
514 -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
515 -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
516 -webkit-background-clip: padding-box !important;
517 -moz-background-clip: padding !important;
518 background-clip: padding-box !important;
519 }
520
521 .jqx-widget-bootstrap .jqx-grid-cell-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-header-bootstrap, .jqx-widget-bootstrap .jqx-grid-group-cell {
522 border-color: #ccc;
523 }
524
525 .jqx-widget-bootstrap .jqx-grid-column-menubutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortascbutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortdescbutton-bootstrap, .jqx-widget .jqx-grid-column-filterbutton-bootstrap {
526 border-color: #ccc;
527 }
528
529 .jqx-grid-column-sortascbutton-bootstrap, .jqx-expander-arrow-bottom-bootstrap, .jqx-window-collapse-button-bootstrap, .jqx-menu-item-arrow-up-bootstrap, .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-menu-item-arrow-top-up-bootstrap, .jqx-icon-arrow-up-bootstrap, .jqx-icon-arrow-up-hover-bootstrap, .jqx-icon-arrow-up-selected-bootstrap {
530 background-image: url('images/icon-up.png');
531 background-repeat: no-repeat;
532 background-position: center;
533 }
534
535 .jqx-widget-bootstrap .jqx-grid-group-expand-bootstrap, .jqx-grid-group-expand-bootstrap, .jqx-grid-column-menubutton-bootstrap, .jqx-grid-column-sortdescbutton-bootstrap, .jqx-expander-arrow-top-bootstrap, .jqx-window-collapse-button-collapsed-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-icon-arrow-down-bootstrap, .jqx-icon-arrow-down-hover-bootstrap, .jqx-icon-arrow-down-selected-bootstrap {
536 background-image: url('images/icon-down.png');
537 background-repeat: no-repeat;
538 background-position: center;
539 }
540
541 .jqx-tabs-arrow-left-bootstrap, .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-bootstrap, .jqx-icon-arrow-down-left-bootstrap, .jqx-icon-arrow-left-selected-bootstrap {
542 background-image: url('images/icon-left.png');
543 background-repeat: no-repeat;
544 background-position: center;
545 }
546
547 .jqx-widget-bootstrap .jqx-grid-group-collapse-bootstrap, .jqx-grid-group-collapse-bootstrap, .jqx-tabs-arrow-right-bootstrap, .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-menu-item-arrow-top-right-bootstrap, .jqx-icon-arrow-right-bootstrap, .jqx-icon-arrow-right-hover-bootstrap, .jqx-icon-arrow-right-selected-bootstrap {
548 background-image: url('images/icon-right.png');
549 background-repeat: no-repeat;
550 background-position: center;
551 }
552
553 .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
554 background-image: url(./images/icon-left.png);
555 }
556
557 .jqx-menu-item-arrow-left-selected-bootstrap {
558 background-image: url('images/icon-left-white.png');
559 background-repeat: no-repeat;
560 background-position: center;
561 }
562
563 .jqx-menu-item-arrow-right-selected-bootstrap {
564 background-image: url('images/icon-right-white.png');
565 background-repeat: no-repeat;
566 background-position: center;
567 }
568
569 .jqx-primary .jqx-grid-column-sortascbutton-bootstrap, .jqx-primary .jqx-expander-arrow-bottom-bootstrap, .jqx-primary .jqx-window-collapse-button-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-hover-bootstrap, .jqx-primary .jqx-icon-arrow-up-selected-bootstrap {
570 background-image: url('images/icon-up-white.png');
571 background-repeat: no-repeat;
572 background-position: center;
573 }
574
575 .jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-column-menubutton-bootstrap, .jqx-primary .jqx-grid-column-sortdescbutton-bootstrap, .jqx-primary .jqx-expander-arrow-top-bootstrap, .jqx-primary .jqx-window-collapse-button-collapsed-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-hover-bootstrap, .jqx-primary .jqx-icon-arrow-down-selected-bootstrap {
576 background-image: url('images/icon-down-white.png');
577 background-repeat: no-repeat;
578 background-position: center;
579 }
580
581 .jqx-primary .jqx-tabs-arrow-left-bootstrap, .jqx-primary .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-left, .jqx-primary .jqx-icon-arrow-left-bootstrap, .jqx-primary .jqx-icon-arrow-down-left-bootstrap, .jqx-primary .jqx-icon-arrow-left-selected-bootstrap {
582 background-image: url('images/icon-left-white.png');
583 background-repeat: no-repeat;
584 background-position: center;
585 }
586
587 .jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-tabs-arrow-right-bootstrap, .jqx-primary .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-hover-bootstrap, .jqx-primary .jqx-icon-arrow-right-selected-bootstrap {
588 background-image: url('images/icon-right-white.png');
589 background-repeat: no-repeat;
590 background-position: center;
591 }
592
593 .jqx-primary .jqx-window-close-button-bootstrap, .jqx-primary .jqx-icon-close-bootstrap, .jqx-primary .jqx-tabs-close-button-bootstrap, .jqx-primary .jqx-tabs-close-button-hover-bootstrap, .jqx-primary .jqx-tabs-close-button-selected-bootstrap {
594 background-image: url(./images/close_white.png);
595 background-repeat: no-repeat;
596 background-position: center;
597 }
598
599 .jqx-primary .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-primary .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
600 background-image: url(./images/icon-left.png);
601 }
602
603 .jqx-warning .jqx-grid-column-sortascbutton-bootstrap, .jqx-warning .jqx-expander-arrow-bottom-bootstrap, .jqx-warning .jqx-window-collapse-button-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-hover-bootstrap, .jqx-warning .jqx-icon-arrow-up-selected-bootstrap {
604 background-image: url('images/icon-up-white.png');
605 background-repeat: no-repeat;
606 background-position: center;
607 }
608
609 .jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-column-menubutton-bootstrap, .jqx-warning .jqx-grid-column-sortdescbutton-bootstrap, .jqx-warning .jqx-expander-arrow-top-bootstrap, .jqx-warning .jqx-window-collapse-button-collapsed-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-hover-bootstrap, .jqx-warning .jqx-icon-arrow-down-selected-bootstrap {
610 background-image: url('images/icon-down-white.png');
611 background-repeat: no-repeat;
612 background-position: center;
613 }
614
615 .jqx-warning .jqx-tabs-arrow-left-bootstrap, .jqx-warning .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-left, .jqx-warning .jqx-icon-arrow-left-bootstrap, .jqx-warning .jqx-icon-arrow-down-left-bootstrap, .jqx-warning .jqx-icon-arrow-left-selected-bootstrap {
616 background-image: url('images/icon-left-white.png');
617 background-repeat: no-repeat;
618 background-position: center;
619 }
620
621 .jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-tabs-arrow-right-bootstrap, .jqx-warning .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-hover-bootstrap, .jqx-warning .jqx-icon-arrow-right-selected-bootstrap {
622 background-image: url('images/icon-right-white.png');
623 background-repeat: no-repeat;
624 background-position: center;
625 }
626
627 .jqx-warning .jqx-window-close-button-bootstrap, .jqx-warning .jqx-icon-close-bootstrap, .jqx-warning .jqx-tabs-close-button-bootstrap, .jqx-warning .jqx-tabs-close-button-hover-bootstrap, .jqx-warning .jqx-tabs-close-button-selected-bootstrap {
628 background-image: url(./images/close_white.png);
629 background-repeat: no-repeat;
630 background-position: center;
631 }
632
633 .jqx-warning .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-warning .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
634 background-image: url(./images/icon-left.png);
635 }
636
637 .jqx-danger .jqx-grid-column-sortascbutton-bootstrap, .jqx-danger .jqx-expander-arrow-bottom-bootstrap, .jqx-danger .jqx-window-collapse-button-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-hover-bootstrap, .jqx-danger .jqx-icon-arrow-up-selected-bootstrap {
638 background-image: url('images/icon-up-white.png');
639 background-repeat: no-repeat;
640 background-position: center;
641 }
642
643 .jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-column-menubutton-bootstrap, .jqx-danger .jqx-grid-column-sortdescbutton-bootstrap, .jqx-danger .jqx-expander-arrow-top-bootstrap, .jqx-danger .jqx-window-collapse-button-collapsed-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-hover-bootstrap, .jqx-danger .jqx-icon-arrow-down-selected-bootstrap {
644 background-image: url('images/icon-down-white.png');
645 background-repeat: no-repeat;
646 background-position: center;
647 }
648
649 .jqx-danger .jqx-tabs-arrow-left-bootstrap, .jqx-danger .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-left, .jqx-danger .jqx-icon-arrow-left-bootstrap, .jqx-danger .jqx-icon-arrow-down-left-bootstrap, .jqx-danger .jqx-icon-arrow-left-selected-bootstrap {
650 background-image: url('images/icon-left-white.png');
651 background-repeat: no-repeat;
652 background-position: center;
653 }
654
655 .jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-tabs-arrow-right-bootstrap, .jqx-danger .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-hover-bootstrap, .jqx-danger .jqx-icon-arrow-right-selected-bootstrap {
656 background-image: url('images/icon-right-white.png');
657 background-repeat: no-repeat;
658 background-position: center;
659 }
660
661 .jqx-danger .jqx-window-close-button-bootstrap, .jqx-danger .jqx-icon-close-bootstrap, .jqx-danger .jqx-tabs-close-button-bootstrap, .jqx-danger .jqx-tabs-close-button-hover-bootstrap, .jqx-danger .jqx-tabs-close-button-selected-bootstrap {
662 background-image: url(./images/close_white.png);
663 background-repeat: no-repeat;
664 background-position: center;
665 }
666
667 .jqx-danger .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-danger .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
668 background-image: url(./images/icon-left.png);
669 }
670
671 .jqx-info .jqx-grid-column-sortascbutton-bootstrap, .jqx-info .jqx-expander-arrow-bottom-bootstrap, .jqx-info .jqx-window-collapse-button-bootstrap, .jqx-info .jqx-menu-item-arrow-up-bootstrap, .jqx-info .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-up-bootstrap, .jqx-info .jqx-icon-arrow-up-bootstrap, .jqx-info .jqx-icon-arrow-up-hover-bootstrap, .jqx-info .jqx-icon-arrow-up-selected-bootstrap {
672 background-image: url('images/icon-up-white.png');
673 background-repeat: no-repeat;
674 background-position: center;
675 }
676
677 .jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-column-menubutton-bootstrap, .jqx-info .jqx-grid-column-sortdescbutton-bootstrap, .jqx-info .jqx-expander-arrow-top-bootstrap, .jqx-info .jqx-window-collapse-button-collapsed-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-hover-bootstrap, .jqx-info .jqx-icon-arrow-down-selected-bootstrap {
678 background-image: url('images/icon-down-white.png');
679 background-repeat: no-repeat;
680 background-position: center;
681 }
682
683 .jqx-info .jqx-tabs-arrow-left-bootstrap, .jqx-info .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-left, .jqx-info .jqx-icon-arrow-left-bootstrap, .jqx-info .jqx-icon-arrow-down-left-bootstrap, .jqx-info .jqx-icon-arrow-left-selected-bootstrap {
684 background-image: url('images/icon-left-white.png');
685 background-repeat: no-repeat;
686 background-position: center;
687 }
688
689 .jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-tabs-arrow-right-bootstrap, .jqx-info .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-right-bootstrap, .jqx-info .jqx-icon-arrow-right-bootstrap, .jqx-info .jqx-icon-arrow-right-hover-bootstrap, .jqx-info .jqx-icon-arrow-right-selected-bootstrap {
690 background-image: url('images/icon-right-white.png');
691 background-repeat: no-repeat;
692 background-position: center;
693 }
694
695 .jqx-info .jqx-window-close-button-bootstrap, .jqx-info .jqx-icon-close-bootstrap, .jqx-info .jqx-tabs-close-button-bootstrap, .jqx-info .jqx-tabs-close-button-hover-bootstrap, .jqx-info .jqx-tabs-close-button-selected-bootstrap {
696 background-image: url(./images/close_white.png);
697 background-repeat: no-repeat;
698 background-position: center;
699 }
700
701 .jqx-info .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-info .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
702 background-image: url(./images/icon-left.png);
703 }
704
705 .jqx-success .jqx-grid-column-sortascbutton-bootstrap, .jqx-success .jqx-expander-arrow-bottom-bootstrap, .jqx-success .jqx-window-collapse-button-bootstrap, .jqx-success .jqx-menu-item-arrow-up-bootstrap, .jqx-success .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-up-bootstrap, .jqx-success .jqx-icon-arrow-up-bootstrap, .jqx-success .jqx-icon-arrow-up-hover-bootstrap, .jqx-success .jqx-icon-arrow-up-selected-bootstrap {
706 background-image: url('images/icon-up-white.png');
707 background-repeat: no-repeat;
708 background-position: center;
709 }
710
711 .jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-column-menubutton-bootstrap, .jqx-success .jqx-grid-column-sortdescbutton-bootstrap, .jqx-success .jqx-expander-arrow-top-bootstrap, .jqx-success .jqx-window-collapse-button-collapsed-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-hover-bootstrap, .jqx-success .jqx-icon-arrow-down-selected-bootstrap {
712 background-image: url('images/icon-down-white.png');
713 background-repeat: no-repeat;
714 background-position: center;
715 }
716
717 .jqx-success .jqx-tabs-arrow-left-bootstrap, .jqx-success .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-left, .jqx-success .jqx-icon-arrow-left-bootstrap, .jqx-success .jqx-icon-arrow-down-left-bootstrap, .jqx-success .jqx-icon-arrow-left-selected-bootstrap {
718 background-image: url('images/icon-left-white.png');
719 background-repeat: no-repeat;
720 background-position: center;
721 }
722
723 .jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-tabs-arrow-right-bootstrap, .jqx-success .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-right-bootstrap, .jqx-success .jqx-icon-arrow-right-bootstrap, .jqx-success .jqx-icon-arrow-right-hover-bootstrap, .jqx-success .jqx-icon-arrow-right-selected-bootstrap {
724 background-image: url('images/icon-right-white.png');
725 background-repeat: no-repeat;
726 background-position: center;
727 }
728
729 .jqx-success .jqx-window-close-button-bootstrap, .jqx-success .jqx-icon-close-bootstrap, .jqx-success .jqx-tabs-close-button-bootstrap, .jqx-success .jqx-tabs-close-button-hover-bootstrap, .jqx-success .jqx-tabs-close-button-selected-bootstrap {
730 background-image: url(./images/close_white.png);
731 background-repeat: no-repeat;
732 background-position: center;
733 }
734
735 .jqx-success .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-success .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
736 background-image: url(./images/icon-left.png);
737 }
738
739 .jqx-inverse .jqx-grid-column-sortascbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-bottom-bootstrap, .jqx-inverse .jqx-window-collapse-button-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-up-selected-bootstrap {
740 background-image: url('images/icon-up-white.png');
741 background-repeat: no-repeat;
742 background-position: center;
743 }
744
745 .jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-column-menubutton-bootstrap, .jqx-inverse .jqx-grid-column-sortdescbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-top-bootstrap, .jqx-inverse .jqx-window-collapse-button-collapsed-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-down-selected-bootstrap {
746 background-image: url('images/icon-down-white.png');
747 background-repeat: no-repeat;
748 background-position: center;
749 }
750
751 .jqx-inverse .jqx-tabs-arrow-left-bootstrap, .jqx-inverse .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-left, .jqx-inverse .jqx-icon-arrow-left-bootstrap, .jqx-inverse .jqx-icon-arrow-down-left-bootstrap, .jqx-inverse .jqx-icon-arrow-left-selected-bootstrap {
752 background-image: url('images/icon-left-white.png');
753 background-repeat: no-repeat;
754 background-position: center;
755 }
756
757 .jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-tabs-arrow-right-bootstrap, .jqx-inverse .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-right-selected-bootstrap {
758 background-image: url('images/icon-right-white.png');
759 background-repeat: no-repeat;
760 background-position: center;
761 }
762
763 .jqx-inverse .jqx-window-close-button-bootstrap, .jqx-inverse .jqx-icon-close-bootstrap, .jqx-inverse .jqx-tabs-close-button-bootstrap, .jqx-inverse .jqx-tabs-close-button-hover-bootstrap, .jqx-inverse .jqx-tabs-close-button-selected-bootstrap {
764 background-image: url(./images/close_white.png);
765 background-repeat: no-repeat;
766 background-position: center;
767 }
768
769 .jqx-inverse .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-inverse .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
770 background-image: url(./images/icon-left.png);
771 }
772
773
774 .jqx-input-button-content-bootstrap {
775 font-size: 10px;
776 }
777
778 .jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
779 border-color: #cccccc;
780 color: #555555;
781 background-color: #ffffff;
782 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
783 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
784 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
785 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
786 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
787 transition: border linear 0.2s, box-shadow linear 0.2s;
788 }
789
790 .jqx-combobox-content-bootstrap, .jqx-combobox-bootstrap, .jqx-combobox-state-normal-bootstrap {
791 border-color: #cccccc;
792 }
793
794 .jqx-combobox-content-focus-bootstrap, .jqx-combobox-state-focus-bootstrap, .jqx-fill-state-focus-bootstrap,
795 .jqx-numberinput-focus-bootstrap {
796 outline: none;
797 border-color: rgba(82, 168, 236, 0.8);
798 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
799 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
800 }
801
802 .jqx-datetimeinput-content, .jqx-datetimeinput-container {
803 overflow: visible !important;
804 }
805
806 input[type="text"].jqx-input-bootstrap, input[type="text"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
807 padding-left: 0px !important;
808 }
809
810 input[type="text"].jqx-input-bootstrap:-moz-placeholder, input[type="text"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
811 color: #999999;
812 }
813
814 input[type="text"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
815 color: #999999;
816 }
817
818 input[type="text"].jqx-input-bootstrap:-ms-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
819 color: #999999;
820 }
821
822 input[type="password"].jqx-input-bootstrap, input[type="password"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
823 padding-left: 0px !important;
824 }
825
826 input[type="password"].jqx-input-bootstrap:-moz-placeholder, input[type="password"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
827 color: #999999;
828 }
829
830 input[type="password"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
831 color: #999999;
832 }
833
834 input[type="password"].jqx-input-bootstrap:-ms-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
835 color: #999999;
836 }
837
838 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap, .jqx-listbox-bootstrap.jqx-fill-state-focus-bootstrap {
839 outline: none;
840 border-color: #b2b2b2;
841 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
842 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
843 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
844 }
845
846 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-primary {
847 border-color: #0044cc #0044cc #002a80;
848 }
849
850 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-warning {
851 border-color: #f89406 #f89406 #ad6704;
852 }
853
854 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-danger {
855 border-color: #bd362f #bd362f #802420;
856 }
857
858 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-success {
859 border-color: #51a351 #51a351 #387038;
860 }
861
862 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-info {
863 border-color: #2f96b4 #2f96b4 #1f6377;
864 }
865
866 .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-inverse {
867 border-color: #222222 #222222 #000000;
868 }
869
870 .jqx-popup-bootstrap.jqx-fill-state-focus-bootstrap {
871 border: 1px solid #ccc;
872 *border-right-width: 2px;
873 *border-bottom-width: 2px;
874 -webkit-border-radius: 4px !important;
875 -moz-border-radius: 4px !important;
876 border-radius: 4px !important;
877 -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
878 -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
879 box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
880 }
881
882 .jqx-expander-content-bootstrap.jqx-fill-state-focus-bootstrap {
883 z-index: 20;
884 }
885
886 .jqx-slider-rangebar-bootstrap {
887 border-color: #428bca;
888 background: #428bca;
889 }
890
891 .jqx-slider-button-bootstrap {
892 -moz-border-radius: 100%;
893 -webkit-border-radius: 100%;
894 border-radius: 100%;
895 padding: 3px;
896 }
897
898 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-bootstrap {
899 background-image: url('images/icon-down-white.png');
900 background-repeat: no-repeat;
901 background-position: center;
902 }
903
904 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-bootstrap {
905 background-image: url('images/icon-right-white.png');
906 background-repeat: no-repeat;
907 background-position: center;
908 }
909
910 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-rtl-bootstrap {
911 background-image: url('images/icon-left-white.png');
912 background-repeat: no-repeat;
913 background-position: center;
914 }
915
916 .jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-rtl-bootstrap {
917 background-image: url('images/icon-down-white.png');
918 background-repeat: no-repeat;
919 background-position: center;
920 }
921 .jqx-layout-bootstrap
922 {
923 background-color: #cccccc;
924 }
925 /*applied to the timepicker*/
926 .jqx-svg-picker-bootstrap:hover {
927 background-color: rgb(248, 248, 248);
928 }

mercurial